autoloot script

Ask gaming related questions (AHK v1.1 and older)
khairat
Posts: 5
Joined: 21 Jul 2017, 19:00
Contact:

autoloot script

20 Aug 2017, 11:40

hi,im playing online game called roso and i need a script that allow me to loot with 1 bottom as fast as i can,
to loot i have to click Ctrl + A for example when i press f8 it auto click ctrl + a and keep looting so fast as i keep my hand on the hot key and thanks.
User avatar
sporefreak
Posts: 21
Joined: 23 Dec 2015, 02:38

Re: autoloot script

21 Aug 2017, 01:30

F8::
While GetKeyState("F8","P")
{
send, ^a
sleep 200
}
Send control+a every 200 miliseconds, (5 times/second)

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 78 guests