Skip to content

Instantly share code, notes, and snippets.

@hklcf
Created August 4, 2016 12:25
Show Gist options
  • Save hklcf/a782975c8c4a4d17cc6ebaff926d47f3 to your computer and use it in GitHub Desktop.
Save hklcf/a782975c8c4a4d17cc6ebaff926d47f3 to your computer and use it in GitHub Desktop.
[variable]
var1=5
var2=1
var3=800
var4=
var5=
var6=
var7=
var8=
pos1=3211553
pos2=14680222
pos3=29163666
pos4=23920799
pos5=24051981
pos6=19333205
pos7=
pos8=
[script]
//var1 drop item
//mode 1 drop item, 2 drop key, 3 recycle key
//var3 delay time (1000 = 1s)
Repeat var1
Left Click pos1
Delay(var3)
Left Click pos2
Delay(var3)
If var2 = 1
Left Click pos3
Delay(var3)
ElseIf var2 = 2
Left Click pos4
Delay(var3)
Else
Left Click pos5
Delay(var3)
Left Click pos6
Delay(var3)
End If
End Repeat
Stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment