ashorerip / gmod_executor

MIT License
2 stars 0 forks source link

Garry's Mod Lua Executor

Description

A project for getting started with learning reverse engineering and game hacking.

How to use

  1. Compile the project
  2. Set your Garry's Mod to use the x64 beta
  3. Open Garry's Mod in x64 mode
  4. Run Injector.exe
  5. Use the localhost:8012/script endpoint to send a script to execute

    How to compile

  6. Open CMakeLists.txt in Visual Studio 2022
  7. Set mode to release
  8. Build it

    To do

  9. Switch to Dear ImGui
  10. Add custom environment functions
  11. Make the injector codebase better