/| Mario Kart PC |\

Mario Kart PC Forum - Advanced search

Results 541-560 out of 700+

smile

Yoshious Presents: The U.Y.K.E (United Yoshi Kingdom Empire)

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Shame. It is. But hey it doesn't matter
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
TE_mkfanYT wrote:
yoshi
Indeed, but here is the thing: make sure to follow the MKPC rules, lol



thats true lol! yoshi


You ever wonder if Yoshi will get his own game (that doesn't include other characters and it is his own storyline)
genius1
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
yoshi
Indeed, but here is the thing: make sure to follow the MKPC rules, lol
check1
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
I want gween donkey!!!! WAAAAAAAAAAAAAAAsnif

Lmao Nice Reference to that baby Mario game lol
xd2
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Oh yeah! I forgot to tell y'all the city staff!
Mayor: me
Head Of Staff: @TE_mkfanYT
This will be updated when we get new staff
genius1
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Ah hello Citizens of MKPC. You like Yoshis right? You want to become a part of U.Y.K.E then, where you can be part of a Yoshi Paradise! We have
A bajillion amount of food
Everything is free, we get funds from another person
And so much more! Join today!
genius4

7 Mario Kart PC Deadly Sins

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
a deadly sin: not reading the rules
read them

Weird glitch: Daisy Stat Bug

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Sounds like reverse drift XD. I don't think this is a bug, more of a technique

What Is The Best Game On The DS 2DS Wii 3DS Nintendo Switch Or GCN

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Hi! If you want to post this somewhere, (not trying to be a minimod here) you can also send this on a topic called Space For Anything if you want to.
SFA

MKPC Developers Discussion

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Hello MKPCians! I feel that there has to be some coders out here. So I have decided to make a Coder topic. Why? So I can share my code. What do y'all guys think of this

Spoiler [ShowHide]
body {
     margin: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
     background-color: #f0f0f0;
   }

   .loader-container {
     width: 50px;
     height: 50px;
     position: relative;
     animation: rotateLoader 1.5s linear infinite;
   }

   .loader {
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     border-radius: 50%;
     overflow: hidden;
   }

   .loader::before, .loader::after {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     border: 5px solid transparent;
     border-top-color: #f86b69;
     border-bottom-color: #e8f0a4;
     animation: pulse 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
   }

   .loader::before {
     animation-delay: 0.5s;
   }

   @keyframes rotateLoader {
     100% {
       transform: rotate(360deg);
     }
   }

   @keyframes pulse {
     0%, 100% {
       transform: scale(0.8);
       opacity: 0.3;
     }
     50% {
       transform: scale(1);
       opacity: 1;
     }
   }

   iframe {
     width: 100%;
     height: 100vh;
     display: none;
   }

   .loaded {
     display: block !important;
   }

Spoiler [ShowHide]
import java.util.Random;

// By tendokiddo
// MWAHAHAHAHA

// Cool


public class PasswordGenerator
{
   public static void main(String[] args)
   {
       int length = 10; // password length
       System.out.println(generatePswd(length));
   }
   static char[] generatePswd(int len)
   {
       System.out.println("Your Password:";);
       String charsCaps = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
       String chars = "abcdefghijklmnopqrstuvwxyz";
       String nums = "0123456789";
       String symbols = "!@#$%^&*_=+-/€.?<>;)";

       String passSymbols = charsCaps + chars + nums + symbols;
       Random rnd = new Random();
       
       char[] password = new char[len];
       int index = 0;
       for (int i = 0; i < len; i++)
       {
           password[i] = passSymbols.charAt(rnd.nextInt(passSymbols.length()));
           
       }
       return password;
   }
}

It's a chatting service I am making.

I'm back!

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Welcome Back

Idea for customs.

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
I had the same idea :p

But you can always use this topic for ideas:
https://mkpc.malahieude.net/topic.php?topic=12003

I think the topic should be locked now

Jokes

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
tendokiddo wrote:
What is the difference between a jellyfish and a guitar?
Spoiler [ShowHide]
You can't strum a Jellyfish!

I Don't Get This a Single Bit...

How Would Anyone Even Think of Comparing the Two...

You know how jellyfish have strum-like oral arms? They kinda look like Guitar strings if you straighten them.
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
What is the difference between a jellyfish and a guitar?
Spoiler [ShowHide]
You can't strum a Jellyfish!
mario_dead4

What is the best Mario game in your opinion

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
tyshawn wrote:
mario + rabbids kingdom battle

I remember you! How has it been? (If u remember me)
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
New Super Mario Bros. 2
surprised1

(FANFIC) MKPC University

Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Trailer:

It was a morning day at 8:00, everyone was getting ready to go to the New university, except for one guy. Tendokiddo.



[color=blue]Twilight: Uhh, Tendo... You do realize we are gonna be late right


Then tendokiddo wakes up, after the realization of possibly being late... On the first day!

Tendokiddo: WAIT WHAT!?

He rushes to the bathroom to get ready, starting with brushing his teeth whilst saying:

Tendokiddo (muffled): Im gonna be freaking 10 minutes late if I don't do everything fast, So I gotta speed run this!
He goes so fast through everything, rarely anyone could get a word in. By now they would be in the car after this narration is done.
Tendo: Alright Y'all guys ready to go? OK, LETS GO!
Twilight: WAI-
They drive off to their college. This was the trailer of MKPC University. What they don't know is they are to experience something very shocking soon.
clap4
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
Giygas wrote:
NOTE: Will not currently participate in any fanfics nor make one because I don't have a OC yet.
For those of you who know, my current avatar is Giygas, previous being GLaDOS, previous previous being Mario, and previous previous previous being Paper Mario, and previous previous previous previous being Mario, and previous prievious previous previous previous being a purple S
EDIT: Just made a avatar idea. WARNING: DO NOT USE THIS IN A FANFIC TILL I SAY SO!
Name: Marido
Backstory: A clone of Mario that E-Gadd experiemented in his lab before eventually escaping in at midnight in the middle of a dark forest.
Personality: Has traumatic moments. Is a cyborg (one side is robot, the other is cloned human)
Likes:
E-Gadd (formerly)
Dr. Eggman (in his universe, the Sonic TV series and games exist, but not Sonic and his friends theirselves.)
Bowser
all of Bowser's friends or minions
Hates:
Mario
E-Gadd
All of Mario's friends
Looks:
Looks the same as Mario, BUT...
· Has two mouse like ears
· Hat says "MD" instead of "M"
· Has the classic 1995 Mario design
Might make more info on him soon.

By any chance you read my first message on this topic? Cuz this info looks weird
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
tendokiddo wrote:
We have 6 or 5 people in the fanfic! We only need 6-5 more! Join up

Joshy (temp 2)
literaly the same but studing history istead (and thinking a bit more before saying things)
Waffles (aka drugs) were banned so all good
another skill: good at drawing (unless it is not paper, exepction being pixel art)

Sorry we only accept 1 character per user
Messages 2176 - Golden Mario Golden Mario
vs17614 pts ★ Master
battle8812 pts ★ Expert
Indian Ocean
We have 6 or 5 people in the fanfic! We only need 6-5 more! Join up

Page : 1   ...   25   26   27   28   29   30   31   ...   35   ...

Back to the forum