Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Use the ios 7 SDK Also, make sure you installed all theos tools. Visit the following link to see what you need:http://iosgods.com/topic/656-tutorialvideo-how-to-set-up-theos-on-your-idevice-ios7ios8/
  2. Ohhhh for the Ramboat patcher I made, I forgot it at first.Btw, if you don't hack the void value as well, it ignores the non void function. Then the hack shouldn't work. It's a lame security measure
  3. You have to hack both. The void method is an ms hook "offset check" you have to jack both. This is how you hack them: -(long long)balanceCoins { return 9999; } -(void)balanceCoins:(long long)fp8 { fp8 = 9999; %orig(fp8); }
  4. My hack is different. My hack removes level restrictions for apps, and all purchases are free.
  5. ∞ Compatible with iPhone, iPad and iPod ∞ -HACK FEATURES- -UNLIMITED coins- -UNLIMITED special coins- -EVERYTHING is free- -NO LEVEL RESTRICTIONS- -DOWNLOAD- [Hidden Content] -INSTRUCTIONS- -DOWNLOAD THE FILE ABOVE- -COPY IT TO YOUR iDEVICE FOR EASIER INSTALLATION- -PASTE IT INSIDE /VAR/MOBILE/DOCUMENTS FOR EASY ACCESS- -OPEN iFILE AND GO TO /VAR/MOBILE/DOCUMENTS- -CLICK ON THE FILE AND HIT INSTALLER- -ENJOY THE GAME- -PROOF- -NOTES- Do you like any of my cheats? Donate any amount to support my work! -CREDITS- -ME (KingRalph)-
  6. I'll take this on only if it's not server sided
  7. Make a request section for VIP only. Ps.
  8. I'm going to post GFX until I finish bia3 cheats. It'll be released in 5012 anyways
  9. Staff get a member title like "Novice Cheaters"I'm suggesting they get the VIP member title and their existing title when they buy VIP
  10. Sorry, I meant member titles
  11. Why don't we have multiple groups? So that staff that buy VIP get extra recognition.
  12. In the error is says "Binary detected, attempting to remove MH_PIE flag" that's why it might help to remove aslr
  13. Remove aslr. It say that very clearly
  14. What name should I put? You keep changing it
  15. 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.
  16. 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
  17. The best advice I've ever gotten was from @@Laxus. He told me "Tutorials section is where I started"
  18. 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
  19. 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:
×
  • 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