Post: [PS3/XBOX/PC] Dynamic v3.3 w/ Stealth Edition + Source
08-06-2015, 02:48 AM #1
EternalHabit
Former Staff
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.


First and foremost I'd like to give a shout out to YouViolateMe, since without him, you guys would have never seen this menu. Also my buddy Loz for all the scripts and help he has given me.

I can't believe I actually finished this menu. I honestly thought the day would never come. But here it is! After long hours of grinding out this menu and fixing all the bugs I'm finally releasing it. This menu is big as hell, and stable as fuck. And it is a complete masterpiece. You will find no bugs at all. And if you do please tell me. Ive updated all the game modes to where they do not freeze anymore. They're all really fun to play now. There is a bunch of new mods, also I've updated pretty much all the functions from Dynamic v2 and made them better. So yeah, give the menu a try, and let me know how you like it!






You must login or register to view this content.



ChangeLog:
Stealth Edition v1.2
Fixed XP HUDs (they look more normal now)
Made Search and Destroy not overflow anymore
The Map Hydro works now(certains mods are not inside the menu on this map)
updated sprx loader with new stealth edition

Stealth Edition v1.1
When you kill a player it no longer shows words next to the XP
Death Barriers are Enabled
updated sprx loader

v3.3
Fixed Stat iprintln
Fixed all the bugs in Roll The dice
Made a stealth edition
added a ton more space inside the menu
more bug fixes
v3.2
Fixed a few more bugs
Made all or nothing end on 20 kills like the original
Made alittle more room in the menu(should help with freezing while injecting issue)
v3.1
Fixed Unlimited Game, it should reset the original scorelimits now when toggled off
Removed unsetperk from rapidfire because its unneeded
Cleaned up some code
Made a toggle for change minimap
Made a toggle for kid ride

Bugs:
There are 3 DLC maps where FX bullets are not in the menu, this is because these maps use too much fx and the game will crash otherwise. Maps: Magma, Hydro, Uplink
Credits:
Shark for his base/zombieland
YouViolateMe for helping me when he doesnt want too
Loz for being OG and helping/codes
CoolManKiller for being ridiculously good at testing
Source Code <3
Codybenti <3
Natsu/Chris for testing
Atsy
itsLollo1000
FeverDex/John
Jakes625
Elite Mossy
Bossam
DerekTrotter
JaRniboi
Sygnus for codes/bo2 dump
Jwm614 for rank/overflow fix
TheFallen
xYardSalex/Taylor
GT-Killer
xePixTvx for codes and his bases
Exelo
Cmks for..idk
Dtx12 ofcourse
CraigsChrist
Extinct for porting codes that i used
[/SIZE]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 106 users say thank you to EternalHabit for this useful post:

/SneakerStreet/, FRINZ, 0zersub, 89n43wh8tyikvjfecgo, Adzkii, alex-_-123, Amaziing, anxify, APOCALYP, arcanum-masked, Aribo27, AutoModder, beserkchief, Bigmoneyhustlin, BoatyMcBoatFace, BullyWiiPlaza, Chen Madhala, Chris, clhosting1, CodJumper:, codybenti, Connorrox2, coolmankiller, Dark-_-Modz, dazemerson1972, DEv_ShOoTz, DF_AUS, DoraTheKiller97, Dynamacy, EatOreos, Egzec, electricrage, falconyix, FatalityMods, Luckeyy, FlipFlow, FreeakHead, fusco_1, FusionIsDaName, popcornmods, Godsless, H-A-X-O, hglittle, HiddenHour, iiioM, Im_YouViolateMe, ImPiffHD, Insult, ItsJackStewart, ItsPhysical, Vilerage, JustFuSiOn, jvmodding, Kameo, kaymarie123, KevinWinterX, KL9, ksa_7ooo7, Loz, M0D_TH1S, Marco_Legend, MarsOnDex, MCabCon, Merk, MidnightVibes, migjack, ModyHacker, Nana, Next To Nothing, Nicorizzi, Nothingbutbread, NWAMODS, Otaku Modder, oVenm, P$ycho, PartyTime, Patrick, Plasmer, ProductOfRebels, ProfoundModz, qwalifyd, Ravix MoDz, Rezqaazify, Rpj7, Saul Soria, Slinky, spac3, StopQM, Sweet_Cheeba, SyGnUs, Tristen, tu ano en salsa, tunde1992, UkHazeOG, UltraPhoenixHD, ViRuzModzHD, Voltron181, xDebugKiller and 6 other users.
08-15-2015, 01:04 AM #317
EternalHabit
Former Staff
Originally posted by Sacrificing View Post
If i go into a custom game an put on force host and change the game to zombie land then quit the game and go to a public TDM match will it be zombie land?

Yes
Originally posted by joshuagress View Post
Everything on the menu works, just i can't get to see the controls. It would always show me square.

Change your eboot
08-15-2015, 03:21 AM #318
itsSorrow
In my man cave
For those who are having trouble c & p his codes here is how you can translate them...

P = iprintln
N = notify
K = setPerk
JQ = Change Gamemode
H = setDvar

those that are defined differently

lif
    
Iif(a, b, c)
{
if(a) return b;
else return c;
}

BR
    
BR(a, b, c)
{
if (a) return c;
else return b;
}

BO
    
BO(a)
{
if(!isDefined(a)) return 1;
if (a) return 0;
else return 1;
}


hope this helped you
08-15-2015, 03:26 AM #319
EternalHabit
Former Staff
Originally posted by GentleSlugger View Post
For those who are having trouble c & p his codes here is how you can translate them...

P = iprintln
N = notify
B = break
K = setPerk
JQ = Change Gamemode
H = setDvar

those that are defined differently

lif
    
Iif(a, b, c)
{
if(a) return b;
else return c;
}

BR
    
BR(a, b, c)
{
if (a) return c;
else return b;
}

BO
    
BO(a)
{
if(!isDefined(a)) return 1;
if (a) return 0;
else return 1;
}


hope this helped you

Noooooooooo dont help them Getthefuckout
08-15-2015, 03:37 AM #320
itsSorrow
In my man cave
Originally posted by xTurntUpLobbies View Post
Noooooooooo dont help them Getthefuckout


lol I can take it down if you want
08-15-2015, 03:39 AM #321
EternalHabit
Former Staff
Originally posted by GentleSlugger View Post
lol I can take it down if you want


Its fine. B = break isnt right.
08-15-2015, 03:40 AM #322
itsSorrow
In my man cave
Originally posted by xTurntUpLobbies View Post
Its fine. B = break isnt right.


Yeah I guessed on that one
08-15-2015, 03:46 AM #323
itsSorrow
In my man cave
nvm b doesn't exist in your menu I guess..
08-15-2015, 04:56 AM #324
Cool menu wish I could make it work :(
08-15-2015, 05:57 AM #325
itsSorrow
In my man cave
oh and q = self iprintln("host is protected");

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo