Lizzy2386 Posted April 25, 2017 Share Posted April 25, 2017 string CpuKey = Misc.BytesToHexString(io.reader.ReadBytes(0x10)); Then using CpuKey in a function outputs 00000000000000000000000000000000 instead of the Xbox CPUKEY I'm puzzled here. Link to comment Share on other sites More sharing options...
Jacques1 Posted April 25, 2017 Share Posted April 25, 2017 You understand this is a PHP forum, right? Link to comment Share on other sites More sharing options...
requinix Posted April 25, 2017 Share Posted April 25, 2017 Unless your Misc.BytesToHexString is buggy, io.reader read 16 null bytes. Look into why that happened. Closing because I'm not sure this is kosher. And the title pisses me off. Link to comment Share on other sites More sharing options...
Recommended Posts