permana Posted September 10, 2015 Posted September 10, 2015 I try to search on internet ... how to make loader in vb6 ,, but i every get in delphi .. then how to make it in vb6 , in example .. in address : 572CC3 i want to write prosess on memory with new byte 70 dan 3D , any idea
Kurapica Posted September 10, 2015 Posted September 10, 2015 VB 6 is not the right tool for this task. It's also obsolete and I advise you to move to a newer language. You can use Delphi or C/C++
Insid3Code Posted September 10, 2015 Posted September 10, 2015 https://forum.tuts4you.com/topic/15369-loader-by-vb6/
atom0s Posted September 10, 2015 Posted September 10, 2015 Here is an old project of mine for doing various memory manipulations. Things can be adjusted to work as a loader instead of a trainer style setup.VB6_Trainer_Toolkit.zip
GIV Posted September 11, 2015 Posted September 11, 2015 You can use WIN api's not native VB6 code.Import the correct API's and use the propper functions like ReadProcessMemory or WriteProcessMemory etc.
permana Posted September 12, 2015 Author Posted September 12, 2015 Here is an old project of mine for doing various memory manipulations. Things can be adjusted to work as a loader instead of a trainer style setup.Thank Bro atom0s . ..
Xyl2k Posted September 13, 2015 Posted September 13, 2015 What Kurapica said.stop using vb6 guys, we are in 2015 not 1999. 1
atom0s Posted September 13, 2015 Posted September 13, 2015 What Kurapica said. stop using vb6 guys, we are in 2015 not 1999. If it works and they can code in it, no harm done using it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now