Jump to content
Tuts 4 You

How To make Loader in Vb6


permana

Recommended Posts

Posted

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 :(


Posted

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++

Posted

Or just jump right to C#..... :)


Posted

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

Posted

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.


Posted

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 . ..

Posted

What Kurapica said.
stop using vb6 guys, we are in 2015 not 1999.

  • Like 1
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...