Greetings: Yo! It's Me John Telstra. The Leader of the Challenge Team. The First NSMBW Hack that Without Checkpoints will be released soon! We're currently working on:
Our Mini-Hack. (It also says something like this in my signature).
Click the Picture to go to the Thread and Download the hack!
Credit goes to XooTler737 for the BG in my profile.
My Occupation: Working on ChaSMBW, ChaSMBW: Virtual Special, etc (mostly inactive from the forums due to that).
My Interests: NSMBW Hacking/Other.
Now in case if you found my Google Account and YouTube, Drive Account etc. Deleted, I'm the one who deleted it (since I wasn't active on them a lot).
<div class="ZQTE">Statement, etc. goes here<div class="ZFRM">User Name goes here</div></div>
Please Change the .ZQTE and .ZFRM CSS Classes in the quote when you put it in your signature if necessary. Because there could be conflicts with my quote if the CSS Classes, .ZQTE and .ZFRM are the same in your quote. It may not happen to all of you guys who used my quote, but it is recommended to be on the Safe side.
Misuse of this quote will equal to a warning from StapleButter.
Please Read the Some rules about CSS usage thread before using this quote.
If you put CSS Lines in your Bio, it will show only in your profile.
If you put CSS Lines in your Signature, it will show in your profile + everywhere in the board.
Here's a way on how to get it. Copy this code to your post you're willing to post (DO NOT PUT IT IN YOUR SIGNATURE OR BIO! IT WILL NOT SHOW UP PROPERLY WHEN YOU'RE POSTING IN THE FORUM!).
Change the 'Some of my Cool Things/etc.' part
in the CSS w/ whatever name that seems fit to you.
Misuse of this CSS will equal to a warning from StapleButter.
Please Read the Some rules about CSS usage thread before using this.
// This is an Infinite Loop Program
[code]// This is an Infinite Loop Program
// it gives you an Infinite Loop.
// How to activate it:
// Compile and launch the Program
// Enter anything when it prompts you to do it.
// PROFIT!!
// If you're worried if anything may
// go wrong with your computer when
// it's running, simply abort the program.
#include <iostream>
using namespace std;
int main()
{
int infiniteloopActivatingInput;
cout << "Enter anything to continue: ";
cin >> infiniteloopActivatingInput;
int infiniteLoopData = 0;
while (infiniteLoopData != -1)
{
infiniteLoopData++;
cout << infiniteLoopData << " Infinite Loop!!!!" << endl;
}
}