Bdo Milking game Topic is solved

Ask gaming related questions (AHK v1.1 and older)
the Hims

Bdo Milking game

18 May 2018, 00:12

I was wondering if it was possible to just simply make a script that spams left and right click really quickly.
Louis Tully
Posts: 42
Joined: 25 Apr 2018, 03:03

Re: Bdo Milking game  Topic is solved

18 May 2018, 02:15

Good morning.

F1 to start the script, F2 to pause, F3 to reload.

Try this:

Code: Select all

F3::Reload
F2::pause,toggle
F1::

Loop
{
SetTimer, AUTOFIRE, 100
Gosub, AUTOFIRE
}
return

AUTOFIRE:
Send, {Lbutton}
sleep, 30
Send, {Rbutton}
sleep, 30
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 121 guests