Post: [1.03] Unlock all & Super speed offsets+bytes
11-22-2015, 06:23 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); If you don't got them already here you go :
Unlock all :
    Byte[] Memory = new Byte[0x7FFFFFF];
Int32 Start = 0;
for (UInt32 Address = 0x388FE94F; Address < 0x389009A9; Address++)
{
Start += 1;
Memory[Start] = 0xFF;
PS3.Extension.WriteByte(Address, Memory[Start]);
}

Super speed:
    On: 
PS3.SetMemory(0x18FED74, new byte[] { 0x40, 0xff });
PS3.SetMemory(0x19174D4, new byte[] { 0x40, 0xff });

Off:
PS3.SetMemory(0x18FED74, new byte[] { 0x3f, 0x80 });
PS3.SetMemory(0x19174D4, new byte[] { 0x3f, 0x80 });

The following user thanked xPreeks for this useful post:

x_com

The following user groaned xPreeks for this awful post:

FFM | iMoDzRGFR
11-22-2015, 06:39 PM #2
jazrawi_ae
Little One
working unloack all weapon only
11-23-2015, 01:58 AM #3
Default Avatar
Thomas
Guest
Originally posted by xPreeks View Post
If you don't got them already here you go :
Unlock all :
    Byte[] Memory = new Byte[0x7FFFFFF];
Int32 Start = 0;
for (UInt32 Address = 0x388FE94F; Address < 0x389009A9; Address++)
{
Start += 1;
Memory[Start] = 0xFF;
PS3.Extension.WriteByte(Address, Memory[Start]);
}

Super speed:
    On: 
PS3.SetMemory(0x18FED74, new byte[] { 0x40, 0xff });
PS3.SetMemory(0x19174D4, new byte[] { 0x40, 0xff });

Off:
PS3.SetMemory(0x18FED74, new byte[] { 0x3f, 0x80 });
PS3.SetMemory(0x19174D4, new byte[] { 0x3f, 0x80 });


Aha Damn, Who Gave you that sir? That was something i just quickly did and gave to someone haha
11-23-2015, 02:51 AM #4
nice but there are tools already with unlock all functions anyways keep up!
11-23-2015, 08:25 PM #5
crédit?
11-23-2015, 09:06 PM #6
Originally posted by tonyleffe View Post
crédit?


Developer_C# for unlock all
11-23-2015, 09:18 PM #7
Default Avatar
Thomas
Guest
Originally posted by Programmer View Post
Developer_C# for unlock all


I See Absolutely No Credits For My Half a sleep Method haha

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo