Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Contact me for any questions on Reddit: /u/DzhK
- ; 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)
- ; The script:
- #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.
- #UseHook
- +A::
- +B::
- +C::
- +D::
- +E::
- +F::
- +G::
- +H::
- +I::
- +J::
- +K::
- +L::
- +M::
- +N::
- +O::
- +P::
- +Q::
- +R::
- +S::
- +T::
- +U::
- +V::
- +W::
- +X::
- +Y::
- +Z::
- Send, {Blind}{ASC 0151}%A_ThisHotkey%
- return
Advertisement
Add Comment
Please, Sign In to add comment