Page 1 of 1

[bypass Antibot] - Type The Red Number Inside The Text Box

Posted: 01 Apr 2014, 15:15
by aeronhyuwell
Bot Checker.png

Code: Select all

[LedamRO]
ip 72.46.151.37
port 6900
version 26
master_version 1
serverType kRO_RagexeRE_2012_04_10a
serverEncoding Western
charBlockSize 132
addTableFolders pserver;translated;translated/kRO_english;kRO
recvpackets recvpackets.txt

Code: Select all

Username: berryfarmer
Password: 12345678Berry
can you give me automacro for this ? or ReactonNPCuab .

some times it's 2 digit number or 3 digit number .

Re: ANTI BOT on 1st Login macro or plugin ?

Posted: 01 Apr 2014, 17:37
by 4epT
enough unto simple macro:

Code: Select all

automacro antiBotChecker {
   console /Security code: \[(\d+)\]/
   exclusive 1
   call {
      pause 5
      log do talk num $.lastMatch1
   }
}
I have not tested!

Re: [bypass Antibot] - Type The Red Number Inside The Text Box

Posted: 15 Apr 2014, 01:43
by aeronhyuwell
how can i do , i want to login my bot every 30 minutes like example : 01:01 start fast type event and 01:31 again .

every 30 minutes is fast typing event .

Code: Select all

automacro start {
location prontera 155 157
timeout 5
delay 2
call {
pause 1
do talk 0
pause 1
	}
}

automacro antibot {
console /Fast-Type Event: (.{28})/
delay 2
exclusive 1
call {
do talk text $.lastMatch1
pause 5
}
}

automacro EventOver {
	console /Fast-Type Event: There is no Event right now./
	delay 2
	call {
		do c @time
	}
}

#Server time (normal time): Thursday, March 20 2014 02:50:41.
automacro time {
	console /Server time.*2014 \d+:0?(\d+):\d+./
	delay 2
	call {
		$relog = @eval((31 - $.lastMatch1)*30) <--------i think this is wrong . help me sir
		do relog $relog
	}
}

Re: [bypass Antibot] - Type The Red Number Inside The Text Box

Posted: 15 Apr 2014, 02:08
by 4epT
dude, I know who you are :lol:
you a bad man :twisted:

read the manual and think for yourself

Re: [bypass Antibot] - Type The Red Number Inside The Text Box

Posted: 15 Apr 2014, 11:17
by aeronhyuwell
pls sir , i dont know what is need to read .

01 minute and 31 minutes always start the event .

Re: [bypass Antibot] - Type The Red Number Inside The Text Box

Posted: 21 Jul 2014, 10:55
by snichi
Any macro that we can use on this one?