ByPass Bot Check

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
Official timepass
Human
Human
Posts: 23
Joined: 24 Sep 2017, 02:59
Noob?: Yes

ByPass Bot Check

#1 Post by Official timepass »

Please help me to bypass below bot check. I tried reactOnNpc but it is not getting triggered.

https://imgur.com/PgBd8NY

Config File

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 /Unknown #110212606: [Anti Bot Security System]/
msg_1 /Unknown #110212606: Please input the \^([0-9a-fA-F]{6})RED COLOR\^000000 words./
msg_2 /^\s$/
msg_3 /\s+\^([0-9a-fA-F]{6})(\S+)\^[0-9a-fA-F]{6}\s+/
}

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

Re: ByPass Bot Check

#2 Post by Mortimal »

Sometimes i imagine that users can use search... its just a dream thou.

http://forums.openkore.com/viewtopic.ph ... 52#p282452
Please use pin function for uploading your file contents!

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: ByPass Bot Check

#3 Post by fadreus »

Mortimal wrote:Sometimes i imagine that users can use search... its just a dream thou.
We need to "filter" out all other threads.
Removing nonsense/spam to trash section so searching can be done a bit more easily for newbies.
And if possible, grouping similar threads/post under same topic?

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

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

Re: ByPass Bot Check

#4 Post by Mortimal »

I asked for moderator position, but...
Please use pin function for uploading your file contents!

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: ByPass Bot Check

#5 Post by fadreus »

Unwilling to let go, eh..?
Hmm.. DeadKore coming soon..

Oh well, maybe it's a good idea to archive everything before it bite the dust.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Official timepass
Human
Human
Posts: 23
Joined: 24 Sep 2017, 02:59
Noob?: Yes

Re: ByPass Bot Check

#6 Post by Official timepass »

@Mortimal I have put that code in config.txt file but its not getting triggered
It is not talking :(

This is how my macro folder looks
Image

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

Re: ByPass Bot Check

#7 Post by Mortimal »

Put reactOnNPC.pl in plugins/.

Change line 52 in config/sys.txt.

Code: Select all

loadPlugins_list macro,profiles,breakTime,raiseStat,raiseSkill,map,reconnect,eventMacro,item_weight_recorder,xconf,reactOnNPC
Please use pin function for uploading your file contents!

Official timepass
Human
Human
Posts: 23
Joined: 24 Sep 2017, 02:59
Noob?: Yes

Re: ByPass Bot Check

#8 Post by Official timepass »

Ok, it started reacting but it says you inserted wrong code see this debug info

Image

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

Re: ByPass Bot Check

#9 Post by Mortimal »

Whoops, my bad... Use this instead:

Code: Select all

reactOnNPC talk text #2~1{
   type text
   useColors 1
   delay 2
   msg_0 /Anti\s+Bot\s+Security\s+System/
   msg_1 /Please\s+input\s+the\s*\^[fF]{2}0000\s*RED\s+COLOR\s*\^000000\s*words\./
   msg_2 /\^[fF]{2}0000(\w+)\^000000/
}
Please use pin function for uploading your file contents!

Official timepass
Human
Human
Posts: 23
Joined: 24 Sep 2017, 02:59
Noob?: Yes

Re: ByPass Bot Check

#10 Post by Official timepass »

Wow, Great!!!!!! Thanks it worked

Post Reply