Advertisement
Guest User

AutoHotkey COD WWII Lobby COMMEND Announce Script

a guest
Nov 7th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; To use, download and install AutoHotkey from https://autohotkey.com and save this file as commend.ahk, then run it. Numpad 1, 2 and 3 will activate each
  2.  
  3. Numpad1::
  4. {
  5. Send, J
  6. sleep, 200
  7. Send, t{Shift Down}6{Shift Up}8[EXTRA XP]: {Shift Down}6{Shift Up}1C{Shift Down}6{Shift Up}2O{Shift Down}6{Shift Up}3M{Shift Down}6{Shift Up}4M{Shift Down}6{Shift Up}5E{Shift Down}6{Shift Up}6N{Shift Down}6{Shift Up}7D {Shift Down}6{Shift Up}8P{Shift Down}6{Shift Up}9A{Shift Down}6{Shift Up}0R{Shift Down}6{Shift Up}1T{Shift Down}6{Shift Up}2Y at {Shift Down}6{Shift Up}6SPAWN AREA!
  8. ; Send, {Enter}
  9. ; Return
  10. }
  11.  
  12. Numpad2::
  13. {
  14. Send, J
  15. sleep, 200
  16. Send, t{Shift Down}6{Shift Up}8[COMMEND FOR FREE SUPPLY DROPS]: {Shift Down}6{Shift Up}1C{Shift Down}6{Shift Up}2O{Shift Down}6{Shift Up}3M{Shift Down}6{Shift Up}4M{Shift Down}6{Shift Up}5E{Shift Down}6{Shift Up}6N{Shift Down}6{Shift Up}7D {Shift Down}6{Shift Up}8P{Shift Down}6{Shift Up}9A{Shift Down}6{Shift Up}0R{Shift Down}6{Shift Up}1T{Shift Down}6{Shift Up}2Y at {Shift Down}6{Shift Up}6SPAWN AREA!
  17. ; Send, {Enter}
  18. ; Return
  19. }
  20.  
  21. Numpad3::
  22. {
  23. Send, J
  24. sleep, 200
  25. Send, t{Shift Down}6{Shift Up}8[GAME TIP]: {Shift Down}6{Shift Up}3Being commended and commending raises {Shift Down}6{Shift Up}8Social Score{Shift Down}6{Shift Up}3, resulting in {Shift Down}6{Shift Up}1FREE SUPPLY DROPS!
  26. ; Send, {Enter}
  27. ; Return
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement