Advertisement
YT_CRAZYPLAYS

Exploit

Apr 30th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. =====================Write this before all the code=============
  2. using System.Diagnosics;
  3. using EasyExploits;
  4.  
  5. EasyExploits.Module module = new EasyExploits.Module();
  6.  
  7.  
  8. ===================EXECUTE
  9. module.ExecuteScript(fastColoredTextBox1.Text);
  10.  
  11. ==========================OPEN FILE
  12.  
  13. OpenFileDialog opendialogfile = new OpenFileDialog();
  14. opendialogfile.Filter = "Lua File (*.lua)|*.lua|Text File (*.txt)|*.txt";
  15. opendialogfile.FilterIndex = 2;
  16. opendialogfile.RestoreDirectory = true;
  17. if (opendialogfile.ShowDialog() != DialogResult.OK)
  18. return;
  19. try
  20. {
  21. fastColoredTextBox1.Text = "";
  22. System.IO.Stream stream;
  23. if ((stream = opendialogfile.OpenFile()) == null)
  24. return;
  25. using (stream)
  26. this.fastColoredTextBox1.Text = System.IO.File.ReadAllText(opendialogfile.FileName);
  27. }
  28. catch(Exception ex)
  29. {
  30. int num = (int)MessageBox.Show("An unexpected error has occured", "OOF!", MessageBoxButtons.OK, MessageBoxIcon.Information);
  31.  
  32. }
  33.  
  34. ========================ATTACH
  35. module.LaunchExploit();
  36.  
  37.  
  38. ================KILL ROBLOX
  39. Process[] roblox = Process.GetProcesses();
  40.  
  41. foreach (Process openedroblox in roblox)
  42.  
  43. {
  44.  
  45. bool flag = openedroblox.ProcessName == "RobloxPlayerBeta";
  46.  
  47. if (flag)
  48.  
  49. {
  50.  
  51. openedroblox.Kill();
  52.  
  53. }
  54.  
  55. }
  56.  
  57.  
  58.  
  59. ===================THEMES
  60. formSkin1.FlatColor = (Color.Purple);
  61. formSkin1.Refresh();===================EXECUTE
  62. module.ExecuteScript(fastColoredTextBox1.Text);
  63.  
  64. ==========================OPEN FILE
  65. OpenFileDialog opendialogfile = new OpenFileDialog();
  66. opendialogfile.Filter = "Lua File (*.lua)|*.lua|Text File (*.txt)|*.txt";
  67. opendialogfile.FilterIndex = 2;
  68. opendialogfile.RestoreDirectory = true;
  69. if (opendialogfile.ShowDialog() != DialogResult.OK)
  70. return;
  71. try
  72. {
  73. fastColoredTextBox1.Text = "";
  74. System.IO.Stream stream;
  75. if ((stream = opendialogfile.OpenFile()) == null)
  76. return;
  77. using (stream)
  78. this.fastColoredTextBox1.Text = System.IO.File.ReadAllText(opendialogfile.FileName);
  79. }
  80. catch(Exception ex)
  81. {
  82. int num = (int)MessageBox.Show("An unexpected error has occured", "OOF!", MessageBoxButtons.OK, MessageBoxIcon.Information);
  83.  
  84. }
  85.  
  86. ========================ATTACH
  87. module.LaunchExploit();
  88.  
  89.  
  90. ================KILL ROBLOX
  91. Process[] roblox = Process.GetProcesses();
  92.  
  93. foreach (Process openedroblox in roblox)
  94.  
  95. {
  96.  
  97. bool flag = openedroblox.ProcessName == "RobloxPlayerBeta";
  98.  
  99. if (flag)
  100.  
  101. {
  102.  
  103. openedroblox.Kill();
  104.  
  105. }
  106.  
  107. }
  108.  
  109.  
  110.  
  111. ===================THEMES
  112. formSkin1.FlatColor = (Color.Purple);
  113. formSkin1.Refresh();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement