Skip to content

osiris-plus/luadev-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

LuaDev sender for Bash

Prerequisites

  • Ensure netcat (ncat) is installed on your system.
  • You should have LuaDev installed in your GMod installation or your server, and you have copied gmcl_luasocket_win32.dll and gmcl_luasocket_win64.dll from the addon's lua/bin folder to garrysmod/lua/bin folder.

Usage

./luadev.sh <realm> <path_to_lua_file>

Parameters

  1. realm

    • Specifies the realm for the payload.
    • Valid values are:
      • self
      • sv
      • sh
      • cl
      • ent
      • wep
      • client
  2. path_to_lua_file

    • Path to the Lua file whose contents will be sent as part of the payload.

Example

./luadev.sh sv test.lua

About

Garry's Mod LuaDev sender for Bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages