*HELP* Need help with some code.
I am trying to find No Clip in SP and using reference to some source code for CodJumper by Semyel that he released a few years ago.
But this No Clip only applies to Mp and not SP.
I see this in the source code:
Code:
#define ADDRESS_playerState 0x00000001464782C0
#define ADDRESS_noClip (ADDRESS_playerState + 0x4C38) //+4C38
Few questions:
Is Player State the status of the player? 0 for normal/ 4 for frozen (pre match) etc? How do I find this in SP?
Last question, the No Clip address, I know its saying "The address of the playerState (0x00000001464782C0) +0x4C38)
The last part...0x4C38
Is it taking the player state address and adding 19,512 to it? (Decimal conversion)? like what does 0X4c38 do to the address to activate No Clip?
Moved to the correct section.