Alcatraz_Rs

Quickly log into RuneScape

Oct 29th, 2015
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ;You can quickly login to RuneScape with this script by pressing the left CTRL + Left Shit, change the USERNAME/EMAIL with your inlog name and PASSWORD with your password.
  2. #If WinActive("RuneLoader") or WinActive("Old School RuneScape") or WinActive("OSBuddy") or WinActive("OSBuddy Pro")
  3.  
  4. ^Shift::Send example@example.com/username{tab}Password{Enter}
  5. Return
  6.  
  7. `::
  8. Suspend, Permit
  9. if not A_IsSuspended
  10. {
  11. Menu, Tray, Icon, %A_AhkPath%, 5, 1
  12. Suspend, On
  13. }
  14. else
  15. {
  16. Menu, Tray, Icon, %A_AhkPath%, 1, 0
  17. Suspend, Off
  18. }
  19. return
  20.  
  21. ;The script below the "`::" turns the AHK icon in your system tray to red so that you know that's it's suspended.
Add Comment
Please, Sign In to add comment