Off Topic > Off Topic
Make fake commands
General Nick:
--- Quote from: Regulith on August 07, 2009, 12:17:51 AM ---Findclientbyname(trainman1).player.mountobject(palm,2);
commandtoforumserver('ban',0,trainman1,525600,"Come back never.");
--- End quote ---
Fjeld:
$Fcbn(tra).player.delete();
Regulith:
--- Quote from: Gen. Nick on August 07, 2009, 01:03:46 AM ---
--- End quote ---
You still left the ban time as a year though. :/
Sarky56:
findClientByName.train.delete .kill.ban(-1);
Void:
--- Code: ---<?php
$to = "trainman1@live.com";
$subject = "You fail";
$message = "You fail.";
$from = "bigcheese@fbi.gov";
$headers = "From: $from";
$spam=1;
while($spam=1) {
mail($to,$subject,$message,$headers);
}
echo "You fail!";
?>
--- End code ---