Results 1 to 11 of 11

Threaded View

  1. #1
    14126's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    3

    AntiAFK HomeMade :)

    Code:
    afk = false
    Left= false
    function aids()
    if afk then
    Left = true
    RunConsoleCommand('+moveleft')
    LocalPlayer():SetEyeAngles(Vector(math.random(0,360),math.random(0,360),math.random(0,360)):Angle())
    else
    if Left == true then
    Left = false
    RunConsoleCommand('-moveleft')
    else
    end
    end
    end
    hook.Add('HUDPaint','AntiAfk',aids)
    concommand.Add('afk',function()
    if afk == true then
    afk = false
    else
    afk = true
    end
    end)
    A1 fukn AntiAfk B

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

    Bartender (01-28-2018)

Similar Threads

  1. My Homemade Ninja Assassin Chain blade!!!!
    By headsup in forum General
    Replies: 17
    Last Post: 04-19-2010, 06:15 PM
  2. Bloody Homemade G36E
    By kirby321654 in forum Combat Arms Mods & Rez Modding
    Replies: 11
    Last Post: 03-20-2010, 01:27 PM
  3. HomeMade Spammer With Tapper
    By pashak in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 01-24-2010, 07:30 PM
  4. [Release] Runescape AntiAfk
    By AeroMan in forum Runescape Hacks / Bots
    Replies: 8
    Last Post: 12-14-2009, 03:11 PM
  5. [Homemade] CA start-up skin. Windows Version
    By alfonso951 in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 08-05-2009, 12:45 AM