renaldy Posted April 1, 2013 Posted April 1, 2013 Hello rA , I Am In Here A Newbie , Can Anyone Share Script Gold Room Password Like Antibot ?? Thank You Quote
renaldy Posted April 1, 2013 Author 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
Emistry Posted April 1, 2013 Posted April 1, 2013 if( .@Input != .@Answer ){ mes "Wrong"; atcommand "@kick "+strcharinfo(0); } // <-----------MISSING and next time please specify about your problems. Quote
Question
renaldy
Hello rA , I Am In Here A Newbie , Can Anyone Share Script Gold Room Password Like Antibot ??
Thank You
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.