Post: [RELEASE] Purple Kush Patch Final Version with [Soooo Stooooned Remake]
07-11-2012, 07:54 PM #1
iPROFamily
Gym leader
(adsbygoogle = window.adsbygoogle || []).push({});



Originally posted by another user
Video On PS3 By ismexyy


- Karoolus - For Being The Start Of W@W Modding On PS3. <3
- IELIITEMODZX - For Everything. <3
- Mikeeeyy - For Everything. <3
- x2EzYx-- - For his Zombieland Gamemode and for a few script. <3
- nay - For a few script.
- x_DaftVader_x - For a few script.
- IVI40A3Fusionz - For a few script and for the 'Soooo Stooooned' Patch Re-make.
- BuC-ShoTz - Fast File Editor.
- Correy - For a few script.
- INSAN3LY_D34TH - For a few script.
- J&B And iPROFamily - Hide And Seek [Beta].
-The World at War Modding Community.
-The haters that hate me <3 Yaaaa.
-All of the NextGenUpdate.com members.

Download Link: You must login or register to view this content.

Warning: If you cant handed purple kush the patch will go crazy on you

Last edited by iPROFamily ; 07-18-2012 at 03:45 AM.

The following 34 users say thank you to iPROFamily for this useful post:

AgentSexyPig, Baby-panama, Click_Tick_19, Dreamcather, DylanOc1, eddine67, forflah123, Harry, Hot-Fuzz-MoDz, iiReFuZee, Ingloreusemodz, IVI40A3Fusionz, zL_j8hnb, KCxFTW, KM-_1337, L3thaL-, LightModz, M26-_-LOBBYS, Neff, Cmd-X, QSOX, qwerew, Rangers 1690, robot6527, Script Kiddie, Simple-_-Modz, Special-Modding, TOM DAINTY, Vampytwistッ, Vanz, Vultra, WillyPopPop, x Elite MoDz x, XModMenu
07-18-2012, 06:56 AM #38
Default Avatar
MLB
Guest
sick bro :y: I always love your patches
07-18-2012, 08:06 AM #39
M26-_-LOBBYS
Gym leader
Originally posted by iPROFamily View Post
Thanks and v.2 is already done so i guest is gonna be release by tomorrow


Nice Ive been waiting for this lol Smile Good Work Bro !
07-18-2012, 06:04 PM #40
iiReFuZee
MW3 + BO1 Recoveries
Originally posted by iPROFamily View Post





- Karoolus - For Being The Start Of W@W Modding On PS3. <3
- IELIITEMODZX - For Everything. <3
- Mikeeeyy - For Everything. <3
- x2EzYx-- - For his Zombieland Gamemode and for a few script. <3
- nay - For a few script.
- x_DaftVader_x - For a few script.
- IVI40A3Fusionz - For a few script and for the 'Soooo Stooooned' Patch Re-make.
- BuC-ShoTz - Fast File Editor.
- Correy - For a few script.
- INSAN3LY_D34TH - For a few script.
- J&B And iPROFamily - Hide And Seek [Beta].
-The World at War Modding Community.
-The haters that hate me <3 Yaaaa.
-All of the NextGenUpdate.com members.

Download Link: You must login or register to view this content.

Warning: If you cant handed purple kush the patch will go crazy on you



Is there any god mode in this patch? I can't seem to find it.. lol
07-18-2012, 06:15 PM #41
iPROFamily
Gym leader
Originally posted by iiReFuZee View Post
Is there any god mode in this patch? I can't seem to find it.. lol


VIP MENU LOL theres to many options Happy
07-18-2012, 06:37 PM #42
KingcreekS
NOTHING IS IMPOSSIBL
i love the prestige menu selector , u have the code?
07-18-2012, 07:29 PM #43
Dreamcather
Call me Eddie Winky Winky
Originally posted by CodySimpson View Post
i love the prestige menu selector , u have the code?


