Results 1 to 13 of 13
  1. #1
    weed_head's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    3

    Zak the exploiters new hack

    enjoy, this is real he gave me it after he talked about all the cool features his hack has

    Code:
    /*
    by Yung PAin The Cant Code Lmao
    */
    
    local function gethead(v)
     local pos, ang = v:GetBonePosition(v:LookupBone("ValveBiped.Bip01_Head1"))
     if pos then
      return pos
     end
    end
    
    local me = LocalPlayer()
    local function trashaimbot(cmd)
      --local myteam = ( team.GetName( me:Team() ) )
     for k,v in next, player.GetAll() do
      
      if (!IsValid(v)
       or v:Health() < 1
       or v:IsDormant()
       or v == me 
       or v:Team() == LocalPlayer():Team() ) then
       continue
      end
      
      local head = gethead(v)
      local mypos = me:GetShootPos()
      local tracetable = {
       start = head,
       endpos = mypos,
       filter = {me, v},
       mask = MASK_SHOT
      }
      
      if util.TraceLine(tracetable).Fraction == 1 then
       aiming = 1
       cmd:SetViewAngles((head - mypos):Angle())
       cmd:SetButtons(bit.bor(cmd:GetButtons(), IN_ATTACK))
      else 
       aiming = 0
      end
     end
    end
    
    hook.Add("CreateMove", "", trashaimbot)
    
    
    -- WIKI ESPNames I DONT CARE IM BIG HACK USER
    hook.Add( "HUDPaint", "ESPNames", function()
     
     for k,v in pairs ( player.GetAll() ) do
     
      local Position = ( v:GetPos() + Vector( 0,0,80 ) ):ToScreen()
      local Name = ""
      
      if v == LocalPlayer() then Name = "" else Name = v:Name() end
      
      draw.DrawText( Name, "DebugFixedSmall", Position.x, Position.y, Color( 255, 0, 255, 255 ), 1 )
     
     end
     
    end )
    
    
    -- BAD ANTI AIM
    CreateClientConVar("kayko_AntiAim",0,true,false)
    
    hook.Add("CreateMove","AntiAim", function(CUserCmd)
     local AntiAimToggle = CreateClientConVar( "kayko_AntiAim", 0, true, false )
      if AntiAimToggle:GetInt() == 1 && LocalPlayer():Alive() && aiming == 0 then
       CUserCmd:SetViewAngles(Angle(-181, LocalPlayer():EyeAngles().y, 180))
      end
    end)
    
    CreateClientConVar("kayko_lock",0,true,false)
    
    hook.Add( "HUDPaint", "IAmLocked", function()
      if GetConVar("kayko_lock"):GetInt() == 1 then
     if aiming == 1 then
      draw.DrawText( "Target Locked", "CloseCaption_Bold", 800, 500, Color( 0, 255, 0, 255 ), 1 )
     else
      draw.DrawText( "Locating Target", "CloseCaption_Bold", 800, 500, Color( 255, 0, 0, 255 ), 1 )
     end
    end  
    end )
    
    -- WORST BHOP EVER
    hook.Add("Think", "Bhop", function()
     if input.IsKeyDown(KEY_SPACE) && LocalPlayer():IsOnGround() && !LocalPlayer():IsTyping() then
      RunConsoleCommand( "+jump" )
     else
      RunConsoleCommand( "-jump" )
     end
    end)
    
    
    /*
    WATERMARK 
    */
    surface.CreateFont( "MyFont", {
    	font = "Arial", 
    	size = 25,
    	weight = 500,
    	blursize = 0,
    	scanlines = 0,
    	antialias = true,
    	underline = false,
    	italic = true,
    	strikeout = false,
    	symbol = false,
    	rotary = false,
    	shadow = false,
    	additive = false,
    	outline = false,
    } )
    
    
    
    hook.Add( "HUDPaint", "drawsometext", function()
    	surface.SetFont( "MyFont" )
    	surface.SetTextColor(255, 0, 255)
    	surface.SetTextPos( 600, 70 )
    	surface.DrawText( "KAYKO~BOT V3.0 by Yung Pain " )
    end )

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

    Margen67 (11-07-2015),maxbaden1 (01-11-2016)

  3. #2
    poop34's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    12
    My Mood
    Angelic
    damn i feel bad for u cause this is not the newer version he has damn i dont understand y leak something that works but its bad just kill your self dude or kid if you are a kid

  4. #3
    poop34's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    12
    My Mood
    Angelic
    im not zak but its ok cdriza im on your friends list dude

  5. #4
    DisturbingLife's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    88
    Reputation
    10
    Thanks
    490
    Screenshots please?

  6. #5
    japiki's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    how to activate? XD

  7. #6
    Dem0nl29's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Sick
    gg not bad my friend

  8. #7
    KaiWayHafNeeYum's Avatar
    Join Date
    Jan 2016
    Gender
    female
    Posts
    0
    Reputation
    10
    Thanks
    3
    Nice cheat does decent in hvh

  9. #8
    cosmin67's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    how to use this? all i see is text.

  10. #9
    scarface is my bitch's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    111
    My Mood
    Amazed
    this is decent

  11. #10
    maxbaden1's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    The hack is working but I cant seem to activate the hack, how do you activate it? I tried binds but it wont work

  12. #11
    elmohler2222's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    thanks for this

  13. #12
    cosmin67's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    how to use this? all i see is text.

  14. #13
    KunoMeme420's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    open you'r console and type " echo lua_run kay.lua" and if everything is ok the hack was loaded

Similar Threads

  1. [Solved] Help the gforce new hack help pleasee
    By deniz617 in forum CrossFire Help
    Replies: 7
    Last Post: 08-18-2011, 01:55 PM
  2. What the hell, New hack?
    By Malcom X in forum CrossFire Discussions
    Replies: 9
    Last Post: 06-09-2010, 05:50 PM
  3. My new Hack Created by The Ownzman (Undetected)
    By Th3 0wnzman in forum WarRock - International Hacks
    Replies: 47
    Last Post: 12-01-2007, 10:06 PM
  4. The Brand New Undetected Hack Pack
    By yacko in forum WarRock - International Hacks
    Replies: 5
    Last Post: 09-22-2007, 04:50 AM
  5. Hurry Up Already Wit the New Hacks
    By gurl4u in forum WarRock - International Hacks
    Replies: 5
    Last Post: 02-25-2007, 04:35 PM