Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. What should the new dimensions be?
  2. My assassins creed watermarks came in handy today
  3. change ADD R2, PC to MOV R2, R7
  4. It doesn't work There is no button When I try and use Ethernet, it says it's connected, but Wi-Fi isn't connected. Here's a photo of the toshiba:
  5. These are good answers, but they don't work in this case.At every line of code he highlighted, look 2 lines below. That's the hackable code You can use the suggestions given by @@evildog1 and @@Shmoo419 on the line of code I specified
  6. Im trying to use Wi-Fi
  7. run this in the debugger: attach "Tap Titans"
  8. I have been trying to get my old toshiba laptop to work because I am currently using a very old computer to make hacks. The RAM is so low I keep getting the following errors while attempting to connect to the internet: When I click on the Diagnose why windows can't find any network: Any suggestions?
  9. Who cares anyway? As long as the image is better after I edit it, it doesn't matter. This is great advice! But I am currently unable to design images because I design on mobile. I also don't plan on making a living from designing. I do it for fun
  10. why not try this: #import <Preferences/Preferences.h> @interface TWEAKNAMEListController: PSListController { } @end @implementation TWEAKNAMEListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"TWEAKNAME" target:self] retain]; } return _specifiers; } - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"INSERTURLHERE"]]; } @end // vim:ft=objc
  11. I don't know but I can't compile without them
  12. 1. Keep your old subtrate.h2. They work fine on my device 3. Read this: https://github.com/rpetrich/iphoneheaders/blob/master/IOSurface/README.txt
  13. Yes I had been having the exact same problem for a while until I read when Alcatraz give the answer to atheoi. I am talking from experience Also, you don't need to "export ARCHS" if you're compiling on mobile As for what you said about the headers, you can get the latest headers from here: https://github.com/rpetrich/iphoneheaders @@Javi Tech Pm me and I can show you how to get a copy of the IOSurfaceAPI.h since it's not free or open source
  14. If he doesn't set target for clang, it will force it like you said, but when clang is forced, the binary is only armv7. Therefore, it will still have no effect. Always remember to set environmental variables like clang
  15. add this to the top of your tweak.xm #import <UIKit/UIKit.h>And add the following code to the top of your makefile or your hack will not work ARCHS = armv7 arm64 TARGET = iphone:clang:YOURSDKNUMBERHERE
  16. I suggest you start with SAV hacking, then ms hook, then IDA, then cscip. If you start with IDA your brain will explode with confusion
  17. I wasn't going to reply to this but it annoys me so much. 1. Don't brag about your art on a thread about someone else's art 2. I do not find images, adjust lighting and add text then pawn it off as art. How I make GFX: Find image Increase saturation Increase sharpness Add gradient Add lens flare Add text Adjust opacity Add bevel effect Add glow Add drop shadow Add water mark
  18. I want to add a UIWebview to my upcoming tweaks but I don't know how. Any help? Note: can you please code it in objective c because I am n00by at c++ -KingRalph
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines