Help PickBot

06/20/2011 12:25 demi9696#1
I want a pick bot to work on Metin2 RO please.. MarcoPolo and banjo pickbot dont work srry for my bad english
06/20/2011 12:41 Ri¢hieRi¢h#2
No Questions in this Section of Forum!

#Reported4Close
06/20/2011 13:09 Crank#3
#moved
06/20/2011 14:13 noahrmal#4
You have to learn Autoit with google,YT or tuts on this board. Thats the easiest way to make a pickup. Its very simple to scrip a pickupbot.
PHP Code:
While
send("y")
sleep(500)
Wend 
That´s the easiest structure.
06/20/2011 15:17 demi9696#5
can you help me to make it?
06/20/2011 20:51 noahrmal#6
the bot press all the time "y" that means if you want to write a massage you have to close the bot! in the inputbox you can writ the delay between the "y". You start the bot with Numpad1 and close it with Numpad2. You can copy the text in autoit file and launch it oder download it.
PHP Code:
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 
06/21/2011 10:04 demi9696#7
where i need to put that file because i don't know. And for pick up item's on metin 2 ro use z or ` . TY :handsdown:
06/21/2011 15:03 noahrmal#8
Every Server ro too. You can download the file or download the programme "autoit" an copy the script into the autoit scite editor which are you download. Than file-->Save as copy--> and run it.