View Single Post
  #29  
Old 12-16-2001, 06:34 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
function corruptactions() {
// Corrupt auto admin code goes here
}

this.corrupt = random(1,100);
if (this.corrupt>90) {
corruptactions();
}
Reply With Quote