Jump to content

 Something great is coming! 🚀

Stay tuned for the big reveal happening here on iOSGods on the 17th of December!

The countdown has finished!

Theo1357

Member
  • Posts

    1,742
  • Joined

  • Last visited

Everything posted by Theo1357

  1. Find unityframework, if can't found, use lagest file without extension
  2. 1. Yes 2. I gusse it is offset in stack, skip it 3. No, you must use pointer class + 0x10 void (*old_PersistentPlayerUpdate)(void* _this) = nil; void PersistentPlayerUpdate(void* _this) { old_PersistentPlayerUpdate(_this); if ([menu isSwitchWithIdentifierActive:@"currency"]) { void *playerData = *(void **)((uint64_t)_this + 0x18); void *Container = *(void **)((uint64_t)playerData + 0x30); void *Player = *(void **)((uint64_t)Container + 0x10); void *player = *(void **)((uint64_t)Player + 0x10); *(int *)((uint64_t)player + 0x134) = 999999999; *(int *)((uint64_t)player + 0x138) = 999999999; *(int *)((uint64_t)player + 0x13C) = 999999999; *(int *)((uint64_t)player + 0x140) = 999999999; } } MSHookFunction((void *)getRealOffset(APEncryptHex(0x013BE034)), (void *)PersistentPlayerUpdate, (void **)&old_PersistentPlayerUpdate);
  3. Hmm i dont get it, just use it as you like
  4. Not your desired nimbers, YOUR final atk, look the picture please
  5. Soon, but not have free in app
×
  • 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