
Hello.
Today Showing You How To Create Trainer for Any PC Game.
Tools
CE(Cheat Engine)
ReadWritingMemory.vb
--------------------------
1-Code
Code:
Dim Amount As String = Textbox1.text
Try
WriteInteger("Process Name", &H00000,Amount)')
Catch ex As Exception
End Try
---------------------------
Let's Understand The Code.
---------------------------
-Dim Amount As String = Textbox1.text
-This Sentence I Can't Explain it, because it comes with sence, and also when you understand VB. Sorry
-If anyone can, please tell in comment below and i will edit the post.
---------------------------
-WriteInteger("Process Name", &H000000, Amount)')
-WriteInteger This is a type of the file we gonna use.
-Process name, how to find it?
-Open CE and target the game you want to hack, and then you will find it's name up, all that will be shown in screenshots and then write it without ".exe"
-&H00000 This is the address for the amount/something you want to hack in the game, also will be shown in screenshot.
-&H By Removing The Zero's and adding the Address .
---------------------------
That's Is
The Trainer will be done!
Thanks.
Bookmarks