Hey there
NGU, aerosoul94 has made a cool class that I am releasing. The class will allow you to make tools without the ps3tmapi_net.dll being needed. This currently only for c#. The class will provide a different way of connecting too. It will connect like so:
You must login or register to view this content.
You will no longer need to do any long ps3tmapi code. With this, you can just do it very short and simple.
To connect your ps3 you can just do it like so:
PS3.Connect();
To set memory:
byte[] test = { 0xFF };
PS3.SetMemory(addr, test);
Etc to do all the other great stuff too. Just look in the class to see all of the other stuff it does and what its functions are and source code and stuff.
You must login or register to view this content.
You must login or register to view this content.