viewing paste Second Password in Game | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
-   script  Sample  -1,{
OnPCLoginEvent:
if( #account_password$ == "" ){
    do{
        input .@input$;
    }while( getstrlen( .@input$ ) < 4 );
    set #account_password$,.@input$;
    message strcharinfo(0),"Created Password.";
}
mes "Enter your current Password.";
input .@input$;
if( .@input$ != #account_password$ )
    atcommand "@kick "+strcharinfo(0);
close;
}
Viewed 1180 times, submitted by Emistry.