Page 6 of 6

Re: <<< Anti BotKiller >>>

Posted: 04 Oct 2018, 22:04
by chiky
can someone help me with this?, i use responseOnASCIInumber but that doesn't work

Image

Re: <<< Anti BotKiller >>>

Posted: 26 Jun 2020, 09:44
by ViPeR89
SOLVED by myself without any help from anyone
Clue:
Search by Yourself on this forum
Thanks

Re: <<< Anti BotKiller >>>

Posted: 28 Jun 2020, 03:21
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

Re: <<< Anti BotKiller >>>

Posted: 28 Jun 2020, 03:44
by ViPeR89
SOLVED

Re: <<< Anti BotKiller >>>

Posted: 28 May 2023, 09:00
by cobikmontero
i try to fo this but not work

Re: <<< Anti BotKiller >>>

Posted: 04 Feb 2024, 12:04
by harrymughal
is there an anti aim assist bot are there for you to teach how to play