Post: [CODE] Dolphin Dive Converted In COD4.
08-24-2011, 12:52 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Here The Dolphin Dive Code MW2 Converted In COD4 By Me. // Originaly in Black Ops.

    Dive()
{
self endon("disconnect");
self thread mapsmpgametypes_hud_message::hintMessage("Press [{+breath_sprint}] and [{+stance}] to dive.");
self thread buttons();
for(;Winky Winky
{
self waittill( "Run" );
self waittill( "Dive" );
self setPlayerAngles(self.angles + (22, 0, 0));
self setOrigin(self.origin+(0,0,25));
wait .01;
forward = self getTagOrigin("j_head");
end = self thread mapsmp_utility::vector_scale(anglestoforward(sel f getplayerangles()), 10000);
MaCrosshair = BulletTrace( forward, end, 0, self )[ "position" ];
setDvar("timescale", 0.4 );
wait .01;
self setOrigin(MaCrosshair+(0,0,0));
self SetStance( "prone" );
self freezeControls(true);
wait .2;
setDvar("timescale", 1 );
wait .5;
self freezeControls(false);
}
}
buttons()
{
if (self getStanceButtonPressed())
{
self notify("Dive");
}
if (self sprintButtonPressed())
{
self notify("Run");
}




Im 100% Sure It Works. Smile

Original Thread You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to x-Roniie-x. for this useful post:

Baby-panama, xNinjaMoDz
08-24-2011, 08:35 PM #29
this is soo funny lol nice find
08-24-2011, 10:32 PM #30
Originally posted by xBaByxR0Nii3x
With DPad.. Hmm With Night Vision, And Killstreaks... I Don't know if there's a Vacant dpad..

You can clear the dpad settings by using
self setactionslot(3,""); etc

^^That one disables noob tubes btw Smile
08-24-2011, 10:56 PM #31
Originally posted by x. View Post
You can clear the dpad settings by using
self setactionslot(3,""); etc

^^That one disables noob tubes btw Smile


LoL Yeah Why not ^^
08-25-2011, 03:45 AM #32
Originally posted by austinmod View Post
thats awesome


Thanks Bro :y:
08-25-2011, 06:11 AM #33
Originally posted by austinmod View Post
thats awesome
seriously? Read the posts, this doesn't work...
08-27-2011, 10:43 PM #34
iNomXp
Banned
Nice so this like black ops dive?
08-28-2011, 12:47 AM #35
Originally posted by iNomXp View Post
Nice so this like black ops dive?

Yup But It's Actually Doesnt Work;
08-28-2011, 02:16 AM #36
Correy
I'm the Original
Originally posted by xBaByxR0Nii3x
Yup But It's Actually Doesnt Work;


Originally posted by x. View Post
seriously? Read the posts, this doesn't work...


i got it this semi working.. just making time better but you dive Winky Winky
08-28-2011, 02:23 AM #37
Originally posted by Correy View Post
i got it this semi working.. just making time better but you dive Winky Winky


Oh :p Okay Winky WinkyWinky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo