Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive, Blade & Soul
  2. {
  3. /*
  4. $XButton1::
  5.     Send, {Blind}{LButton}
  6. Return
  7.  
  8. $XButton1 Up::
  9.     Send, {Blind}{RButton}
  10. Return
  11. */
  12.  
  13.  
  14. *XButton1::
  15.     Send, {Blind}{RButton Down}
  16.     While ( GetKeyState( "XButton1", "P") )
  17.     {
  18.         Send, {Blind}f
  19.         Sleep, 25
  20.     }
  21. Return
  22.  
  23. *XButton1 Up::
  24.     Send, {Blind}{RButton Up}
  25. Return
  26.  
  27.  
  28. /*
  29. *XButton1::
  30.     While ( GetKeyState( "XButton1","P" ) )
  31.     {
  32.         Send, {Blind}{y Down}
  33.         Sleep, 80
  34.         Send, {Blind}{y Up}
  35.         Sleep, 10
  36.         Send, {Blind}{t Down}
  37.         Sleep, 25
  38.         Send, {Blind}{t Up}
  39.         Sleep, 10
  40.     }
  41. Return
  42. */
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement