Jump to content
  • 0

Hi everyone


Kariton Revolution

Question


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

Can u edit this

you can't use @go and @load commands

when script is running

some Screen shot

screeneAthena002.jpg

screeneAthena000.jpg

i want you can't use @go and @load Command When script promp like that Ty

Here's the script

//===== eAthena Script =======================================
//= Bot Checker v2
//===== Made By: ============================================
//= Mystogan
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
//= Simple Bot Checker with a code and 3 attempts.
//========================================================

- script AntiBotCheckerData -1,{
OnPCLoginEvent:
if (refresh == 1) {
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "You will have 3 Attempts.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Well, this would be your first attempt.";
next;
mes "[^00ccffBot Checker^000000]";
mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000SECOND ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000THIRD ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "We will jail you.";
set refresh,1;
atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+"";
close;
}
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "You will have 3 Attempts.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Well, this would be your first attempt.";
next;
mes "[^00ccffBot Checker^000000]";
mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000SECOND ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000Warning: THIRD ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "We will jail you.";
set refresh,1;
atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+"";
close;
}

Edited by Arcenciel
Codebox'ed
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  218
  • Reputation:   16
  • Joined:  01/24/12
  • Last Seen:  

Alright well. All I've done was added in "atcommand "@mute 1337 "+strcharinfo(0)+""; and atcommand "@unmute "+strcharinfo(0)+"";." All credits goes to Mystogan for making the script. Use this script. It'll stop them from using the alt + m method to warp somewhere else.


//===== eAthena Script =======================================
//= Bot Checker v2
//===== Made By: ============================================
//= Mystogan
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
//= Simple Bot Checker with a code and 3 attempts.
//========================================================

- script AntiBotCheckerData -1,{
OnPCLoginEvent:
atcommand "@mute 1337 "+strcharinfo(0)+"";
if (refresh == 1) {
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "You will have 3 Attempts.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Well, this would be your first attempt.";
next;
mes "[^00ccffBot Checker^000000]";
mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
atcommand "@unmute "+strcharinfo(0)+"";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000SECOND ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
atcommand "@unmute "+strcharinfo(0)+"";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000THIRD ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
atcommand "@unmute "+strcharinfo(0)+"";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "We will jail you.";
set refresh,1;
atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+"";
close;
}
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "You will have 3 Attempts.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Well, this would be your first attempt.";
next;
mes "[^00ccffBot Checker^000000]";
mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
atcommand "@unmute "+strcharinfo(0)+"";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000SECOND ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
atcommand "@unmute "+strcharinfo(0)+"";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000Warning: THIRD ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
atcommand "@unmute "+strcharinfo(0)+"";
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "We will jail you.";
set refresh,1;
atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+"";
close;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.04
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

After i answer the code

Mute for 1337 min how to make after you correct answer ur now unmute

thanks ^^

After i answer the code

Mute for 1337 min how to make after you correct answer ur now unmute

thanks ^^

post-467-0-01067200-1327575630_thumb.jpg

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

how about try these ?

To Mute

sc_start SC_BERSERK,-1,1;

To UnMute

sc_end SC_BERSERK;

Berserk Status disable usage of Chat / Commands

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  44
  • Reputation:   4
  • Joined:  01/25/12
  • Last Seen:  

Copy paste would help e_e

//===== eAthena Script =======================================
//= Bot Checker v2
//===== Made By: ============================================
//= Mystogan
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
//= Simple Bot Checker with a code and 3 attempts.
//========================================================
- script AntiBotCheckerData -1,{
OnPCLoginEvent:
if (refresh == 1) {
sc_start SC_BERSERK,-1,1;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "You will have 3 Attempts.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Well, this would be your first attempt.";
next;
mes "[^00ccffBot Checker^000000]";
mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
sc_end SC_BERSERK;
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000SECOND ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
sc_end SC_BERSERK;
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000THIRD ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
sc_end SC_BERSERK;
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "We will jail you.";
sc_end SC_BERSERK;
set refresh,1;
atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+"";
close;
}
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "You will have 3 Attempts.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Well, this would be your first attempt.";
next;
mes "[^00ccffBot Checker^000000]";
mes "If you failed to enter the code within 3 attempts, you will be immidiately jailed.";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
sc_end SC_BERSERK;
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000SECOND ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
sc_end SC_BERSERK;
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "Please try again.";
next;
set @bot1, rand (10,99);
set @bot2, rand (2,7);
set @bot3, rand (1,9);
set @bot4, rand (5,9);
set @bot5, rand (0,8);
set @bot6, rand (10,99);
mes "[^00ccffBot Checker^000000]";
mes "^ff0000Warning: THIRD ATTEMPT!^000000";
next;
mes "[^00ccffBot Checker^000000]";
mes "Please enter this code.";
mes "";
mes "Code: ^0000FF"+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"^000000";
input @codes2$;
if (@codes2$ == ""+@bot1+""+@bot2+""+@bot3+""+@bot4+""+@bot5+""+@bot6+"") {
next;
mes "[^00ccffBot Checker^000000]";
mes "We have confirmed that you're not a bot.";
sc_end SC_BERSERK;
set refresh,1;
close;
}
next;
mes "[^00ccffBot Checker^000000]";
mes "The code you have entered is incorrect.";
mes "We will jail you.";
set refresh,1;
atcommand strcharinfo(0)+ "@jail "+strcharinfo(0)+"";
sc_end SC_BERSERK;
close;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   6
  • Joined:  11/15/11
  • Last Seen:  

What is the error that gives ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...