Jump to content

Saitama

Cheater
  • Posts

    1,725
  • Joined

  • Last visited

Everything posted by Saitama

  1. thanks dowgrade app with AppStore++ all works
  2. 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
  3. 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); } }
  4. game not forcing update use downgrade to install correct version of game
  5. https://ibb.co/fpx7NVD https://ibb.co/DgW89PN
  6. one more time : attach screens with ur problem
  7. so how i must fix it if it work for me
  8. - God Mode (linked on arena and other pvp)
  9. there is two options - enable - disable other options not exists
  10. i never was a moderator here... so ur words is empty same as u HO HO HO
×
  • 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