User:Rodmjorgeh

From Zenith
Jump to navigation Jump to search

Who even does these? I am doing them anyways because I have nothing to do, bored out of my mind.

This is a header[edit source]

^ that is indeed a header, and this is a paragraph, in bold text, and that was italic text. How do I know this stuff? Well, I guess I am editing normally, clicking in "Edit" and not "Edit Source" so I can easily do stuff like this.

Why is all of my text underlined red even though I am writing proper English, and why is English not underlined red, this looks like a Word document...

Sub-header[edit source]

This sub-header will appear in the box at the top as 1.1, and the header as just 1. While that is very interesting, look at this: Click here to get free Discord Nitro. <- Click in there. Did you click it? Fantastic, you just got epically trolled because that is a link to the main page of this server, so you just got trolled. Yeah, that wasn't free Discord Nitro, so what? You mad? Well, good, now look at this: Buffalo, if you click there, you will see a buffalo, actually a lot of them, to be fair.

Now this sub-header will appear as 1.1.1[edit source]
Why is sub-header 4 literally the same as sub-header 3[edit source]

Yo I can write code and stuff I didn't know that. Take a look at this crap:

this is actually not code, this is just preformatted text but it's the famous code font ok don't judge me

Where can I do cool code like in this page? Guess I have to find all by myself... Update: I found how to do it by myself. Watch this magic trick:

//This is actually in C# language. People say bad things about it but it's actually the best coding language ever.

public string str = "Hey, JHMASTER. I hope you understand that you have GLITCHED MY PHONE!! "; 
public string anotherStr = "Do you understand what you've done?! This is not OK!! ";
public string anotherOne = "I need to get a new a new phone now!!?";

public void Main() {
    string mainStr = str + anotherStr + anotherOne;
    Console.WriteLine(mainStr);
}

Output:

Hey, JHMASTER. I hope you understand that you have GLITCHED MY PHONE!! Do you understand what you've done?! This is not OK!! I need to get a new a new phone now!!?


Another one

public void Main() {
    int i = 9;
    int ii = 10;
    
    int result = i + ii;
    Console.WriteLine(result.ToString());
}

Output:

21

So now after this point, we can clearly see that it's just me messing with coding. Now, while I could do code in an actual program, I am doing it in a wiki related to the Wii U game, New Super Mario Bros. U. And yes, that is extremely specific, so what? Yeah, and this is a extremely long header, so what?[edit source]

public void Main() {
    for (int i = 0; i < 10; i++) {
        string str = "I forgor skull";
        Console.WriteLine(str);
    }
}

Output:

I forgor skull
I forgor skull
I forgor skull
I forgor skull
I forgor skull
I forgor skull
I forgor skull
I forgor skull
I forgor skull
I forgor skull

-------------//

public void Main() {
    if (ProgrammingLanguage(C#).IsBetterThan(C++)) {
        Console.WriteLine("C# is better than C++");
    }
    else {
        Console.WriteLine("C# is not better than C++");
    }
}

Output:

C# is better than C++

-------------//

public void Main() {
    int emojisNumber = Emoji.NumberOfEmojis;
    for (int i = 0; i <= emojisNumber; i++) {
        if (Emoji.EmojiList[i] == "skull") {
            Console.WriteLine("skull");
            break;
        }
    }
}

Output:

skull

-------------//

public void Main() {
    TwitterUser myTwitterAccount = TwitterUser.Myself;
    TwitterUser theTwitterAccountIRatioed = TwitterUser.ID.122185341;
    
    int myLikes = myTwitterAccount.Likes;
    int myRetweets = myTwitterAccount.Retweets;
    int myComments = myTwitterAccount.Comments;
    
    int stupidGuyLikes = theTwitterAccountIRatioed.Likes;
    int stupidGuyRetweets = theTwitterAccountIRatioed.Retweets;
    int stupidGuyComments = theTwitterAccountIRatioed.Comments;
    
    if (myLikes > stupidGuyLikes || myRetweets > stupidGuyRetweets) {
        Console.WriteLine("Ratio accepted! You got " + myLikes + " likes while the other guy got " + stupidGuyLikes + " likes!");
    }
    else {
        Console.WriteLine("Ratio declined... :(");
    }
}

Output:

Ratio accepted! You got 666 likes while the other guy got 69 likes!

-------------//

public void Main() {
    int userID = 178273936679763968;
    DiscordUser user = new DiscordUser(userID);
    
    try {
        user.Account account = new Account();
        if (account != null) {
            account.Find(DiscordSpecial.Internet);
            DiscordSpecial.Internet userIP = Find(DiscordSpecial.Internet);
            
            if (userIP != null && account.Find(DiscordSpecial.InternetToFloat) > 0) {
                Console.WriteLine("IP LOGGED! Successfully got user's IP! It's " + userIp);
            }
        }
    }
    catch (Exception e) {
        Console.WriteLine("Seems like you didn't get the correct IP. Maybe try again.");
    }
}

Output:

IP LOGGED! Successfully got user's IP! It's 175.281.94.10


bruh