넷게임
스크립트 수정하는것좀 도와주실분 있나요? 본문
F7::
loop
{
IniRead, vAS, AttackSpeed.ini, AttackSpeed, AS
}
return
`::
Keywait, ``, D
{
if (vAS = 10)
{
gosub, 10
}
if (vAS = 11)
{
gosub, 11
}
if (vAS = 12)
{
gosub, 12
}
}
10:
{
send, z
sleep, 200
send, {x down}
sleep, 800
send, {x up}
}
return
11:
{
Send, z
Sleep, 200
Send {x down}
Sleep, 708
Send {x up}
}
return
12:
{
Send, z
Sleep, 200
Send {x down}
Sleep, 632
Send {x up}
}
return
F10::
{
exitapp
}
변수값 vAS가 10,11,12가 아닌경우에도 단축키를 누르면 스크립트가 실행됩니다
스크립트를 어떻게 수정해야 이 문제를 해결할 수 있을까요?
Comments