Page 1 of 4 123 ... LastLast
Results 1 to 15 of 47
  1. #1
    Eclipse's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    Florida
    Posts
    213
    Reputation
    10
    Thanks
    1,016

    Post 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;
                    }

  2. The Following 5 Users Say Thank You to Eclipse For This Useful Post:

    bucsrno1 (03-14-2018),griever04 (03-15-2018),kasauekumo (08-24-2018),Quilythout (04-21-2018),titas101 (08-28-2018)

  3. #2
    deffe45's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Happy
    what program for it

  4. #3
    jackmaxcodoor's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    what is this?

  5. #4
    p3ro's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    you will need to download ahk script, watch youtube for it!

  6. #5
    misterhacker's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    This is not for ahk script

  7. #6
    deffe45's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Happy
    then what is it for?

  8. #7
    Eclipse's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Location
    Florida
    Posts
    213
    Reputation
    10
    Thanks
    1,016
    c++ vs 2015

  9. The Following User Says Thank You to Eclipse For This Useful Post:

    Quilythout (04-21-2018)

  10. #8
    fx666666's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    665
    Reputation
    35
    Thanks
    1,236
    My Mood
    Amused
    Quote Originally Posted by p3ro View Post
    you will need to download ahk script, watch youtube for it!
    noob alert

  11. The Following User Says Thank You to fx666666 For This Useful Post:

    somil09 (04-28-2018)

  12. #9
    hackyoshi's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    u need a by pass? for this?

  13. #10
    Sparta18's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    Finally you need a bypass guys.

  14. #11
    aljaprant's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    you didnt got banned when use a bypass

  15. #12
    thuanan7's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    i need some help to make it...

  16. #13
    palash_66's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    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.

  17. #14
    JokerKing9903's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Location
    Visual Studio 2015 Enterprise
    Posts
    259
    Reputation
    10
    Thanks
    6,166
    My Mood
    Bitchy
    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."
    The Life of Free Cheat Resellers and pasters

  18. #15
    GianMrty's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Can anyone help me with this?

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Request] Aimbot external source code
    By MrTaken in forum Counter-Strike 2 Coding & Resources
    Replies: 7
    Last Post: 09-17-2016, 04:06 AM
  2. [Solved] CS:GO Aimbot Hack Source Code
    By GeorgeDG in forum Counter-Strike 2 Help
    Replies: 6
    Last Post: 06-20-2015, 11:04 AM
  3. [Release] Menton's Hook 1.0 - [Bhop, Aimbot, Radar] - SOURCE CODE
    By alukastore in forum Counter-Strike 2 Coding & Resources
    Replies: 7
    Last Post: 03-10-2015, 05:28 AM
  4. Exteel Aimbot Script Source Code
    By Trip-FX in forum General Game Hacking
    Replies: 15
    Last Post: 05-21-2009, 01:09 PM