Gui, Add, Hotkey, x12 y70 w100 h30 vKeyB,
Gui, Add, Hotkey, x12 y110 w100 h30 vKeyC,
Gui, Add, Hotkey, x12 y150 w100 h30 vKeyD,
Gui, Add, Hotkey, x132 y320 w90 h30 vCombo,
Gui, Add, Button, x62 y370 w100 h30 gSAVE, Button
; Generated using SmartGUI Creator 4.0
Gui, Show, x686 y211 h431 w247,
return
SAVE:
Hotkey, %KeyA%, Off, UseErrorLevel
Hotkey, %KeyB%, Off, UseErrorLevel
Hotkey, %KeyC%, Off, UseErrorLevel
Hotkey, %KeyD%, Off, UseErrorLevel
Hotkey, %Combo%, Off, UseErrorLevel
Hotkey, %KeyA%, On, UseErrorLevel
Hotkey, %KeyB%, On, UseErrorLevel
Hotkey, %KeyC%, On, UseErrorLevel
Hotkey, %KeyD%, On, UseErrorLevel
Hotkey, %Combo%, On, UseErrorLevel
Gui, Submit, NoHide
MsgBox, Сохранено
return
Combo:
SendInput, %KeyA% ; /*EULS-4*/
SendInput, {sc11} ;
Sleep, 888
SendInput, %KeyB% ; /*ECHO STOMP-Q*/
SendInput, %KeyC% ; /*ULT-R*/
SendInput, %KeyD% ; /*METEOR HAMMER-C*/
return