| View previous topic :: View next topic |
| Author |
Message |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Sep 15, 2007 2:57 pm Post subject: [KIT] VB6 Trainer Toolkit |
|
|
I had made this a while back as another named project which didn't get far cause I didn't keep things going and I didn't really get much feedback (yes lol vb6, what ever..).
I'm releasing this updated version of the code for those that still program in VB6, I moved into C++ a while back so I kinda stopped programming in VB6 for anything major.
About The code
As of this post, the code is a group of class modules and a single normal module. The normal module holds the API used throughout the class modules which is needed if you are using any of them. There are 4 class modules which I will explain below.
clsProcess_Access.cls
This class allows you to obtain information of a given process that is used in numerous things for game hacking. Such as the window title, window handle (hwnd), and the process ID. It will also return the base address of a given module and the module size incase you need things for code shifting games.
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.
Included in the zip file is a full demonstration of the classes using Minesweeper to demonstrate how to use each function incase you need help with them.
Again I am releasing this cause I don't really touch VB6 anymore and I figured this would help more people that still use it. I'm not looking for people to say "lol vb6 sucks and shit" if you don't use VB6 don't bother posting.
If I have time to add more things based on requests and such, updates can be found here:
http://home.comcast.net/~wiccaan/VB6_Trainer_Coding/index.html
A pic of the demo app:
|
|
| Back to top |
|
 |
Trow Grandmaster Cheater
Reputation: 2
Joined: 17 Aug 2006 Posts: 957
|
Posted: Sun Sep 16, 2007 7:50 am Post subject: |
|
|
somehow I think this is the most beneficial post from cheat engine for me I've ever seen
_________________
Get kidnapped often. |
|
| Back to top |
|
 |
night Newbie cheater
Reputation: 0
Joined: 11 Oct 2007 Posts: 12
|
Posted: Tue Oct 16, 2007 7:31 pm Post subject: |
|
|
hey man i just wona congratulate you on your work i don't use vb6 much but your guide seems good we need more post like that and if u can or have time maybe u can make one in c or c++ that would b great thanx alot again
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Tue Oct 16, 2007 8:23 pm Post subject: |
|
|
| night wrote: | hey man i just wona congratulate you on your work i don't use vb6 much but your guide seems good we need more post like that and if u can or have time maybe u can make one in c or c++ that would b great thanx alot again |
Heh, I have written something better then this in C++, which is currently private but will be open source soon. I'll post it here when it's done
|
|
| Back to top |
|
 |
bheesham Advanced Cheater
Reputation: 0
Joined: 08 Nov 2006 Posts: 88 Location: ::1
|
Posted: Sat Oct 20, 2007 12:20 pm Post subject: |
|
|
| ill have a look inside.. and see if it has what i need.. thnx =D
|
|
| Back to top |
|
 |
kingspades2 Master Cheater
Reputation: 0
Joined: 25 Jan 2007 Posts: 353 Location: ytmnd.com
|
Posted: Sat Oct 20, 2007 7:22 pm Post subject: |
|
|
| hmm I could use some C++ teaching myself. it would help my shop classes(long story)
|
|
| Back to top |
|
 |
SeVeR Expert Cheater
Reputation: 0
Joined: 22 Sep 2007 Posts: 126
|
Posted: Sat Oct 20, 2007 10:20 pm Post subject: |
|
|
| Very nice toolkit/guide.
|
|
| Back to top |
|
 |
|