A3 mmorpg Wiki
Advertisement

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"


Download:

http://www.mediafire.com/file/jtutmz5z31m/autoRclick.zip

Advertisement