:tustin: Hello NGU users, I have fount these offsets for the latest Version of Minecraft. I would like to credit MayhemModding and NeLuxpz Modz for some of these offsets. Most of these offsets was fount by me. You can use them but please credit me, MayhemModding, and NeLuxpz.
Contact Me:
Youtube - Dublin Modz
Skype - Dublinmodz1
Kik - Dublinmodz3
Discord - SprxCreator#5716
MINECRAFT 1.73 OFFSETS:
Disable Mine and Build - 0x00A2B0A8 ON:40 82 OFF: 41 82;
Complete No Mine - 0x00A2B224 ON: 40 82 OFF: 41 82;
No Mine Fast - 0x00A2B240 ON: 40 82 OFF: 41 82;
No Mine - 0x00A2B28C ON: 40 82 OFF: 41 82;
No Pause Menu - 0x007BB978 ON: 40 82 OFF: 41 82;
Pause Menu Open - 0x00A2B364 ON: 40 82 OFF: 41 82;
Far Jump Without Run - 0x0032C138 ON: 40 82 OFF: 41 82;
Player Run Animation - 0x0032E4AC ON: BF 80 OFF: 3F 80;
Minecraft Item ID - 0x002BBDF8 ON: 40 82 OFF: 41 82;
Minecraft Block And Item ID - 0x002BBDE8 ON: 40 82 OFF: 41 82;
Gamplay Hud Visible - 0x0085EA38 ON: 38 80 00 1C OFF: 38 80 00 1B;
Gamplay Hud Size - 0x0085EA30 ON: 40 82 OFF: 41 82;
Extra Slot Stays On Screen Without Item - 0x0085C85C ON: 40 82 OFF:41 82;
Enable Extra Slot (Right Side) - 0x0085EB80 ON: 40 82 OFF: 41 82;
Enable Extra Slot (Left Side) - 0x0085EB70 ON: 40 82 OFF: 41 82;
Instant Place After Destroy - 0x00A2B2E0 ON: 38 80 00 01 OFF: 38 80 00 00;
Player Hit Speed - 0x00A2ADDC ON: 38 80 00 01 OFF: 38 80 00 00;
Block Breaking Sound (Stone) - 0x00A29F94 ON: BF 00 00 00 OFF: 3F 00 00 00;
Block Breaking Sound (Grass) - 0x00A29F9C 0N: 4E 00 00 00 OFF: 3E 00 00 00;
Player Auto Jump - 0x00A40398 ON: 41 81 OFF: 40 81;
Disable Double Tap Sprint - 0x00A404FC ON: 3B 60 00 00 OFF: 3B 60 00 01;
Auto Sprint - 0x00A405B4 ON: 40 82 OFF: 41 82;
Double Tap To Fly - 0x00A40730 ON: 41 82 OFF: 40 82;
Let Fly Button Go - 0x00A40730 ON: 41 82 OFF: 40 82;
Fly Mode - 0x00A406F4 ON: 41 82 OFF: 40 82;
Remove Heart/Water/Food (Invisible Hud) - 0x0085E440 ON: 38 80 00 00 OFF: 38 80 00 01;
Multi-Jump - 0x001EC6B8 ON: FC 15 OFF: FC 14;
Disable Drowning - 0x0032895D ON: E0 28 90 OFF: E0 08 90;
Drowning Fake Full - 0x0085E7A1 ON: E0 28 90 OFF: E0 08 90
Fake Armour - 0x0085E60C ON: 38 80 00 01 OFF: 38 80 00 00;
Fast Bow Aim - 0x000E77BD ON: E0 28 18 OFF: E0 08 18;
Show Hearts - 0x0085E4EB ON: 38 80 C7 01 OFF: 38 80 C7 00;
3 Hearts God Mode - 0x00324D14 ON: 40 C0 00 F8 OFF: 00 00 00 00;
X-Ray Vision (Finding Better Code) - 0x009DE49C ON: FC 80 30 90 OFF: FC 60 30 90;
Snake Cam (R3 Pressed) - 0x004243A0 ON: FC 00 F8 90 OFF: FC 20 F8 90;
One Hit Kill All - 0x00181949 ON: E0 28 90 OFF: E0 08 90;
Snake Cam (Standing) - 0x00424340 ON: FC 02 10 OFF: FC 01 10;
Teleport works best with RTM Tool. The addresses was found by Me and NeLuxp then coded by Me and MayhemModding. Please give credits if you use this code. Thank You. I will Guide you the best way I can.
Definitions:
string getLocation()
{
string xyz = "";
for (int i = 0; i < 3; i++)
{
xyz += Math.Round(PS3.Extension.ReadDouble(PS3.Extension. ReadUInt32(PS3.Extension.ReadUInt32(PS3.Extension. ReadUInt32(0x13DC91C) + 0x44) + 0x90) + 0x08 * (uint)i)).ToString() + ",";
}
return xyz;
}
}
private void setLocation(int x, int y, int z)
{
double[] xyz1 = { x, y, z };
double[] xyz2 = { x + .6, y + 1.8, z + .6 };
List<byte> xyzBytes = new List<byte>();
for (int i = 0; i < 3; i++)
{
byte[] rev1 = BitConverter.GetBytes(xyz1[i]);
Array.Reverse(rev1);
xyzBytes.AddRange(rev1);
}
for (int i = 0; i < 3; i++)
{
byte[] rev2 = BitConverter.GetBytes(xyz2[i]);
Array.Reverse(rev2);
xyzBytes.AddRange(rev2);
}
PS3.SetMemory(PS3.Extension.ReadUInt32(PS3.Extensi on.ReadUInt32(PS3.Extension.ReadUInt32(0x13DC91C) + 0x44) + 0x90), xyzBytes.ToArray());
}
}
Get Location Button:
string get = getLocation();
textBox1.Text = get.Remove(get.Length - 1, 1);
Set Location Button:
string[] split = Regex.Split(textBox1.Text, ",");
setLocation(Convert.ToInt32(split[0]), Convert.ToInt32(split[1]), Convert.ToInt32(split[2]));
Thank You and please give credits to Me, MayhemModding and NeLuxp. If you Have any questions please contact me. I will be working on a Minecraft Sprx that is soon to be released with loads of options. Hope You Enjoy!!!