Thread: Aimbot

Page 1 of 2 12 LastLast
Results 1 to 15 of 24

Hybrid View

  1. #1
    MistakingGirl39's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Vancouver, British Columbia, Canada.
    Posts
    116
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking

    Aimbot

    FEEL FREE TO USE!

    This is NOT made by me, I only supported the person.
    Also SOME of the code is taken for free from another website that gives source codes for free, Keep that in mind. ;))))

     

    if (pCmd->buttons & IN_ATTACK)
    {
    float radius = 512.0f;
    C_BasePlayer *lp = UTIL_PlayerByIndex(1);
    C_BaseEntity *ents[256];
    int ent_count = UTIL_EntitiesInSphere(ents, 256, lp->GetAbsOrigin(), radius, 0);
    int i = 0;
    for (i = 0; i < ent_count; i++)
    {
    if (ents[i] == NULL) continue;
    if (!ents[i]->IsAlive()) continue;
    if (!ents[i]->IsNPC()) continue;
    if (!ents[i]->IsVisible()) continue;
    if (ents[i]->IsDormant()) continue;
    if (ents[i]->GetMoveType() == MOVETYPE_NONE) continue;
    if (ents[i]->GetMoveType() == MOVETYPE_OBSERVER) continue;

    Vector aimpos; aimpos.Init();
    aimpos = ents[i]->GetAbsOrigin();
    QAngle attchangles;

    int attch = ents[i]->LookupAttachment("ValveBiped.Bip01_Head1");
    if (attch > 0) ents[i]->GetAttachment(attch, aimpos, attchangles);

    QAngle aimang; aimang.Init();
    aimpos = aimpos - EyePosition();
    AngleVectors(aimang, &aimpos);

    pCmd->viewangles = aimang;
    }

    &nbsp;


    If a person who posted PARTS of this code originally please contact me via steam...

    And I will take the post down if you wish me to.
    Last edited by MistakingGirl39; 08-25-2014 at 09:02 AM.

  2. The Following User Says Thank You to MistakingGirl39 For This Useful Post:

    z346etn56jzd7egth (12-03-2014)

  3. #2
    Quentlor's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    'murica
    Posts
    216
    Reputation
    10
    Thanks
    163
    My Mood
    Lurking
    Could work i think.
    Over the night of the 1st May we lost one of the most important websites ever created. Godspeed Grooveshark
    .


  4. #3
    samut8's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    224
    Reputation
    10
    Thanks
    1,022
    You need internal base.

  5. The Following User Says Thank You to samut8 For This Useful Post:

    orion319 (08-25-2014)

  6. #4
    MistakingGirl39's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Vancouver, British Columbia, Canada.
    Posts
    116
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by samut8 View Post
    You need internal base.
    Of course, But this would work right, the part of this code I mean.
    Last edited by MistakingGirl39; 08-25-2014 at 06:04 AM.

  7. #5
    orion319's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    3
    Where can I find internal base?thk!

  8. #6
    MistakingGirl39's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Vancouver, British Columbia, Canada.
    Posts
    116
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by orion319 View Post
    Where can I find internal base?thk!
    I'm not sure, Maybe somewhere on the internet Try and google it.

  9. #7
    BestFreeHack's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Best Aimbot In web

  10. #8
    DivineSouI's Avatar
    Join Date
    Jan 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    Should be helpful ;D

  11. #9
    XToxicRain's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    837
    My Mood
    Amazed
    What coding language is this in? sorry im new

  12. #10
    Yourmapa's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    6
    what do i do with it ..?
    Last edited by Yourmapa; 09-29-2014 at 08:17 AM.

  13. #11
    ToastyGoasty's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how do i set this up , im new to the valve hacking system ?
    like where do i put the script

  14. #12
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Quote Originally Posted by ToastyGoasty View Post
    how do i set this up , im new to the valve hacking system ?
    like where do i put the script
    It's not a script, it's a source code. If you don't know how to use it then don't bother with it since you need knowledge in coding to work with this.

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  15. #13
    federizer's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    6
    My Mood
    Amazed
    Is it c++ ...???
    Last edited by federizer; 09-30-2014 at 03:11 AM.

  16. #14
    federizer's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    6
    My Mood
    Amazed
    CSGO already updated. MAYBE. JUST MAYBE they will release a HACK by today(later) or tomorrow. hopefully as soon as possible. because CSGO is already updated.

  17. #15
    unholy1096's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    My basement
    Posts
    251
    Reputation
    29
    Thanks
    1,008
    My Mood
    Yeehaw
    Thanks for the source. I might use this later on (Of course, modified to hell.)

Page 1 of 2 12 LastLast

Similar Threads

  1. GBWC Aimbot
    By Super-Man in forum GunBound Hacks / Bots
    Replies: 7
    Last Post: 08-05-2010, 05:49 PM
  2. Hacks for Warrock (Aimbot, Wallhack)
    By Clarity in forum WarRock - International Hacks
    Replies: 32
    Last Post: 01-19-2006, 05:30 PM
  3. [SEARCHING] Color Aimbot v3
    By stfustfu in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-13-2006, 02:51 AM
  4. GPS Aimbot
    By Paolo1993 in forum Hack Requests
    Replies: 0
    Last Post: 01-09-2006, 03:10 AM
  5. America's Army aimbot
    By garebear in forum General Game Hacking
    Replies: 6
    Last Post: 12-30-2005, 04:52 PM

Tags for this Thread