Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. It depends on what you're doing. If you're hacking with gdb, (a hacking tool) you have to remove aslr. If you're making a save game hack or a code injection hack, you don't need to remove aslr. Your hacks will work regardless of aslr. You only remove it if you're hacking with gdb.
  2. Is this how to use it? %hook AppController -(void)applicationDidBecomeActive:(id)arg { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Impossible flappy hack" message:@"Hacked by KingRalph!" delegate:nil cancelButtonTitle:@"Thank You!" otherButtonTitles:nil]; [alert show]; [alert release]; %orig; } %new - (void)alertView :(UIAlertView *)alertView clickedButtonAtIndex :(NSInteger)buttonIndex { if([[alertView buttonTitleAtIndex:buttonIndex] isEqualToString :@"BUTTONTITLE"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://iOSGods.com"]]; } } %end
  3. The best advice I've ever gotten was from @@Laxus. He told me "Tutorials section is where I started"
  4. I see... Thanks to your nic template, I don't have that problem Usually, if theos forces clang on my dylib, the binary is armv7 and my tweaks don't work on my ipad mini 2
  5. You should add the following code to the top of your makefiles. Your tweaks will not work without it. ARCHS = armv7 arm64 TARGET = iphone:clang:8.1 This code will only work if you have ios 8.1 SDK. Don't use ios 7 SDK on ios 8 :thumbsup:
  6. I was wondering the same thing because what if I want to make a tweak, not a patcher? +1
  7. Then my Dad will ask me how. If I tell him I make money from hacks he'll get mad. If my mom finds out I have a paypal account, I'm rekt
  8. What device are you using theos on. I can get you another version of theos. Your theos may be broken.
  9. I can't think of anything atm
  10. Why do you have 6+ accounts?
  11. Hello fellow members, I need to make a paypal account for personal use. I can't because I am underage. How can I make an account if I'm underage. Gh0stByte mentioned that I should make a paypal student account but I can't because my mom won't open one for me any suggestions? -KingRalph
  12. Don't I need to hook a class as well?O.i ------EDIT------ I see how to use it now
  13. Where do you learn this stuff? I thought you had to rewrite the app's headers to do this @@Dex Btw code injection works too
  14. You will likely encounter some errors. We're here to help
  15. I'm n00b. I know Thanks for for your help!+1 I would make a paypal account but 1. my mom doesn't want me to hack so she won't let me 2. I'm underage
  16. I see what you did there...
  17. I don't really need ppd because I get enough money from ad links. I would instantly switch to infiniupload if I could upload files from my ipad. I'm on ios 7.1 and I can only upload files from ifile. If you guys could strike a deal with the ifile devs and include ifile integration, you guys will gain a lot of members.
  18. Welcome back! You're my favourite hacker so you have my support! I also know what it feels like to be heartbroken. I support you 1000%
  19. But this time, I don't have to lecture you
  20. I need to make a button in my UIAlertView thats says: Support the author. I need it to redirect to an adlink Also, could you please code it in objective c. I'm n00b at c++ Thank you in advance -KingRalph
  21. Can you please post a screenshot of the error
  22. Post a screenshot of the flex tweak, and the errors you get in terminal
  23. I lectured you about it but I do that too
×
  • 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