I have been using Y3t1y3t's latest version but seems like it doesnt have that one...
Code:
m_bDormant = 0xE9;
Code:
m_flSensitivity = 0xA82CD4;
Code:
EntityLoopDistance = 0x10; // <-- I'm 100 % certain this will never change, the game would break in so many ways, could change with the release of Source 2 though
Code:
m_dwForceJump = 0x4F2CE08;
Originally Posted by WasserEsser
Code:
m_bDormant = 0xE9;
Code:
m_flSensitivity = 0xA82CD4;
Code:
EntityLoopDistance = 0x10; // <-- I'm 100 % certain this will never change, the game would break in so many ways, could change with the release of Source 2 though
Code:
m_dwForceJump = 0x4F2CE08;
Thank you so much for the offsets !
Any chance you could give me that dumper wich gives these offsets ?
Originally Posted by iLYdAkinG
Thank you so much for the offsets !
Any chance you could give me that dumper wich gives these offsets ?
I just looked them up in cheat engine.
Those are really easy to find, then get yourself a signature out of that and make your own dumper, or, just don't even make yourself a dumper and implement signature scanning in your cheat directly :+)
Can you explain the difference between CSPlayer Resource and BasePlayer? Also what does DT stand for? For the bot i have written i had to find all the addresses myself in cheat engine. Sorry im not familiar with the terminology here, just trying to learn