Results 1 to 8 of 8
  1. #1
    rip_cdriza's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    14

    big aimbot (tutorial because wiki one is shit)

    don't
    you
    dare
    paste
    off
    this

    if i see this in one hack
    i swear i will murder you.
    in your sleep.

    Code:
    // dont paste off it dude
    
    local attacking = 0 // you know shits bout to get real
    
    function notwikipaste(cmd) // aimboat function
    	for k,v in pairs(player.GetAll()) do // for every player
    		if v != LocalPlayer() and (v:LookupAttachment("eyes") != 0) and v:Alive() and v:Health() > 0 then // check if he isn't you and if he has eyes (wtfgarry) and especially if he's alive
    			local nothing = {} // nothing
    			
    			local tracestuf = {
    				[ "start" ] = LocalPlayer():GetShootPos(), // your shoot position, this can also be your eye position
    				[ "endpos" ] = v:GetAttachment(v:LookupAttachment("eyes")).Pos, // target eye position
    				[ "filter" ] = LocalPlayer(),
    				[ "mask" ] = MASK_SHOT
    			}
    			
    			local trace = util.TraceLine(tracestuf, nothing)
    			
    			if trace.Fraction == 1 or trace.Entity == v then // if you can see the entity then
    				aim_target = v // set this guy to aim_target
    			else // else set this guy to nothing because you can't see him
    				aim_target = nil
    			end
    			
    		end
    	end
    	
    	if aim_target != nil then
    		local TargEyePos = aim_target:GetAttachment(aim_target:LookupAttachment("eyes")).Pos // get this guys eye pos (using attachements not bones :ooooooo DON'T LEEK)
    		local AimPos = Angle(TargEyePos - EyePos(LocalPlayer())) // ok do you know math????????????
    		AimPos.p = math.NormalizeAngle(AimPos.p) // NORMALIZATION
    		AimPos.y = math.NormalizeAngle(AimPos.y) // BE NORMAL KIDS
    		
    		cmd:SetViewAngles(AimPos) // set ur fokin angles
    
    		if attacking != 3 then // big ifthen statements
    			RunConsoleCommand("+attack") // obviously best way to do it
    			attacking = attacking + 1 // big maths
    		elseif attacking == 3 then // bigger ifthen statements
    			RunConsoleCommand("-attack") // bester way to do it
    			attacking = 0 // huge maths
    		end
    	end
    end
    
    hook.Add("CreateMove", "bigaimboat", notwikipaste) // i wonder what this does!

  2. #2
    sachiel121's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    29
    virus
    ban
    illegal

  3. #3
    tdsx's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    1,004
    not even a local function, lol

  4. #4
    LuaHax's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    US, CA
    Posts
    284
    Reputation
    10
    Thanks
    935
    My Mood
    Amused
    Quote Originally Posted by sachiel121 View Post
    virus
    ban
    illegal
    Super 1337 virus detector, +rep

  5. #5
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by tdsx View Post
    not even a local function, lol
    global function
    global aimbot to h@ck thE plan1t
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  6. #6
    Im Friendly's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    I don't know ;-;
    Posts
    160
    Reputation
    19
    Thanks
    138
    noob noob double noob

  7. #7
    Azrius's Avatar
    Join Date
    Jun 2013
    Gender
    female
    Posts
    238
    Reputation
    10
    Thanks
    251
    My Mood
    Bashful
    I SWear to g od damn jsesus if 1 more of u makes a mean comment on my youtubes videos

  8. The Following 2 Users Say Thank You to Azrius For This Useful Post:

    Badman Tyler (02-23-2015),ganesh7 (02-20-2015)

  9. #8
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    562
    My Mood
    Angelic
    Quote Originally Posted by Azrius View Post
    I SWear to g od damn jsesus if 1 more of u makes a mean comment on my youtubes videos
    I rated it down sorry, only ugly things get ratings up.

Similar Threads

  1. Counter Strike Source Aimbot Tutorial
    By luketh in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 04-16-2010, 09:33 AM
  2. Bone Aimbot how to make one?
    By Mr.Magicman in forum C++/C Programming
    Replies: 9
    Last Post: 03-01-2010, 03:31 PM
  3. Bone Aimbot how to make one?
    By Mr.Magicman in forum Combat Arms EU Discussions
    Replies: 4
    Last Post: 02-28-2010, 10:57 AM
  4. [Tutorial]How to make the infamous aimbot last more than one game[Vista]
    By kimodragon in forum Combat Arms Discussions
    Replies: 60
    Last Post: 09-06-2009, 09:04 PM
  5. OGC aimbot tutorial (combat arms)
    By zdiducktape in forum Programming Tutorials
    Replies: 38
    Last Post: 05-30-2009, 07:26 AM