Anti Bot

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

Moderator: Moderators

Message
Author
thelordofbot
Noob
Noob
Posts: 3
Joined: 20 Jan 2020, 17:00
Noob?: No

Anti Bot

#1 Post by thelordofbot »

Hey anyone knows the solution for this anti bot?

First:
Image
[Jan 27 13:46:02 2020.20] Desconhecido #112398548: Attempt: 0/3
[Jan 27 13:46:02 2020.21] [reactOnNPC] NPC message saved (0): "Attempt: ^ff00000^000000/3".
[Jan 27 13:46:02 2020.22] Desconhecido #112398548: Choice the one you see!
[Jan 27 13:46:02 2020.22] [reactOnNPC] NPC message saved (1): "Choice the one you see!".
[Jan 27 13:46:02 2020.23] - Respostas (Desconhecido #112398548) --
# Resposta
0 I am not a bot
1 I am not a bot
2 I am not a bot
3 I am not a bot
4 Cancelar Conversa
Second
Image
[Jan 27 14:30:56 2020.19] [reactOnNPC] NPC message saved (0): "Attempt: ^ff00000^000000/3".
[Jan 27 14:30:56 2020.19] Desconhecido #112398548: What is the result of:
[Jan 27 14:30:56 2020.20] [reactOnNPC] NPC message saved (1): "What is the result of: ".
[Jan 27 14:30:56 2020.20] Desconhecido #112398548: 00050+4030
[Jan 27 14:30:56 2020.20] [reactOnNPC] NPC message saved (2): "^FFF8F50^000000^F7FFF20^000000^FFA27A0^000000^FDF5FF5^000000^FFF2F20^000000^B780FF+^000000^FFF2F24^000000^FF0D0D0^000000^EBF5FF3^000000^FDF5FF0^000000".

krispaul27
Human
Human
Posts: 49
Joined: 09 Dec 2009, 13:04
Noob?: No

Re: Anti Bot

#2 Post by krispaul27 »

Its reactOnNpc, but its kinda hard if you know nothing about macros

Code: Select all

r~/bot/
[/b][/color]

thelordofbot
Noob
Noob
Posts: 3
Joined: 20 Jan 2020, 17:00
Noob?: No

Re: Anti Bot

#3 Post by thelordofbot »

I know a little bit of macro.
When it was the old anti bot I made this macro, and it worked perfectly, but for this new system I can't find a solution ...
-----------------
the old antibot system
I solved it with this macro
automacro getByAntibot {
console /--- Bot verification ---/
run-once 1
priority 1
call {
do ai manual
pause 2
do talk cont
pause 2
do talk cont
pause 2
}
}
automacro antibot {
console /(.*?) I am not a b0t/
run-once 1
overrideAI 1
call {
pause 2
do talk resp $.lastMatch1
log ----Anti-bot-activated----
release antibot
do ai on
}
}
This macro I made worked well, but with this new system I have no idea how to solve it.
I already discovered the colors used for summing .. but I don't know how to create a regex to use the reactOnNpc system
If you can help me, giving any tips .. I would appreciate it ...

krispaul27
Human
Human
Posts: 49
Joined: 09 Dec 2009, 13:04
Noob?: No

Re: Anti Bot

#4 Post by krispaul27 »

study <regexp> because your server anti-bot system used <regexp> regular expressions.

ill give you example :

Code: Select all

reactOnNPC talk resp @resp(my $color2 = #0~0; /I am not a bot/) {
type responses
useColors 1
msg_0 /Answer the questions BOT OR NOT?/i
msg_1
msg_2 
}

Code: Select all

r~/bot/
[/b][/color]

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: Anti Bot

#5 Post by fadreus »

I never use ReactOnNpc plugin before.
I think his main concern is the colorful numbers but being grayed as openkore sees all number appeared there in colors without being "grayed" while the usual anti-bot check asked to do calculated on colored numbers and that prolly the flaws in reactonnpc plugin.

At least that what I can conclude with little information I had.
So what is needed it to exclude the grayed part which well, good luck with that.
Might be a bit harder to tackle this one out IMO.

Openkore is writtern in perl so for regexp, try asking around in reddit perl for example.
Maybe got someone there would able to help.
No one good enough visiting this forum anymore.
Maybe they do but on rare occasion.

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

thelordofbot
Noob
Noob
Posts: 3
Joined: 20 Jan 2020, 17:00
Noob?: No

Re: Anti Bot

#6 Post by thelordofbot »

Thanks for the answers, I will study regexp more.
I really need to find a way to identify only the highlighted colors of the numbers and phrases.
thanks!

krispaul27
Human
Human
Posts: 49
Joined: 09 Dec 2009, 13:04
Noob?: No

Re: Anti Bot

#7 Post by krispaul27 »

thelordofbot wrote:Thanks for the answers, I will study regexp more.
I really need to find a way to identify only the highlighted colors of the numbers and phrases.
thanks!
Anyway you can always contact me @ my discord if need help. krispaul27#0968

Code: Select all

r~/bot/
[/b][/color]

xxchuck
Noob
Noob
Posts: 4
Joined: 11 Jul 2017, 20:40
Noob?: Yes

Re: Anti Bot

#8 Post by xxchuck »

can i swing by just need a tools how to get a private server ip address seems all tools like wpe aren't working on this anymore gepard 3.0
heres the link

http://www.mediafire.com/file/7epi2q2qq ... O.rar/file

rivercurry
Noob
Noob
Posts: 6
Joined: 22 Nov 2022, 23:18
Noob?: No

Re: Anti Bot

#9 Post by rivercurry »

I must find a method to distinguish only the highlighted colors of the highlighted numbers and phrases.
gorilla tag

Post Reply