Post: [RELEASE]Juggernaut
06-11-2012, 07:18 PM #1
INSAN3LY_D34TH
INSAN3LY GAMING
(adsbygoogle = window.adsbygoogle || []).push({}); Okay, yes I know that this has been done before but I thought it would be something fun to do for today. At most I spent 2 min on this lol

    Juggernaut()
{
self endon("death");
if(self.jugg==0)
{
if(self getCurrentWeapon()!= "briefcase_bomb_mp")
{
self.cuWeap=self getCurrentWeapon();
self takeWeapon(self.cuWeap);
self.cuWeap1=self getCurrentWeapon();
self takeWeapon(self.cuWeap1);
}
self.jugg=1;
self giveWeapon("m60e4_grip_mp");
self switchToWeapon("m60e4_grip_mp");
self setPerk("specialty_armorvest");
self showPerk( 2, "specialty_armorvest", -50 );
self SetMoveSpeedScale( 0.6 );
self iPrintln("Juggernaut ^2ON");
while(self.jugg==0)
{
if(self getCurrentWeapon() != "m60e4_grip_mp")
{
self giveWeapon("m60e4_grip_mp");
wait .01;
self switchToWeapon("m60e4_grip_mp");
}
wait .01;
}
}
else
{
self.jugg=0;
self takeWeapon("m60e4_grip_mp");
self giveWeapon(self.cuWeap);
self giveWeapon(self.cuWeap1);
self switchToWeapon(self.cuWeap);
self SetMoveSpeedScale(1);
self iPrintln("Juggernaut ^1OFF");
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
06-18-2012, 08:43 AM #2
LYFN
Banned
looks good, is it the juaggernaut from mw3? or just the perk?
06-18-2012, 04:12 PM #3
Harry
Former Staff
Originally posted by LYFN View Post
looks good, is it the juaggernaut from mw3? or just the perk?


not hating/flaming, but if in the code you can see ;

Originally posted by another user
self giveWeapon("m60e4_grip_mp");
self switchToWeapon("m60e4_grip_mp");


you can kinda guess this aint the perk =D

The following user thanked Harry for this useful post:

INSAN3LY_D34TH
06-19-2012, 06:57 AM #4
LYFN
Banned
lol good shout haha Winky Winky i had to scan it because im at work
06-20-2012, 12:11 AM #5
xKing04zZ
Gym leader
pretty cool code! copiedSmile)

The following user thanked xKing04zZ for this useful post:

247Yamato
06-20-2012, 05:06 AM #6
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by kiing04x View Post
pretty cool code! copiedSmile)


Copied?? From where
06-20-2012, 12:14 PM #7
xKing04zZ
Gym leader
Originally posted by D34TH View Post
Copied?? From where


hee no i copied your code and pasted it in my own cod4 patch:P thx^^
06-21-2012, 04:38 AM #8
z AppLe o
Do a barrel roll!
How can I add a timer on this?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo