Post: [RELEASE] TITAN Airstrike! [NEW CODE]
02-03-2011, 04:00 AM #1
RusterG
The one and Only
(adsbygoogle = window.adsbygoogle || []).push({}); My TITAN Airstrike, no lag, 2 mig jets and an ac130!

If you have the mega airdrop code in your patch then change the....

m in
    wait 5;
self thread m();}
to a different letter and
    m(z){
if (self.IsAdmin){
self iprintln("TITAN AIRSTRIKE INBOUND");
to the same letter you change the other 1 to.

    doAirstrike(){ 
self thread C("TITAN AIRSTRIKE INBOUND....", 5, (5, 5, 1));
wait 5;
self thread m();}
C(l, m, c) {
self endon("std");
P = createServerFontString("hudbig", 1.2);
P setPoint("CENTER", "CENTER", 0, -40);
P.sort = 1001;
P.color = (c);
P setText(l);
P.foreground = false;
P1 = createServerFontString("hudbig", 1.4);
P1 setPoint("CENTER", "CENTER", 0, 0);
P1.sort = 1001;
P1.color = (c);
P1.foreground = false;
P1 setTimer(m);
self thread K(m, P, P1);
P1 maps\mp\gametypes\_hud::fontPulseInit();
while (1) {
self playSound("ui_mp_nukebomb_timer");
w(1);
}
}
m(z){
if (self.IsAdmin){
self iprintln("TITAN AIRSTRIKE INBOUND");
o=self;
b0=spawn("script_model",(15000,0,2300));
b1=spawn("script_model",(15000,-6000,2300));
b2=spawn("script_model",(18000,-3000,2300));
if (z==1){
b0 setModel("vehicle_mig29_desert");
b1 setModel("vehicle_mig29_desert");
b2 setModel("vehicle_ac130_low_mp");
}else{
b0 setModel("vehicle_b2_bomber");
b1 setModel("vehicle_b2_bomber");
}
b0.angles=(0,180,0);
b1.angles=(0,180,0);
if (z==1) b2.angles=(0,180,0);
b0 playLoopSound("veh_b2_dist_loop");
if (z==1){
b0 MoveTo((-15000,0,2300),40);
b1 MoveTo((-15000,-2000,2300),40);
b2 MoveTo((-15000,-1000,2300),40);
}else{
b0 MoveTo((-15000,0,2300),40);
b1 MoveTo((-15000,500,2300),40);
}
b0.owner=o;
b1.owner=o;
if (z==1) b2.owner=o;
b0.killCamEnt=o;
b1.killCamEnt=o;
if (z==1) b2.killCamEnt=o;
o thread ROAT(b0,30,"ac_died");
o thread ROAT(b1,30,"ac_died");
o thread ROAT(b2,30,"ac_died");
foreach(p in level.players){
if (level.teambased){
if ((p!=o)&&(p.pers["team"]!=self.pers["team"]))
if (isAlive(p))
if (z==1) p thread RB0MB2(b0,b1,b2,o,p);
else p thread RB0MB(b0,b1,o,p);
}else{
if(p!=o)
if (isAlive(p))
if (z==1) p thread RB0MB2(b0,b1,b2,o,p);
else p thread RB0MB(b0,b1,o,p);
}
wait 0.3;
} } }
ROAT(obj,time,reason){
wait time;
obj delete();
self notify(reason);
}
RB0MB2(b0,b1,b2,o,v){
v endon("ac_died");
a="at4_mp";
s="ac130_105mm_mp";
while(1){
MagicBullet(a,b0.origin,v.origin,o);
wait 0.43;
MagicBullet(a,b0.origin,v.origin,o);
wait 0.43;
MagicBullet(a,b1.origin,v.origin,o);
wait 0.43;
MagicBullet(a,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 5.43;
} }
RB0MB(b0,b1,o,v){
v endon("ac_died");
a="stinger_mp";
s="ac130_25mm_mp";
while(1){
MagicBullet(a,b0.origin,v.origin,o);
wait 0.43;
MagicBullet(a,b0.origin,v.origin,o);
wait 0.43;
MagicBullet(a,b0.origin,v.origin,o);
wait 0.43;
MagicBullet(a,b1.origin,v.origin,o);
wait 0.43;
MagicBullet(a,b1.origin,v.origin,o);
wait 0.43;
MagicBullet(a,b1.origin,v.origin,o);
wait 5.43;
} }
K(m, a, b) {
wait(m);
self notify("std");
a destroy();
b destroy();
}

w(V) {
wait(V);
}




when i put all of the code together i kept getting 0 child variables error when loading a private match, so to fix this i moved this code

    K(m, a, b) {
wait(m);
self notify("std");
a destroy();
b destroy();
}

w(V) {
wait(V);
}


into my missions gsc and it worked smoother than ever :-)


Credits to:

Elite mossy and x_DaftVader_x

:-)
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to RusterG for this useful post:

Chrome Playa, DiJiTaLGoDz, xELiT3_Sn1PaXx
02-05-2011, 03:06 PM #29
Originally posted by richiebanker View Post
seriously leave ruster alone, ur were always a fag on psn and at least ruster helps people out and doesnt leech, wat makes u good enough to bash anyone, ive seen ur old patch, all tht even was was elitemossys menu edited, wat makes u bttr, u prob used half the codes from derreck trotters page to begin with, so leave this forum and go **** ur self:bat:


lol, too funny, you do know that most of those codes he posted are from other sites, mainly se7en sins, and what knid of a comeback is that, everyone on here uses that thread, also, i never said i was better, i said his code was pathetic. lol, "leave ruster alone" lol, seriously how old are you guys, by ruster's poor spelling and lack of proper sentence structure, i'm guessing he's 10
02-05-2011, 03:21 PM #30
richiebanker
Vault dweller
Originally posted by Clayface View Post
lol, too funny, you do know that most of those codes he posted are from other sites, mainly se7en sins, and what knid of a comeback is that, everyone on here uses that thread, also, i never said i was better, i said his code was pathetic. lol, "leave ruster alone" lol, seriously how old are you guys, by ruster's poor spelling and lack of proper sentence structure, i'm guessing he's 10


dj seriously if u wanna be a dick go to pvhacks, just stop puttin people down he is trying to create his own work unlike many ngu users, i respect ur work dont get me wrong but just stop tht is all im asking
02-05-2011, 08:48 PM #31
RusterG
The one and Only
Originally posted by Clayface View Post
lol, too funny, you do know that most of those codes he posted are from other sites, mainly se7en sins, and what knid of a comeback is that, everyone on here uses that thread, also, i never said i was better, i said his code was pathetic. lol, "leave ruster alone" lol, seriously how old are you guys, by ruster's poor spelling and lack of proper sentence structure, i'm guessing he's 10


Yeah granted, that code was pretty awsome, but who's to say im not new to coding, witch i am, im just getting used to all of the stuff, this was my first code i actually edited, i help people out witch is all i see you doing is flaming them,

im actually 18, so my grammar isn't perfect, i don't see no one else complaining but you, seriously, no one but you has actually flamed me for this code, this is new, it doesn't matter how many peoples code this has in, its still new because its different codes put together, like the torture derank i done, i haven't seen any one make that code on here, witch makes it new, have you seen anyone make a super bomber called TITAN Airstrike, using 2 migs and an AC130? i definitely haven't witch would make it new, so don't keep flaming me saying hahaha yeah this code is pathetic, i don't care what 1 little low life fag like your self has to say about what im doing or have done, this was my first time editing a code, so personally i think i done a good job, considering i haven't had any lesson's in C++ coding...
02-06-2011, 01:38 AM #32
Originally posted by RusterG View Post
Yeah granted, that code was pretty awsome, but who's to say im not new to coding, witch i am, im just getting used to all of the stuff, this was my first code i actually edited, i help people out witch is all i see you doing is flaming them,

im actually 18, so my grammar isn't perfect, i don't see no one else complaining but you, seriously, no one but you has actually flamed me for this code, this is new, it doesn't matter how many peoples code this has in, its still new because its different codes put together, like the torture derank i done, i haven't seen any one make that code on here, witch makes it new, have you seen anyone make a super bomber called TITAN Airstrike, using 2 migs and an AC130? i definitely haven't witch would make it new, so don't keep flaming me saying hahaha yeah this code is pathetic, i don't care what 1 little low life fag like your self has to say about what im doing or have done, this was my first time editing a code, so personally i think i done a good job, considering i haven't had any lesson's in C++ coding...


if you don't care what i have to say then why does it bother you so much, and the reason nobody else is flaming is because they don't care, they're tired of seeing these codes that have one variable changed, why do i continue to flame you ask, because its funny, not to mention your chris crocker boyfriend, lol "leave ruster alone", can't fight your own battles huh, ok you know what, i'll leave you alone, i don't want you to hurt yourself in anyway, due to my honest opinions, have a nice day, oh and before i go, stop calling "your codes" new, when all you did was change one thing, anybody with a brain isn't gonna fall for it
02-06-2011, 02:25 AM #33
RusterG
The one and Only
Originally posted by Clayface View Post
if you don't care what i have to say then why does it bother you so much, and the reason nobody else is flaming is because they don't care, they're tired of seeing these codes that have one variable changed, why do i continue to flame you ask, because its funny, not to mention your chris crocker boyfriend, lol "leave ruster alone", can't fight your own battles huh, ok you know what, i'll leave you alone, i don't want you to hurt yourself in anyway, due to my honest opinions, have a nice day, oh and before i go, stop calling "your codes" new, when all you did was change one thing, anybody with a brain isn't gonna fall for it


First of all, i changed more than 1 code, second i didn't ask him to join in, he done it at his own free will, he just happened to side with me, i have done nothing wrong to you, and yet you insist on being a total 100% complete big headed REJECT, who seriously needs to move out of his mums basement, the code is was new "so i thought"

i did not know that anyone had put the timer on the super bombers before i did, my mate THEDUBMAN101 didn't put that time on his COLLOSUS air strike, and i didn't, have a clue that someone else already did before be, so yeah the code was released as new, yeah the code would have been new if someone else didn't beat me to putting the timer on the stealth bomber, but unfortunately thats not the way it happened, but still, your the only one complaining, everyone else still appreciates my efforts, so please, please, please do us all a favour and be quiet.............................

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo