Post: Boii offset help
04-28-2014, 11:51 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); HOW DO I CHANGE THESE OFFSET TO CCAPI NOT DEX?
FOR NAME CHANGER??????
PLEASE HELP THANK NGU Smile

Code:

byte[] buffer = Encoding.ASCII.GetBytes(textBox1.Text); Array.Resize(ref buffer, buffer.Length + 1); PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x026b75d0, buffer);

I WANNA CHANGE THIS^^^^ TO SOMETHING I CAN CONVERT TO CAAPI LIKE

PS3.SetMemory(0x026b75d0, new byte[] {???????????});


Name Changer Offset: 0x026b75d0
(adsbygoogle = window.adsbygoogle || []).push({});
04-28-2014, 07:09 PM #2
RatchetBooty
Former Staff
Do this to make it compatible with PS3Lib:

    

byte[] buffer = Encoding.ASCII.GetBytes(textBox1.Text);
Array.Resize(ref buffer, buffer.Length + 1);
PS3.SetMemory(0x026b75d0, buffer);

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo