Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If InStr(playerstats.BuffName[A_Index], "charged_attack") {
- BuffCharges := PlayerStats.BuffCharges[A_Index]
- If (BuffCharges == 6) {
- If GetKeyState, state, Q { ;Вместо Q поставь что нужно
- Sendinput, {Q Up} ;Вместо Q поставь что нужно
- Sendinput, {Q Down} ;Вместо Q поставь что нужно
- } else {
- Sendinput, {Q Up} ;Вместо Q поставь что нужно
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment