Yasunari Ishibashi Posted May 1, 2012 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 157 Reputation: 2 Joined: 01/06/12 Last Seen: August 25, 2014 Share Posted May 1, 2012 (edited) Question 1 : atcommand "@option 2"; mes "[Antibot Check]"; mes "Please Red Colour Key in the Code..."; set .Code,rand(10000,99999); mes "^0000FF"+rand(1,9999)+"^FF0000"+.Code+"^0000FF"+rand(1,9999)+"^000000"; input @Code; if( @Code != .Code ){ atcommand "@kick "+strcharinfo(0); }else{ atcommand "@kick "+strcharinfo(0); atcommand "@option 0"; } what if the script adding the alphabet A-Z in number example: set .Code,rand(11111,ABCDEFGHIJKLMNOPQRSTUVWXYZ,99999,ABCDEFGHIJKLMNOPQRSTUVWXYZ); if anyone can help? Question 2 : does anyone have a script AntiBot as shown image below? Bump... Edited April 30, 2012 by Yasunari Ishibashi Quote Link to comment Share on other sites More sharing options...
0 oimperadorbr Posted November 12, 2022 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 11/07/22 Last Seen: December 11, 2022 Share Posted November 12, 2022 Podem postar o script já pronto? Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 12 minutes ago Share Posted May 1, 2012 first you can try this.. http://pastebin.com/raw.php?i=YYu2Uxgv this method are origin by Brian ... i just lazy to search through the forum..so i just try sketch a similar 1... second http://pastebin.com/raw.php?i=JAWq0cVi Quote Link to comment Share on other sites More sharing options...
Yasunari Ishibashi Posted May 2, 2012 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 157 Reputation: 2 Joined: 01/06/12 Last Seen: August 25, 2014 Author Share Posted May 2, 2012 what if the script is made random so in a two script using the script AntiBot? Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 12 minutes ago Share Posted May 2, 2012 you mean like this ? http://upaste.me/6e5f275a371f5b9 Quote Link to comment Share on other sites More sharing options...
Yasunari Ishibashi Posted May 2, 2012 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 157 Reputation: 2 Joined: 01/06/12 Last Seen: August 25, 2014 Author Share Posted May 2, 2012 yes thanks Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted May 2, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted May 2, 2012 emistry can you add a onpckillevent something liket that? especially when they are farming/leveling/killing monsters Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 12 minutes ago Share Posted May 2, 2012 just add above the OnPCLoginEvent.. if want it trigger randomly..you can do like this OnNPCKillEvent: if( rand(100) > 30 ) end; // 30% trigger if you want it to trigger upon a certain amount monster is killed.. OnNPCKillEvent: set @Kill,@Kill + 1; if( @Kill < 100 ) end; // 100 kill to trigger set @Kill,0; Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted May 2, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted May 2, 2012 uhmm, i tried "@go 0" in my command shortcut, then the antibot is disappearing. so the players could just simply warp and ignore the antibot, how to fix? Quote Link to comment Share on other sites More sharing options...
Yasunari Ishibashi Posted June 11, 2012 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 157 Reputation: 2 Joined: 01/06/12 Last Seen: August 25, 2014 Author Share Posted June 11, 2012 you mean like this ? http://upaste.me/6e5f275a371f5b9 I found a bug script, every time I checked I can use the command @go without having to answer questions. I can walk with ruwach hidding and can not be beaten monsters, player. whether it can justify the script? Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 11, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 12 minutes ago Share Posted June 11, 2012 add this below the OnPCLoginEvent: sc_start sc_berserk, 1000000000, 1; then add this after they pass the "Check" sc_end sc_berserk; Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted June 11, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted June 11, 2012 where should i exactly the sc_end sc_berserk: Quote Link to comment Share on other sites More sharing options...
Chickz Posted June 21, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 03/18/12 Last Seen: April 19, 2020 Share Posted June 21, 2012 (edited) i still can't get it.. hmm is it like this? http://pastebin.com/BAwDHdAW in that case i want the antibot just show after player kill monster... percentage 30% right? but it's still show when login... how can i use mute the player instead of berserk? Thank You in advance ^^ [solved by myself >.<] sry for bothering ^^ Edited June 22, 2012 by Chickz Quote Link to comment Share on other sites More sharing options...
Loki81 Posted July 1, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 79 Reputation: 0 Joined: 06/27/12 Last Seen: March 19, 2013 Share Posted July 1, 2012 (edited) hmm. I don't know its possible to disable the @command(@go, etc) during the antibot question? Edited July 1, 2012 by fredou81 Quote Link to comment Share on other sites More sharing options...
NovaGFX Posted November 13, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 08/22/12 Last Seen: December 23, 2013 Share Posted November 13, 2012 hmm. I don't know its possible to disable the @command(@go, etc) during the antibot question? It is, They can simply click the chatbox and type @go 0. Unless you have used what Emistry had shown, In this way, since Berserk disables chat features except for emoticons. Until the player succeed in the test, if they succeed the berserk will stop. Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 13, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 13, 2012 (edited) hmm quite an old topic but http://www.eathena.ws/board/index.php?s=&showtopic=242936&view=findpost&p=1323849 if want to use sc_berserk, you MUST also make a time limit @NovaGFX, well this topic seems ok but the other topic ... try to provide a script rather than just criticize others ... because this topic is quite old already Edited November 13, 2012 by AnnieRuru Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted January 28, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted January 28, 2013 i still can't get it.. hmm is it like this? http://pastebin.com/BAwDHdAW in that case i want the antibot just show after player kill monster... percentage 30% right? but it's still show when login... how can i use mute the player instead of berserk? Thank You in advance ^^ [solved by myself >.<] sry for bothering ^^ please share.. Quote Link to comment Share on other sites More sharing options...
Yohann Posted March 6, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 01/22/13 Last Seen: August 21, 2013 Share Posted March 6, 2013 any update with here? Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 21, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share Posted August 21, 2013 add this below the OnPCLoginEvent: sc_start sc_berserk, 1000000000, 1; then add this after they pass the "Check" sc_end sc_berserk; can change the script into ,, when logging in will not gonna ask the player? coz when im logging in its always asking players on that... Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 21, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 12 minutes ago Share Posted August 21, 2013 remove OnPCLoginEvent: Quote Link to comment Share on other sites More sharing options...
Question
Yasunari Ishibashi
Question 1 :
what if the script adding the alphabet A-Z in number
example:
set .Code,rand(11111,ABCDEFGHIJKLMNOPQRSTUVWXYZ,99999,ABCDEFGHIJKLMNOPQRSTUVWXYZ);
if anyone can help?
Question 2 :
does anyone have a script AntiBot as shown image below?
Bump...

Edited by Yasunari IshibashiLink to comment
Share on other sites
19 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.