Advertisement
Guest User

Untitled

a guest
Dec 20th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. EnablePrimaryMouseButtonEvents(true);
  2.  
  3. function OnEvent(event, arg)
  4. if IsKeyLockOn("numlock" )then
  5. if IsMouseButtonPressed(3)then
  6. repeat
  7. if IsMouseButtonPressed(1) then
  8. repeat
  9. MoveMouseRelative(-1,2)
  10. Sleep(14)
  11. until not IsMouseButtonPressed(1)
  12. end
  13. until not IsMouseButtonPressed(3)
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement