[bypass Antibot] - Enter the colored digits 2

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
coolspore3
Noob
Noob
Posts: 1
Joined: 05 Jul 2014, 15:20
Noob?: Yes

[bypass Antibot] - Enter the colored digits 2

#1 Post by coolspore3 »

Image

Here's the screenshot of the Antibot system.
Anyone here willing to help me out?
I already added this to the plugins folder - reactOnNPC.pl
Just need to bypass this one.
Here's the server info

Code: Select all

[BlackOut]
ip 64.94.101.217 
port 6900 
version 19 
master_version 1 
serverType kRO_RagexeRE_2012_04_10a 
charBlockSize 144 
serverEncoding Western 
addTableFolders translated/kRO_english;kRO 
clientHash 5dade2cd0749b1ca3ec61b88c7d3d79a
_M for register if you want to try their actual anti-bot system.
Help, anyone?

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: [bypass Antibot] - Enter the colored digits

#2 Post by SkylorD »

Use the search please:

http://forums.openkore.com/viewtopic.php?f=9&t=165653

or

http://forums.openkore.com/viewtopic.php?f=34&t=198

I did this, that's why won't work. :| eu não manjo disso.
.

Code: Select all

reactOnNPC talk num @eval (my $color = '#1~2';my $color2 = '#2~1';my $number2 = '#2~2';my $color3 = '#3~1';my $number3 = '#3~2';my $color4 = '#4~1';my $number4 = '#4~2';my $color5 = '#5~1';my $number5 = '#5~2';my $color6 = '#6~1';my $number6 = '#6~2';my $color7 = '#7~1';my $number7 = '#7~2';my $numberout = 0;if ($color == '#2~1'@) {$numberout = $number2;} if ($color ==  '#3~1'@) {$numberout = $number3;} if ($color ==  '#4~1'@) {$numberout = $number4;} if ($color ==  '#5~1'@) {$numberout = $number5;} if ($color == '#6~1'@) {$numberout = $number6;} if ($color == '#7~1'@) {$numberout = $number7;} return $numberout;) {
        type number
        useColors 1
        msg_0 /You must enter the input number same as the #### color/i
        msg_1 /Enter Color #(\s+)(\^[0-9a-fA-F]{6})(#*)/
        msg_2 /(\^[0-9a-fA-F]{6})(\d+)/
        msg_3 /(\^[0-9a-fA-F]{6})(\d+)/
        msg_4 /(\^[0-9a-fA-F]{6})(\d+)/
        msg_5 /(\^[0-9a-fA-F]{6})(\d+)/
        msg_6 /(\^[0-9a-fA-F]{6})(\d+)/
        msg_7 /(\^[0-9a-fA-F]{6})(\d+)/
}
I don't know if it works. Surely with the 4ept's code will work.
Learn rules

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

Re: [bypass Antibot] - Enter the colored digits

#3 Post by 4epT »

SkylorD, each line contains three sets of numbers (white, colored, white) see screenshot!
this is the wrong template: /(\^[0-9a-fA-F]{6})(\d+)/
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: [bypass Antibot] - Enter the colored digits

#4 Post by SkylorD »

4epT wrote:SkylorD, each line contains three sets of numbers (white, colored, white) see screenshot!
this is the wrong template: /(\^[0-9a-fA-F]{6})(\d+)/
Haha, gotcha! Thanks :D
Learn rules

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

Re: [bypass Antibot] - Enter the colored digits 2

#5 Post by 4epT »

Solution:


need use reactOnNPC plugin.


1. add to the plugins folder next file:
reactOnNPC.pl

2. add to your config following options:

Code: Select all

reactOnNPC talk num @eval(my $color = '#0~1';$color = 'FF8C00' if($color eq 'FFA500'@);my @@array = ('#1~1','#1~2','#1~3','#1~4','#2~1','#2~2','#2~3','#2~4','#3~1','#3~2','#3~3','#3~4','#4~1','#4~2','#4~3','#4~4','#5~1','#5~2','#5~3','#5~4','#6~1','#6~2','#6~3','#6~4'@);my $answer;for($a = 0; $a < 24; $a = $a+2@) {if (@@array[$a] eq $color@) {$answer = @@array[$a+1]}}return $answer) {
	type number
	useColors 1
	delay 5
	msg_0 /Enter Color.*(008000|0000FF|FF0000|9400D3|A52A2A|FFA500).*#/
	msg_1 /\^[0-9a-fA-F]{6}\d+\^000000\^([0-9a-fA-F]{6})(\d+)\^000000\^([0-9a-fA-F]{6})(\d+)\^000000/
	msg_2 /\^[0-9a-fA-F]{6}\d+\^000000\^([0-9a-fA-F]{6})(\d+)\^000000\^([0-9a-fA-F]{6})(\d+)\^000000/
	msg_3 /\^[0-9a-fA-F]{6}\d+\^000000\^([0-9a-fA-F]{6})(\d+)\^000000\^([0-9a-fA-F]{6})(\d+)\^000000/
	msg_4 /\^[0-9a-fA-F]{6}\d+\^000000\^([0-9a-fA-F]{6})(\d+)\^000000\^([0-9a-fA-F]{6})(\d+)\^000000/
	msg_5 /\^[0-9a-fA-F]{6}\d+\^000000\^([0-9a-fA-F]{6})(\d+)\^000000\^([0-9a-fA-F]{6})(\d+)\^000000/
	msg_6 /\^[0-9a-fA-F]{6}\d+\^000000\^([0-9a-fA-F]{6})(\d+)\^000000\^([0-9a-fA-F]{6})(\d+)\^000000/
}
log console:
* :zxcv34 Talk to [Anti Bot Checking]: *
You are now: state: Frozen
Options changed.
Unknown #110145776: [Anti Bot Checking]
Unknown #110145776: Are You Bot ?? if not.. follow The Correct Number Please Read Below
Unknown #110145776: Please enter the input number correctly ######
Unknown #110145776: You must enter the input number same as the ##### color
Unknown #110145776: Auto-continuing talking
Unknown #110145776: Enter Color #### ###############
Unknown #110145776: 199526759223688948664
Unknown #110145776: 212086653509728948664
Unknown #110145776: 358663331352978948664
Unknown #110145776: 911495376948368948664
Unknown #110145776: 988766166753978948664
Unknown #110145776: 378792830395398948664
Unknown #110145776: Auto-continuing talking
NPC Exists: Unknown #110145776 (151, 160) (ID 110145776) - (12)
Unknown #110145776: Type 'talk num <number #>' to input a number.
[reactOnNPC] Reacting to NPC. Executing command "talk num 7694836".
Unknown #110145776: Auto-continuing talking
Unknown #110145776: Welldone~~, zxcv34!
Unknown #110145776: Thanks For Enter the Number Correctly....
Unknown #110145776: Invite more players come here ok..tq.
You are no longer: state: Frozen
Options changed.
Unknown #110145776: Done talking
Unknown #110145773: Done talking
enjoy
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

aapikz
Human
Human
Posts: 44
Joined: 18 Sep 2008, 11:31
Noob?: Yes

Re: [bypass Antibot] - Enter the colored digits 2

#6 Post by aapikz »

hi i have the same problem
i already used your code but it wont work

can you help me

Image

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

Re: [bypass Antibot] - Enter the colored digits 2

#7 Post by 4epT »

aapikz, set "reactOnNPC_debug 1" and show me logs
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

minazlin
Noob
Noob
Posts: 8
Joined: 05 Feb 2017, 19:03
Noob?: Yes

Re: [bypass Antibot] - Enter the colored digits 2

#8 Post by minazlin »

anyone can help me? it's the first server i ever used bot and i don't have any idea how to bypass this:

Image

[LEAF RO Server]
ip 63.143.54.113
port 6900
private 1
master_version 22
version 45
serverType kRO_RagexeRE_2013_08_07a
serverEncoding Western
charBlockSize 144
chatLangCode 0
addTableFolders kRO/RagexeRE_2013_08_07a;pserver;translated;translated/kRO_english;kRO

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: [bypass Antibot] - Enter the colored digits 2

#9 Post by Mortimal »

People are so lazy -_- The solution is HERE. U just need to change it a liittle...
Please use pin function for uploading your file contents!

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: [bypass Antibot] - Enter the colored digits 2

#10 Post by Mortimal »

Code: Select all

reactOnNPC talk num @eval(my $color1 = '#2~1';my $color2 = '#4~1';if ($color1 eq $color2) {return '#4~2'}) {
   type text
   useColors 1
   delay 2
   msg_0 /==== AntiBot Leaf-RO ====/
   msg_1 /Por favor, digite somente os/
   msg_2 /\^([0-9a-fA-F]{6})N\wMEROS VERMELHOS.*/
   msg_3 /^\s*$/
   msg_4 /d+\s+\^([0-9a-fA-F]{6})\s+(\d+)\s*\^[0-9a-fA-F]{6}\s+\d+/
}
Duno if it will work i need log_console with reactOnNPC plugin installed...
Please use pin function for uploading your file contents!

Locked