Post: [CODE] Mother of all Bomb's
12-26-2010, 11:30 PM #1
DEREKTROTTER
You're Goddamn Right
(adsbygoogle = window.adsbygoogle || []).push({});
Mother of all Bomb's


Taken from the PC mod - Nemesis v2. Just call useMOAB from your menu :y:

Credit to 4funplayin

[WS]xGNH2HTUxUY[/WS]
Ignore the mouse indicators, screencast fail

    useMOAB()
{
self endon ( "disconnect" );
self beginLocationSelection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );
self.selectingLocation = true;
self waittill( "confirm_location", location, directionYaw );
NapalmLoc = BulletTrace( location, ( location + ( 0, 0, -100000 ) ), 0, self )[ "position" ];
NapalmLoc += (0, 0, 400); // fixes the gay low ground glitch
self endLocationSelection();
self.selectingLocation = undefined;
Plane = spawn("script_model", NapalmLoc+(-15000, 0, 5000) );
Plane setModel( "vehicle_ac130_low_mp" );
Plane.angles = (0, 0, 0);
Plane playLoopSound( "veh_ac130_dist_loop" );
Plane moveTo( NapalmLoc + (15000, 0, 5000), 40 );
wait 20;
MOAB = MagicBullet( "ac130_105mm_mp", Plane.origin, NapalmLoc, self );
wait 1.6;
Plane playsound( "nuke_explosion" );
Plane playsound( "nuke_explosion" );
Plane playsound( "nuke_explosion" );
MOAB delete();
RadiusDamage( NapalmLoc, 1400, 5000, 4999, self );
Earthquake( 1, 4, NapalmLoc, 4000 );
level.napalmx["explode"]["medium"] = loadfx ("explosions/aerial_explosion");

x= 0;
y = 0;
for(i = 0;i < 60; i++)
{
if(i < 20 && i > 0)
{
playFX(level.chopper_fx["explode"]["medium"], NapalmLoc+(x, y, 0));
playFX(level.chopper_fx["explode"]["medium"], NapalmLoc-(x, y, 0));
x = RandomInt(550);
y = RandomInt(550);
z = RandomInt(1);
if (z == 1)
{
x = x * -1;
z = z * -1;
}
}

if(i < 40 && i > 20)
{
playFX(level.chopper_fx["explode"]["medium"], NapalmLoc+(x, y, 150));
playFX(level.chopper_fx["explode"]["medium"], NapalmLoc-(x, y, 0));
x = RandomInt(500);
y = RandomInt(500);
z = RandomInt(1);
if (z == 1)
{
x = x * -1;
z = z * -1;
}
}

if(i < 60 && i > 40)
{
playFX(level.chopper_fx["explode"]["medium"], NapalmLoc+(x, y, 300));
playFX(level.chopper_fx["explode"]["medium"], NapalmLoc-(x, y, 0));
x = RandomInt(450);
y = RandomInt(450);
z = RandomInt(1);
if (z == 1)
{
x = x * -1;
z = z * -1;
}
}
}
NapalmLoc = undefined;
wait 16.7;
Plane delete();

wait 30;
}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to DEREKTROTTER for this useful post:

CleanMODSHD, DR-Dizzy, Drackos, frankaugurk, JakeM, manster, Mr. Aimbot, Lopez., Shaarpy, UMD
12-26-2010, 11:36 PM #2
manster
League Champion
a video would be great :y:


Edit:
Thanks for the video
12-26-2010, 11:52 PM #3
DEREKTROTTER
You're Goddamn Right
Originally posted by manster View Post
a video would be great :y:


i will add a vid, its not as good as the super-AC130 or pet pavelow. But something new for peoples patches

The following user thanked DEREKTROTTER for this useful post:

jammie01
12-27-2010, 12:15 AM #4
Nice! Would be awesome if it was like 1 HUGE one in the middle that create fog afterwards. Hmm given myself an idea lol Smile Cheers for it I'll give you credit.
12-27-2010, 05:56 AM #5
bad_carma
Usertitle?
not as great as the super ac130 or pet pavelow but still very sick
12-27-2010, 03:17 PM #6
Originally posted by DEREKTROTTER View Post


Taken from the PC mod - Nemesis v2. Just call useMOAB from your menu :y:



Nice man!
Btw can you give me the link of Nemesis v2? I cant find it anywhere:whistle:
12-27-2010, 03:19 PM #7
DEREKTROTTER
You're Goddamn Right
Originally posted by TuhoajaFIN View Post
Nice man!
Btw can you give me the link of Nemesis v2? I cant find it anywhere:whistle:


ye it was quite hard to track down

You must login or register to view this content.

RTD4 and sharpshooter in there aswel

The following user thanked DEREKTROTTER for this useful post:

Tuhoaja
12-27-2010, 03:51 PM #8
Lopez.
[Insert]
Nice loving the new codes
12-27-2010, 03:59 PM #9
xHunteerZz
★ xHunteerZz--™ ☆
Would you be able to edit it ? And instaed of a AC-130 bullet one of thoes torpedoe things :L
12-27-2010, 04:35 PM #10
Merkii
Former Staff
Yes if you could make this drop morter it would be like rolling thunder Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo