Advertisement
ZABLAZY_Y

Exploit WEAREDEVS Function v.1

Apr 19th, 2019
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [DllImport("WeAreDevs_API.dll", CallingConvention = CallingConvention.Cdecl)]
  2. public static extern bool LaunchExploit();
  3.  
  4. [DllImport("WeAreDevs_API.dll", CallingConvention = CallingConvention.Cdecl)]
  5. public static extern bool SendLuaCScript(string script);
  6.  
  7. [DllImport("WeAreDevs_API.dll", CallingConvention = CallingConvention.Cdecl)]
  8. public static extern bool SendLimitedLuaScript(string script);
  9.  
  10. [DllImport("WeAreDevs_API.dll", CallingConvention = CallingConvention.Cdecl)]
  11. public static extern bool SendCommand(string script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement