Skip to content

MrRoblick/Gluon-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important:

Local Web Server is using port 8887

How to use:

  1. Launch the injector.exe with arguments <process name.exe> <dll name.dll>
    Example: injector.exe gmod.exe gluonapi.dll

  2. Web Api requests
    Server hello GET /
    Execute GLua script POST /execute [ Content-Type: text/plain ]

Javascript fetch example:

fetch("/execute", {
	body: "print('Hello World!')",
	method: "POST",
});

About

Garry's Mod Glua-Api

Resources

License

Stars

Watchers

Forks

Packages

No packages published