Post: Private Static ORTMAPI.Lib IProcess C# Code by RFOoD x MoDz
01-05-2017, 06:20 AM #1
Hydrogen
Super Mod
(adsbygoogle = window.adsbygoogle || []).push({}); So previously Mr. Niato had released his amazing source code from his Console Manager yesterday for anyone to bite off, and also OldSchoolModzHD for sharing the Interop.ORTMAPILib as well.

NextGenUpdate Member RFOoD x MoDz shares today a c# Code continuation from OldSchool's ORTMAPI. Wouldn't know if it's useful, but why not share it anyways right?

A few additions to the thread I wanted to add in that Black Panther mentioned to me:

[Today 01:24 AM] Black Panther : Yeah it's correct I believe it's been a few years since I've looked at that dll
[Today 01:24 AM] Black Panther : Activated PS4 sdk/dev/testkit
[Today 01:24 AM] Hydrogen : It's still functional correct?
[Today 01:24 AM] Black Panther : It's apart of the PS4 neighborhood
[Today 01:23 AM] Black Panther : Hydrogen that'll only work if you have an activated PS4 sdk

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

    
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);




Thanks to RFOoD x MoDz for the share off of my other thread towards the CMT SRC release! :fout:
Last edited by Hydrogen ; 01-06-2017 at 03:45 PM.

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

DMAAR-7777, ItsLollo1000
01-05-2017, 06:32 AM #2
ItsLollo1000
Little One
Originally posted by Hydrogen View Post
So previously Mr. Niato had released his amazing source code from his Console Manager yesterday for anyone to bite off, and also OldSchoolModzHD for sharing the Interop.ORTMAPILib as well.

NextGenUpdate Member RFOoD x MoDz shares today a PHP Code continuation from OldSchool's ORTMAPI. Wouldn't know if it's useful, but why not share it anyways right?

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

    
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);




Thanks to RFOoD x MoDz for the share off of my other thread towards the CMT SRC release! :fout:


This can Aurel be useful for the future!!
01-05-2017, 09:21 AM #3
SC58
Former Staff
You must login or register to view this content.
Last edited by SC58 ; 01-05-2017 at 09:23 AM.

The following 6 users say thank you to SC58 for this useful post:

2much4u, BadChoicesZ, Jannik007, John, seb5594, SyGnUs
01-05-2017, 10:18 AM #4
Hydrogen
Super Mod
Originally posted by SC58 View Post
You must login or register to view this content.


You said it boss!
01-05-2017, 11:04 PM #5
Tustin
Balls of Steel
This is C# not PHP ya joker

The following 5 users say thank you to Tustin for this useful post:

#Dragoss, 01cedricv2, Algebra, AFG, SC58
01-06-2017, 03:44 PM #6
Hydrogen
Super Mod
Originally posted by Tustin View Post
This is C# not PHP ya joker


He said it was PHP, can't blame me ya twat Cool Troll

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo