Page 36 of 472

Posted: Mon Nov 24, 2008 8:02 pm
by Iron
Damn... I made it all the way to 20 before giving up... it gets really cool though...

Posted: Mon Nov 24, 2008 8:06 pm
by Cimeries
It's Slash'em, an expansion of sorts for Nethack.
It's has a nicer GUI and some new game mechanics (Races, classes, items, etc.).

Posted: Mon Nov 24, 2008 8:08 pm
by Iron
It would seem text isn't limited in spoilers? Or atleast, not as much... hehehehe. Talk about server screwing..

Posted: Mon Nov 24, 2008 8:08 pm
by ShellShocker
SPAM, LA-LA-LA, SPAMMITY, YAY!

Posted: Mon Nov 24, 2008 8:12 pm
by Shade
@Iron: Wtf... You just broke the forum. D=

@Chainsaw: Omfg, that's skill - or rather, insane luck. xD

Posted: Mon Nov 24, 2008 8:22 pm
by ShellShocker
I looked through all of the spoilers, and nothing... :(
The quick reply box and other people's posts are also missing.

Posted: Mon Nov 24, 2008 8:23 pm
by PurpleSquerkle
This topic is so broken.
I can't see the last posts on either of these last two pages; it cuts off after Iron's spoiler posts....

Posted: Mon Nov 24, 2008 8:25 pm
by ShellShocker
WAHHH! It's not working. Somebody PM me telling me what to do.

Posted: Mon Nov 24, 2008 8:28 pm
by Cimeries
Iron, I had to remove your spoiler posts to see anything. Don't do it again.

Oh, by the way, I was killed by something called a "Leprechotta" or something...
That thing attacked me like 5-6 times at a row, even though I was extra fast! WTF?!
A meager 17.5k points this time...

Posted: Mon Nov 24, 2008 8:28 pm
by Iron
hahahahaha. It would seem I surpassed my limit :P

Maybe making 1meg smiley files isn't a good idea?



I was just spamming :( Isn't that what this thing is for?

Posted: Mon Nov 24, 2008 8:30 pm
by penguinflyer5234
You had too many spoiler tags.,

Posted: Mon Nov 24, 2008 8:32 pm
by penguinflyer2222
Aaaaa! Topic somewhat-broken!
Iron has a huge post!!!!!! Eeeee

Posted: Mon Nov 24, 2008 8:32 pm
by Iron
I know, I did it on purpose. Here, I'll give you guys the code so you guys can reak havoc on other spam posts. Declaring your spam supremacy.


This version is untested, but it should make a better use of the full range of smileys :D

EDIT: Forgot to mention this is perl :)

Code: Select all


# Made by Iron
# Created for sheer spamming pleasure...
# V 1.3
# 11/24/2008

use 5.010;

my $iteration = 0;
my $i = 0;
open my $file, '>>', 'spoiler';











print $file "\[spoiler=\"Follow the spoilers to an awesome answer link!\"\]\n";

while ($iteration <= 1337){
		  print $file "\[spoiler\]\n";
		  $iteration++;
		  print $file "Spoiler #: $iteration \n\n\n";
		  while($i <= (100)){
					 use Switch;
					 my $random = int(rand(20));
					 switch($random) {
								case 0	{print $file ":D"}
								case 1	{print $file ":)"}
								case 2	{print $file ":("}
								case 3	{print $file ":o"}
								case 4	{print $file ":shock:"}
								case 5	{print $file ":?"}
								case 6	{print $file "8)"}
								case 7	{print $file ":lol:"}
								case 8	{print $file ":x"}
								case 9	{print $file ":P"}
								case 10	{print $file ":oops:"}
								case 11	{print $file ":cry:"}
								case 12	{print $file ":evil:"}
								case 13	{print $file ":twisted:"}
								case 14	{print $file ":roll:"}
								case 15	{print $file ":wink:"}
								case 16	{print $file ":!:"}
								case 17	{print $file ":?:"}
								case 18	{print $file ":idea:"}
								case 19	{print $file ":arrow: "}
								else		{print $file ":)"}
					 }
					 $i++;
		  }
		  $i = 0;
}
$iteration = 0;

print $file "\[spoiler=\"The answer.\"\]";
print $file "47";
print $file "\[/spoiler\]";

while ($iteration <= 1337){
		  print $file "\[/spoiler\]\n";
		  $iteration++;
}
print $file "\[/spoiler\]";
close $file;

print "Finished check your file!"
my $loser = <>;


Posted: Mon Nov 24, 2008 8:54 pm
by woodmouse
Maps are spam :evil:

Posted: Mon Nov 24, 2008 8:55 pm
by Ben Urban
Chainsaw wrote:Oh, by the way, I was killed by something called a "Leprechotta" or something...
That thing attacked me like 5-6 times at a row, even though I was extra fast! WTF?!
A meager 17.5k points this time...
Leocrattas are very painful when you first meet them. They also tend to come in packs, and they're much faster than you are.