Advertisement
YT_PatricioTGN

Youtube tutorial - Codes TGN

Feb 23rd, 2021
3,173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1. Nota: No Olvides de agregar en la parte de referencias la api, ya sea wearedevs o easy exploits, y arriba donde estan todos los "using" deben ponerlo ya sea tu api les dejare los using aqui:
  2.  
  3. Using:
  4.  
  5. using EasyExploits;
  6.  
  7. Module:
  8.  
  9. EasyExploits.Module Test = new EasyExploits.Module();
  10.  
  11. Attach: Test.LaunchExploit();
  12.  
  13. Execute: Test.ExecuteScript(richTextBox1.Text);
  14.  
  15. Clear: richTextBox1.Clear();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement