Results 1 to 11 of 11
  1. #1
    Derma God's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    PerFect CheAt VerSion OnE point Zer0

    ThE beSt CheAt you'LL evEr uSe

    Code:
    function aimbot() -- Starting the function
    	local ply = LocalPlayer() -- Getting ourselves
    	local trace = util.GetPlayerTrace( ply ) -- Player Trace part. 1
    	local traceRes = util.TraceLine( trace ) -- Player Trace part. 2
    	if traceRes.HitNonWorld then -- If the aimbot aims at something that isn't the map..
    		local target = traceRes.Entity -- It's obviously an entity.
    		if target:IsPlayer() then -- But it must be a player.
    			local targethead = target:LookupBone("ValveBiped.Bip01_Head1") -- In this aimbot we only aim for the head.
    			local targetheadpos,targetheadang = target:GetBonePosition(targethead) -- Get the position/angle of the head.
    			ply:SetEyeAngles((targetheadpos - ply:GetShootPos()):Angle()) -- And finally, we snap our aim to the head of the target.
    		end
    	end
    end
    hook.Add("Think","aimbot",aimbot) -- The hook will spam "aimbot" until it finds a target..
    
    EsP = CreateClientConVar("TruLySupEriOrExTraSenSoryPercePtionOrWateveR", 1)
    function trulysuperiorespnotpastedfromdabadcodersfromucatallwheresyourproofyou******hahahahahah()
     if !EsP:GetBool() then return end
        for i = 1, #player.GetAll() do
            local x = player.GetAll()[i]
            if x == LocalPlayer() then continue end
    		local min, max = x:GetCollisionBounds()
    		local pos = x:GetPos()
    		local top, bottom = (pos + Vector(0, 0, max.z)):ToScreen(), (pos - Vector(0, 0, 8)):ToScreen()
    		local middle = bottom.y - top.y
    		local width = middle / 4
            if x:Team() == LocalPlayer():Team() then
                surface.SetDrawColor(Color(255, 255, 255))
            else
                surface.SetDrawColor(Color(125, 125, 125))
            end
    				surface.DrawOutlinedRect(bottom.x - width, top.y, width * 2, middle)
    				surface.SetDrawColor(Color(0, 0, 0))
    				surface.DrawOutlinedRect(bottom.x - width - 1, top.y - 1, width * 2 + 2, middle + 2)
    				surface.DrawOutlinedRect(bottom.x - width + 1, top.y + 1, width * 2 - 2, middle - 2)
        end
    end
    
    
    
    hook.Add("DrawOverlay", "TruLySupEriOrExTraSenSoryPercePtionOrWateveR", trulysuperiorespnotpastedfromdabadcodersfromucatallwheresyourproofyou******hahahahahah)
    
    surface.CreateFont("Watermark", {font = "Verdana", size = 20})
    hook.Add( "HUDPaint", "TruLySupEriOrWaTerMarKOrWateveR", function()
    	draw.DrawText( "PerFect CheAt VerSion OnE point Zer0", "Watermark", 170, 5,  Color( 255, 255, 255, 255 ), TEXT_ALIGN_CENTER )
    end )

  2. #2
    inensecow's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    Quote Originally Posted by Derma God View Post
    ThE beSt CheAt you'LL evEr uSe

    Code:
    function aimbot() -- Starting the function
    	local ply = LocalPlayer() -- Getting ourselves
    	local trace = util.GetPlayerTrace( ply ) -- Player Trace part. 1
    	local traceRes = util.TraceLine( trace ) -- Player Trace part. 2
    	if traceRes.HitNonWorld then -- If the aimbot aims at something that isn't the map..
    		local target = traceRes.Entity -- It's obviously an entity.
    		if target:IsPlayer() then -- But it must be a player.
    			local targethead = target:LookupBone("ValveBiped.Bip01_Head1") -- In this aimbot we only aim for the head.
    			local targetheadpos,targetheadang = target:GetBonePosition(targethead) -- Get the position/angle of the head.
    			ply:SetEyeAngles((targetheadpos - ply:GetShootPos()):Angle()) -- And finally, we snap our aim to the head of the target.
    		end
    	end
    end
    hook.Add("Think","aimbot",aimbot) -- The hook will spam "aimbot" until it finds a target..
    
    EsP = CreateClientConVar("TruLySupEriOrExTraSenSoryPercePtionOrWateveR", 1)
    function trulysuperiorespnotpastedfromdabadcodersfromucatallwheresyourproofyou******hahahahahah()
     if !EsP:GetBool() then return end
        for i = 1, #player.GetAll() do
            local x = player.GetAll()[i]
            if x == LocalPlayer() then continue end
    		local min, max = x:GetCollisionBounds()
    		local pos = x:GetPos()
    		local top, bottom = (pos + Vector(0, 0, max.z)):ToScreen(), (pos - Vector(0, 0, 8)):ToScreen()
    		local middle = bottom.y - top.y
    		local width = middle / 4
            if x:Team() == LocalPlayer():Team() then
                surface.SetDrawColor(Color(255, 255, 255))
            else
                surface.SetDrawColor(Color(125, 125, 125))
            end
    				surface.DrawOutlinedRect(bottom.x - width, top.y, width * 2, middle)
    				surface.SetDrawColor(Color(0, 0, 0))
    				surface.DrawOutlinedRect(bottom.x - width - 1, top.y - 1, width * 2 + 2, middle + 2)
    				surface.DrawOutlinedRect(bottom.x - width + 1, top.y + 1, width * 2 - 2, middle - 2)
        end
    end
    
    
    
    hook.Add("DrawOverlay", "TruLySupEriOrExTraSenSoryPercePtionOrWateveR", trulysuperiorespnotpastedfromdabadcodersfromucatallwheresyourproofyou******hahahahahah)
    
    surface.CreateFont("Watermark", {font = "Verdana", size = 20})
    hook.Add( "HUDPaint", "TruLySupEriOrWaTerMarKOrWateveR", function()
    	draw.DrawText( "PerFect CheAt VerSion OnE point Zer0", "Watermark", 170, 5,  Color( 255, 255, 255, 255 ), TEXT_ALIGN_CENTER )
    end )
    Ctrl+C is that you favorite thing ?

  3. #3
    bee_tee_gee's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    157
    Reputation
    10
    Thanks
    64
    ThAnK yOu DuDe!

  4. #4
    Ihatvac's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    wow sooo long code i am shitting my self xddddd

  5. #5
    LottyDewt's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    154
    Reputation
    58
    Thanks
    25
    HoW 2 MaEk Gm0d ChEaT
    1. fInD gMoD cHeAt.
    2. CtRl+C
    3. PROFIT?11011010!01?!

  6. #6
    time007's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    154
    My Mood
    Yeehaw
    THankK FOR THE cAC BYPAS!!111

  7. #7
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Quote Originally Posted by time007 View Post
    THankK FOR THE cAC BYPAS!!111
    this isn't a cac bypass are you fucking retarded

  8. #8
    Derma God's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Cyaegha View Post
    this isn't a cac bypass are you fucking retarded
    yA it iS !! It BypAssES AlL AntiCheAtS

  9. #9
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Quote Originally Posted by Derma God View Post
    yA it iS !! It BypAssES AlL AntiCheAtS
    no it doesn't??????????????????????????????????????????? ?????

  10. #10
    Derma God's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Cyaegha View Post
    no it doesn't??????????????????????????????????????????? ?????
    YeS youR tInY pEa BraIn JuSt CanT ComPreHend iT

  11. #11
    GGRRAAPPEE's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Yeehaw
    ThAnKyOu So MuCh FoR ThIs DaNk AsS ChEaT PaL I CaN DoMiNaTe In TtT NoW

Similar Threads

  1. [Patched] Professional Hack Version One 22/10/2011 (Zombie OHK, See Ghost, Mini Speed, etc)
    By Ryuesi in forum CrossFire Hacks & Cheats
    Replies: 151
    Last Post: 10-24-2011, 04:57 PM
  2. [Source Code] Cheat Weapons Permanent Point Blank
    By cardio82 in forum Point Blank Hacks
    Replies: 52
    Last Post: 07-14-2011, 09:07 AM
  3. [Info] DragonZela Version one With aimbot
    By Ryuesi in forum CrossFire Discussions
    Replies: 59
    Last Post: 07-13-2011, 01:36 PM
  4. How Risky To Use Cheats On One Account to Help Another Account?
    By Raisinets in forum Vindictus Discussions
    Replies: 5
    Last Post: 04-05-2011, 06:33 PM
  5. [Discussion] Tell us one Point , for that you hate Warrock !
    By respeckt52 in forum WarRock Discussions
    Replies: 32
    Last Post: 01-14-2010, 02:05 PM