Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1) https://www.youtube.com/watch?v=btEyFyrvj-E
- 2) [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
- public static extern bool LaunchExploit();
- [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
- public static extern bool SendLuaCScript(string script);
- [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
- public static extern bool SendLimitedLuaScript(string script);
- [DllImport("WeAreDevs_API.cpp.dll", CallingConvention = CallingConvention.Cdecl)]
- public static extern bool SendCommand(string script);
- 3) https://wearedevs.net/d/Exploit%20APIv2
Advertisement
Add Comment
Please, Sign In to add comment