Post: [RELEASE] Inception Mod Menu + Download [SPRX / C++]
08-12-2014, 08:47 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU, Today im releasing my Inception SPRX Mod Menu Enjoy!!

Video Of The Menu:


Menu Controls:
    
Dpad Up - Open Menu & Scroll Up
Dpad Down - Scroll Down
X - Select
Square - Go Back / Close



Credits:
    
Shark - Huds
OLDSCHOOLMODZHD - Scrollbar & Help Box
NGU people - Offsets
Anyone else i Forgot



How To Use:

    
Step 1: Put the eboot on inside dev_hdd0/game/REGION/USRDIR/
Step 2: Put the sprx file in dev_hdd0/tmp/
Step 3: Load Up Black Ops 2 and go ham



Anti - Ban?
    
Yes it Has Anti - Ban inside the eboot


Tips AKA Bugs:
    
Red Boxes - Can Freeze You
Wall Hack - Can Freeze You
Super Jump - Can Freeze You
I Will Fix the above bugs in the next update thanks to the users who posted the feedback



Downloads:
Dex: You must login or register to view this content.

Sprx File: You must login or register to view this content.

CEX EBOOTS:
BLES01717: You must login or register to view this content.

BLES01720: You must login or register to view this content.

BLUS31011: You must login or register to view this content.

BLES01718: You must login or register to view this content.

BLES01719: You must login or register to view this content.

BLUS31140: You must login or register to view this content.

BLUS31141: You must login or register to view this content.
Last edited by oStankyModz ; 10-15-2014 at 06:45 PM.

The following 76 users say thank you to oStankyModz for this useful post:

_Antonio96_, .MrRedDoT, {H} | Exception, /SneakerStreet/, DIRTY SMASHER, A Friend, AnniBurli, BeeMovie, BENJYxFRANK, BlueSkyMods, Claww1337_, Connorrox2, dandeekiller, DaZeModz-, DEradicator, EternalHabit, Ethan, FriedCat, Geo, H4x0rHD, HaTeRM4NR33T, HaX-Stylin, HighModzz, IcyDose, idropkittens, iifire, InXInvader, Itachi711926, ItsFrzky, jmk1967, JustFuSiOn, LaRip8, LevelUP, ll-TheUpdater-l, McNulty, Moneymanmill, MrRebornModz--, mysteryman455, network10, NickBeHaxing, NintendoMw, OmegleModz, PureGoldMod, quxk-, racecarxx, Restrain, RTE, Saul Soria, Script Kiddie, sebetasa, Shuffles, ShutTheCrunchUp, Supremee_NR, Swaqq, Taylors Bish, TheCodModderHD, TheyCallMeBreed, Tipton_Modz, Vanz, Venorai, ViolentFelon, Xcesar1911X, xCLS, XenonLegend, xKasper, xROccOx, xSevenModz_, xSuperLᴏbbies, xSyntheticPatch, xxAussiefella69 and 1 other user.

The following user groaned oStankyModz for this awful post:

Leo
08-14-2014, 12:40 AM #56
You have to be the host to Play online while the menu is installed. If you want to Play without mods just ddelete the .sprx and reinstall it if you want to use mods.
08-14-2014, 01:07 AM #57
EternalHabit
Former Staff
im still sittin here wondering how to get this too work lol Sal put the files in exactly the right spot. and the menu never pops up. tried blus,bles, and even debug. renamed the eboot path with seb's sprx tool on each one too. and still nothing..... the game only started up on debug tho. anti-ban blus, and bles gives me an error on starting the game
08-14-2014, 02:03 AM #58
Originally posted by slasher0922 View Post
quite a bit of bugs I found:
-force host doesn't work
-invisible doesn't work
-all perks doesn't work
-weapon menu doesn't work (all options)
-stealth aimbot doesn't work
Please let me know if it is just me or everyone. Other than these issues, the menu is smexy


Also,
- if you join a public match it freezes on load.
- Teleport ALL to save location freezes if you don't have a saved location
08-14-2014, 02:40 AM #59
Imobhackers
Save Point
Are Yall on cex or dex bc everytime i start the game its says an erorr for me
08-14-2014, 03:16 AM #60
coolmankiller
Can’t trickshot me!
Originally posted by oStankyModz View Post


Originally posted by oshea1995 View Post
Another thing I noticed and this could just be me is when going to find a game when the game is loading it freezes loading ill do a few more tests and change up a few things and get back to you if it was on my end


Not sure why that is happening


This is because the ReadString function inside Sharks menu base is incorrect and cant call for a server function to see if you are host. This is inside the "Ps3Functions.h" file

The error occurs somewhere inside these following functions. if you delete the ps3readstring function the freezing will go away . however then no huds. but the sprx does load because you can see it inside the PRODG. If you remove parts of the ingame function within "prx.cpp" you can fix the freezing , and you get the huds for one match. However, that function resets the menu. So if you load up again the huds are gone but the menu options still work and you can select options like godmode and it works.

    	void WriteString(int address, char* string)
{
int FreeMem = 0x1D00000;
int strlength = strlen(string);
char* strpointer = *(char**)FreeMem = string;
char* StrBytes = PS3Functions::ReadBytes(*(int*)FreeMem, strlength);
PS3Functions::WriteBytes(address, StrBytes, strlength);
}
char returnRead[100];
char* [COLOR="#FF0000"]ReadString[/COLOR](int address)
{
int strlength = 100;
char* StrBytes = PS3Functions::ReadBytes(address, strlength);
for (int i = 0; i < strlength; i++)
{
if (StrBytes[i] != 0x00)
returnRead[i] = StrBytes[i];
else
break;
}
return returnRead;
}
Last edited by coolmankiller ; 08-14-2014 at 03:19 AM.
08-14-2014, 05:26 AM #61
xBlackModder
Little One
i get and error just like when I put on a debug is the for cex because I have psn digital copy of bo2
08-14-2014, 07:13 AM #62
/SneakerStreet/
At least I can fight
Realy nice releaseHappy
08-14-2014, 07:36 AM #63
iJosh
Quit, Bigger & Better Things
good menu. but far from finsih
08-14-2014, 07:37 AM #64
iBullet1
Treasure hunter
Does the eboot load the menu, would rather use my current eboot, curious.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo