Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function OnEvent(event, arg)
- if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then
- MoveMouseTo(46700,55000)
- Sleep(math.random(10, 20))
- PressAndReleaseMouseButton(1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement