Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Sorry, I meant member titles
  2. Why don't we have multiple groups? So that staff that buy VIP get extra recognition.
  3. In the error is says "Binary detected, attempting to remove MH_PIE flag" that's why it might help to remove aslr
  4. Remove aslr. It say that very clearly
  5. What name should I put? You keep changing it
  6. 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.
  7. 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
  8. The best advice I've ever gotten was from @@Laxus. He told me "Tutorials section is where I started"
  9. 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
  10. 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:
  11. I was wondering the same thing because what if I want to make a tweak, not a patcher? +1
  12. 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
  13. What device are you using theos on. I can get you another version of theos. Your theos may be broken.
  14. I can't think of anything atm
  15. Why do you have 6+ accounts?
  16. 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
  17. Don't I need to hook a class as well?O.i ------EDIT------ I see how to use it now
  18. 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
  19. You will likely encounter some errors. We're here to help
  20. 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
  21. I see what you did there...
  22. 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.
×
  • 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