Have Lineage 2 with skill on panels. Just want click on keyboard (example ` or num1) and script in game click F9 then repeat click F9 after 3 seconds
Try to use this (compile from other threads)
Code: Select all
#IfWinActive, ; Lineage 2
SetTimer Click, 300
§::Toggle := !Toggle
Click:
If (!Toggle)
Return
Send {F9}
sleep 30
return