A3 clicker (with sources)

Results 1 to 1 of 1
  1. #1
    Goodbye chrissdegrece is offline
    Grand MasterRank
    Oct 2009 Join Date
    GreeceLocation
    1,015Posts

    A3 clicker (with sources)

    I have seen many ppl in servers looking for clickers.

    Here is an easy clicker for A3 made using "AutoHotKey" , you can download autohotkey to make your own progs from www.autohotkey.com

    Here is the code for the clicker:

    Code:
    IfWinNotActive, pRoJeCtAaA, , WinActivate, pRoJeCtAaA, 
    Loop
    {
       Loop
       {
       GetKeyState, state,CapsLock,T
    
       if state = U 
          break
       Click right
       Sleep, 100
       Click, right
       Sleep, 100
       }
    }
    This means that when you run clicker , you can enable it using "CapsLock"

    You can also download the pre-compiled version attached to this post.

    Lemme know if you like it
    Attached Files Attached Files




Advertisement