Advertisement
Guest User

Untitled

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