Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. Ah I see Well that'll be very useful in the future once I get some hacks rolling. Thanks!
  2. The offset I was using doesn't have a symbol, but I'm not hacking that game anymore so I guess this help topic is solved
  3. Entered
  4. att BINARYNAME watch *0xOFFSET c You watch the offset before you continue Same goes for setting a breakpoing and setting a value to an offset
  5. Nice work
  6. I have 0.79 cents
  7. Download the app from your PC, it will give you both
  8. I got a problem I found this offset that I think is useful (I don't want to say the game cause I'm afraid it might get patched or someone might steal it) 0xB7588 BL sub_BD928 Instead of hacking it the usual way, I wanted to try an MSHook patch. Would this be possible? #include <substrate.h> #import "writeData.h" float (*costOld)(void *ptr); float cost(void *ptr) { return 0.0f; } %ctor { MSHookFunction((void*)(0xB7588+1),(void*)cost,(void**)&costOld); } I included writeData cause the function isn't true MShook so I'm not really sure Just wondering if it was possible. If it isn't, would there be another way of going about this? (I found more functions, but they're BOOL ones)
  9. Did you download the app from iTunes via your PC? Cause if you did, it should give you both ARMv7 and ARM64
  10. I might hack this game Granted, I won't make a fancy menu like @shmoo, but I'll get the basic features done
  11. When you get to 30 posts, read this: https://iosgods.com/topic/20351-dungeon-hunter-4-v192-offsets/page-1
  12. Maybe you can try updating the firmware from iTunes by hooking your device up to your PC?
  13. Well done with this tool! Just when I was getting started with Android modding as well
  14. Nice job
  15. Nice job!
×
  • 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