Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. No ... You can either hack the damage directly in IDA or do a little trick in GDB. In some games there is a Boolean which shows if the enemy is dead or alive. BEQ adds a condition to it which can be any amount of damage. Since the numeric 1 is true you can search that first meaning the enemy is alive. If he dies... search for 0. Repeat it until you get only a few addresses left. Hack the Boolean in IDA then
  2. Actually what he supposed to have correct in the first post was indeed. There is no reason to edit it
  3. Compatibility depends on your iDevice. You can download the app through 3rd party tools like Appcake etc. but you won't be able to play them because your device is either too low and you can't enjoy them or the apps crash.
  4. I believe this is a hardware problem so we do a factory unlock. https://myimeiunlock.com/
  5. Onii-chan dakedo ai sae areba kankeinai yo ne Naruto Meitantei Conan Dragonball Kiss x sis Highschool of Dead Seitokai Yakuindomo Ore no Imouto ga Konnani Kawaii Wake ga Nai Black★Rock Shooter ..and some other commercial Anime series on TV
  6. Change MOV R0,#0 to MOV R0,#1 at the location sub_3C1FC4 BL links to the function which holds the value of the boolean. Remember #0 = false; #1= true
  7. I guess the function you mean is BX LR which determines the end of the function. 2Byte BX LR : 7047 4Byte BX LR : 1EFF2FE1
  8. How do you know the new offset without changing the HEX. Meh, try using an ARM > HEX converter http://iosgods.com/topic/686-tool-windows-arm-hex-converter-v401/
  9. Change to HEX view in IDA to see the changes
  10. All the rewards you get here are real. You can get banned for entering too many points. Always check back to see if your ranking is in the top list Requirements iFile PreferendeLoader Features Unlimited Reward Points Instructions Download my hack, open it with iFile and press 'installer' Downloads [Hidden Content] Credits castix Proof: http://iosgods.com/topic/4552-iosgods-exclusive-lotteryhub-cheats/?p=152807 http://iosgods.com/topic/4552-iosgods-exclusive-lotteryhub-cheats/?p=152857
  11. Picture captured by the new iPhone 6 but yea you messed up your device. Use semi-restore or do a hard reset with iTunes if neccessary
  12. Just get the hacks here on iOSGods. If you can't find them here you won't find it somewhere else. Repos with hacks also just upload what we cheaters post here
  13. Yes. The only possible way for you would be if you own an iPhone 4. Because then if you got the old iOS 8.1.2 SHSH .blobs saved you can downgrade with TinyUmbrella more to that in another topic. I think the question is solved now DiDA and my answers were correct if you'd like to refer to this later
  14. "It will be no longer possible to downgrade to iOS 8.1.2 from iOS 8.1.3 as Apple has just stopped signing iOS 8.1.2 file. This was confirmed by Callum Jones, who runs the ipsw.me site, that provides real-time signing status for iOS firmware files."
  15. You don't hve all required packages for mobile development. Check here: Theos iOS SDK perl iOS Toolchain iphoneos headers
  16. @@shmoo #include <substrate.h> int(*old_getMoney)(void *self); int getMoney(void *self) { return 9999; } %ctor { MSHookFunction(((int*)MSFindSymbol(NULL,"__ZN10Characters5Money8GetValueEv")),(int*)getMoney, (void**)&old_getMoney); } Here is the working version. Find the mistakes you made yourself and edit your tutorial
  17. Yea you canny use any text editor (yes even plain text editors) to create your app however to submit it to the AppStore you need the developer license
  18. To backup old files use a file utility such as iFunbox or iTools Drag all the .deb files you want on your computer from your iDevice Flex patches can be found at /var/mobile/Documents/Flex/patches.plist
  19. Oh I was a bit outdated. %c (-Level) then
  20. You can make a little workaround with MSHook. It hooks the function directly and doesn't depend on the Level header
  21. This doesn't make sense what you wanted to do ? typedef struct Level Level tells the tweak that Level has to be replaced with Level
×
  • 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