Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MsgBox, , ReadMe, Move your cursor at Spin and press 1 then Move your cursor at Sell and press 2 then press 9 Remember to adjust your sleep how much you need. ++I'm still working on the more Efficient version of this script and a lot better than this one, that you have to adjust the sleep sorry.++
- 9::
- Loop,
- {
- MouseMove, %X%, %Y%
- Sleep, 50
- Click left Down
- Sleep, 50
- Click left up
- Sleep, 6000 ;<<<<change this for your spin time (milliseconds)
- MouseMove, %X1%, %Y1%
- Sleep, 50
- Click left Down
- Sleep, 50
- Click left up
- Sleep, 50
- }
- return
- 0::Pause
- 1::MouseGetPos X, Y
- 2::MouseGetPos X1, Y1
Advertisement
Add Comment
Please, Sign In to add comment