Originally Posted by
pikachu2003
Tomatoes99 thanks for the awesome script I turned on auto look and replaced several of the attacks with F so it loots okay. I was wondering if you could implement something like this so it would send the key to GW without tying up the keyboard?
BTW I took this from someone else comment but I'm not skilled enough to know if it will work with yours.
func one()
while $i<2
ControlSend ("Guild Wars 2", "", "", "1")
sleep(random(100,150))
WEnd
EndFunc
Code:
ControlSend ("Guild Wars 2", "", "", "1")
Is the only part you need to replace. So if I wrote "send({KEY})" you would change it to ControlSend("Guild Wars 2", "", "", "{KEY}") I don't recommend using controlsend though because my understanding is that it can make you more susceptible to detection.