Posted September 10, 20159 yr 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
September 10, 20159 yr 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++
September 10, 20159 yr 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
September 11, 20159 yr 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.
September 12, 20159 yr Author 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 . ..
September 13, 20159 yr 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.
Create an account or sign in to comment