Local Web Server is using port 8887
-
Launch the injector.exe with arguments <process name.exe> <dll name.dll>
Example:injector.exe gmod.exe gluonapi.dll -
Web Api requests
Server helloGET /
Execute GLua scriptPOST /execute [ Content-Type: text/plain ]
Javascript fetch example:
fetch("/execute", {
body: "print('Hello World!')",
method: "POST",
});