Jump to content

Featured Replies

Posted

I need to know how to drop another file (eg: .ocx and .exe) using VB6.

 

I know you do it through Resource files or somthing. Can anyone help please?

  • Author
Maybe I'm stupid, but wtf is dropping files?

Sorry about my wording. Its when you bind the files to one .exe files, and then you can make the other files copy to another location.

 

For example:

 

Trojan and winsock.ocx file binded into one .exe file

 

When the .exe file is ran, it copies the Trojan and winsock.ocx file to "C:\Windows\System32". Allowing you to make Trojans in VB6 without having to send to two files.

Oh.. Like piggyback programs.

If you had the source you could just put them together with a little modification.

Else IDK.

the cheap way is to zip or rar all the files...keep the files to be dropped hidden ..once he runs the visible .exe program, it should move the files from the source to whereever the hell u want it
  • Author
the cheap way is to zip or rar all the files...keep the files to be dropped hidden ..once he runs the visible .exe program, it should move the files from the source to whereever the hell u want it

Thanks, but im not interested in the cheep way. I have seen a code for it ages ago, but cannot remember it. Google has not helped me either.

Guest
This topic is now closed to further replies.