Frozo Posted March 23, 2016 Posted March 23, 2016 Hey Guys! So i just tried making a script so it would farm gold in a game. My question is how i loop this and how do i put it on a key. sleep(3000) send("{w down}") sleep(3500) send("{d down}") sleep(12000) send("{d up}") send("{a down}") sleep(12000) send("{a up}") send("{d down}") sleep(12000) send("{d up}") send("{a down}") sleep(12000) send("{a up}") send("{d down}") sleep(12000) send("{d up}") send("{w up}") Thanks for the help Frozo
InunoTaishou Posted March 23, 2016 Posted March 23, 2016 Greetings and welcome to the forum. I would like to refer you to the Forum Rules. Quote 1. Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects: Launching, automation or script interaction with games or game servers, regardless of the game.
Recommended Posts