Thanks alot 😀
September 2, 2015 2:48 pm
September 13, 2015 11:29 pm
yay time to make pc mods 😛
October 2, 2015 1:38 am
I've ported over most of the functions from the PS3Lib.dll to a PCLib.dll which you can use for, you guessed it, PC Modding 😉
Everything works the same, about the only difference is that you have to declare the process name like this
Mem PC = new Mem();
public Form1()
{
InitializeComponent();
PC.Game = "DuckGame";
}Then just continue as you would otherwise :p
Hidden content cannot be quoted.
awesome! thx u
October 10, 2015 7:20 am
this is awesome , make sure include my keyboard hood as a class or something and push update of the dll ?!
edit:
i also got x86 pointer read/write function if you need
November 24, 2015 2:33 pm
Sure this will be very helpful