Post: [Release/C#/1.24] Proper Unlock All Script
07-02-2014, 04:44 PM #1
Sticky
Mary J Wannnnna
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NextGenUpdate Members,

Lately I have been seeing some really stupid/pointless ways that people are making their unlock all scripts. People are making it more complicated and longer than it needs to be.

Here is the way I have it done:
    
public static void UnlockAll()
{
PS3.SetMemory(0x1C1CFB0, new byte[] { 0x13, 0x02 });

for (uint i = 0; i < 0x200; i += 2)
{
PS3.SetMemory(0x1C1C0B9 + i, new byte[] { 0x1E, 0xB8 });
PS3.SetMemory(0x1C1E0A5 + i, new byte[] { 0xFF });
}
for (uint i = 0; i < 0x1064; i++)
PS3.SetMemory(0x1C1CFF7 + i, new byte[] { 0x0A });
}


This is probably the easiest way to do it!
Last edited by Sticky ; 07-04-2014 at 05:51 PM.

The following 10 users say thank you to Sticky for this useful post:

Asian, BaSs_HaXoR, ImAzazel, iTпDM, SyTry, Laser, Hash847, Fatality, xHostModer

The following user groaned Sticky for this awful post:

RawDog2002
07-02-2014, 05:29 PM #2
iTпDM
Vault dweller
Thanks Sticky :p
07-02-2014, 06:15 PM #3
GMTPS3
Do a barrel roll!
You are Stupid Sticky ^^
07-02-2014, 06:19 PM #4
Sticky
Mary J Wannnnna
Originally posted by GMTPS3 View Post
You are Stupid Sticky ^^


May I ask how?
07-02-2014, 06:21 PM #5
A Friend
League Champion
Originally posted by Sticky View Post
Hello NextGenUpdate Members,

Lately I have been seeing some really stupid/pointless ways that people are making their unlock all scripts. People are making it more complicated and longer than it needs to be.

Here is the way I have it done:
    
public static void UnlockAll()
{
PS3.SetMemory(0x1C1CFB0, new byte[] { 0x13, 0x02 });

for (uint i = 0; i < 0x200; i++)
{
PS3.SetMemory(0x1C1C0B9 + i, new byte[] { 0x1E, 0xB8 });
PS3.SetMemory(0x1C1E0A5 + i, new byte[] { 0xFF });
}
for (uint i = 0; i < 0x1064; i++)
PS3.SetMemory(0x1C1CFF7, new byte[] { 0x0A, 0x0A, 0x0A, 0x0A });
}


This is probably the easiest way to do it!

Please release your team Deluxe Mod Menu
07-02-2014, 06:32 PM #6
Sticky
Mary J Wannnnna
Originally posted by A
Please release your team Deluxe Mod Menu


That menu is horrible, I am working on one for MW3 right now though, expect an open source release

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

A Friend, KL9
07-02-2014, 09:30 PM #7
A Friend
League Champion
Originally posted by Sticky View Post
Hello NextGenUpdate Members,

Lately I have been seeing some really stupid/pointless ways that people are making their unlock all scripts. People are making it more complicated and longer than it needs to be.

Here is the way I have it done:
    
public static void UnlockAll()
{
PS3.SetMemory(0x1C1CFB0, new byte[] { 0x13, 0x02 });

for (uint i = 0; i < 0x200; i++)
{
PS3.SetMemory(0x1C1C0B9 + i, new byte[] { 0x1E, 0xB8 });
PS3.SetMemory(0x1C1E0A5 + i, new byte[] { 0xFF });
}
for (uint i = 0; i < 0x1064; i++)
PS3.SetMemory(0x1C1CFF7, new byte[] { 0x0A });
}


This is probably the easiest way to do it!

Are you $ticky/Malicious?
07-02-2014, 10:22 PM #8
Sticky
Mary J Wannnnna
Originally posted by A
Are you $ticky/Malicious?


Yes Smile
07-02-2014, 10:24 PM #9
A Friend
League Champion
Originally posted by Sticky View Post
Yes Smile

I love your Ghosts menu, if you updated it, can I buy it? The link to buy it is down on the video of it
07-02-2014, 10:28 PM #10
Sticky
Mary J Wannnnna
Originally posted by A
I love your Ghosts menu, if you updated it, can I buy it? The link to buy it is down on the video of it


I don't have the source anymore Smile but add me on skype StickyModding

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo