Jump to content

Wayhaysoe

Senior Member
  • Posts

    353
  • Joined

  • Last visited

Everything posted by Wayhaysoe

  1. Cap
  2. Remove their detection notification.
  3. thanks
  4. So there is a function in a class called protected float get_Damage(); // RVA 0x101510283 Offset: 0x1510283 I’m using a textfield to modify the function This is my code float(*old_get_damage)(void *ok, float damage); float get_damage(void *ok, float damage) { float customDamage = [[switches getValueFromSwitch:@"Set Damage"] floatValue]; if([switches isSwitchOn:@"Set Damage"]) { damage = customDamage; return damage; } return old_get_damage(ok,damage); } void setup() { HOOK(0x101510283,get_damage,old_get_damage); im not sure if it’s because of my return old_get_damage(ok,damage); statement but the game always crashes after my character attacks. Sometimes it works and my character one hits but then it crashes after 10 seconds. When the switch is off it crashes as well.
  5. Thanks
×
  • 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