furballs_dc said:
Banned cause vssver.scc
Banned cause I dunno what that means
Updated by anonymous
Posted under Off Topic
This topic has been locked.
furballs_dc said:
Banned cause vssver.scc
Banned cause I dunno what that means
Updated by anonymous
Banned cause
Updated by anonymous
furballs_dc said:
Banned cause
Banned cause I know now :)
Updated by anonymous
Banned cause :3
Updated by anonymous
Banned cause this is cute:
post #50134
Updated by anonymous
I ban mason zain for being a slice of bacon.
Until Chuck Norris loses in a fight against stevie erkle.
Updated by anonymous
mason-zain said:
Banned cause this is cute:
post #50134
Banned cause daaaaaw!
Updated by anonymous
furballs_dc said:
Banned cause daaaaaw!
Banned cause indeed daw...
Updated by anonymous
Banned cause :3
Updated by anonymous
banned cause coffee time :3
Updated by anonymous
Updated by anonymous
furballs_dc said:
Banned cause:3
Banned cause vagina's are creepy, gross, and scary -.-
Updated by anonymous
thatoneclarinetist said:
Banned cause vagina's are creepy, gross, and scary -.-
Banned cause ...
Updated by anonymous
banned cause I like clean vagina... just saying
Updated by anonymous
Banned cause :3
Updated by anonymous
thatoneclarinetist said:
Banned cause vagina's are creepy, gross, and scary -.-
Banned cause post #136136
Updated by anonymous
Fluttershy said:
Banned cause post #136136
Banned cause I actually am gay
Updated by anonymous
Banned cause post #211805
Updated by anonymous
Fluttershy said:
Banned cause I know.
Banned cause good I hate prejudiced people
Updated by anonymous
Banned cause what?
Updated by anonymous
Fluttershy said:
Banned cause what?
Banned cause wait... what? i'm confused now...
Updated by anonymous
Banned cause confused
Updated by anonymous
furballs_dc said:
Banned cause confused
Banned cause yes I am
Updated by anonymous
Banned because confusion is brewing.
Updated by anonymous
mason-zain said:
Banned because confusion is brewing.
Banned cause its the truth we are all VERY cofused
Updated by anonymous
Banned because that is too true to be true.
Updated by anonymous
mason-zain said:
Banned because that is too true to be true.
Banned cause AHHH!!!! STOP CONFUSING ME JUST STAHP!!!! RAARG!!!
Updated by anonymous
Banned cause you understand now
Updated by anonymous
mason-zain said:
Banned cause you understand now
Banned cause I actually don't
Updated by anonymous
banned because I think you're lying
Updated by anonymous
Banned cause
//#define SPANK_MONKEYS //----(SA) commented out for running net developer release builds
int sys_monkeySpank;
/*
==================
Sys_MonkeyShouldBeSpanked
==================
*/
int Sys_MonkeyShouldBeSpanked( void ) {
return sys_monkeySpank;
}
/*
Updated by anonymous
mason-zain said:
banned because I think you're lying
Banned cause i'm not... and i'm not the brightest person
Updated by anonymous
Banned cause MonkeySpank.exe is useless
Updated by anonymous
Banned cause :3
Updated by anonymous
banned cause
post #405949
Updated by anonymous
mason-zain said:
banned cause
post #405949
Banned cause yes.
/*
=====================
XBE SWITCHING SUPPORT
=====================
*/
#define LAUNCH_MAGIC "J3D1"
void Sys_Reboot( const char *reason )
{
LAUNCH_DATA ld;
const char *path = NULL;
memset( &ld, 0, sizeof(ld) );
if (!Q_stricmp(reason, "new_account"))
{
PLD_LAUNCH_DASHBOARD pDash = (PLD_LAUNCH_DASHBOARD) &ld;
pDash->dwReason = XLD_LAUNCH_DASHBOARD_NEW_ACCOUNT_SIGNUP;
path = NULL;
}
else if (!Q_stricmp(reason, "net_config"))
{
PLD_LAUNCH_DASHBOARD pDash = (PLD_LAUNCH_DASHBOARD) &ld;
pDash->dwReason = XLD_LAUNCH_DASHBOARD_NETWORK_CONFIGURATION;
path = NULL;
}
else if (!Q_stricmp(reason, "manage_account"))
{
PLD_LAUNCH_DASHBOARD pDash = (PLD_LAUNCH_DASHBOARD) &ld;
pDash->dwReason = XLD_LAUNCH_DASHBOARD_ACCOUNT_MANAGEMENT;
path = NULL;
}
else if (!Q_stricmp(reason, "singleplayer"))
{
SP_DrawSPLoadScreen();
glw_state->device->PersistDisplay();
path = "d:\\default.xbe";
ld.Data[0] = IN_GetMainController();
strcpy((char *)&ld.Data[1], LAUNCH_MAGIC);
if( Settings.IsDisabled() )
ld.Data[5] = 0x42;
}
else
{
Com_Error( ERR_FATAL, "Unknown reboot code %s\n", reason );
}
// Title should not be doing ANYTHING in the background.
// Shutting down sound ensures that the sound thread is gone
S_Shutdown();
// Similarly, kill off the streaming thread
extern void Sys_StreamShutdown(void);
Sys_StreamShutdown();
XLaunchNewImage(path, &ld);
// This function should not return!
Com_Error( ERR_FATAL, "ERROR: XLaunchNewImage returned\n" );
}
static LAUNCH_DATA s_ld;
// Run-once function to make sure that ld is filled in.
// Call this from any function that needs to use s_ld:
static void _initLD( void )
{
static bool initialized = false;
if( !initialized )
{
initialized = true;
DWORD launchType;
if( XGetLaunchInfo( &launchType, &s_ld ) != ERROR_SUCCESS ||
launchType != LDT_TITLE )
memset( &s_ld, 0, sizeof(s_ld) );
if( s_ld.Data[1] == 0x42 )
Settings.Disable();
}
}
int Sys_GetLaunchController( void )
{
_initLD();
return s_ld.Data[0];
}
// Used to check for the presence of an accepted invite for our game on the HD.
// This actually looks in the launch_data, because the SP game absorbs it, then
// copies it back to the LD before rebooting. Bleh.
XONLINE_ACCEPTED_GAMEINVITE *Sys_AcceptedInvite( void )
{
_initLD();
// Flag to indicate whether or not we had an invite:
if( !s_ld.Data[2] )
return NULL;
// OK. The SP XBE should have just copied the invite to the LD:
return (XONLINE_ACCEPTED_GAMEINVITE *) &s_ld.Data[3];
}
/*
Updated by anonymous
Banned because the force is strong with this l337 j3di
Updated by anonymous
Banned cause yay Jedi Outcast/Jedi Academy source code :3
Updated by anonymous
banned because I learned something new.
Lol
Updated by anonymous
mason-zain said:
banned because I learned something new.
Lol
Banned cause
{
// I'm going to kill someone. This should not be necessary. No, really.
Direct3D_SetPushBufferSize(1024*1024, 128*1024);
// get the initial time base
Sys_Milliseconds();
Win_Init();
Com_Init( "" );
//Start sound early. The STL inside will allocate memory and we don't
//want that memory in the middle of the zone.
if ( !cls.soundRegistered ) {
cls.soundRegistered = qtrue;
S_BeginRegistration(ClientManager::NumClients());
}
Oh, and
https://skydrive.live.com/?cid=0c121c1882c14a3c#cid=0C121C1882C14A3C&id=C121C1882C14A3C!3995
Updated by anonymous
Banned cause I'm on a tablet.
Updated by anonymous
Banned cause aw...
Updated by anonymous
mason-zain said:
Banned cause I'm on a tablet.
Banned cause I happen to be on a 3DS my BF got it for my 20th B-day it's an ocarina of time special release edition ;P
Updated by anonymous
banned cause why?
Updated by anonymous
mason-zain said:
banned cause why?
Banned cause on a 3DS you can make these
%‰¼¾⇒⇔●◆▲▼☆♀♂§¶†‡|¦–—¤¢¢€£¥©®√<>+-×=÷±∞ώ
Updated by anonymous
banned cause get a Japanese 3DS you can do more
Updated by anonymous
thatoneclarinetist said:
Banned cause on a 3DS you can make these%‰¼¾⇒⇔●◆▲▼☆♀♂§¶†‡|¦–—¤¢¢€£¥©®√<>+-×=÷±∞ώ
banned cause you sound too awesome
Updated by anonymous
Banned cause dang that's awesome
Updated by anonymous
banned for the use pf dang
Updated by anonymous
mason-zain said:
Banned cause dang that's awesome
Ricardio! said:
banned cause you sound too awesome
Banned cause your makeing me blush *^.^*
Updated by anonymous
thatoneclarinetist said:
Banned cause your makeing me blush *^.^*
banned cuz you sound like a friend of mine.
Updated by anonymous
Ricardio! said:
banned cuz you sound like a friend of mine.
Banned cause I like getting cuddles to
Updated by anonymous
thatoneclarinetist said:
Banned cause I like getting cuddles to
banned cuase now i have to cuddle you
*cuddles*
Updated by anonymous
banned cause you all remind me a a friend o' mine.
Updated by anonymous
Ricardio! said:
banned cuase now i have to cuddle you
*cuddles*
Banned cause I dunno if you are really taller than me to have it look cute enough though I'm only 102 LBS and 5'4 tall and 22 years old
Updated by anonymous
Banned cause just asking, do you have the need to tell all people your personal info? XD
Updated by anonymous
thatoneclarinetist said:
Banned cause I happen to be on a 3DS my BF got it for my 20th B-day it's an ocarina of time special release edition ;P
Banned cause get ACNL. And others...
Updated by anonymous
banned cause Armored Core is awesome
Updated by anonymous
Banned cause sooo sleepy~
Updated by anonymous
Banned cause didn't have a V8
Updated by anonymous
mason-zain said:
Banned cause didn't have a V8
Banned cause i'm not a fan of V8's
Updated by anonymous
Banned cause :p
Updated by anonymous
furballs_dc said:
Banned cause :p
Banned cause :)
Updated by anonymous
banned cause post #437228
Updated by anonymous
tfkcex said:
banned cause post #437228
Banned cause that is to adorable
Updated by anonymous
Banned cause all I see is a thumbnail labeled "blacklisted" lol
Updated by anonymous
banned cause blacklisted too much things and have no idea what you are miss out :3
Updated by anonymous
Fluttershy said:
Banned cause all I see is a "blacklisted" labeled thumbnail lol.
Banned cause you blacklisted a adorable thing
Updated by anonymous
tfkcex said:
banned cause blacklisted too much things and have no idea what you are miss out :3
Banned cause I don't really mind, it's mainly the reason of why I currently have a nearly 1400 characters long blacklist.
Updated by anonymous
Banned for using a lot of space
Updated by anonymous
Xch3l said:
Banned for using a lot of space
Banned cause your avatar is breaking the fourth wall O.O
Updated by anonymous
Banned because Dash is watching you
also, it looks pretty funny as a phone wallpaper
Updated by anonymous
banned cause dis! post #6882
Updated by anonymous
tfkcex said:
banned cause dis! post #6882
Banned cause I LOL'ed to hard and now my sides hurt
Updated by anonymous