Thread: Auto clicker

Results 1 to 2 of 2
  1. #1
    Snupidupi's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    6
    My Mood
    Yeehaw

    Auto clicker

    Could anyone make me a script that just runs the console command attack every seconds so it basically auoclicks? I have a autoclicker program but i'd like to do other things while its autoclicking for me thanks
    Last edited by Hunter; 01-17-2016 at 01:08 PM.

  2. #2
    Alexmagno7's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    6
    Here is your code (bypasses cac and vac too)

    timer.Create("cacbypassandautoclick", 3, 1, function() cam.End3D() end )

    - - - Updated - - -

    Real code:

    CreateClientConVar("auto_click", 0)

    timer.Create( "lac_check_777", 0.5, 0, function()
    if GetConVarNumber("auto_click") == 1 then
    RunConsoleCommand("+attack")
    else
    if !Firing then
    RunConsoleCommand("-attack")
    end
    end
    end)

Similar Threads

  1. [Release]My auto clicker
    By Dillonz in forum Visual Basic Programming
    Replies: 5
    Last Post: 11-19-2009, 12:43 AM
  2. [Request] Auto-clicker...
    By TropX in forum CrossFire Hacks & Cheats
    Replies: 10
    Last Post: 09-10-2009, 05:44 PM
  3. [RELEASE] Auto Clicker v1.0
    By n3m1s1s in forum Combat Arms Discussions
    Replies: 39
    Last Post: 09-03-2009, 05:28 PM
  4. Auto Clicker
    By mooso142 in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 04-02-2009, 09:36 AM