Jump to content

Saitama

Developer
  • Posts

    1,769
  • Joined

  • Last visited

Everything posted by Saitama

  1. 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
  2. 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); } }
  3. game not forcing update use downgrade to install correct version of game
  4. https://ibb.co/fpx7NVD https://ibb.co/DgW89PN
  5. one more time : attach screens with ur problem
  6. - God Mode (linked on arena and other pvp)
  7. there is two options - enable - disable other options not exists
  8. i never was a moderator here... so ur words is empty same as u HO HO HO
  9. i will find u in mobile legends and u will get Permanent Ban
  10. no one anti-ban not help u u think admins so stupid and cant see that u use gems that u dont have?
×
  • 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