Post: Mw3 anti Freeze offsets and anti END GAME
12-23-2015, 02:16 PM #1
Logic81
Save Point
(adsbygoogle = window.adsbygoogle || []).push({}); Hey Guys,
Its my first post on NGU
and im release anti freeze in game and Hid mic and anti end game



HIDE MIC




if (((CheckBox) sender).Checked)
{
byte[] buffer = new byte[4];
buffer[0] = 0x38;
buffer[1] = 0x60;
ps3API_0.SetMemory(0xf869c, buffer);
}
else
{
ps3API_0.SetMemory(0xf869c, new byte[] { 0x48, 0x20, 0x87, 0xcd });
ps3API_0.SetMemory(0xf869c, new byte[] { 0x38, 0x60, 0, 1 });
}
}




ANTI FREEZE MW3


if (((CheckBox) sender).Checked)
{
byte[] buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb33f0, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb33fc, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb33ec, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb33a0, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0x3dc04, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0x3df18, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb3390, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb33a4, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb3430, buffer);
buffer = new byte[4];
buffer[0] = 0x60;
ps3API_0.SetMemory(0xb342c, buffer);
byte[] buffer1 = new byte[3];
buffer1[0] = 0x38;
buffer1[1] = 0x80;
byte[] buffer2 = buffer1;
byte[] buffer3 = new byte[3];
buffer3[0] = 0x38;
buffer3[1] = 0x60;
ps3API_0.SetMemory(0xb6f4c, buffer3);
ps3API_0.SetMemory(0x3a830, buffer2);
ps3API_0.SetMemory(0x3a61c, buffer2);
}
else
{
ps3API_0.SetMemory(0xb33f0, new byte[] { 0x7c, 0x63, 0xe0, 0x2e });
ps3API_0.SetMemory(0xb33fc, new byte[] { 0x48, 9, 0x2b, 0x15 });
ps3API_0.SetMemory(0xb33ec, new byte[] { 0x80, 0x63, 0, 0x18 });
ps3API_0.SetMemory(0xb33a0, new byte[] { 0x48, 9, 0x2b, 0x71 });
ps3API_0.SetMemory(0x3dc04, new byte[] { 0x80, 0x63, 0, 0x10 });
ps3API_0.SetMemory(0x3df18, new byte[] { 0x80, 0xbb, 0, 0x10 });
ps3API_0.SetMemory(0xb3390, new byte[] { 0x80, 0x7d, 0, 0x18 });
ps3API_0.SetMemory(0xb33a4, new byte[] { 0x83, 0xbd, 0, 0x1c });
ps3API_0.SetMemory(0xb3430, new byte[] { 0x7c, 0x63, 0xe0, 0x2e });
ps3API_0.SetMemory(0xb342c, new byte[] { 0x80, 0x63, 0, 0x18 });
ps3API_0.SetMemory(0xb6f4c, new byte[] { 0x88, 0x84, 7 });
ps3API_0.SetMemory(0x3a830, new byte[] { 0x83, 0xe4, 2 });
ps3API_0.SetMemory(0x3a61c, new byte[] { 0x83, 0xe4, 2 });
}


ANTI END GAME






if (((CheckBox) sender).Checked)
{
ps3API_0.Extension.WriteString(0x553188, ^1xDvL^5HD);
}
else
{
ps3API_0.Extension.WriteString(0x553188, cmd mr %i %i %s);
}
}
Last edited by OfficialJesseP ; 11-01-2016 at 10:02 PM.

The following 2 users say thank you to Logic81 for this useful post:

Blackshadow-000, miguelillobmxero

The following 2 users groaned at Logic81 for this awful post:

FusionIsDaName, mrtn
11-17-2016, 01:03 PM #11
Pepe056
Save Point
Bro can u show a real quick tutorial? , how to configure out with the ccapi <3
11-17-2016, 03:13 PM #12
Father Luckeyy
Retired - Lead Content Manager
Originally posted by Pepe056 View Post
Bro can u show a real quick tutorial? , how to configure out with the ccapi <3


What do you need help with?
11-17-2016, 05:07 PM #13
Pepe056
Save Point
Thanx For the reply , So, When i try to put the mic code my ps3 freeze but, when i put the Name-End game code work .


Help me pliss.
11-17-2016, 06:09 PM #14
Father Luckeyy
Retired - Lead Content Manager
Originally posted by Pepe056 View Post
Thanx For the reply , So, When i try to put the mic code my ps3 freeze but, when i put the Name-End game code work .


Help me pliss.


The address is probably wrong, Did you copy and paste what he has form his thread to your work?
11-17-2016, 07:00 PM #15
Pepe056
Save Point
so, i have to put 0xf869c where to say offset and where say input i have to put it 0x60 or 0x48 etc.......?
11-17-2016, 07:31 PM #16
Father Luckeyy
Retired - Lead Content Manager
Originally posted by Pepe056 View Post
so, i have to put 0xf869c where to say offset and where say input i have to put it 0x60 or 0x48 etc.......?


How did you input the coding in your work?
11-17-2016, 08:19 PM #17
Pepe056
Save Point
i just put the code on input :(
11-18-2016, 12:37 AM #18
Father Luckeyy
Retired - Lead Content Manager
Originally posted by Pepe056 View Post
i just put the code on input :(


The offsets or bytes are probably incorrect then
11-18-2016, 02:41 AM #19
Pepe056
Save Point
Honestly idk what wrong , did u try the code?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo