Easy C++ Player ESP Code

Posts 14 of 4 · Page 1 of 1
Easy C++ Player ESP Code
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;
}
pasted in my cheat, thanks!
Quote Originally Posted by blackstab1337 View Post
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!
Quote Originally Posted by Kona-chan View Post
you forgot pushad and popad to clear the registers!
the beauty of this code is that you dont need to!!
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?