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

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
aeronhyuwell
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 30 Jun 2013, 06:41
Noob?: No

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

#1 Post by aeronhyuwell »

Bot Checker
Bot Checker

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 .

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

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

#2 Post 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!
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

aeronhyuwell
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 30 Jun 2013, 06:41
Noob?: No

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

#3 Post 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
	}
}

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

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

#4 Post by 4epT »

dude, I know who you are :lol:
you a bad man :twisted:

read the manual and think for yourself
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

aeronhyuwell
Plain Yogurt
Plain Yogurt
Posts: 50
Joined: 30 Jun 2013, 06:41
Noob?: No

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

#5 Post by aeronhyuwell »

pls sir , i dont know what is need to read .

01 minute and 31 minutes always start the event .

snichi
Noob
Noob
Posts: 9
Joined: 30 May 2014, 23:54
Noob?: Yes

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

#6 Post by snichi »

Any macro that we can use on this one?

Post Reply