MapleStory Part1195

このエントリーをはてなブックマークに追加
656名も無き冒険者
>>633
クリックはスクリプトだよな?>>656

stopform(true)
public ID
ID = GETID("MapleStory","MapleStoryClass", -1)
SetHotKey( VK_ESC, , "OnKeyClick" ) // 終了キーを登録
while true
sleep(0.3)
ifb ! Status( ID, ST_ACTIVE )
continue
endif
BTN(LEFT,CLICK)
endif
wend

// キーイベント処理
Procedure OnKeyClick
if HOTKEY_VK = VK_ESC then exitexit
fend