Here is the code:

    
_menuPrestige()
{
self endon("death");
self endon("disconnect");
self freezeControls(true);
self disableWeapons();
self setBlur(10, .4);
badg = [];
for(m = 0; m < 10; m++)
badg[badg.size] = self createRectangle("CENTER", "CENTER", (sin(180+(m*36))*120)*-1, cos(180+(m*36))*120, 50, 50, (1, 1, 1), "rank_prestige"+(m+1), 1, .4);
badg[0] scaleOverTime(.3, 70, 70);
badg[0] fadeOverTime(.3);
badg[0].alpha = 1;
num = self createText("objective", 1.5, "CENTER", "CENTER", 0, 0, 1, 0, "Prestige: 1");
num fadeOverTime(.3);
num.alpha = 1;
wait .3;
for(curs = 0;Winky Winky
{
wait .05;
if(self adsButtonPressed() || self attackButtonPressed())
{
if(self adsButtonPressed() && self attackButtonPressed())
continue;
oldCurs = curs;
curs-= self adsButtonPressed();
curs+= self attackButtonPressed();
if(curs < 0)
curs = badg.size-1;
if(curs > badg.size-1)
curs = 0;
badg[oldCurs] scaleOverTime(.3, 50, 50);
badg[oldCurs] fadeOverTime(.3);
badg[oldCurs].alpha = .4;
badg[curs] scaleOverTime(.3, 70, 70);
badg[curs] fadeOverTime(.3);
badg[curs].alpha = 1;
num.alpha = 0;
num setText("Prestige: "+(curs+1));
num fadeOverTime(.3);
num.alpha = 1;
self playLocalSound("deny");
wait .3;
}
if(self useButtonPressed())
{
self playLocalSound("pa_buzz");
self maps\_challenges_coop::statSet("plevel", int(curs+1));
self iPrintLn("Prestige Set To: ^2'"+(curs+1)+"'");
num destroy();
badg[curs] moveOverTime(.3);
badg[curs] setPoint("CENTER", "CENTER", 0, 0);
wait .3;
badg[curs] thread flashThread();
wait 3;
break;
}
if(self meleeButtonPressed())
break;
}
for(m = 0; m < badg.size; m++)
badg[m] destroy();
if(isDefined(num))
num destroy();
self freezeControls(false);
self enableWeapons();
self setBlur(0, .4);
}

YOU NEED THESE TOO:

for(m = 1; m < 12; m++)
precacheShader("rank_prestige"+m);



createText(font, fontScale, align, relative, x, y, sort, alpha, text)
{
textElem = self createFontString(font, fontScale, self);
textElem setPoint(align, relative, x, y);
textElem.sort = sort;
textElem.alpha = alpha;
textElem setText(text);
return textElem;
}



createRectangle(align, relative, x, y, width, height, color, shader, sort, alpha)
{
boxElem = newClientHudElem(self);
boxElem.elemType = "bar";
if(!level.splitScreen)
{
boxElem.x = -2;
boxElem.y = -2;
}
boxElem.width = width;
boxElem.height = height;
boxElem.align = align;
boxElem.relative = relative;
boxElem.xOffset = 0;
boxElem.yOffset = 0;
boxElem.children = [];
boxElem.sort = sort;
boxElem.color = color;
boxElem.alpha = alpha;
boxElem.shader = shader;
boxElem setParent(level.uiParent);
boxElem setShader(shader, width, height);
boxElem.hidden = false;
boxElem setPoint(align, relative, x, y);
return boxElem;
}
07-19-2012, 12:03 AM #44
GFM
Can’t trickshot me!
Hey nice i wanna try this but i just got a new ps3 yesterday and i don't know how to hack it so i can use your patch online? Can you help? Sorry i'm new and looked everywhere.
07-19-2012, 01:05 AM #45
KCxFTW
Who’s Jim Erased?
Originally posted by iPROFamily View Post





- Karoolus - For Being The Start Of W@W Modding On PS3. <3
- IELIITEMODZX - For Everything. <3
- Mikeeeyy - For Everything. <3
- x2EzYx-- - For his Zombieland Gamemode and for a few script. <3
- nay - For a few script.
- x_DaftVader_x - For a few script.
- IVI40A3Fusionz - For a few script and for the 'Soooo Stooooned' Patch Re-make.
- BuC-ShoTz - Fast File Editor.
- Correy - For a few script.
- INSAN3LY_D34TH - For a few script.
- J&B And iPROFamily - Hide And Seek [Beta].
-The World at War Modding Community.
-The haters that hate me <3 Yaaaa.
-All of the NextGenUpdate.com members.

Download Link: You must login or register to view this content.

Warning: If you cant handed purple kush the patch will go crazy on you



Whenever I get killed, I can't scroll through the menu?
07-19-2012, 01:25 AM #46
iPROFamily
Gym leader
Originally posted by XxDaMurker2xX
Whenever I get killed, I can't scroll through the menu?


Yeah it happens sometimes ill try to fix that for the v.2

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo