i was fooling around and come up with this. works pretty well for speeding things up.
for making Mahogany Tables.
;dose not interact with butler
-----------------------------------------------------------------------------
;AHK 2 Click:
z::
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (800)
Click
sleep (800)
send {6}
return
x::
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (500)
Click
sleep (800)
send {1}
MouseMove, 0, -100, 0, R
---------------------------------------------------------------------
;AHK Auto
#MaxThreadsperHotkey 2
z::
toggle := !toggle
loop
{
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (800)
Click
sleep (800)
send {6}
sleep (1800)
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (500)
Click
sleep (800)
send {1}
MouseMove, 0, -88, 0, R
break
}
return
with the auto it makes and removes and you have to toggle again not fully auto.
tell me what you guys think.
thanks