Closed oeant closed 4 years ago
One more thing the roundended is STATIC Soooo the radioclass must add 0xB8 then add 0x9
I can't understand “0xB8”,I didn't find it
Can i say idk that too? I also listen to others. I heard one way is to use CE
okey,i just remember it
what is CE?
what is CE?
CheatEngine
what is CE? It is useful,i am tring
so 0x30785144 + 0xB8 + 0x9?
30785144 not HEX that is DEC
so 0x1D5BE78
Thanks for contribution.
Will this function work?
You don't need a function to write memory, check how function is hooked in v0.4
Kind of this (not tested) one-line solution could work:
bool isOn = true;
*(bool*)(*(uint64_t*)(*(uint64_t*)(GetBase() + 0x1D5BE78) + 0xB8) + 0x9) = isOn;
bool isOn = true; *(bool*)(*(uint64_t*)(*(uint64_t*)(GetBase() + 0x1D5BE78) + 0xB8) + 0x9) = isOn;
I tried this but nothing occured.
Ok, PlayerInfo data fetching exposed in v0.5+, open new thread pls if needed (too much messages here)
Hello, how can i get player name, class (mtf, chaos, etc..), and also i tried to do 914 esp, i tried to find object „914_use” but it looks like showed possision is wrong.