Guest User

Untitled

a guest
Feb 11th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. If InStr(playerstats.BuffName[A_Index], "charged_attack") {
  2. BuffCharges := PlayerStats.BuffCharges[A_Index]
  3. If (BuffCharges == 6) {
  4. If GetKeyState, state, Q { ;Вместо Q поставь что нужно
  5. Sendinput, {Q Up} ;Вместо Q поставь что нужно
  6. Sendinput, {Q Down} ;Вместо Q поставь что нужно
  7. } else {
  8. Sendinput, {Q Up} ;Вместо Q поставь что нужно
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment