Post: [RELEASE] COLOSSUS Airstrike, Beasty No Lag [NEW NEVER BEFORE SEEN] [CODE]
01-24-2011, 07:05 PM #1
LINUX♥
The Best OS By Far
(adsbygoogle = window.adsbygoogle || []).push({}); Hey Guys,

Just another code i edited to make this besty airstrike Winky Winky

Basically its one super bomber (two merged together) and two harriers either side of the super bomber which fly over the map shooting stinger bullets :wtf: doesnt lag at all so go try it out and let me know what you think Smile if someone could get a recording posted il give you credits or add me yomamma1234 and record it in my patch Smile

If you cant be bothered to put this in your patch goto the modified patches section for my ULTIMATE edit of EliteMossy V9 with it in plus ALOT more Smile

Thank me if you used the code and thought it was beast :love:

Credits to EliteMossy for the code Smile
I just made a few changes to my liking Smile

Here it is:

    CB0MB(){
self ccTXT("^1COLOSSUS AIRSTRIKE ^7INCOMING!");
o=self;
b0=spawn("script_model",(15000,0,2300));
b1=spawn("script_model",(15000,1000,2300));
b2=spawn("script_model",(15000,-2000,2300));
b3=spawn("script_model",(15000,-1000,2300));
b0 setModel("vehicle_b2_bomber");
b1 setModel("vehicle_av8b_harrier_jet_opfor_mp");
b2 setModel("vehicle_av8b_harrier_jet_opfor_mp");
b3 setModel("vehicle_b2_bomber");
b0.angles=(0,180,0);
b1.angles=(0,180,0);
b2.angles=(0,180,0);
b3.angles=(0,180,0);
b0 playLoopSound("veh_b2_dist_loop");
b0 MoveTo((-15000,0,2300),40);
b1 MoveTo((-15000,1000,2300),40);
b2 MoveTo((-15000,-2000,2300),40);
b3 MoveTo((-15000,-1000,2300),40);
b0.owner=o;
b1.owner=o;
b2.owner=o;
b3.owner=o;
b0.killCamEnt=o;
b1.killCamEnt=o;
b2.killCamEnt=o;
b3.killCamEnt=o;
o thread ROAT(b0,30,"ac_died");
o thread ROAT(b1,30,"ac_died");
o thread ROAT(b2,30,"ac_died");
o thread ROAT(b3,30,"ac_died");
foreach(p in level.players){
if (level.teambased){
if ((p!=o)&&(p.pers["team"]!=self.pers["team"]))
if (isAlive(p)) p thread RB0MB(b0,b1,b2,b3,o,p);
}else{
if(p!=o)
if (isAlive(p)) p thread RB0MB(b0,b1,b2,b3,o,p);
}
wait 0.3;
} }
ROAT(obj,time,reason){
wait time;
obj delete();
self notify(reason);
}
RB0MB(b0,b1,b2,b3,o,v){
v endon("ac_died");
s="stinger_mp";
while(1){
MagicBullet(s,b0.origin,v.origin,o);
wait 0.43;
MagicBullet(s,b0.origin,v.origin,o);
wait 0.43;
MagicBullet(s,b1.origin,v.origin,o);
wait 0.43;
MagicBullet(s,b1.origin,v.origin,o);
wait 0.43;
MagicBullet(s,b2.origin,v.origin,o);
wait 0.43;
MagicBullet(s,b2.origin,v.origin,o);
wait 0.43;
MagicBullet(s,b3.origin,v.origin,o);
wait 0.43;
MagicBullet(s,b3.origin,v.origin,o);
wait 5.43;
} }
(adsbygoogle = window.adsbygoogle || []).push({});

The following 14 users say thank you to LINUX♥ for this useful post:

Amanda, bigboybobby14, D@ EnVvY!, EliteMossy, Hawkin, Hawk, Janiboy, N3G6, pimpin2dend, Stejzz, TheJaRniBoi, xTrYiPiCz, Zombie
01-24-2011, 08:20 PM #11
LINUX♥
The Best OS By Far
Originally posted by hackz View Post
could you tell me how to put a weapon ont he weapons menu of the v9?

---------- Post added at 03:19 PM ---------- Previous post was at 03:10 PM ----------



i got an error saying cb0mb already defined?


Find the code CBOMB
in AlllMossysStuffHere
The highlight all what my code has in it and paste it over the top, it will then update it to my functions Smile

The following user thanked LINUX♥ for this useful post:

EliteMossy
01-24-2011, 08:23 PM #12
nice coding pro Smile
wiish somebody could help me with editing patches i always get errors
:(
01-24-2011, 08:31 PM #13
i got an error saying cb0mb already defined?

---------- Post added at 03:31 PM ---------- Previous post was at 03:22 PM ----------

Originally posted by THEDUBMAN101 View Post
Find the code CBOMB
in AlllMossysStuffHere
The highlight all what my code has in it and paste it over the top, it will then update it to my functions Smile


okay i overwritten it and now it has yours on here erlier i didnt see that super harriers was a cb0mb but now its supposed to be urs now imma convert it and put it on my ps3 if i get an error i will let you know but if i get a succsess i WILL STLL LET YOU KNOW
01-24-2011, 08:35 PM #14
LINUX♥
The Best OS By Far
Originally posted by hackz View Post
i got an error saying cb0mb already defined?

---------- Post added at 03:31 PM ---------- Previous post was at 03:22 PM ----------



okay i overwritten it and now it has yours on here erlier i didnt see that super harriers was a cb0mb but now its supposed to be urs now imma convert it and put it on my ps3 if i get an error i will let you know but if i get a succsess i WILL STLL LET YOU KNOW


Thanks man, if you still cant get it to work send me your patch and il sort it for you Winky Winky
01-24-2011, 08:43 PM #15
Originally posted by THEDUBMAN101 View Post
Thanks man, if you still cant get it to work send me your patch and il sort it for you Winky Winky


yeah i went in the ff viewer and i deleted the old cb0mb and delted it also off the missions and pasted in yours and put in colossal bomber in the mission and i got it on my ps3 and it said it was still defined? i suck at this
01-24-2011, 08:45 PM #16
LINUX♥
The Best OS By Far
Originally posted by hackz View Post
yeah i went in the ff viewer and i deleted the old cb0mb and delted it also off the missions and pasted in yours and put in colossal bomber in the mission and i got it on my ps3 and it said it was still defined? i suck at this


LOL upload your patch to mediafire let me take a look at it Smile
01-24-2011, 08:47 PM #17
Janiboy
☆ janiboy95 ☆
Originally posted by DEREKTROTTER View Post
a little overpowered, but i like :carling:

You must login or register to view this content.



WOW, wtf this looks amazing XD GOOD WORK

The following user thanked Janiboy for this useful post:

LINUX♥
01-24-2011, 09:06 PM #18
Originally posted by THEDUBMAN101 View Post
LOL upload your patch to mediafire let me take a look at it Smile


haha i think i found out why it said that for the 2nd time when you said highlight it and paste i pasted it and i juss looked at it and i saw that it didnt delelte the old one lol but imma try it one more time and if i get an error i will definatly upload it i use hotfile tho..

---------- Post added at 04:06 PM ---------- Previous post was at 03:49 PM ----------

Hey man i got it to work it looks AWESOME. lol i have a question now. okay i say i wanna add the teleporter gun or the Attack Little Bird and the Super Airdrop and as i told you before i would go to say i want the teleporter gun and i would put in under the weapons menu on the v9 patch i would type in

menu.namer[14]="Teleporter Gun";
menu.funcs[14]=maps\mp\MoreSh-t\_Here::doTELEPORTER;

and i would go to that file and paste in the code for the teleporter gun at the bottom of the gsc file save it and put it on me ps3 and i would get an error plz help me man i really need some help with this it gives me errors to everything i do except the flashing scoreboard and the disco mode plz give me some advise and wat you would do
01-24-2011, 09:17 PM #19
LINUX♥
The Best OS By Far
Originally posted by hackz View Post
haha i think i found out why it said that for the 2nd time when you said highlight it and paste i pasted it and i juss looked at it and i saw that it didnt delelte the old one lol but imma try it one more time and if i get an error i will definatly upload it i use hotfile tho..

---------- Post added at 04:06 PM ---------- Previous post was at 03:49 PM ----------

Hey man i got it to work it looks AWESOME. lol i have a question now. okay i say i wanna add the teleporter gun or the Attack Little Bird and the Super Airdrop and as i told you before i would go to say i want the teleporter gun and i would put in under the weapons menu on the v9 patch i would type in

menu.namer[14]="Teleporter Gun";
menu.funcs[14]=maps\mp\MoreSh-t\_Here::doTELEPORTER;

and i would go to that file and paste in the code for the teleporter gun at the bottom of the gsc file save it and put it on me ps3 and i would get an error plz help me man i really need some help with this it gives me errors to everything i do except the flashing scoreboard and the disco mode plz give me some advise and wat you would do


use my patch Smile its a=got all of that in it :y:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo