54534534

Untitled

Feb 16th, 2019
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. 1) https://www.youtube.com/watch?v=btEyFyrvj-E
  2. 2) [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  3. public static extern bool LaunchExploit();
  4.  
  5. [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  6. public static extern bool SendLuaCScript(string script);
  7.  
  8. [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  9. public static extern bool SendLimitedLuaScript(string script);
  10.  
  11. [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  12. public static extern bool SendCommand(string script);
  13.  
  14. 3) https://wearedevs.net/d/Exploit%20APIv2
Advertisement
Add Comment
Please, Sign In to add comment