• 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 Offsets SPRX NoHost {Redboxes}

Herdox Modz

New Member
Messages
12
Reaction score
5
Points
3
Hello I realese you​

Code Source :
Code:
bool RB;
void Redboxes()
{
    if(!RB)
    {
        char bytes[] = { 0x60, 0x00, 0x00, 0x00 };
        write_process(0x65D14, &bytes, sizeof(bytes));
        RB = true;
    }
    else
    {
        char bytes[] = { 0X41, 0x82, 0x00, 0x0C };
        write_process(0x65D14, &bytes, sizeof(bytes));
        RB = false;
    }
}
Code Menu Base :

Code:
Redboxes();

PS :
Sorry for my English ^^
 
Last edited by a moderator:
Top