Page 1 of 5

[bypass Antibot] - Enter the colored symbols 1

Posted: 23 Mar 2014, 12:25
by aeronhyuwell
macro for this , and what plugins needed ?

Image

here's the server settings .

Code: Select all

[Vital-RO]
ip 66.150.155.217
port 6900
version 30
master_version 0
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
charBlockSize 144
addTableFolders pserver;translated;translated/kRO_english;kRO
recvpackets recvpackets.txt
and site

http://vital-ro.org/cp

@warp prontera 164 148 the npc of gold room

Re: check this antibot and what plugins need or help for macro ?

Posted: 25 Mar 2014, 17:38
by 4epT
Solution:


1. add to your config following options:

Code: Select all

reactOnNPC talk text @eval(my $color1 = '#1~1';my $color2 = '#3~1';if ($color1 eq $color2@) {return '#3~2'}) {
	type text
	useColors 1
	delay 2
	msg_0 /Bot Checking.../
	msg_1 /Enter the \^([0-9a-fA-F]{6})RED COLOR\^000000 Code./
	msg_2 /^\s$/
	msg_3 /\s+\^([0-9a-fA-F]{6})(\S+)\^[0-9a-fA-F]{6}\s+/
}
2. add to your macros.txt following macro:

Code: Select all

macro gold {
	do c @warp prontera 163 150
	pause 2
	do talk @npc(164 151)
	pause 2
	do talk resp 0
	pause 2
	do talk resp 0
}
3. add to the plugins folder next file:
reactOnNPC.pl

4. run the bot, and write the next command in the console:
macro gold

enjoy

Re: check this antibot and what plugins need or help for macro ?

Posted: 26 Mar 2014, 10:11
by aeronhyuwell
sir , how can i add to macro ? if my char is in prontera .

like automacro backtogoldroom

Re: check this antibot and what plugins need or help for macro ?

Posted: 26 Mar 2014, 14:28
by 4epT

Code: Select all

automacro backtogoldroom {
	location prontera
	timeout 30
	delay 2
	call {
		do c @warp prontera 163 150
		pause 2
		do talk @npc(164 151)
		pause 2
		do talk resp 0
		pause 2
		do talk resp 0
	}
}

Re: check this antibot and what plugins need or help for macro ?

Posted: 27 Mar 2014, 04:27
by aeronhyuwell
ok thanks sir :) more power <3

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

Posted: 07 Apr 2014, 11:28
by PepsiCoke
Can someone help me with this one....

before u can go to gold room you must first to input the letters and number combination

In Game Gold Room Security(anti Bot)
Image

here is the console of the bot after i tried to enter the gold room
Image

and then I put this to my config.txt

Code: Select all

reactOnNPC 1

ASCIInumberKiller {
	lengthCharNumber 9
	BgColor ^83F52C
}

reactOnNPC ASCIInumberKiller num {
	type number
msg_0 /.*/
msg_1 /.*/
msg_2 /.*/
msg_3 /.*/
msg_4 /.*/
msg_5 /.*/
msg_6 /.*/
}
after that here is the output...
Image


Here is the macro that i'm using right now... and still not working..

Code: Select all

automacro antibot {
   console  /Gold Room Warper#.*: ([0-9,a-z]{10})/
   delay 2
   exclusive 1
   call {
      do talk text $.lastMatch1
   }
}

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

Posted: 07 Apr 2014, 13:45
by aeronhyuwell
Forbidden RO right ?

use this

Code: Select all

automacro antibot {
   console  /Gold Room Warper:.*([0-9,a-z]{8})/
   delay 2
   exclusive 1
   call {
      do talk text $.lastMatch1
   }
}
IGN mo don ?

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

Posted: 07 Apr 2014, 19:53
by PepsiCoke
aeronhyuwell wrote: use this

Code: Select all

automacro antibot {
   console  /Gold Room Warper:.*([0-9,a-z]{8})/
   delay 2
   exclusive 1
   call {
      do talk text $.lastMatch1
   }
}
nothings happen... my bot didnt response with this one

Re: [bypass Antibot] - Enter the colored symbols

Posted: 08 Apr 2014, 06:29
by 4epT
PepsiCoke, what server?
you need to use the plugin reactOnNPC.pl (without responseOnASCIInumber.pl) or macro (Copy the text from the console)

Re: [bypass Antibot] - Enter the colored symbols

Posted: 08 Apr 2014, 06:36
by PepsiCoke
Forbidden RO sir... i already have the plugin reactOnNPC.pl, but my bot seems no response at all.. what do you mean sir? what should i put exactly in the config.txt? because i already have the reactonnpc.pl file.

And also we can not use the console "Gold Room Warper" because when the bot sight the npc name Gold Room Warper it will trigger?

Code: Select all

automacro 1 {
console /Your Coordinates/i
call {
	pause 4
	do c @warp prontera 134 152
	pause 1
	do talk @npc (134 153)
	
}
}

automacro antibot {
   console  /Gold Room Warper:.*([0-9,a-z]{8})/
   delay 2
   exclusive 1
   call {
      do talk text $.lastMatch1
   }
}