Advertisement
Guest User

Blade & Soul Fix Input Delay Rebind Script.ahk

a guest
Feb 12th, 2017
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; <---- Comment, these do nothing at all
  2.  
  3. #IfWinActive ahk_class LaunchUnrealUWindowsClient ; <-- Checks if the Blade & Soul client is the current active window, otherwise do nothing.
  4.  
  5. XButton1::Suspend ; <-- Sets Mouse Button 3 (aka back button on side of mouse) to toggle the script on and off.
  6.  
  7. ; Note if you wish to rebind keys look at "https://autohotkey.com/docs/KeyList.htm" for a complete list of key names and description
  8.  
  9. LButton::r ; <-- Pretty obvious, sets your LMB to send the "r" key input instead of a left mouse click.
  10.  
  11. RButton::t ; <-- Pretty obvious, sets your RMB to send the "t" key input instead of a right mouse click.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement