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, 11:56 PM #20
Originally posted by DlBSY993 View Post
Good , we have a deal. Now get to Fucking work bitch that choppa aint gonna make it's self.


I don't think it's possible. Not a proper flyable chopper like the mw2 ones.. I tried to attach or link to a vehicle but the ps3 crashes when you unlink..

The best you'll get is NovemberDobby's one in my patch but make it first person..
02-02-2012, 12:00 AM #21
DlBSY993
There's 0nly 1..
Originally posted by x. View Post
I don't think it's possible. Not a proper flyable chopper like the mw2 ones.. I tried to attach or link to a vehicle but the ps3 crashes when you unlink..

The best you'll get is NovemberDobby's one in my patch but make it first person..


Try your best dorris Winky Winky get as close as you can to it.
02-02-2012, 05:04 AM #22
iPROFamily
Gym leader
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 is just funny and fun at the same time lol goes with the song to nice job bro Winky Winky
02-02-2012, 01:50 PM #23
247Yamato
< ^ > < ^ >
Weird but funny, :p
02-02-2012, 08:28 PM #24
hahahaaa looks like a fu(kin horse XDDDDDDDDD
Also, it's nice to see my menu base is being used ALOT! Happy
02-02-2012, 11:03 PM #25
DlBSY993
There's 0nly 1..
Originally posted by nZxMikeeeyx View Post
hahahaaa looks like a fu(kin horse XDDDDDDDDD
Also, it's nice to see my menu base is being used ALOT! Happy


its a nice base has some bugs with verification.. But overall i like it good job Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo