Results 1 to 11 of 11
  1. #1
    gmod_player's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    57

    c++ bone aimbot source [very good] [prediction]

    THIS WILL BEAT ALL LUA CHEATS
    pastebin.com/S1nCEgh9
    all credits to me
    [LEAVE A THANK IF I HELPED U]

  2. #2
    Dave's Mexican's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    C:\Program Files (x86)\Steam\SteamApps\common
    Posts
    792
    Reputation
    29
    Thanks
    1,330
    My Mood
    Fine
    1. no out side linking
    2. put this in the coding sub-forum
    ( @Raple @Color )
    but anyways here is the code

    Code:
     
     
    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;
    Raw past data:

    Code:
    &nbsp;
    
    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;





    Quote Originally Posted by Dave84311
    Shuttup mexican
    Quote Originally Posted by Royce
    stupid mexican
    Quote Originally Posted by Hitokiri~
    Shut up stupid mexican.
    Quote Originally Posted by Hypnotized
    Why aren't you cutting my lawn?
    Quote Originally Posted by _Tavi
    Mexican
    Quote Originally Posted by Hitokiri~
    Get back to cutting my damn grass retard.


  3. #3
    dj dino's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    So, how do you use it?

  4. #4
    Blue Kirby's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    181
    Reputation
    49
    Thanks
    600
    My Mood
    Psychedelic
    This code won't work out of the box and frankly is worthless. You already need a completely working C++ hack.

  5. #5
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Quote Originally Posted by im Fred View Post
    1. no out side linking
    Pastebin is fine.

    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


  6. #6
    Dave's Mexican's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    C:\Program Files (x86)\Steam\SteamApps\common
    Posts
    792
    Reputation
    29
    Thanks
    1,330
    My Mood
    Fine
    Quote Originally Posted by Color View Post

    Pastebin is fine.
    oh, ok
    guess im still a mpgh noob hu?





    Quote Originally Posted by Dave84311
    Shuttup mexican
    Quote Originally Posted by Royce
    stupid mexican
    Quote Originally Posted by Hitokiri~
    Shut up stupid mexican.
    Quote Originally Posted by Hypnotized
    Why aren't you cutting my lawn?
    Quote Originally Posted by _Tavi
    Mexican
    Quote Originally Posted by Hitokiri~
    Get back to cutting my damn grass retard.


  7. #7
    Herp Derpinstine's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Drug Induced Rainbow
    Posts
    134
    Reputation
    10
    Thanks
    87
    My Mood
    Psychedelic
    Quote Originally Posted by gmod_player View Post
    THIS WILL BEAT ALL LUA CHEATS
    pastebin.com/S1nCEgh9
    all credits to me
    [LEAVE A THANK IF I HELPED U]
    Might I ask why you list this as having prediction when it has absolutely none -.-

    Also that Aimbot appears to be SDK based if I am not mistaken. Any half-decent hack in LUA or C++ would beat this.
    Last edited by Herp Derpinstine; 01-10-2015 at 12:52 AM.

  8. #8
    TeslaEngineerCoder's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Posts
    51
    Reputation
    10
    Thanks
    291
    Quote Originally Posted by Herp Derpinstine View Post
    Might I ask why you list this as having prediction when it has absolutely none -.-

    Also that Aimbot appears to be SDK based if I am not mistaken. Any half-decent hack in LUA or C++ would beat this.
    How autistic can you get, a code snippet is not sdk based, it's the cheat that it's pasted in that could be sdk based or not.
    You could easily get this working without an sdk but it's utter shit anyways.

  9. #9
    Herp Derpinstine's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    Drug Induced Rainbow
    Posts
    134
    Reputation
    10
    Thanks
    87
    My Mood
    Psychedelic
    Quote Originally Posted by TeslaEngineerCoder View Post
    How autistic can you get, a code snippet is not sdk based, it's the cheat that it's pasted in that could be sdk based or not.
    You could easily get this working without an sdk but it's utter shit anyways.
    Wow call me autistic for no reason why don't you. :P Angry at the internet much.

    First off I never said it couldn't be SDKless.
    Second THAT IS SDK BASED! If you look at it the C_BaseEntity marks line up and the UTIL functions are exactly the same as the ones included with the SDK.

    Your autistic if you think I was talking about the snippet and not the code in the snippet that is pasted. -.-

    Code can be SDK based too you know. If it relies on SDK included functions then it is SDK based even if its not in a hack.

    I am basing my findings OFF what the SDK labels things as and everything is spot on.

    Calling me autistic proves a point.
    You would rather attack me than actually use part of your brain to read something YOU posted or use Google.

    If you knew ANYTHING about the SDK you would know this. Please stop infecting people with your retardation.
    Last edited by Herp Derpinstine; 01-11-2015 at 04:28 AM.

  10. #10
    TeslaEngineerCoder's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Posts
    51
    Reputation
    10
    Thanks
    291
    Quote Originally Posted by Herp Derpinstine View Post
    Wow call me autistic for no reason why don't you. :P Angry at the internet much.

    First off I never said it couldn't be SDKless.
    Second THAT IS SDK BASED! If you look at it the C_BaseEntity marks line up and the UTIL functions are exactly the same as the ones included with the SDK.

    Your autistic if you think I was talking about the snippet and not the code in the snippet that is pasted. -.-

    Code can be SDK based too you know. If it relies on SDK included functions then it is SDK based even if its not in a hack.

    I am basing my findings OFF what the SDK labels things as and everything is spot on.

    Calling me autistic proves a point.
    You would rather attack me than actually use part of your brain to read something YOU posted or use Google.

    If you knew ANYTHING about the SDK you would know this. Please stop infecting people with your retardation.
    Looks like I hit a nerve, Why would you state that it's "SDK Based" when anything having to do with the source engine is going to be "SDK based"?
    What was the point in saying it was "SDk based"? Were you trying to strut your "Obvious" vast knowledge of the source engine around? You also state that any lua cheat could be this, what was the point in stating something we also already know? The aimbot is the literal definition of barebones. Maybe you need to stop posting.

  11. #11
    Kona-chan's Avatar
    Join Date
    Oct 2014
    Gender
    female
    Posts
    380
    Reputation
    22
    Thanks
    685
    Quote Originally Posted by gmod_player View Post
    THIS WILL BEAT ALL LUA CHEATS
    pastebin.com/S1nCEgh9
    all credits to me
    [LEAVE A THANK IF I HELPED U]
    this is epic codes that needs to be stickied!!
    works with all models!!!

Similar Threads

  1. Sell steam account, very good one
    By Dritar in forum Trade Accounts/Keys/Items
    Replies: 3
    Last Post: 11-01-2012, 07:24 AM
  2. Replies: 2
    Last Post: 07-24-2012, 07:30 PM
  3. sell lvl 2 with gold prem and VERY good guns
    By Warning14 in forum Trade Accounts/Keys/Items
    Replies: 5
    Last Post: 03-20-2008, 01:48 PM
  4. trading very good acc for retail code
    By badbull in forum Trade Accounts/Keys/Items
    Replies: 20
    Last Post: 09-14-2007, 10:53 AM
  5. Trade very good runescape bots
    By takahuja in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 06-06-2007, 07:02 AM