Originally posted by Agent
Do u have the Non host mods codes like red boxes and advanced uav for ccapi!! If u have that would be grateful!!
Red Boxes and advanced uav is the same for tmapi and ccapi the offsets dont change for different apis.
Use The PS3Lib v4 and all you have to do is...
PS3.ConnectTarget(); - Connect
PS3.AttachProcess(); - Attach
PS3.SetMemory(Offset, new byte { bytes } ); - send memory to ps3
These work for ccapi and tmapi
PS3.ChangeAPI(SelectAPI.TargetManager); - makes you use tmapi
PS3.ChangeAPI(SelectAPI.ControlConsole); - makes you use ccapi
Look at my youtube that could probably help you.
You must login or register to view this content.