Advertisement
perazite

Forcemaster Cs

Jan 19th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; === STUN ===
  2.  
  3.     send {3}   
  4.     Sleep 250
  5.    
  6. ; === STUN === 
  7.  
  8. ; === PHANTOM GRIP COMBO ===
  9.        
  10.     Send {4}   
  11.     sleep, 450
  12.     Send {2}   
  13.     Sleep 250
  14.    
  15. ; === PHANTOM GRIP COMBO ===
  16.  
  17.  
  18. ; === GLACIAL BEAM COMBO ===
  19.  
  20.     Send {LBUTTON down}
  21.     Send {RBUTTON down}
  22.     Sleep 250  
  23.     Send {LBUTTON up}
  24.     Send {RBUTTON up}
  25.    
  26.     Sleep 250
  27.     send {2 down}
  28.     send {f}
  29.     send {2 up}
  30.    
  31.     Sleep 250
  32.  
  33. ; === GLACIAL BEAM COMBO ===
  34.  
  35.  
  36. ; === DUAL BRAGONS ===
  37.  
  38.     Send {LBUTTON down}
  39.     Send {RBUTTON down}
  40.     Sleep 250  
  41.     Send {LBUTTON up}
  42.     Send {RBUTTON up}  
  43.     Sleep 250
  44.     send {f down}
  45.     send {2}
  46.     send {f up}
  47.     Sleep 250
  48.  
  49. ; === GLACIAL BEAM COMBO ===   
  50.  
  51. If !(GetKeyState("xButton2"))
  52. Return
  53.        
  54. ; === SNOWBALL COMBO ===
  55.  
  56.  
  57.     send {x down}
  58.     Sleep 850      
  59.     Send {LBUTTON down}
  60.     Send {RBUTTON down}
  61.     Sleep 250  
  62.     Send {LBUTTON up}
  63.     Send {RBUTTON up}
  64.     send {x up}
  65.     Sleep 250
  66.     send {1}
  67.     sleep, 0
  68.    
  69. ; === SNOWBALL BEAM COMBO ===
  70.  
  71.     send {f}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement