-
Posts
1,300 -
Joined
-
Last visited
Everything posted by KingRalph
-
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
-
Tweak Ramboat Cheats (All Versions) +3
KingRalph replied to KingRalph's topic in Free Jailbreak Cheats
Enjoy -
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/
-
Help/Support How can i covert this Flex to deb ???
KingRalph replied to IronHeart's topic in Help & Support
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 -
Help/Support How can i covert this Flex to deb ???
KingRalph replied to IronHeart's topic in Help & Support
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); } -
GFX [ReQ} Background Theme
KingRalph replied to SmarTyTurK's topic in GFX Club's GFX - Graphic Studio
Ok -
Tweak Ramboat Cheats (All Versions) +3
KingRalph replied to KingRalph's topic in Free Jailbreak Cheats
My hack is different. My hack removes level restrictions for apps, and all purchases are free. -
∞ 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)-
-
I'll take this on only if it's not server sided
-
Make a request section for VIP only. Ps.
-
I'm going to post GFX until I finish bia3 cheats. It'll be released in 5012 anyways
-
Help/Support "Error Message" control may reach end of non-void function
KingRalph replied to Oxytyramine's topic in Help & Support
ohhhThat's a good idea -
Help/Support "Error Message" control may reach end of non-void function
KingRalph replied to Oxytyramine's topic in Help & Support
Why bother hiding the contents -
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
-
Sorry, I meant member titles
-
Why don't we have multiple groups? So that staff that buy VIP get extra recognition.
-
Help/Support Error Using Clutch (Bus error: 10)
KingRalph replied to FateEX's topic in Help & Support
In the error is says "Binary detected, attempting to remove MH_PIE flag" that's why it might help to remove aslr -
Help/Support Error Using Clutch (Bus error: 10)
KingRalph replied to FateEX's topic in Help & Support
Remove aslr. It say that very clearly -
GFX [ReQ} Background Theme
KingRalph replied to SmarTyTurK's topic in GFX Club's GFX - Graphic Studio
What name should I put? You keep changing it -
what game
-
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.
-
+1
-
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
-
The best advice I've ever gotten was from @@Laxus. He told me "Tutorials section is where I started"