• The Definitive Guide To MW3 Hacks, Mods and Cheats In 2019!

    You are interested in MW3 Hacks, Mods, Cheats or Trainers. Check our guide! Click here!

Release Mw3/Sprx Menu Non-Host Base

Venox

Moderator
Messages
93
Reaction score
73
Points
808
Hi CCM


Today I'm releasing a Non-Host SPRX Mod Menu Base(Cex/Dex) !

this Menu was created by me but im busy with my gta menu so enjoy this base

For la Noobs

Q: how i open this base?

A: visual Studio + Ps3 Sdk



here a Swegsy Video:

Credits:
Exile-Orginal Bo3 Menu
01Cedricv2-Address Help
Sabotage-Saw that exile used some things from his (bo2) Menu


Download:
You do not have permission to view link Log in or register now.
 
Z

Zlink033

Guest
Thank for the release, :smile:
I want to learn the c++ with this, so how can I add function please ? like Laser For it to work please ? ^^

I have the code:

void Laser()
{
if(!LaserTog)
{
char bytes[] = { 0x01 };
write_process(0x000B6703, &bytes, sizeof(bytes));
LaserTog = true;
}
else
{
char bytes[] = { 0x00 };
write_process(0x000B6703, &bytes, sizeof(bytes));
LaserTog = false;
}
}

But I don't know how to add without get an error :smile:

Thank if you help me to create my mw3 no host sprx
 
Top