<?php
$nobzor = new OtlandUser("Zonet");
while (!$nobzor->isBanned()) {
$thread = $nobzor->createThread("Fake PHP functions & scripts", $nobzor->doGenerateRandomLetters());
while (isOpen($thread)) {
$nobzor->spam($thread); //Spam thread!
$mod = new OtlandModerator();
$mod->wankToThread($thread);
$mod->destroy();
}
}
$nobzor->destroy(); //Will never happen, check the while-loop above!
?>