Close

Exloader | Github

ExLoader is a unified software library and game modification loader primarily used for downloading and managing mods, cheats, and "neuronets" for games like Counter-Strike 2 (CS2). While the official application is hosted at ExLoader.net

The following table summarizes the primary API interactions for a standard implementation: Function Call Description Load Single Module ExLoader.load_module(file, node) Loads a specific file to the target node. Load App List ExLoader.load_apps(tar, apps, node) Deploys a list of apps from a Verification :rpc.call(node, mod, func, args) Confirms the remote node can execute the loaded code. Community & Maintenance Report Installation : Distributed via ; requires adding :ex_loader, "~> 0.3.0" dependency list. Reporting Issues exloader github