Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. I'm trying to disable offset checks for bia3 but I'm unsure how I should do that. @Alphamatter showed me a mini tut on how to do that. The fact that I am n00b at this, means that I still have many questions. How do I hack the following code? MOVW R1, #(:lower16:(aDamage - HIDDENOFFSET)) MOV R0, R4 MOVT.W R1, #(:upper16:(aDamage - HIDDENOFFSET)) ADD R1, PC ; "damage" BLX.W CMP R0, #0 ITT EQ MOVEQ R0, #0x13 POPEQ {R4,R7,PC}Here's what I changed it to: MOVW R1, #(:lower16:(aDamage - HIDDENOFFSET)) MOV R0, R4 MOVT.W R1, #(:upper16:(aDamage - HIDDENOFFSET)) LDR R1, R7 ; "damage" BLX.W CMP R0, R0 ITT EQ MOVEQ R0, #0x13 POPEQ {R4,R7,PC}Note: offsets are hidden to prevent leeching
  2. 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/
  3. 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
  4. 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); }
  5. My hack is different. My hack removes level restrictions for apps, and all purchases are free.
  6. ∞ 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)-
  7. I'll take this on only if it's not server sided
  8. Make a request section for VIP only. Ps.
  9. I'm going to post GFX until I finish bia3 cheats. It'll be released in 5012 anyways
  10. 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
  11. Sorry, I meant member titles
  12. Why don't we have multiple groups? So that staff that buy VIP get extra recognition.
  13. In the error is says "Binary detected, attempting to remove MH_PIE flag" that's why it might help to remove aslr
  14. Remove aslr. It say that very clearly
  15. What name should I put? You keep changing it
  16. 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.
  17. 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
  18. The best advice I've ever gotten was from @@Laxus. He told me "Tutorials section is where I started"
  19. 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
×
  • 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