Advertisement
PareX

rh g

Aug 13th, 2019
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.63 KB | None | 0 0
  1.  if (one)
  2.             {
  3.                 string jailbreak = wc.DownloadString("https://pastebin.com/raw/2SV7pjP5");
  4.                 if (NamedPipes.NamedPipeExist(NamedPipes.luapipename))
  5.                 {
  6.                     NamedPipes.LuaPipe(jailbreak);
  7.                 }
  8.                 else
  9.                 {
  10.                     MessageBox.Show("Attach " + Functions.exploitdllname + " before Using this!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); return;
  11.  
  12.                 }
  13.             }
  14.             else if (two)
  15.             {
  16.                 string mm2 = wc.DownloadString("https://pastebin.com/raw/CVjjtGkF");
  17.                 if (NamedPipes.NamedPipeExist(NamedPipes.luapipename))
  18.                 {
  19.                     NamedPipes.LuaPipe(mm2);
  20.                 }
  21.                 else
  22.                 {
  23.                     MessageBox.Show("Attach " + Functions.exploitdllname + " before Using this!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); return;
  24.  
  25.                 }
  26.             }
  27.             else if (three)
  28.             {
  29.                 string RoseHub = wc.DownloadString("https://pastebin.com/raw/1BJj0fB4");
  30.                 if (NamedPipes.NamedPipeExist(NamedPipes.luapipename))
  31.                 {
  32.                     NamedPipes.LuaPipe(RoseHub);
  33.                 }
  34.                 else
  35.                 {
  36.                     MessageBox.Show("Attach " + Functions.exploitdllname + " before Using this!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); return;
  37.  
  38.                 }
  39.             }
  40.             else if (four)
  41.             {
  42.                 string darkdex = wc.DownloadString("https://darkdevs.pro/scripts/darkdex.txt");
  43.                 if (NamedPipes.NamedPipeExist(NamedPipes.luapipename))
  44.                 {
  45.                     NamedPipes.LuaPipe(darkdex);
  46.                 }
  47.                 else
  48.                 {
  49.                     MessageBox.Show("Attach " + Functions.exploitdllname + " before Using this!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); return;
  50.  
  51.                 }
  52.             }
  53.             else if(five)
  54.             {
  55.                 string remotespy = wc.DownloadString("https://pastebin.com/raw/CvEjauMX");
  56.                 if (NamedPipes.NamedPipeExist(NamedPipes.luapipename))
  57.                 {
  58.                     NamedPipes.LuaPipe(remotespy);
  59.                 }
  60.                 else
  61.                 {
  62.                     MessageBox.Show("Attach " + Functions.exploitdllname + " before Using this!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Exclamation); return;
  63.  
  64.                 }
  65.                
  66.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement