This is both an executor and a scripthook for Garry's Mod.
You can easily steal any server's clientside/shared lua scripts, and at the same time, execute your own.
Building in Release mode will disable the console, while building in Debug mode will also let you execute directly from the console.
Note that for now, this only works in X64
You can either inject this using your own injector, or use the included injector. Simply put the .dll and Injector.exe in the same folder, and open Injector.exe
It should automatically inject the .DLL into the target process.
If you did this right, this is what the Injector should be saying.
Press INSERT to open the menu.
You don't know whether your game is in x86, or x64?
Then it's simple, go to your Steam Library, right click on Garry's Mod, and click on Properties.
After that, click on Betas, and select x86-64
That's it! Your game can now run in x64.
Next time you run it, make sure you select this
You can contact me on Telegram, at t.me/@Gaztoof
This is my YouTube channel.
- Fork the project (https://github.com/Gaztoof/GmodLuaInjector)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request