Post: [RELEASE] Valkyrie Rockets
10-31-2010, 09:07 PM #1
CHAOZ
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); Credits goto Lost4468 via 7sins. I in NO way take credit for this.

[ame="https://www.youtube.com/watch?v=kToWYYPajQo"]YouTube - CoD Black Ops Killstreak Valkyrie Rockets[/ame]

Somewhere in your script



Initialize()
{
self notifyOnPlayerCommand("aim", "+toggleads_throw");

for(;Winky Winky
{
self waittill("spawned_player");
self giveWeapon("javelin_mp", 0);
self setWeaponAmmoStock("javelin_mp", 2);
self.javelinStock = 2;
self setActionSlot(4, "weapon", "javelin_mp");

self thread InitStage();
wait 0.1;
}


}

InitStage()
{
self endon("valkyrie_fired");
self endon("death");
self.stage = 1;
for(;Winky Winky
{
if(self.stage==1)
{
if(self getCurrentWeapon()=="javelin_mp" && self PlayerADS())
{
self.stage = 2;
self thread makeBar();
wait 0.05;
}
}
if(self.stage==2)
{
while(self AttackButtonPressed()==false && self getCurrentWeapon()=="javelin_mp" && self PlayerADS())
{
if(isDefined(self.javelinStage))
{
maps\mp\_javelin::ResetJavelinLocking();
}
wait 0.1;
}
if(self getCurrentWeapon()=="javelin_mp" && self PlayerADS())
{
self thread FireValkyrie();
}
else
{
self.stage = 1;
}
}
wait 0.1;
}
}

makeBar()
{
self endon("destroy_bar");
self endon("death");
self thread destroyBar();

wait 0.5;
self.tehbar = createPrimaryProgressBar(-250);
self.tehbar.bar.x = -40;
self.tehbar.x = 20;
self.tehbar.bar.color = (0.3,0.8,0.5);
self.tehbar updateBar(1);

self waittill("valkyrie_fired");
maxtime = 12;
timeleft = 12;
for(;Winky Winky
{
wait 0.05;
timeleft=timeleft - 0.05;
self.tehbar updateBar(timeleft/maxtime);
if(timeleft/maxtime<0.45)
{
self.tehbar.bar.color = (1,0,0);
}
}
}

destroyBar()
{
self endon("valkyrie_fired");
self endon("destroy_bar");
for(;Winky Winky
{
self waittill_any("death", "weapon_change", "aim");
{
self.tehbar.bar destroy();
self.tehbar destroy();
self notify("destroy_bar");
}
wait 0.05;
}
}

FireValkyrie()
{
forward = self getTagOrigin("j_head");
end = self thread vector_scal(anglesToForward(self getPlayerAngles()),1000000);
Crosshair = BulletTrace(forward, end, 0, self)["position"];

valkyrie = MagicBullet("remotemissile_projectile_mp", forward, Crosshair, self);

self notify("valkyrie_fired");

if(!isDefined(valkyrie))
return;

valkyrie setCanDamage(true);

MissileEyes(self, valkyrie);

self.javelinStock--;

self setWeaponAmmoClip("javelin_mp", 0);
if(self.javelinStock<1)
{
self switchToWeapon(self getLastWeapon());
while(self getCurrentWeapon()=="javelin_mp")
{
wait 0.1;
}
self takeWeapon("javelin_mp");
}
else
{
self thread InitStage();
}
}

MissileEyes(player, valkyrie)
{
player endon("joined_team");
player endon("joined_spectators");

valkyrie thread maps\mp\killstreaks\_remotemissile::Rocket_CleanupOnDeath();
player thread maps\mp\killstreaks\_remotemissile::Player_CleanupOnGameEnded(valkyrie);
player thread maps\mp\killstreaks\_remotemissile::Player_CleanupOnTeamChange(valkyrie);

player VisionSetMissilecamForPlayer("black_bw", 0);

player endon ("disconnect");

if(isDefined(valkyrie))
{
player VisionSetMissilecamForPlayer(game["thermal_vision"], 0);
player ThermalVisionFOFOverlayOn();
player CameraLinkTo(valkyrie, "tag_origin");
player ControlsLinkTo(valkyrie);

if(getDvarInt("camera_thirdPerson"))
player setThirdPersonDOF(false);

valkyrie waittill("death");

player notify("destroy_bar");
player.tehbar.bar destroy();
player.tehbar destroy();

player ControlsUnlink();
player freezeControlsWrapper(true);

if(!level.gameEnded || isDefined(player.finalKill))
player thread maps\mp\killstreaks\_remotemissile::staticEffect(0.5);

wait 0.5;

player ThermalVisionFOFOverlayOff();

player CameraUnlink();

if(getDvarInt("camera_thirdPerson"))
player setThirdPersonDOF(true);

}

player clearUsingRemote();
}

vector_scal(vec, scale)
{
vec = (vec[0] * scale, vec[1] * scale, vec[2] * scale);
return vec;
}


In OnPlayerConnect thread
    
setDvar("missileRemoteFOV", 35);//camera fov
setDvar("missileRemoteSpeedTargetRange", "1700 2300");//(speed, speed with boost)
setDvar("missileRemoteSteerPitchRange", "-180 180");//steering degrees
setDvar("missileRemoteSteerPitchRate", 140);//steering, higher = easier
setDvar("missileRemoteSteerYawRate", 140);//steering, higher = easier
setDvar("missileRemoteSpeedUp", 900);//speed at launch
And this in OnPlayerSpawned (not in the loop)
    
self thread Initialize<span class="pun">();

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

The following 11 users say thank you to CHAOZ for this useful post:

D@ EnVvY!, EnVy_AsTrO, IW_JOSH, NOTANOOB, ReDLaN, riotmost, sir_matt_busby, Skylines, Solid Snake, Swifter, Tom1210
11-01-2010, 10:56 PM #29
CHAOZ
Banned
Originally posted by IDontbreak View Post
I guess Its to hard for your brain to figure out I posted about the thread.
I clearly said you should've disabled smilies.
And you are also clearly talking to me.
Oh well, retards remain retards Cool Man (aka Tustin) :y:


u mad ? :carling:
11-02-2010, 01:08 AM #30
lilkiller6009
Do a barrel roll!
Originally posted by DentyneIce360 View Post
And babies will be babies. You cry to much. Or did you not want someone to post this so you could place it in a patch yourself to gain your leet status? Copy + Paste. Your used to it. Interesting sig btw. You cried for how long about not releasing another patch just to change your mind anyway? lol. You clearly have you head stuck in trying to get some InterNet fame for nothing.



Correction. Every patch YOU MAKE is borrowed code. None of your work has ever been your work. It's always been someones work with your name stamped on it.

Other hand. This is pretty sick. Nice post.(to the original post)

Hmmm.... that's why people BEG him to release his patches. If his patches are just copy + paste then people can get the exact same patch from someone else.
11-02-2010, 04:21 PM #31
zxz0O0
Are you high?
Dude I tell you once more give credits to me I (zxz0O0) made this ffs. Lost4468 only gave me the dvars.
11-02-2010, 04:45 PM #32
Originally posted by EliteMossy View Post
Does it really matter? What matters is i make a patch that people enjoy and use. Every patch is copied and pasted these days, every patch. But you will realise there is things that are different in my patch, but maybe you are just sour because you can not do anything.


Or maybe I don't waste my time doing a copy + paste to gain a leet net status. You have kiddies here that no nothing about these patches. (They just use them) and you wonder why that makes you look good? Why do you think so many people that actually know what your doing can't stand you and knows your work has never been your work? Why even release a patch? What's the point in making these mods? So everyone can have them? You share your bitches to? You've gained your status all from copied code. The overall worst thing about it is by you doing a simple Copy + Paste. You think that makes you a decent hacker. So sure. You keep on enjoying giving people other's work and with your name stamped on it. Anyone who's ever played any of the socom series. Know's exactly why things do not get leaked.

---------- Post added at 12:45 PM ---------- Previous post was at 12:41 PM ----------

Originally posted by lilkiller6009 View Post
Hmmm.... that's why people BEG him to release his patches. If his patches are just copy + paste then people can get the exact same patch from someone else.


You don't get the point. But then again the statement wasn't implied towards you but it is about people just like you. 90% of the people who use a jail broken ps3 do not even make there own work. They just take a patch from the site and use it. Which makes 90% of the people using mods noobs. The other 10%? See he's a fake.
11-02-2010, 08:03 PM #33
|ManiaC|
Carburator 45mm
Yea Mr.elite Mosshy somehow you are a leech too...Patches were already modded before u even started coding...Youre a good coder Now,but not the Best!

---------- Post added at 03:03 PM ---------- Previous post was at 02:55 PM ----------

Quote:
Originally Posted by DentyneIce360 View Post
And babies will be babies. You cry to much. Or did you not want someone to post this so you could place it in a patch yourself to gain your leet status? Copy + Paste. Your used to it. Interesting sig btw. You cried for how long about not releasing another patch just to change your mind anyway? lol. You clearly have you head stuck in trying to get some InterNet fame for nothing.



Correction. Every patch YOU MAKE is borrowed code. None of your work has ever been your work. It's always been someones work with your name stamped on it.

Other hand. This is pretty sick. Nice post.(to the original post)
I think you need to have a look at my code and realise that not everything is borrowed. Then you need to look @ other patches and realise there the same.




Originally posted by EliteMossy View Post
I think you need to have a look at my code and realise that not everything is borrowed. Then you need to look @ other patches and realise there the same.


totally agree with DentyneIce360!!The only thing different from your patch is that have your name and 2 or 3 more things! Your just too proud...
11-02-2010, 08:49 PM #34
FrozN
Look up my Patch Edits :P
NICE man. Loving this forum
11-02-2010, 09:05 PM #35
lol it's just a pathetic game. Get a life and get out more loool
11-02-2010, 09:08 PM #36
that's cool!.... gonna add that to my patch Winky Winky
11-02-2010, 10:14 PM #37
lilkiller6009
Do a barrel roll!
Originally posted by DentyneIce360 View Post
Or maybe I don't waste my time doing a copy + paste to gain a leet net status. You have kiddies here that no nothing about these patches. (They just use them) and you wonder why that makes you look good? Why do you think so many people that actually know what your doing can't stand you and knows your work has never been your work? Why even release a patch? What's the point in making these mods? So everyone can have them? You share your bitches to? You've gained your status all from copied code. The overall worst thing about it is by you doing a simple Copy + Paste. You think that makes you a decent hacker. So sure. You keep on enjoying giving people other's work and with your name stamped on it. Anyone who's ever played any of the socom series. Know's exactly why things do not get leaked.

---------- Post added at 12:45 PM ---------- Previous post was at 12:41 PM ----------



You don't get the point. But then again the statement wasn't implied towards you but it is about people just like you. 90% of the people who use a jail broken ps3 do not even make there own work. They just take a patch from the site and use it. Which makes 90% of the people using mods noobs. The other 10%? See he's a fake.

So you're calling your self a noob? Haha yes you are 1 those 90%.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo