[bypass Antibot] - Enter the colored digits 1

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
hyuwell
Noob
Noob
Posts: 3
Joined: 25 Mar 2014, 08:22
Noob?: No

[bypass Antibot] - Enter the colored digits 1

#1 Post by hyuwell »

Image

download link of RO:

https://www.mediafire.com/?l03g0gg90lyk4nj

dummy acount for testing

Code: Select all

username : forcreate
password : 12345678Create
npc location of GoldRoom:

prontera 143 169

Code: Select all

[CasperRO]
ip 142.4.36.171
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

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

Re: this Anti-Bot how to solve ?

#2 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 = '#6~1';$color = 'FF8C00' if($color eq 'FFA500'@);my @@array = ('#0~1','#0~2','#0~3','#0~4','#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'@);my $answer;for($a = 0; $a <= 24; $a++@) {if (@@array[$a] eq $color@) {$answer = @@array[$a+1]}}return $answer) {
	type number
	useColors 1
	delay 2
	msg_0 /\^[0-9a-fA-F]{6}\d+\^000000\^([0-9a-fA-F]{6})(\d+)\^000000\^([0-9a-fA-F]{6})(\d+)\^000000/
	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.*\^(0000FF|A52A2A|9400D3|FFA500|008000|FF0000)\s?#/
}
3. add to your macros.txt following macro:

Code: Select all

automacro backtogoldroom {
   location prontera
   timeout 30
   delay 2
   call {
      do c @warp prontera 121 160
      pause 2
      do talk @npc(143 169)
      pause 2
      do talk resp 0
   }
}
enjoy
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

hyuwell
Noob
Noob
Posts: 3
Joined: 25 Mar 2014, 08:22
Noob?: No

Re: [bypass Antibot] - Enter the colored digits

#3 Post by hyuwell »

oh thankyou very very much sir 4epT :) thanyou thankyou :)

more power openkore :D

Post Reply