네트워커의 보안 티스토리

Gui, Show, x10 y10 w170 h130, 예시

Gui, Add, Button, x100 y10 w65 h115 gend, 설정완료클릭


gui, Add, text, x10 y15 cred, send

gui, add, edit, x50 y10 w40 h20 vn1,입력글씨입니다.@


gui, Add, text, x10 y45 cblue, Sleep

gui, add, edit, x50 y40 w40 h20 vn2,500


gui, Add, text, x10 y75, 시작키

gui, add, hotkey, x50 y75 w40 h20 vh1, F7


gui, Add, text, x10 y105, 중지키

gui, add, hotkey, x50 y105 w40 h20 vh2, F8

return


end:

gui submit, nohide


Hotkey, %H1%, start

msgbox, 시작키 적용완료

i=1


Hotkey, %H2%, break

msgbox, 중지키 적용완료

return



start:

Loop

{

 sendinput %n1%

 sleep %n2%

 if i=2

 {

 i=1  

 break

}

}

 return


break:  

i=2

return


mbutton::exitapp