The totally bestest thread ever (for random stuff)

Anything not related to Egoboo.

Moderator: Developers

User avatar
Iron
Chest Mimic (Community member)
Chest Mimic (Community member)
Posts: 280
Joined: Sat Nov 08, 2008 5:15 pm

Post by Iron »

Damn... I made it all the way to 20 before giving up... it gets really cool though...
Maxaxle -8
The penguins, -6
PurpleSquerkle, -6/7/8?
Iron, -5
Ben Urban -5
Scytale, +1
Clonkinator, +1
Chainsaw, +2
Zefz, +2
Cimeries
Lumberjack (Developer)
Lumberjack (Developer)
Posts: 7720
Joined: Wed Jul 23, 2008 6:56 am

Post 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.).
:wink:
User avatar
Iron
Chest Mimic (Community member)
Chest Mimic (Community member)
Posts: 280
Joined: Sat Nov 08, 2008 5:15 pm

Post by Iron »

It would seem text isn't limited in spoilers? Or atleast, not as much... hehehehe. Talk about server screwing..
Maxaxle -8
The penguins, -6
PurpleSquerkle, -6/7/8?
Iron, -5
Ben Urban -5
Scytale, +1
Clonkinator, +1
Chainsaw, +2
Zefz, +2
User avatar
ShellShocker
Rust Eater (Senior Member)
Rust Eater (Senior Member)
Posts: 3625
Joined: Thu Jul 24, 2008 6:37 am
Location: Australia

Post by ShellShocker »

SPAM, LA-LA-LA, SPAMMITY, YAY!
Image
This signature picture has been cropped to fit the size limit.
User avatar
Shade
Potion Mimic (Senior Member)
Potion Mimic (Senior Member)
Posts: 7349
Joined: Thu Jul 24, 2008 12:25 pm
Location: Gensokyo

Post by Shade »

@Iron: Wtf... You just broke the forum. D=

@Chainsaw: Omfg, that's skill - or rather, insane luck. xD
User avatar
ShellShocker
Rust Eater (Senior Member)
Rust Eater (Senior Member)
Posts: 3625
Joined: Thu Jul 24, 2008 6:37 am
Location: Australia

Post by ShellShocker »

I looked through all of the spoilers, and nothing... :(
The quick reply box and other people's posts are also missing.
Image
This signature picture has been cropped to fit the size limit.
User avatar
PurpleSquerkle
Massive Gelfeet (Developer)
Massive Gelfeet (Developer)
Posts: 3176
Joined: Wed Jul 23, 2008 4:54 am
Location: Oakland, CA
Contact:

Post 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....
User avatar
ShellShocker
Rust Eater (Senior Member)
Rust Eater (Senior Member)
Posts: 3625
Joined: Thu Jul 24, 2008 6:37 am
Location: Australia

Post by ShellShocker »

WAHHH! It's not working. Somebody PM me telling me what to do.
Image
This signature picture has been cropped to fit the size limit.
Cimeries
Lumberjack (Developer)
Lumberjack (Developer)
Posts: 7720
Joined: Wed Jul 23, 2008 6:56 am

Post 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...
:wink:
User avatar
Iron
Chest Mimic (Community member)
Chest Mimic (Community member)
Posts: 280
Joined: Sat Nov 08, 2008 5:15 pm

Post 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?
Maxaxle -8
The penguins, -6
PurpleSquerkle, -6/7/8?
Iron, -5
Ben Urban -5
Scytale, +1
Clonkinator, +1
Chainsaw, +2
Zefz, +2
User avatar
penguinflyer5234
Sheep (Developer)
Sheep (Developer)
Posts: 3025
Joined: Wed Jul 23, 2008 1:39 am
Location: Best Southwest

Post by penguinflyer5234 »

You had too many spoiler tags.,
...
User avatar
penguinflyer2222
Queen Penguin (Senior Member)
Queen Penguin (Senior Member)
Posts: 6614
Joined: Wed Jul 23, 2008 1:51 am

Post by penguinflyer2222 »

Aaaaa! Topic somewhat-broken!
Iron has a huge post!!!!!! Eeeee
......
User avatar
Iron
Chest Mimic (Community member)
Chest Mimic (Community member)
Posts: 280
Joined: Sat Nov 08, 2008 5:15 pm

Post 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 = <>;

Last edited by Iron on Mon Nov 24, 2008 11:05 pm, edited 1 time in total.
Maxaxle -8
The penguins, -6
PurpleSquerkle, -6/7/8?
Iron, -5
Ben Urban -5
Scytale, +1
Clonkinator, +1
Chainsaw, +2
Zefz, +2
User avatar
woodmouse
Monolich (Senior Member)
Monolich (Senior Member)
Posts: 4586
Joined: Wed Jul 23, 2008 3:53 pm
Location: Finland
Contact:

Post by woodmouse »

Maps are spam :evil:
Once upon a time, when unicorns roamed the earth...
User avatar
Ben Urban
Cobol (Esteemed member)
Cobol (Esteemed member)
Posts: 829
Joined: Sat Oct 04, 2008 10:49 pm
Location: Maryland, USA
Contact:

Post 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.
Thanks to penguinflyer2222 for the avatar, and to penguinflyer5234 for hosting it.
Post Reply