<<< Anti BotKiller >>>

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

Moderator: Moderators

Message
Author
chiky
Human
Human
Posts: 22
Joined: 22 Feb 2013, 10:18
Noob?: Yes

Re: <<< Anti BotKiller >>>

#51 Post by chiky »

can someone help me with this?, i use responseOnASCIInumber but that doesn't work

Image

ViPeR89
Noob
Noob
Posts: 3
Joined: 19 Jun 2020, 13:31
Noob?: Yes

Re: <<< Anti BotKiller >>>

#52 Post by ViPeR89 »

SOLVED by myself without any help from anyone
Clue:
Search by Yourself on this forum
Thanks
Last edited by ViPeR89 on 01 Jul 2020, 04:52, edited 1 time in total.

-Saint Seiya-
The Way Of Human
The Way Of Human
Posts: 182
Joined: 11 Apr 2008, 07:03

Re: <<< Anti BotKiller >>>

#53 Post by -Saint Seiya- »

ViPeR89 wrote:
26 Jun 2020, 09:44
Can some one help my problem?
I have problem how to solve this antibot

Image

this Antibot triggered when you're on Field and it will trigger again after 30 minutes hunt on the field
Link: classicro.net

Here is my reactOnNPC debug

Code: Select all

NPC image: verify
Unknown #110245059: You Have 3 Chance to select Red Text Correctly
[reactOnNPC] NPC message saved (0): "You Have 3 Chance to select Red Text
Correctly".
[reactOnNPC] NPC message saved (0): "You Have 3 Chance to select Red Text
Correctly".
Unknown #110245059: If you failed- You will be jailed.
[reactOnNPC] NPC message saved (1): "If you failed- You will be jailed.".
[reactOnNPC] NPC message saved (1): "If you failed- You will be jailed.".
Unknown #110245059: Select the RED COLOUR part
[reactOnNPC] NPC message saved (2): "Select the ^FF0000RED COLOUR^000000 part".
[reactOnNPC] NPC message saved (2): "Select the ^FF0000RED COLOUR^000000 part".
Unknown #110245059: 667553343369
[reactOnNPC] NPC message saved (3): "^0000FF6675^FF00005334^0000FF3369^000000".
[reactOnNPC] NPC message saved (3): "^0000FF6675^FF00005334^0000FF3369^000000".
[reactOnNPC] onNPCAction type is: continue.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:continue, rect:responses) 'type'
not met.
[reactOnNPC] onNPCAction type is: continue.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:continue, rect:responses) 'type'
not met.
: Type 'talk cont' to continue talking
---- Responses (Unknown #110245059) ----
#  Response
0  5295
1  3369
2  2731
3  5334
4  Close
5  Cancel Chat
----------------------------------------
itself: Type 'talk resp #' to choose a response.
[reactOnNPC] onNPCAction type is: responses.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:responses , rect:responses) is
met.
[reactOnNPC] Matching [msg (0)] "You Have 3 Chance to select Red Text
Correctly" to "/You Have 3 Chance to select Red Text Correctly/" ... regexp ok.
[reactOnNPC] Matching [msg (1)] "If you failed- You will be jailed." to "/If
you failed- You will be jailed./" ... regexp ok.
[reactOnNPC] Matching [msg (2)] "Select the ^FF0000RED COLOUR^000000 part" to
"/Select the \^([0-9a-fA-F]{6})RED COLOUR\^000000 part/" ... regexp ok.
[reactOnNPC] Matching [msg (3)] "^0000FF6675^FF00005334^0000FF3369^000000" to
"/\d+\^([0-9a-fA-F]{6})(\d+)\^[0-9a-fA-F]{6}\d+/" ... regexp ok.
[reactOnNPC] Matching [response (0)] "5295" to "my $color1 = '';my $color2 =
'';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (1)] "3369" to "my $color1 = '';my $color2 =
'';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (2)] "2731" to "my $color1 = '';my $color2 =
'';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (3)] "5334" to "my $color1 = '';my $color2 =
'';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (4)] "^777777Close^000000" to "my $color1 =
'';my $color2 = '';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] React to NPC with delay. Execute command "talk resp 5 {return
''})" after 5 seconds.
[reactOnNPC] onNPCAction type is: responses.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:responses , rect:responses) is
met.
[reactOnNPC] Matching [msg (0)] "You Have 3 Chance to select Red Text
Correctly" to "/You Have 3 Chance to select Red Text Correctly/" ... regexp ok.
[reactOnNPC] Matching [msg (1)] "If you failed- You will be jailed." to "/If
you failed- You will be jailed./" ... regexp ok.
[reactOnNPC] Matching [msg (2)] "Select the ^FF0000RED COLOUR^000000 part" to
"/Select the \^([0-9a-fA-F]{6})RED COLOUR\^000000 part/" ... regexp ok.
[reactOnNPC] Matching [msg (3)] "^0000FF6675^FF00005334^0000FF3369^000000" to
"/\d+\^([0-9a-fA-F]{6})(\d+)\^[0-9a-fA-F]{6}\d+/" ... regexp ok.
[reactOnNPC] Matching [response (0)] "5295" to "my $color1 = 'FF0000';my
$color2 = '';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (1)] "3369" to "my $color1 = 'FF0000';my
$color2 = '';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (2)] "2731" to "my $color1 = 'FF0000';my
$color2 = '';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (3)] "5334" to "my $color1 = 'FF0000';my
$color2 = '';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] Matching [response (4)] "^777777Close^000000" to "my $color1 =
'FF0000';my $color2 = '';if ($color1 eq $color2" ... doesn't match.
[reactOnNPC] React to NPC with delay. Execute command "talk resp 5 {return
''})" after 5 seconds.
[reactOnNPC] Reacting to NPC. Executing command "talk resp 5 {return ''})".
Error in function 'talk resp' (Respond to NPC)
Wrong talk resp sintax.
[reactOnNPC] Reacting to NPC. Executing command "talk resp 5 {return ''})".
Error in function 'talk resp' (Respond to NPC)
Wrong talk resp sintax.
I don't know how to solve this problem

I hope someone can help my problem..
Thanks in advance
share your server info via here or PM me, will test it out once i am back home

ViPeR89
Noob
Noob
Posts: 3
Joined: 19 Jun 2020, 13:31
Noob?: Yes

Re: <<< Anti BotKiller >>>

#54 Post by ViPeR89 »

SOLVED
Last edited by ViPeR89 on 01 Jul 2020, 04:50, edited 1 time in total.

cobikmontero
Noob
Noob
Posts: 3
Joined: 28 May 2023, 08:58
Noob?: Yes

Re: <<< Anti BotKiller >>>

#55 Post by cobikmontero »

i try to fo this but not work

harrymughal
Noob
Noob
Posts: 1
Joined: 04 Feb 2024, 12:02
Noob?: No

Re: <<< Anti BotKiller >>>

#56 Post by harrymughal »

is there an anti aim assist bot are there for you to teach how to play

Post Reply