Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. FilePath = "C:\\Users\\Public\\Documents\\ezpz.dll.des";
  2. this.Invalidate();
  3.  
  4. DecryptFile();
  5. this.Invalidate();
  6.  
  7. var path = "C:\\Users\\Public\\Documents\\ezpz.dll";
  8. var file = File.ReadAllBytes(path);
  9.  
  10. if (!File.Exists(path))
  11. {
  12. MessageBox.Show("Error: An unexpected error happened, loader will now restart", "Thaisen.pw");
  13. Application.Restart();
  14. }
  15.  
  16. //Thread.Sleep(10000);
  17. var injector = new ManualMapInjector(target) { AsyncInjection = true };
  18. metroLabel9.Text = $"hmodule = 0x{injector.Inject(file).ToInt64():x8}";
  19.  
  20. File.Delete("C:\\Users\\Public\\Documents\\ezpz.dll.des");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement