Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Contact me for any questions on Reddit: /u/xegaJ
- ; This script is used to make Oak Dungeon Doors.
- ; Uses q, w & e to build the Oak Dungeon Doors + a, s & d to remove them. These keys can be changed to suit your preferences.
- #If WinActive("RuneLoader") or WinActive("Old School RuneScape") or WinActive("OSBuddy") or WinActive("OSBuddy Pro") ;
- q:: Click right
- return
- w:: MouseMove, 0, 54, 1, R
- return
- e:: Click
- return
- a:: Click right
- return
- s:: MouseMove, 0, 54, 1, R
- return
- d:: MouseMove, 0, 54, 1, R
- return
- f:: Click
- return
- `:: ; Pressing ` (~/console key) turns the AHK icon in your system tray to red to let you know that's it's suspended.
- Suspend, Permit
- if not A_IsSuspended
- {
- Menu, Tray, Icon, %A_AhkPath%, 5, 1
- Suspend, On
- }
- else
- {
- Menu, Tray, Icon, %A_AhkPath%, 1, 0
- Suspend, Off
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment