Weave.su Crash fix

elilp

User
User
User
User
Status
Offline
Joined
Nov 20, 2019
Messages
39
Reaction score
33
your number 1 weave.su fan(n) back again. So just go in Hooks.cpp and search for
Code:
    interfaces.global_vars = **reinterpret_cast<global_vars_t***>((*(DWORD**)interfaces.client)[0] + 0x1B);

then put this instead
Code:
    interfaces.global_vars = **reinterpret_cast<global_vars_t***>((*(DWORD**)interfaces.client)[0] + 0x1F);
btw i dont wanna post this on yougame just because i love this forum have a nice day
 

fdgfdgdfg

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Nov 23, 2019
Messages
3
Reaction score
0
could i have the new offset for this code i dont know where to find it
 

Frankshada

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 22, 2021
Messages
1
Reaction score
0
Every time I’m in a game the game crash on iPhone 6 by it self then when I go back to the game I’m dead, can you guys please fix it because I really want to play the game so bad.
 
Top