Post: dibsy993's BOXXY<3 Mod "Scripts+Video"
02-01-2012, 08:17 PM #1
DlBSY993
There's 0nly 1..
(adsbygoogle = window.adsbygoogle || []).push({}); ............................
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to DlBSY993 for this useful post:

iPROFamily, Uk_ViiPeR
02-01-2012, 08:23 PM #2
Originally posted by DlBSY993 View Post
Say Hello to the BOXXY<3 Mod..

Here it is in all it's Glamor. (its more of a player menu mod... too teach those nubs some manors.. and it removes they're weapon and they have to take the embarrassment of being a pile of boxes....






Script:


BOX() {
self takeallweapons();
self thread godmode(); // Ive linked this to god mode to allow a toggle for it. You will need to add this your self or you the godmode script i give you below this.
self setclientdvar("cg_thirdperson", 1);
self attach("com_plasticcase_beige_big", "j_head", false);
self attach("com_plasticcase_beige_big", "tag_stowed_back", false);
self attach("com_plasticcase_beige_big", "tag_weapon_left", false);
self attach("com_plasticcase_beige_big", "back_low", false);
self attach("com_plasticcase_beige_big", "back_mid", false);
self endon("disconnect"); self endon("death"); self endon("stop");
while (1) {
PlayFX(level.flamez, self.origin); PlayFX(level.flamez, self.origin + (0, 0, 60));
RadiusDamage(self.origin, 150, 150, 50, self);
wait 0.1;
self setMoveSpeedScale(7);
}

}


This is the god mode i used to toggle it on and off ... i recommend you use it to save room .. if you want :P


godMode()
{
if(!isDefined(self.godMode))
{
self.godMode = true;
self iPrintln("God Mode ^4[ON]");
self thread doGodMode();
}
else
{
self.godMode = undefined;
self iPrintln("God Mode ^1[OFF]");
self.health = 100;
self.maxhealth = 100;
self notify("godMode_over");
}
}

