Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. ;close chat open console open adminstats
  2. F5::
  3. IfWinActive, Garry's Mod
  4. {
  5. Send {SC029}
  6. Sleep 100
  7. Send ulx adminstatsid
  8. Send {Space}
  9. Send ^v
  10. Sleep 100
  11. Send {Enter}
  12. }
  13. IfWinNotActive, Garry's Mod
  14. {
  15. Send {F5}
  16. }
  17. return
  18.  
  19. ;rdm and leave 1st
  20. F6::
  21. IfWinActive, Garry's Mod
  22. {
  23. Send {lshift down}
  24. Send {Tab down}
  25. Sleep 100
  26. Send {lshift up}
  27. Send {Tab up}
  28. Sleep 250
  29. Send ulx banid
  30. Send {Space}
  31. Send ^V
  32. Send {Space}
  33. Send 5d RDM And Leave 1st Offense
  34. }
  35. IfWinNotActive, Garry's Mod
  36. {
  37. Send {F6}
  38. }
  39. return
  40.  
  41. ;rdm and leave 2nd
  42. F7::
  43. IfWinActive, Garry's Mod
  44. {
  45. Send {lshift down}
  46. Send {Tab down}
  47. Sleep 100
  48. Send {lshift up}
  49. Send {Tab up}
  50. Sleep 250
  51. Send ulx banid
  52. Send {Space}
  53. Send ^V
  54. Send {Space}
  55. Send {Space}
  56. Send 2w RDM And Leave 2nd Offense
  57. }
  58. IfWinNotActive, Garry's Mod
  59. {
  60. Send {F7}
  61. }
  62. return
  63.  
  64.  
  65.  
  66. PgUp::Reload
  67. PgDn::Suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement