RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

C# Joke

CNS_Alex

Wanderer
C# Joke

Someone Post One Of Those Funny C# Things! You Know, Like C# Code Meaning Like I Own You Or Something!
 

Atomic

Wanderer
Code:
foreach ( Post post in RunUO.Forums )
{
     if ( Post.Stupid == true )
     {
          this.Angry = true;
          Post.Author.SendPM( "Die!!!!" );
     }
}
 

tejster24

Sorceror
Code:
PlayerMobile tejster24 = this as PlayerMobile;
 tejster24.AccessLevel = AccessLevel.Administrator;
 return true;
 

Viago

Knight
if ( OSI >= Ryan)
{
C.IsAlive = false;
C.SendMessage ( 88, "All your Bases belong to US!" );
}
else if ( Phantom >= Ryan)
{
Server.Crash = true;
Ryan.Panic = true;
}
else
{
World.Message ( "All Systems go");
}



if (C is Ryan)
{
C.Run = true
Run.C.Run
}
 

Darkness_PR

Wanderer
Viago said:
if ( OSI >= Ryan)
{
C.IsAlive = false;
C.SendMessage ( 88, "All your Bases belong to US!" );
}
else if ( Phantom >= Ryan)
{
Server.Crash = true;
Ryan.Panic = true;
}
else
{
World.Message ( "All Systems go");
}



if (C is Ryan)
{
C.Run = true
Run.C.Run
}

heheh pretty cool man =D eheheheh lol
 
DontdroptheSOAD said:
c:\
c:\Dos
c:\Dos\Run
Run\Dos\Run

Be original, you got that off the fat man's t-shirt from the Simpsons.

Code:
Joke j = DontdroptheSOAD.LastJoke;

if ( !Jokes.CheckOriginality( j ) )
{
        DontdroptheSOAD.DeportTo( Iraq );
}
 

Maynza

Formerly DontdroptheSOAD
string TheOutkastDev = "Gay";
if( TheOutkastDev == "Gay")
{
this.say( "stfu the fat guy roxxors joo" );
}
 

Quantos

Lord
TheOutkastDev said:
Be original, you got that off the fat man's t-shirt from the Simpsons.

Code:
Joke j = DontdroptheSOAD.LastJoke;
 
if ( !Jokes.CheckOriginality( j ) )
{
DontdroptheSOAD.DeportTo( Iraq );
}


Wasn't that comic store guy? The episode where Lisa joins Mensa :)
 

Viago

Knight
playermobile pm = mobile as playermobile;
if ( pm.Location == Jail )
{
playermobile bc = playermobile; // defines other playermobiles in area
if ( bc. Name == "Bubba")
{
pm.add.Backpack( Soaponroap(1));
pm.Say (" HELLLLPPPPP!!! RAAAAPPPP!!!");
}
if ( bc. Name == "Security Guard")
{
pm.add.Backpack( Soaponroap(1));
pm.CurlUpInABallAndTakeIt = true;
}
if ( bc. Name == "DontdroptheSOAD")
{
pm.add.Backpack( Soaponroap(1));
pm.Suicide = true
}
}

else
{
pm.DeniesItEverHappend = true;
}
 
Top