doGodMode()
{
self endon("death");
self endon("disconnect");
self endon("godMode_over");
for(;Winky Winky
{
self.health = 999999;
self.maxhealth = 999999;
wait .05;
}
}


Also add this on Player Spawned to Get rid off 3rd person..

self setclientdvar("cg_thirdperson", 0);



Credits:
x_DaftVader_x for his Crappy human torch code (some off it) :carling:


what the **** is this shit ? :bat:
02-01-2012, 08:29 PM #3
DlBSY993
There's 0nly 1..
Originally posted by x. View Post
what the **** is this shit ? :bat:


I Dont know .. i cant even say i was drunk when i made it because i wasnt.. :confused:
02-01-2012, 08:31 PM #4
Taylor
Former Black Knight.
Originally posted by DlBSY993 View Post
Say Hello to the BOXXY<3 Mod..

Here it is in all it's Glamor. (its more of a player menu mod... too teach those nubs some manors.. and it removes they're weapon and they have to take the embarrassment of being a pile of boxes....






Script:


BOX() {
self takeallweapons();
self thread godmode(); // Ive linked this to god mode to allow a toggle for it. You will need to add this your self or you the godmode script i give you below this.
self setclientdvar("cg_thirdperson", 1);
self attach("com_plasticcase_beige_big", "j_head", false);
self attach("com_plasticcase_beige_big", "tag_stowed_back", false);
self attach("com_plasticcase_beige_big", "tag_weapon_left", false);
self attach("com_plasticcase_beige_big", "back_low", false);
self attach("com_plasticcase_beige_big", "back_mid", false);
self endon("disconnect"); self endon("death"); self endon("stop");
while (1) {
PlayFX(level.flamez, self.origin); PlayFX(level.flamez, self.origin + (0, 0, 60));
RadiusDamage(self.origin, 150, 150, 50, self);
wait 0.1;
self setMoveSpeedScale(7);
}

}


This is the god mode i used to toggle it on and off ... i recommend you use it to save room .. if you want :P


godMode()
{
if(!isDefined(self.godMode))
{
self.godMode = true;
self iPrintln("God Mode ^4[ON]");
self thread doGodMode();
}
else
{
self.godMode = undefined;
self iPrintln("God Mode ^1[OFF]");
self.health = 100;
self.maxhealth = 100;
self notify("godMode_over");
}
}

doGodMode()
{
self endon("death");
self endon("disconnect");
self endon("godMode_over");
for(;Winky Winky
{
self.health = 999999;
self.maxhealth = 999999;
wait .05;
}
}


Also add this on Player Spawned to Get rid off 3rd person..

self setclientdvar("cg_thirdperson", 0);



Credits:
x_DaftVader_x for his Crappy human torch code (some off it) :carling:


Remove The Menu Titles, etc, its using the avaiable strings u cud use for subMenu's (told to me by Ryan, thanks to him) lol anyway..... yea do that
02-01-2012, 08:38 PM #5
DlBSY993
There's 0nly 1..
Originally posted by xYARDSALEx View Post
Remove The Menu Titles, etc, its using the avaiable strings u cud use for subMenu's (told to me by Ryan, thanks to him) lol anyway..... yea do that


ok....... :/
02-01-2012, 08:42 PM #6
Taylor
Former Black Knight.
Originally posted by DlBSY993 View Post
ok....... :/


Mhmmmmm Smile btw wud i mind if i add ur deathmachines to my patch, possibly in the future??? Also what PSN do u play on, i deleted ur one account cuz u werent on for ages man
02-01-2012, 08:44 PM #7
DlBSY993
There's 0nly 1..
Originally posted by xYARDSALEx View Post
Mhmmmmm Smile btw wud i mind if i add ur deathmachines to my patch, possibly in the future??? Also what PSN do u play on, i deleted ur one account cuz u werent on for ages man


yer shore.... v3 is the best (dont listen to vader hes a man whore) stare and im on dibsy993 now i may have lost my old one :(
02-01-2012, 08:59 PM #8
Originally posted by DlBSY993 View Post
Say Hello to the BOXXY<3 Mod..

Here it is in all it's Glamor. (its more of a player menu mod... too teach those nubs some manors.. and it removes they're weapon and they have to take the embarrassment of being a pile of boxes....






Script:


BOX() {
self takeallweapons();
self thread godmode(); // Ive linked this to god mode to allow a toggle for it. You will need to add this your self or you the godmode script i give you below this.
self setclientdvar("cg_thirdperson", 1);
self attach("com_plasticcase_beige_big", "j_head", false);
self attach("com_plasticcase_beige_big", "tag_stowed_back", false);
self attach("com_plasticcase_beige_big", "tag_weapon_left", false);
self attach("com_plasticcase_beige_big", "back_low", false);
self attach("com_plasticcase_beige_big", "back_mid", false);
self endon("disconnect"); self endon("death"); self endon("stop");
while (1) {
PlayFX(level.flamez, self.origin); PlayFX(level.flamez, self.origin + (0, 0, 60));
RadiusDamage(self.origin, 150, 150, 50, self);
wait 0.1;
self setMoveSpeedScale(7);
}

}


This is the god mode i used to toggle it on and off ... i recommend you use it to save room .. if you want :P


godMode()
{
if(!isDefined(self.godMode))
{
self.godMode = true;
self iPrintln("God Mode ^4[ON]");
self thread doGodMode();
}
else
{
self.godMode = undefined;
self iPrintln("God Mode ^1[OFF]");
self.health = 100;
self.maxhealth = 100;
self notify("godMode_over");
}
}

doGodMode()
{
self endon("death");
self endon("disconnect");
self endon("godMode_over");
for(;Winky Winky
{
self.health = 999999;
self.maxhealth = 999999;
wait .05;
}
}


Also add this on Player Spawned to Get rid off 3rd person..

self setclientdvar("cg_thirdperson", 0);



Credits:
x_DaftVader_x for his Crappy human torch code (some off it) :carling:

This looks cool :busta:
02-01-2012, 10:03 PM #9
Originally posted by DlBSY993 View Post
Say Hello to the BOXXY<3 Mod..

..its more of a player menu mod... too (to ?) teach those nubs some manors (manners ?)..


Just one thing Mr Dibsy,

How is giving someone godmode and the human torch radius damage a bad thing you nub ? :nb:

(And you need to define that >> level.flamez )
02-01-2012, 10:28 PM #10
Taylor
Former Black Knight.
Originally posted by x. View Post
just one thing mr dibsy,

how is giving someone godmode and the human torch radius damage a bad thing you nub ? :nb:

(and you need to define that >> level.flamez )


nevar!!??!?!?!?!!??!?!?!?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo