A Place For Gamers By Gamers


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

#1
 Ŧг๏รtאץเ

Ŧг๏รtאץเ
Founder
Founder
Credits:
BuC-SHoTz
Enstone
IMCSx

HowTo: Paste this in a button and their you go.
(assuming you know how to program software in .NET for PS3)

Code:

//GET SYSINFOs


string GetattProc = PS3.CCAPI.GetAttachedProcess().ToString();
string FMWV = PS3.CCAPI.GetFirmwareVersion();
string CPU = PS3.CCAPI.GetTemperatureCELL();
string RSX = PS3.CCAPI.GetTemperatureRSX();


  //GET CID

byte[] buffer = new byte[0x10];
PS3.CCAPI.GetLv2Memory(9223372036858981040L, buffer);
string str = BitConverter.ToString(buffer).Replace("-", " ");

  //GET PSID

byte[] buffer2 = new byte[0x10];
PS3.CCAPI.GetLv2Memory(9223372036859580196L, buffer2);
string str2 = BitConverter.ToString(buffer2).Replace("-", " ");

                                        //Show Infos

MessageBox.Show("Console IP: " + ipaddresstextbox.Text + Environment.NewLine + "ProcessID: " + GetattProc + Environment.NewLine + "ConsoleI//GET PSID: " + str + Environment.NewLine + "PSID: " + str2 + Environment.NewLine + "CPU TEMP: " + CPU + Environment.NewLine + "RSX TEMP: " + RSX + Environment.NewLine + "Firmware Version: " + FMWV);

http://www.team-psn.net

View previous topic View next topic Back to top  Message [Page 1 of 1]


Permissions in this forum:
You cannot reply to topics in this forum

Share URL

URL Direct
BBcode
HTML