Originally posted by NIGHTMARE
Byte[] Demonware = New byte [] { 0x60, 0x00 .........};
Ps3.set memory demonware(0Xoffset example
I believe
That's how I put mine
But I think unknown demonware offsets are wrong or his missing some offset that's why u freeze
why not just do your arrays like this?
PS3.SetMemory(0x00000, new byte[] { 0x00, 0x00, 0x00 });
and you're just nopping the offsets, thats why your freezing..