Moving To Discord: https://discord.gg/UmXNvjq
Hello everyone, due to bugs with the forum software that I do not have time to care about, I am going to be shutting down these forums and moving my discussions to Discord instead. I will eventually keep releases here on the site but the forums will be removed sooner or later. I encourage people to join my personal Discord if you have questions, if you are looking for any of my projects, etc.
Registration Code (Part 1): w%kQ6
Registration Code (Part 2): b<#$1[*(cw~
In order to register on this forum, you must use the codes above. Combine them into one code (copy paste).
Programming topics that relate to Visual Basic 5/6.
Please note this language is old and discontinued. It is not recommended that you still use it!
-
atom0s
- Site Admin
- Posts: 450
- Joined: Sun Jan 04, 2015 11:23 pm
- Location: 127.0.0.1
-
Contact:
Post
by atom0s » Wed Mar 09, 2016 1:58 pm
Project Name: VB6 Trainer Toolkit
Project Download: http://atom0s.com/downloads/VB6_Trainer_Toolkit.zip
Support Status: No Support
Commercial Usage: No - Contact me for commercial usage questions.
Project Information
This is a project I wrote a while back while using Visual Basic. This is a trainer toolkit that made creating trainers using Visual Basic very simple and easy. It included various features that were common to trainer making at that time before games became more advanced in handling data.
- clsMemory_Read.cls
This class gives you access to read memory from the given process. It contains code to read: byte, int, long, single, double, string, and a structure. Also inside this file is a private function ReadMemory that is wrapped by the other functions which can be used for custom read types. (You will need to make it public if you want to do your own thing with it.)
- clsMemory_Write.cls
This class gives you access to write to memory to the given process. It contains code to write: byte, int, long, single, double, string, and a structure. Also in this class is a main function WriteMemory that you can make public and write your own code to use this to write other things.
- clsMemory_Misc.cls
This class gives you access to various other functions that are used while working with another processes memory. Currently this file includes two functions. One allows you to set the access to a given memory region, another allows you to scan for a byte array in the memory. (AOB scanning) which is useful in code shifting games.
The archive contains an example usage using the old Minesweeper program from Windows XP.

-
swaglord123
- Posts: 6
- Joined: Fri Mar 18, 2016 11:14 am
Post
by swaglord123 » Sat Mar 19, 2016 11:25 am
So if I understand good , this is something like a cheat engine in VB6 ?
-
atom0s
- Site Admin
- Posts: 450
- Joined: Sun Jan 04, 2015 11:23 pm
- Location: 127.0.0.1
-
Contact:
Post
by atom0s » Sat Mar 19, 2016 8:26 pm
swaglord123 wrote:So if I understand good , this is something like a cheat engine in VB6 ?
No this is just a collection of classes / modules for VB5/6 that assist with coding trainers. It makes things much easier.
It won't scan for values and stuff like Cheat Engine does.
-
eddecatoria
- Posts: 1
- Joined: Mon Oct 02, 2017 5:39 am
Post
by eddecatoria » Mon Oct 02, 2017 5:43 am
sir do you have a code for finding the address of the Array of bytes w/c to be input in a textbox.text? I used Vb.net thanks
It is thesame as the features in you array of bytes scan in textbox
Who is online
Users browsing this forum: No registered users and 2 guests