hi
I wanted to know I created the tool with the buttons cex dex connect and attach (to every button I have inserted the codes)
Now I would like to understand how it is structured string u3
in the way I would put weapons endless with this offets 0x60, 0x3D, 0x05, 0x74
but certainly I can only interire the code and go
What should write exactly?
thank you
NEW
for example this is bo2
u3 for wanting to use what should I change cex caapi?
byte[] death = new byte[] { 0x91, 0x0A, 0x18 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x026FE7B2, death);
byte[] death1 = new byte[] { 0xA8, 0x94, 0x81, 0xC0 };
PS3TMAPI.ProcessSetMemory(0, PS3TMAPI.UnitType.PPU, ProcessID, 0, 0x026FEBC4, death1);