I want a pick bot to work on Metin2 RO please.. MarcoPolo and banjo pickbot dont work srry for my bad english
While
send("y")
sleep(500)
Wend
HotKeySet("{Numpad1}","_start")
HotKeySet("{Numpad2}","_exit")
$var = InputBox("Sleeptime","Write the time how fast the bot pick")
Func _start()
While 1
send("y")
sleep($var)
WEnd
EndFunc
func _exit()
Exit
EndFunc
While 1
sleep(100)
WEnd