Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. function OnEvent(event,arg)
  2. if(event=="MOUSE_BUTTON_RELEASED"and arg==4)then
  3.  
  4.  
  5.  
  6. PressKey("lshift")
  7. PressKey("1")
  8. ReleaseKey("1")
  9. Sleep(700)
  10. PressKey("3")
  11. ReleaseKey("3")
  12. PressKey("4")
  13. ReleaseKey("4")
  14. Sleep(2000)
  15. PressKey("2")
  16. ReleaseKey("2")
  17. Sleep(1150)
  18. PressKey("4")
  19. ReleaseKey("4")
  20. PressMouseButton(2)
  21. Sleep(150)
  22. PressMouseButton(1)
  23. ReleaseMouseButton(1)
  24. Sleep(100)
  25. ReleaseMouseButton(2)
  26. ReleaseKey("lshift")
  27.  
  28. Sleep(20100)
  29. PressKey("4")
  30. Sleep(1200)
  31. ReleaseKey("4")
  32. PressKey("lshift")
  33. PressKey("1")
  34. ReleaseKey("1")
  35. Sleep(700)
  36. PressKey("3")
  37. ReleaseKey("3")
  38. PressKey("4")
  39. Sleep(2000)
  40. PressKey("2")
  41. ReleaseKey("2")
  42. Sleep(1100)
  43. ReleaseKey("4")
  44. PressMouseButton(2)
  45. Sleep(200)
  46. ReleaseMouseButton(2)
  47. ReleaseKey("lshift")
  48. Sleep(2580)
  49.  
  50. end
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement