CheatatOr (cT) is a 18 years old C++ programmer from Germany. Coding multiplayer cheats is what he does among other things in his spare freetime. What distinguishes him from other cheat coder is the fact that he does not make money with selling any of the hacks he creates.
August 13th, 2009 at 9:11 pm
Hey how do u do “Radar Range” is that where u just but a int when u normmaly do “Code / 60″?
August 14th, 2009 at 2:50 pm
int iRadarDist = 60;int PosX = origPosX + Dot(D, X) / ((iRadarDist * 48) / 60);
int PosY = origPosY + Dot(D, Y) / ((iRadarDist * 48) / 60);
Have a look at the IDK source code for more information about the 2D Radar.
September 3rd, 2009 at 3:11 am
Thanks man. sorry for late reply