Easy C++ Player ESP CodeWith the new update to GMOD, Garry has changed some code around and if you call this in a seperate thread, esp is as simple as Code: void PlayerESP(IClientEntity* Player) { __asm MOV ESP, Player; }
Originally Posted by blackstab1337 With the new update to GMOD, Garry has changed some code around and if you call this in a seperate thread, esp is as simple as Code: void PlayerESP(IClientEntity* Player) { __asm MOV ESP, Player; } you forgot pushad and popad to clear the registers!
Originally Posted by Kona-chan you forgot pushad and popad to clear the registers! the beauty of this code is that you dont need to!!