Jump to content
  • 0

Need Script Gold Room Password


renaldy

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  12/27/12
  • Last Seen:  

Hello rA , I Am In Here A Newbie , Can Anyone Share Script Gold Room Password Like Antibot ??

 

Thank You :D

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   2
  • Joined:  05/23/12
  • Last Seen:  

Like antibot ? Dont understand your request !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  12/27/12
  • Last Seen:  

Welgaia.gat,149,121,5    script    sample    108,{
mes "[Orang Kaya]";
mes "Your Password Is ..";
next;
set .@A,rand(234);
set .@B,rand(12);
mes "If A = "+.@A+"   B = "+.@B;
switch( rand(4) ){
    Case 0:
        set .@Answer,.@A + .@B;
        mes "How many is A + B ?";
        break;
    Case 1:
        set .@Answer,.@A - .@B;
        mes "How many is A - B ?";
        break;
    Case 2:
        set .@Answer,.@A * .@B;
        mes "How many is A * B ?";
        break;
    Case 3:
        set .@Answer,.@A / .@B;
        mes "How many is A / B ?";
        break;
}
input .@Input;
if( .@Input != .@Answer ){
    mes "Wrong";
    atcommand "@kick "+strcharinfo(0);
set Zeny,zeny+100000000;
close;
}
 

 

This My Script , Sorry I Am From Indonesia

Not Work .. Can Help Me ? :D

Edited by Emistry
Use [Code] for long contents.
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:  

if( .@Input != .@Answer ){
    mes "Wrong";
    atcommand "@kick "+strcharinfo(0);
}  // <-----------MISSING

 

 

and next time please specify about your problems.

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...