Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. If you can't find anything to hack in flex, you won't find it in class dump. Visit AirMAX's tutorial on code injection
  2. The files are in var>mobile>Documents
  3. I was going to say the exact same thing
  4. What should the new dimensions be?
  5. My assassins creed watermarks came in handy today
  6. change ADD R2, PC to MOV R2, R7
  7. 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:
  8. 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
  9. Im trying to use Wi-Fi
  10. run this in the debugger: attach "Tap Titans"
  11. 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?
  12. 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
  13. 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
  14. I don't know but I can't compile without them
  15. 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
  16. 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
×
  • 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