Post: Demolition Man Remake
05-08-2015, 06:14 PM #1
BoatyMcBoatFace
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); Here is the demolition man mod for cod4 on BO2!

Picture:
You must login or register to view this content.
Credits Original Owner

    
doDemoMan()
{
self endon("death");
Top = self.origin + ( 0, 0, 19 );
Bottom = self.origin;
ShowPickup = spawn( "script_model", self.origin + (-50,-115,32));
ShowPickup setModel( "prop_suitcase_bomb" );
self endon("explosive_finished");
for(;Winky Winky
{
ShowPickup moveTo( Top, 0.5, 0.15, 0.15 );
ShowPickup rotateYaw( 180, 0.5 );
wait .5;
ShowPickup moveTo( Bottom, 0.5, 0.15, 0.15 );
ShowPickup rotateYaw( 180, 0.5 );
wait .5;
clearLowerMessage(1);
setLowerMessage("^3Hold [{+reload}] To Pickup Explosives");
if(self UseButtonPressed())
{
clearLowerMessage(1);
self iPrintlnBold("Explosives Have Been Picked Up!");
ShowPickup delete();
self takeAllWeapons();
wait 2;
self freezeControls(true);
GetBomb = "briefcase_bomb_mp";
self giveWeapon(GetBomb);
self switchToWeapon(GetBomb);
wait 3.5;
wduration = 4.0;
for ( waitedTime = 0;waitedTime < wduration && isAlive( self ) && !level.gameEnded;
waitedTime += 0.05 )wait ( 0.05 );
self takeAllWeapons();
self freezeControls(false);
self thread beginPlant();
self notify("explosive_finished");
}
wait 0.01;
}
}
beginPlant()
{
self endon("death");
self iprintlnbold ("^3Press [{+melee}] To Plant Bomb");
self endon("debomb");
for(;Winky Winky
{
if(self meleeButtonPressed())
{
self thread dropItLikeItsHot();
wait 0.01;
self notify("debomb");
wait .001;
}
wait .01;
}
}

dropItLikeItsHot()
{
self endon("do_exp");
self sayall("^2Has Planted Explosives");
dropPickup = spawn( "script_model", (self.origin));
dropPickup setModel( "prop_suitcase_bomb" );
self thread doTimer();
wait 10;
Earthquake( 0.4, 4, dropPickup.origin, 1000 );
playFX(level.chopper_fx["explode"]["medium"], dropPickup.origin);
RadiusDamage( dropPickup.origin, 1000, 1000, 1000, self );
}
doTimer()
{
for(t=10;t>=0;t--)
{
self iPrintlnBold("^1" + t);
wait 1;
}
}
(adsbygoogle = window.adsbygoogle || []).push({});

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

Devilemi, Im_YouViolateMe
05-08-2015, 06:26 PM #2
Devilemi
Can’t trickshot me!
nice m8 u are god?

The following user thanked Devilemi for this useful post:

BoatyMcBoatFace
05-09-2015, 03:26 PM #3
/SneakerStreet/
At least I can fight
something is wrong with this script. nothing happens after the countdown
05-09-2015, 03:35 PM #4
BoatyMcBoatFace
Are you high?
Originally posted by SneakerStreet View Post
something is wrong with this script. nothing happens after the countdown


IT should kill everyone around it
05-09-2015, 10:05 PM #5
FRINZ
I’m too L33T
now you doing this u should do GTW global thermal nuclear war c: on nujetown by the car bee sik to put that game mode on turnuploader <3

The following user thanked FRINZ for this useful post:

BoatyMcBoatFace

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo