Post: BO2 Spoof Region & XUID
05-25-2019, 07:19 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Spoof Region
    
string region = nametextbox1.Text;
PS3.Extension.WriteString(0x26C066C, region);


Spoof XUID
    
string xuid = nameoftextbox1.Text;
byte[] bytes = Encoding.ASCII.GetBytes(xuid);
Array.Resize<byte>(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x26C0658, bytes);
PS3.SetMemory(0x26C071F, new byte[] { 0x04 });

Released by ProdMods!
Last edited by ProdMods ; 05-25-2019 at 07:37 AM.

The following user groaned ProdMods for this awful post:

hacking247
07-10-2019, 10:52 AM #2
Originally posted by ProdMods View Post
Spoof Region
    
string region = nametextbox1.Text;
PS3.Extension.WriteString(0x26C066C, region);


Spoof XUID
    
string xuid = nameoftextbox1.Text;
byte[] bytes = Encoding.ASCII.GetBytes(xuid);
Array.Resize<byte>(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x26C0658, bytes);
PS3.SetMemory(0x26C071F, new byte[] { 0x04 });

Released by ProdMods!


why are you declaring a variable to obtain the data from the textbox. directly call the textbox.

The following user groaned hacking247 for this awful post:

ProdMods
07-13-2019, 10:39 PM #3
Originally posted by hacking247 View Post
Originally posted by ProdMods View Post
Spoof Region
    
string region = nametextbox1.Text;
PS3.Extension.WriteString(0x26C066C, region);


Spoof XUID
    
string xuid = nameoftextbox1.Text;
byte[] bytes = Encoding.ASCII.GetBytes(xuid);
Array.Resize<byte>(ref bytes, bytes.Length + 1);
PS3.SetMemory(0x26C0658, bytes);
PS3.SetMemory(0x26C071F, new byte[] { 0x04 });

Released by ProdMods!


why are you declaring a variable to obtain the data from the textbox. directly call the textbox.

as an easy alternative to all the new gen leechers

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo