• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Fake PHP functions & scripts

PHP:
<?php
char $enter, $print;
$enter = console.readline();
$print = "You've entered: ";
console.writeline($print + $enter)
?>
C# :o
 
PHP:
<?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!
?>
 
Last edited:
PHP:
<?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!
?>

Hehehe, good one!
 
Back
Top