hello, I'm looking for a bot to level up and pvp for me please :)
This is one of my many AHK scripts I use for guild wars, has worked like a charm. If you're confused on editing the buttons or inputs it's very easy to edit (incredibly stupid and simple script), and a quick google search will help you out.Quote:
also im looking for a bot works like script , it must press 1234 and TAB button for afk farm
#MaxThreadsPerHotkey 2;
CoordMode, Mouse, Window
SendMode Input
#SingleInstance Force
SetTitleMatchMode 2
#WinActivateForce
z:: ; Change this to any hotkey you prefer
random rand1, 10, 20
random rand2, 20, 25
Toggle := !Toggle
WinGet, programid, List, Guild Wars 2
MouseGetPos, xpos, ypos
ToolTip , SendingFk, X%xpos%, Y%ypos%, WhichToolTip
Loop
{
MouseGetPos, xpos, ypos
ToolTip , SendingFk, X%xpos%, Y%ypos%, WhichToolTip
ControlSend,,{2 down}, ahk_id %programid1%
Sleep rand1
ControlSend,,{2 up}, ahk_id %programid1%
Sleep rand2
ControlSend,,{3 down}, ahk_id %programid1%
Sleep rand1
ControlSend,,{3 up}, ahk_id %programid1%
Sleep rand2
ControlSend,,{4 down}, ahk_id %programid1%
Sleep rand1
ControlSend,,{4 up}, ahk_id %programid1%
Sleep rand2
ControlSend,,{f1 down}, ahk_id %programid1%
Sleep rand1
ControlSend,,{f1 up}, ahk_id %programid1%
Sleep rand2
ControlSend,,{f3 down}, ahk_id %programid1%
Sleep rand1
ControlSend,,{f3 up}, ahk_id %programid1%
Sleep rand2
ControlSend,,{f5 down}, ahk_id %programid1%
Sleep rand1
ControlSend,,{f5 up}, ahk_id %programid1%
Sleep rand2
If not Toggle
break
} until !Toggle
MouseGetPos, xpos, ypos
ToolTip , stopped, X%xpos%, Y%ypos%, WhichToolTip
return
f1:: ExitApp ; Change this to any hotkey you prefer