Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.28 KB | None | 0 0
  1.  
  2.  
  3. /*  Personilization
  4. Change the variables on the left of the equal signs into the appropriate data
  5.  
  6. MyRegiment      =   Name of your regiment
  7. Auxiliary Bay   =   Where you hold your tryouts
  8. SteamProfile    =   Link to your steam profile
  9. 0,255,255       =   Color of your adverts
  10. 255,255,139     =   Color of your comms (keep it a lighter color)
  11.  
  12. */
  13.  
  14.  
  15. /*  Commands
  16. /tryouts        =   Starts automatic tryout script
  17. /a              =   Adverts in color
  18. /c              =   sends Comms in color
  19. !a              =   Sends admin message in color to be more noticed.
  20. /steam          =   Sends your clickable steam profile link in chat
  21. /ts             =   Sends Server Teamspeak link in chat
  22. /workshop       =   Sends clickable workshop link in chat
  23. */
  24.        
  25. #IfWinActive, Garry's Mod
  26. {
  27.         ::/tryouts::
  28.         {
  29.         sendinput, /advert <c=0,255,255>MyRegiment tryouts at Auxiliary Bay. First Call{!}</c>
  30.         send, {enter}
  31.         sleep, 60000
  32.         send, {enter}
  33.         sleep, 100
  34.         sendinput, /advert <c=0,255,255>MyRegiment tryouts at Auxiliary Bay. Second Call{!}</c>
  35.         send, {enter}
  36.         sleep, 60000
  37.         send, {enter}
  38.         sleep, 100
  39.         sendinput, /advert <c=0,255,255>MyRegiment tryouts at Auxiliary Bay. Third Call{!}</c>
  40.         send, {enter}
  41.         sleep, 60000
  42.         send, {enter}
  43.         sleep, 100
  44.         sendinput, /advert <c=0,255,255>MyRegiment tryouts at Auxiliary Bay. Fourth Call{!}</c>
  45.         send, {enter}
  46.         sleep, 60000
  47.         send, {enter}
  48.         sleep, 100
  49.         sendinput, /advert <c=0,255,255>Final call for MyRegiment Tryouts at Auxiliary Bay{!}</c>
  50.         send, {enter}
  51.         send, {enter}
  52.         sleep, 60000
  53.         send, {enter}
  54.         sleep, 100
  55.         sendinput, /advert <c=0,255,255>91st Medical Corps Tryouts in Main Hangar</c><c=255,180,80> Now Closed{!}</c>
  56.         send, {enter}
  57.         +esc::reload
  58.         return
  59.         }
  60.        
  61. ::/workshop::Here is the Workshop >>> <url>http://steamcommunity.com/sharedfiles/filedetails/?id=590481590</url>
  62. ::/ts:: here is the server's Team speak >>> pgteamspeak.ts.nfoservers.com <<<
  63. ::/profile::<url>SteamProfile</url>
  64.  
  65.  
  66. ::!a::
  67. {
  68. sendinput, {!}a <c=0,255,0></c>
  69. Loop 4
  70. Send, {Left}
  71. return
  72. }
  73. ::/c::
  74. {
  75. sendinput, /Comms <c=255,255,139></c>
  76. Loop 4
  77. Send, {Left}
  78. return
  79. }
  80. ::/comms::
  81. {
  82. sendinput, /Comms <c=255,255,139></c>
  83. Loop 4
  84. Send, {Left}
  85. return
  86. }
  87. ::/a::
  88. {
  89. sendinput, /advert <c=255,255,0></c>
  90. Loop 4
  91. Send, {Left}
  92. }
  93. ::/advert::
  94. {
  95. sendinput, /advert <c=255,255,0></c>
  96. Loop 4
  97. Send, {Left}
  98. return
  99. }
  100.  
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement