t1f7 / scp-internal-il2cpp

il2cpp internal cheat for SCP SL
58 stars 15 forks source link

Player info. #3

Closed oeant closed 4 years ago

oeant commented 4 years ago

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.

Tracersboy commented 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

oeant commented 4 years ago

what is CE?

totorowldox commented 4 years ago

what is CE?

CheatEngine

Tracersboy commented 4 years ago

what is CE? It is useful,i am tring image

t1f7 commented 4 years ago

so 0x30785144 + 0xB8 + 0x9?

30785144 not HEX that is DEC

so 0x1D5BE78

Thanks for contribution.

Screenshot_71 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;
totorowldox commented 4 years ago
bool isOn = true;
*(bool*)(*(uint64_t*)(*(uint64_t*)(GetBase() + 0x1D5BE78) + 0xB8) + 0x9) = isOn;

I tried this but nothing occured.

t1f7 commented 4 years ago

Ok, PlayerInfo data fetching exposed in v0.5+, open new thread pls if needed (too much messages here)