Need Some Help With Coding
I am coding some hacks and i am pretty new so i need some help
1. I want to make the bSpotted offset to a true/false
2.can you make clan/name changer(spammer) in c#? if yes can anybody help a bit?
3.My trigger bot is not detecting which team is my enemy or mine (i guess so)
so it shoots both of the teams).
Thanks.
BTW does anybody knows how to get the playerbase?
For bSpotted you read a bool from entitybase + 0xE9
As for the team detection you read an int from localplayer + 0xF0 (m_iTeamNum), and then compare it to the base of the entity in cross + 0xF0. If it's not the same then you shoot.