Jump to content

Saitama

Cheater
  • Posts

    1,759
  • Joined

  • Last visited

Everything posted by Saitama

  1. lol im using iphone 6s plus but this is old phone i have lags too at late game)
  2. because u too lazy that cant read first my post and try to understand what to do....
  3. not popular 5-6 users updates every week not easy update
  4. use downgrade update only with force update
  5. use iGameGod and IDA
  6. rn im download and install - and all working fine
  7. u can make cheat by urself - no need wait
  8. this week skip update update will be on next weeek
  9. thanks dowgrade app with AppStore++ all works
  10. first of all its seems thats u hook wrong function because u hook is wrong and will not work at all void (*orig_Hurt)(void *instance,float amount, int DamageType , int attacker) ; void Hurt(void *instance, float amount, int DamageType,int attacker){ if(hack1 && DamageType == 12) { DamageType = 12; // fall orig_Hurt(instance, 0, DamageType ,attacker); } else if(DamageType == 12) { orig_Hurt(instance, 0, DamageType,attacker); } else { orig_Hurt(instance,amount,DamageType,attacker); } } with ur mistake u not able take damage at all but u take
  11. DamageType.Generic is equal to int damageType = 0; (same as DamageType damageType = DamageType.Generic) DamageType.Hunger is equal to int damageType = 1; DamageType.Thirst is equal to int damageType = 2; void MakeDamage(int damage, DamageType damageType) - > MakeDamage(100, DamageType.Generic) -> MakeDamage(100, 0) hook function void (*MakeDamage)(void *instance, int damage, int damageType) = nil; void _MakeDamage(void *instance, int damage, int damageType){ if(damageType == 0) { damageType = 1; MakeDamage(instance, damage, damageType); } else if(damageType == 1) { MakeDamage(instance, 0, damageType); } else { MakeDamage(instance, damage, damageType); } }
  12. game not forcing update use downgrade to install correct version of game
×
  • 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