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
- if event == "PROFILE_ACTIVATED" then
- if IsModifierPressed("lshift") then
- PlayMacro("DPI Up")
- repeat
- Sleep(30)
- until not IsModifierPressed("lshift")
- PlayMacro("DPI Down")
- end
- Sleep(30)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement