Login Bot

01/10/2011 11:01 Wolfeinstein#1
Someone can give me a login bot for Metin2 RO?SO..i want to log on be it self when i start it up


Sorry for my bad english
01/10/2011 11:10 īRomka#2
[Only registered and activated users can see links. Click Here To Register...]
01/10/2011 11:16 Wolfeinstein#3
thx a lot romka..but i want that login bot to start metin2client.bin not metin2.bin because i want to start metin2 without patcher :D
01/10/2011 14:08 SoundBangeR#4
do it yourself
01/10/2011 18:41 Wolfeinstein#5
Quote:
Originally Posted by SoundBangeR View Post
do it yourself
man..if i know how..i would do it..i looked on autoit forums..but nothing..
01/14/2011 00:06 Defcon0815#6
watch on youtube, its really easy - my login scrips was the first what i do with autoit -
i binded F2-F10 for my accounds and create GUI with metin bypass start

like this,

Quote:
func _Metin2()
run ("d:\M2\bypass.bat","d:\M2")
EndFunc
Quote:
HotKeySet ( "{F2}", "Start" )

While 1
sleep (800)
WEnd

func start ()
send ("accoundname")
Send ("{Enter}")
sleep (1000)
send ("password")
sleep (1000)
Send ("{Enter}")
sleep (5000)
Send ("{Enter}")
EndFunc
in GUI you bind $case for funcīs, save and compile, start, be happy ;)

sleep its for loading in metin
last enter is my char active (its first) - if want to use other must be add left or right and how many clicks :D