VB.Net Memory Class (Writen by Jorndel)
Well, so I re-wrote the Trainer Class. (Also re-named it.)
What is new:
It's way shorter thanks too: Dr. D (That informed me that I didn't need to use the OpenProcess()
)
New Functions:
Process_Handle = Process to write/read too. (Returns an Boolean Value)
-Write-
WriteInteger = Writes an integer. (4 byte) Address = Offset to Write. Value = Value to Write.
WriteString = Writes an string. Address = Offset to Write. Text= String to Write.
WriteBytes = Writes an Byte Array. Address = Offset to Write. Bytes= Byte Array to Write.
WriteNOP = Writes an Byte Array. 5 Bytes of 0x90. Address = Offset to Write.
-Read-
ReadInteger = Reads an integer. (4 Byte also able to change) Address = Offset to Read. Length = Bytes to write [OPTIMAL]
ReadString = Reads an string. Address = Offset to Read from. Length = Length to read.
ReadBytes = Reads an Byte Array. Address = Offset to Read from. Length = Length to read.
-Extra-
HotKey = Allow you to check if the key is down. (Need to be in a timer to work)
Check_Value = Allow you to check the input in the TextBox / String. (If it's not a number, it returns 0. Else the written value)
Image:

Scans:
Memory Class VB.Net.rar - Jotti's malware scan
https://www.virustotal.com/file/c445...is/1337500752/
Report - Antivirus online virus scan - viruschief.com
What is new:
It's way shorter thanks too: Dr. D (That informed me that I didn't need to use the OpenProcess()
)New Functions:
Process_Handle = Process to write/read too. (Returns an Boolean Value)
-Write-
WriteInteger = Writes an integer. (4 byte) Address = Offset to Write. Value = Value to Write.
WriteString = Writes an string. Address = Offset to Write. Text= String to Write.
WriteBytes = Writes an Byte Array. Address = Offset to Write. Bytes= Byte Array to Write.
WriteNOP = Writes an Byte Array. 5 Bytes of 0x90. Address = Offset to Write.
-Read-
ReadInteger = Reads an integer. (4 Byte also able to change) Address = Offset to Read. Length = Bytes to write [OPTIMAL]
ReadString = Reads an string. Address = Offset to Read from. Length = Length to read.
ReadBytes = Reads an Byte Array. Address = Offset to Read from. Length = Length to read.
-Extra-
HotKey = Allow you to check if the key is down. (Need to be in a timer to work)
Check_Value = Allow you to check the input in the TextBox / String. (If it's not a number, it returns 0. Else the written value)
Image:

Scans:
Memory Class VB.Net.rar - Jotti's malware scan
https://www.virustotal.com/file/c445...is/1337500752/
Report - Antivirus online virus scan - viruschief.com



I used this Class ^^ have nothing said :3
