Jump to content

ThePianoGuy

Senior Member
  • Posts

    569
  • Joined

  • Last visited

Everything posted by ThePianoGuy

  1. Is it possible to convert MUL R0, #0x20 to hex? a guy in another foum said to me that i must use that instruction for multiply but armconverter.com could not convert it MOV R0, #0xFF MUL R0, #0x20 BX LR
  2. but i remembered it soft bricked my ipad 2 after i update it to the latest version. i'm afraid that will happen again
  3. Hi Is it safe to update Cydia Substrate to the latest version (0.9.6.6110) now? i don't hope it soft brick my iPad 2 at this version
  4. @dida how about code injection and preferences design generator?
  5. I made this hack 1 year ago and i no longer work with this hack, because i focus on Android hacking, and my iPad 2 is too old now and will soft brick iOS itself soon, so this hack is now open source Download source code: http://www.mediafire.com/download/o7zk8mkg1xzw9hd/autorapcheats.zip To show pop-up credit, you must add this code in the Makefile file. NAME-OF-YOUR-RPROJECT_FRAMEWORKS = UIKit Example AutoRapCheats_FRAMEWORKS = UIKit Tweak.xm file #import <UIKit/UIKit.h> %hook AutoRapStyle -(bool)isFree { return true; } %end %hook Listing -(bool)isFree { return true; } %end %hook MagicSubscriptionManager -(bool)isSubscriptionActive { return true; } -(bool)isActive { return true; } -(bool)loaded { return true; } -(bool)isPromo { return true; } -(bool)isPromoSubs { return true; } %end // Credit pop-up %hook AutoRapAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"AutoRap Cheats" message:@"Hacked by Evildog1. Visit iOSgods.com for more!" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [credits show]; [credits release]; %orig; } %end
  6. Hi Where can i disable signatures from loading on iOSgods? i wanna save my bandwidth
  7. No problem Btw, i focus on Android hacking, and i hacked BB on my Android, but this tutorial was made for all platforms, so i just shared it here
  8. hey @shmoo take a look at this. you can hack overheat bar http://iosgods.com/topic/22369-how-to-hack-an-unknown-value-with-any-memory-editor-app/
  9. Is it possible to hack HP, MP or cooldown bar that does not show the value? Yes it is possible, but you need to fuzzy search. This method works for all memory editor programs, and all platforms, iOS, Android, Windows, and Mac. This tutorial is also useful for encrypted values, such as 1029402342, 1092324242... instead of 1,2,3,4.... In this tutorial, I will hack the cooldown meter in Blitz Brigade. Let's start hacking. 1. Run the memory editor app I will be using GameGuardian on Android 2. Run the game you want to hack 3. Start the gameplay. 4. Pause the game, Open the memory editor, and select the app you want to hack. 5. Click fuzzy search. 6. If it asks you to select the type of fuzzy search, just click AUTO, and then yes, if you don't know what type of the bar it is using 7. Minimize the memory editor. 8. Resume the game, and increase the cooldown bar. 9. Pause the game, open the memory editor, and click FUZZY. 10. Select the "Larger" or ">" symbol. 11. Resume the game, and increase the cooldown bar. 12. Pause the game, open the memory editor, and click FUZZY. 13. Select the "Larger" or ">" symbol. 14. Resume the game, and increase the cooldown bar. 15. Pause the game, open the memory editor, and click FUZZY. 16. Select the "Larger" or ">" symbol. 17. Resume the game, and increase the cooldown bar. 18. Pause the game, open the memory editor, and click FUZZY. 19. Select the "Larger" or ">" symbol. -------------------------------------------- 20. Resume the game, and decrease the cooldown bar 21. Pause the game, open the memory editor, and click FUZZY. 22. Select the "Smaller" or "<" symbol. 23. Resume the game, and decrease the cooldown bar. 24. Pause the game, open the memory editor, and click FUZZY. 25. Select the "Smaller" or "<" symbol. 26. Resume the game, and decrease the cooldown bar. 27. Pause the game, open the memory editor, and click FUZZY. 28. Select the "Smaller" or "<" symbol. 29. Resume the game, and decrease the cooldown bar. 30. Pause the game, open the memory editor, and click FUZZY. 31. Select the "Smaller" or "<" symbol. Keep repeating this process... increase, decrease, increase, decrease, until you get just a few results left. This is how the encrypted value looks when there is the values in the bar. This is how the encrypted value looks like when the bar is empty. 32. So you have to try hack one by one to see which one is the correct. In Blitz Brigade, I'm looking for this value. 33. Freeze the value. 34. Minimize the memory editor. That's it. Enjoy hacking and cheating!
  10. i really want to win this account
  11. thanks but i don't need to be VIP right now.
  12. Hi Is there any Premium link generator without a file size limit?
  13. Hi When you download GNU-debugger from cydia.radare.org, it install in system partition in an iOS device, but where is the file location of GNU-debugger? i would like to take it out and put it on my Android device. I have old GDB 7.2 ARM version, compiled in Linux which works on Android too, but it's too old. i hate compiling a binary manually in linux
  14. Oh ok, thanks.
  15. Hi Is there any cydia tweak which tweaking graphics, such as, scale down resolution, enable 16 bit texture, disable anti-aliasing, and so on?
  16. .plt:000099E0 ; __int32 ptrace(enum __ptrace_request request, ...) .plt:000099E0 ptrace ; CODE XREF: sub_2564C+16Ep .plt:000099E0 ; sub_25C44+Cp ... .plt:000099E0 ADRL R12, 0x509E8 .plt:000099E8 LDR PC, [R12,#(ptrace_ptr_0 - 0x509E8)]! ; __imp_ptrace .plt:000099E8 ; End of function ptrace which prevent me from debugging the app. please tell me how to NULL in ARM
  17. Hi How can i NULL a function in ARM assembly? i tried BX LR but it make the game crash
×
  • 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