PostAimbot FOV Source code

Posts 115 of 47 · Page 1 of 4
Aimbot FOV Source code
Aimbot FOV, Enjoy - Please dont say how to use this, I will just ignore it.

Code:
int CrosshairX = (s_width / 2);
                int CrosshairY = (s_height / 2);

                float x = (bone.x - CrosshairX);
                float y = (bone.y - CrosshairY);
                float EnemyDistFromXhair = (float)sqrt((x * x) + (y * y));

                global::aimdistance = local.Distance(pos) / 100.f;

                float MaxFov = 120.f;
                if (global::aimdistance < 15.f)
                    MaxFov = 180.f;
                else
                    MaxFov = 120.f;

                if (global::aimdistance < 8.f)
                    MaxFov = 220.f;

                if (EnemyDistFromXhair >= 0.f && EnemyDistFromXhair <= MaxFov && global::aimdistance > 0.f && global::aimdistance < 200.f && global::aimhealth > 0.f)
                {
                    global::temptarget = i;
                }
what program for it
you will need to download ahk script, watch youtube for it!
Quote Originally Posted by p3ro View Post
you will need to download ahk script, watch youtube for it!
noob alert
then what is it for?
c++ vs 2015
u need a by pass? for this?
Finally you need a bypass guys.
you didnt got banned when use a bypass
i need some help to make it...
Quote Originally Posted by Eclipse View Post
Aimbot FOV, Enjoy - Please dont say how to use this, I will just ignore it.

Code:
int CrosshairX = (s_width / 2);
                int CrosshairY = (s_height / 2);

                float x = (bone.x - CrosshairX);
                float y = (bone.y - CrosshairY);
                float EnemyDistFromXhair = (float)sqrt((x * x) + (y * y));

                global::aimdistance = local.Distance(pos) / 100.f;

                float MaxFov = 120.f;
                if (global::aimdistance < 15.f)
                    MaxFov = 180.f;
                else
                    MaxFov = 120.f;

                if (global::aimdistance < 8.f)
                    MaxFov = 220.f;

                if (EnemyDistFromXhair >= 0.f && EnemyDistFromXhair <= MaxFov && global::aimdistance > 0.f && global::aimdistance < 200.f && global::aimhealth > 0.f)
                {
                    global::temptarget = i;
                }
brother, i m very new in this. can u please help me how to use it.
Quote Originally Posted by palash_66 View Post
brother, i m very new in this. can u please help me how to use it.
You're probably not able to read.. He wrote "Please dont say how to use this, I will just ignore it."
Can anyone help me with this?
Posts 115 of 47 · Page 1 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?