xegaJ

[Misc.] Chat with FULL CAPITALS within RuneScape

Oct 8th, 2016
1,687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Contact me for any questions on Reddit: /u/DzhK
  2. ; This script is used to chat with full capital letters within Runescape, by pressing SHIFT + letter (see the link: http://i.imgur.com/6lCqUon.png)
  3.  
  4. ; The script:
  5. #If WinActive("RuneLoader") or WinActive("Old School RuneScape") or WinActive("OSBuddy") or WinActive("OSBuddy Pro") ; ; This piece of code makes sure that the AHK script only works in a specific program/game window, this comes in handy if you don't feel like suspending/pausing the AHK script whenever you want to use the keys in another window such as Chrome/Netflix. Change it to "OSBuddy"/"OSBuddy Pro"/"RuneLoader" if you're using any 3rd party client.
  6.  
  7.  
  8. #UseHook
  9.  
  10. +A::
  11. +B::
  12. +C::
  13. +D::
  14. +E::
  15. +F::
  16. +G::
  17. +H::
  18. +I::
  19. +J::
  20. +K::
  21. +L::
  22. +M::
  23. +N::
  24. +O::
  25. +P::
  26. +Q::
  27. +R::
  28. +S::
  29. +T::
  30. +U::
  31. +V::
  32. +W::
  33. +X::
  34. +Y::
  35. +Z::
  36. Send, {Blind}{ASC 0151}%A_ThisHotkey%
  37. return
Advertisement
Add Comment
Please, Sign In to add comment