Jump to content
If you did not receive an activation email, check the spam inbox - في حال لم تصلك رسالة تفعيل على الايميل تأكد من البريد المزعج او الغير مرغوب ×

how to hack this class


L O V A

Recommended Posts

On 9/23/2020 at 5:46 PM, L O V A said:

 

spacer.png

 

@Admin something like these? 🙂 

 

 

 

void (*SpinAnimator_Update)(void *//ClassName);

void _SpinAnimator_Update)(void *//ClassName){

if([switches isSwitchOn:@"SwitchName"]){

*(float *)((uint64_t)//ClassName + 0x18) =//speed value;  //Public float Speed 0x18 

}

SpinAnimator_Update(//ClassName);

}

void setup() {

//here you have to Hook Update offset/function 

HOOK(0x//UpdateOffset, _SpinAnimator_Update, SpinAnimator_Update);

[switches addSwitch:@"SwitchName"

description:@""];  

 

 

 

 

Hope it helps you🙂

Link to comment
Share on other sites

  • 3 months later...

image.png
void (*SpinAnimator_Update)(void*SpinAnimator);

void _SpinAnimator_Update)(void*SpinAnimator){

if([switches isSwitchOn:@"Speed Hack"]){

*(float *)((uint64_t)SpinAnimator + 0x18) = 9;  

}

SpinAnimator_Update(SpinAnimator);

}

void setup() {

//here you have to Hook Update offset/function 

HOOK(0xF5786C, _SpinAnimator_Update,SpinAnimator_Update);

[switches addSwitch:@"Speed Hack"

description:@""];  

Link to comment
Share on other sites

  • 1 year later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...