Clicker Script for Midas Gold Fullscreen

Post gaming related scripts
mindgnome
Posts: 3
Joined: 21 Feb 2017, 10:22

Clicker Script for Midas Gold Fullscreen

21 Feb 2017, 19:40

I am pretty much completely new to programming in general (besides editing game files which isn't really programming). Anyways I just wanted to share my first super basic script I wrote for an idle game. It basically just clicks away and then it moves to another loop that levels up then back to the original clicking loop.

I know it is super basic but I really dig how easy it was to write.

;midas idle hotkey

;main script

z::

Pause
loop,
;cursor and ability loop
{
loop, 100
{
send {LButton}
sleep 2
send {2}
sleep 2
send {4}
sleep 2
}

;buy items loop
loop,1
{
;buy item 1
mousemove, 633, 236
send {LButton}
sleep 10

;buy item 2
mousemove, 1005, 257
send {LButton}
sleep 10

;buy item 3
mousemove, 1398, 253
send {LButton}
sleep 10

;buy item 4
mousemove, 665, 403
send {LButton}
sleep 10

;buy item 6
mousemove, 1092, 379
send {LButton}
sleep 10

;buy item 6
mousemove, 1461, 384
send {LButton}
sleep 10

;buy item 7
mousemove, 661, 522
send {LButton}
sleep 10

;buy item 8
mousemove, 963, 541
send {LButton}
sleep 10

;buy item 9
mousemove, 1372, 525
send {LButton}
sleep 10

;send cursor back to clicking loop
mousemove, 1057, 799
}
}

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 52 guests