renaldy Posted April 1, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 12/27/12 Last Seen: March 26 Share Posted April 1, 2013 Hello rA , I Am In Here A Newbie , Can Anyone Share Script Gold Room Password Like Antibot ?? Thank You Quote Link to comment Share on other sites More sharing options...
Aksl Posted April 1, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 35 Reputation: 2 Joined: 05/23/12 Last Seen: September 27, 2014 Share Posted April 1, 2013 Like antibot ? Dont understand your request ! Quote Link to comment Share on other sites More sharing options...
renaldy Posted April 1, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 12/27/12 Last Seen: March 26 Author Share Posted April 1, 2013 (edited) 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 ? Edited April 1, 2013 by Emistry Use [Code] for long contents. Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 1, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 1 hour ago Share Posted April 1, 2013 if( .@Input != .@Answer ){ mes "Wrong"; atcommand "@kick "+strcharinfo(0); } // <-----------MISSING and next time please specify about your problems. Quote Link to comment Share on other sites More sharing options...
Question
renaldy
Hello rA , I Am In Here A Newbie , Can Anyone Share Script Gold Room Password Like Antibot ??
Thank You
Link to comment
Share on other sites
3 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.