Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  2. public static extern bool LaunchExploit();
  3.  
  4. [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  5. public static extern bool SendLuaCScript(string script);
  6.  
  7. [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  8. public static extern bool SendLimitedLuaScript(string script);
  9.  
  10. [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
  11. public static extern bool SendCommand(string script);
  12.  
  13.  
  14. SendLimitedLuaScript()
  15.  
  16.  
  17. SendLuaCScript()
  18.  
  19. Process.Start("http://www.facebook.com");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement