- script gmauth -1,{ OnPCLoginEvent: if(getgmlevel() >= 59) { botcheck; atcommand "@mute 32767 "+strcharinfo(0); //atcommand "@fakename Auth"; mes "Please input your authorization password."; input @inputpass$; if(@inputpass$ == "err") { mes "You are now authorized to login as a GM"; atcommand "@unmute" + strcharinfo(0); atcommand "@fakename"; botcheck; close; } else { atcommand "@kick" + strcharinfo(0); end; } } }