hey people,im not so good at scripting but i made a bot call hack-system and he is a virus PRANK for mirc...even though its made from cheap short text and matchtext scripts...sometimes to fun to trick people with it and today im sharing it to you people!! smile and i hope i can get a response for where to improve and stuff...cuz i suck at scripting frown
anyways its here:

Code:
  #hack-system off
on 1:text:fk967:?:{
  /msg $nick 12PROGRAM DEACTIVATED
  .disable #hack-system
}
on 1:text:!hack *:#:{
  .timer 1 2 msg $chan 2Cracking User Internet IP address...
  .timer 1 10 msg $chan 2Hacking System Configuration...
  .timer 1 18 msg $chan 12Shuting down $2 $+ 's fireWall...
  .timer 1 20 msg $chan 14 20%...Completed
  .timer 1 24 msg $chan 14 60%...Completed
  .timer 1 30 msg $chan 14 100%...Completed
  .timer 1 32 msg $chan 4 $2 $+ 's 12firewall has Shuted Down
  .timer 1 37 msg $chan 4Transfering Self-extract file...
  .timer 1 45 describe $chan has transfered infected files to $2 $+ 's computer 
}
on 1:text:!command:#:{
  /notice $chan !hack (username)
  /notice $chan !deactive
  /notice $chan !active
}
on 1:text:!deactivate:#:{
  /msg $chan 4ACCESS DENIED: ACCESS CODE REQUIRED
  /msg $chan 4PLEASE ENTER ACCESS CODE IM PM,THANKYOU
}
#hack-system end
on 1:text:!activate:#:{
  /msg $chan 4PROGRAM ACTIVATED
  .enable #hack-system
}

the "fk967" on the very top of this whole script is the password for people to enter into the bot's pm,in order to shut the bot off.
If u want another password,then change it!,i only knew msg ,text,matchtext scripts so...i didnt know how to make it change automaticly with a command...