Here is the new Memory Class for 64bit processes.
There's some minor changes to this class than the previous ones
Image
For those who think they have to do:
Code:
CC.ProcessName = "iw6mp64_ship";
For every time their to use an function within the class.
You don't! This is something a 'few' people complained about and I've 'solved' that little 'problem'.
But be warned!
-If the Process isn't found, it will give an error and the user would have to CLOSE the program and start the process it's to use.
-If the Process is CLOSED while the program is running, NO error will be provided! (See 'Next Update')
Features
Set process name
Built-in error Write/Read
-Int16 (2 bytes)
-Int32 (4 bytes)
-Int64 (8 bytes)
-Float ("Float")
-String (Byte array)
Next Update
-Document the class for those who desire to learn from it
-Make it easier to use and understand
-Add more features
Nice work as usual Jorndel!
I already converted your memory class to work for Ghosts but oh well xD.
Question though; do you intend to add support for pointers & offsets? I know there's other classes available that do this, but I like yours because of how concise it is, and I'm too lazy to write my own. Rofl.
Nice work as usual Jorndel!
I already converted your memory class to work for Ghosts but oh well xD.
Question though; do you intend to add support for pointers & offsets? I know there's other classes available that do this, but I like yours because of how concise it is, and I'm too lazy to write my own. Rofl.
Yes, I'm currently done with my Huge update of my very old class.
(Which has some 'nice' features)
Like:
TypeDetection
Meaning you can write:
Write("0x1", 14);
Write(0x1, "Hello");
Same goes for reading
Read(0x1, typeof(Int32));
Read("0x1", typeof(String), 15);
As well as the Pointer and BaseAddress.
[All I'm missing on it is to document it]
<<And I'll convert it to VB as well, allowing more to use it>>
Any luck making a VB.net class?
Good work by the way .
Would someone like to test the C# class?
-I'm not gonna bother to test it myself and I want to see if it's user-friendly or not
PM me if you would like to test it for me. (And yes, you must be able to understand some C#)
-I won't provide it to people I don't trust or people I don't think is valid for the task.
Gimme a short summary of your coding skills and I'll pick from that
Originally Posted by Jorndel
Would someone like to test the C# class?
-I'm not gonna bother to test it myself and I want to see if it's user-friendly or not
PM me if you would like to test it for me. (And yes, you must be able to understand some C#)
-I won't provide it to people I don't trust or people I don't think is valid for the task.
Gimme a short summary of your coding skills and I'll pick from that
So are you making a Ghosts specific VB.NET memory class or no?
Originally Posted by ImMalkah
So are you making a Ghosts specific VB.NET memory class or no?
As posted before:
Originally Posted by Jorndel
<<And I'll convert it to VB as well, allowing more to use it>>
Originally Posted by Jorndel
As posted before:
Didn't catch that, thanks for the contribution .
Thanks jordal.
maroonish
Your address 0x00201372 (C#) for name changer, can we do: