Post: [RELEASE] Console Manager Tool (Source Code) Dev / TestKits by PS4 Developer MrNiato
01-03-2017, 11:12 AM #1
Hydrogen
Super Mod
(adsbygoogle = window.adsbygoogle || []).push({}); Introduction

As we all know, Console Manager has been around PS3, and most modders know it known as CCAPI previously. Not that long ago we had seen PS4 Developer You must login or register to view this content. showcase his Console Manager Tool for PS4. Had some great options to turn off/on a PS4 Console, Connect/Attach, and a lot more. Here is the video below just in case you missed out on it:



Today, You must login or register to view this content. goes ahead, and releases his Source Code for the Console Manager Tool for anyone to go bite off of. It's basic, but its still an amazing release for him to share to the PS4 community!

To quote his thread off of his site:

"Nearly 2 month after the video I release the source code of my console manager, yes this is really basic but maybe one day it will be useful. Of course I don't include the Interop.ORTMAPILib because this is illegal."



Download: You must login or register to view this content. / You must login or register to view this content. x [url=https://www.virustotal.com/en/file/c50331f93548f86e5fbc935abf873a38535b99c1e6df6c4c7e 47a904fa0989a7/analysis/1483437886/]Virus Scan[/url]

Furthermore, You must login or register to view this content. also shared the Interop.ORTMAPILib on PSXHAX if any of you would want to download it as well with the Virus Scan.

To quote OldSchoolModzHD:

"For those who want the Interop.ORTMAPILib.dll > You must login or register to view this content. and a Virus Scan > [url=https://www.virustotal.com/en/file/c50331f93548f86e5fbc935abf873a38535b99c1e6df6c4c7e 47a904fa0989a7/analysis/1483437886/]Analysis[/url].
Also as a note every thing in that tool you can figure out, and more from the SDK project examples. If you don't have the examples for what ever reason I can upload them also."

Last edited by Hydrogen ; 01-03-2017 at 11:16 AM.

The following 14 users say thank you to Hydrogen for this useful post:

Algebra, BurtE, DMAAR-7777, Dog88Christian, Frosty, G-NeR, gatekeeper1122, Je Modz, MODZ4FUN420, PONY_MODZ, Right, UGz-, xkoeckiiej, XxBlud23xX
01-04-2017, 06:14 AM #11
shawncarnage
Little One
So only devkits can run this?
01-04-2017, 11:48 AM #12
RF0oDxM0Dz
You talkin to me?
private static ORTMAPILib.IProcess IProcess;
    



void SetMemory(ulong Address, object Bytes)
{
IProcess.SetMemory(Address, Bytes);
}


void GetMemory(ulong Address, uint ByteCount, out uint Bytes)
{
IProcess.GetMemory(Address, ByteCount, out Bytes);
}


void SendConsoleInput(string InptText)
{
IProcess.SendConsoleInput(eConsoleOutputPort.STREAM_STDERR, InptText);
}




Example:

byte[] buffer = new byte[] { 0xFF, 0xFF };
SetMemory(0xFFFFF, buffer);
Last edited by RF0oDxM0Dz ; 01-04-2017 at 12:40 PM.

The following user thanked RF0oDxM0Dz for this useful post:

Algebra
01-04-2017, 04:59 PM #13
Algebra
[move]mov eax, 69[/move]
Originally posted by RFOoD
private static ORTMAPILib.IProcess IProcess;
    



void SetMemory(ulong Address, object Bytes)
{
IProcess.SetMemory(Address, Bytes);
}


void GetMemory(ulong Address, uint ByteCount, out uint Bytes)
{
IProcess.GetMemory(Address, ByteCount, out Bytes);
}


void SendConsoleInput(string InptText)
{
IProcess.SendConsoleInput(eConsoleOutputPort.STREAM_STDERR, InptText);
}




Example:

byte[] buffer = new byte[] { 0xFF, 0xFF };
SetMemory(0xFFFFF, buffer);


Don't mind this I fucking love your avatar Sal

The following user thanked Algebra for this useful post:

RF0oDxM0Dz
01-04-2017, 05:42 PM #14
Originally posted by Algebra View Post
Use your dank leeching skills bruh maybe leech off some devs Winky Winky


lmao u really dont know me
01-07-2017, 03:01 PM #15
Mr Smithy x
Former Staff
Fuck, if it wasn't a DLL I would have made a library for android

The following user thanked Mr Smithy x for this useful post:

Algebra
01-07-2017, 09:16 PM #16
Algebra
[move]mov eax, 69[/move]
Originally posted by Je
lmao u really dont know me


I know you're a fake fgt lmfao =Z
01-08-2017, 01:10 AM #17
Algebra
[move]mov eax, 69[/move]

Originally posted by Hydrogen View Post
Introduction

As we all know, Console Manager has been around PS3, and most modders know it known as CCAPI previously. Not that long ago we had seen PS4 Developer You must login or register to view this content. showcase his Console Manager Tool for PS4. Had some great options to turn off/on a PS4 Console, Connect/Attach, and a lot more. Here is the video below just in case you missed out on it:



Today, You must login or register to view this content. goes ahead, and releases his Source Code for the Console Manager Tool for anyone to go bite off of. It's basic, but its still an amazing release for him to share to the PS4 community!

To quote his thread off of his site:

"Nearly 2 month after the video I release the source code of my console manager, yes this is really basic but maybe one day it will be useful. Of course I don't include the Interop.ORTMAPILib because this is illegal."



Download: You must login or register to view this content. / You must login or register to view this content. x You must login or register to view this content.

Furthermore, You must login or register to view this content. also shared the Interop.ORTMAPILib on PSXHAX if any of you would want to download it as well with the Virus Scan.

To quote OldSchoolModzHD:

"For those who want the Interop.ORTMAPILib.dll > You must login or register to view this content. and a Virus Scan > You must login or register to view this content..
Also as a note every thing in that tool you can figure out, and more from the SDK project examples. If you don't have the examples for what ever reason I can upload them also."



I tested this now and the source compiles but doesn't run ?

I also test the dll on my tool and it also doesn't run it jumps to the Program.cs and highlights "Application.Run(new Main());".
05-20-2018, 02:32 AM #18
link for Interop.ORTMAPILib is down

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo