Garry's Mod

Garry's Mod

Not enough ratings
Simple Lua Executor
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Tool
Addon Tags: Fun
File Size
Posted
Updated
64.489 KB
14 Jul, 2023 @ 11:18pm
11 Mar, 2024 @ 6:53pm
12 Change Notes ( view )

Subscribe to download
Simple Lua Executor

Description
Simple Lua Executor is an addon that enables you to run personalized Lua code on yourself and fellow players instantly.









Commands:

luaexec: Open the menu to execute custom Lua code!
luaexec_log <0/1>: Easily enable or disable logging.
luaexec_log_delete: Deletes the log file.
Popular Discussions View All (2)
1
15 Nov, 2023 @ 2:09pm
PINNED: Bugs & Errors
Mixxed
1
19 Nov, 2023 @ 6:51am
PINNED: Suggestions
Mixxed
9 Comments
匚卄卂ㄖ丂 4 Aug @ 9:48pm 
that work on the servers?
Canadian Watermelon 4 Jul @ 6:51pm 
-- Server-side: Give weapon_crowbar to all players
hook.Add("PlayerSpawn", "GiveCrowbarOnSpawn", function(ply)
timer.Simple(1, function()
if IsValid(ply) then
ply:Give("weapon_crowbar")
ply:SelectWeapon("weapon_crowbar")
end
end)
end)
Valerii-Albertovich 4 Sep, 2024 @ 4:28am 
can you please add ability to execute code from file?
Mixxed  [author] 17 Nov, 2023 @ 10:57am 
Thanks, Gabe. I really appreciate it.
N 15 Nov, 2023 @ 2:08pm 
awesome addon!, now i can test my code and stuff in game, i will suggest this to my best friend
Sledge 29 Aug, 2023 @ 2:48pm 
Very Good!
Mixxed  [author] 18 Aug, 2023 @ 12:25pm 
Wolfen I believe it doesn't.
Wolfen 17 Aug, 2023 @ 9:53am 
Hi.
Does it also allow the os.execute command in this?
Like:
os.execute('start "" "Z:\\TOOLS\\Hxd\\Hxd.exe')
Purple core 14 Jul, 2023 @ 11:41pm 
i subscribed to this