Core Functions
Core Lua functions providing basic execution and identification tools.
loadstring
Arbitrary Code Execution
loadstring allows execution of any dynamic Lua string. Never execute code from untrusted sources or unencrypted network sources!
Dynamically executes Lua code string at runtime.
| Lua | |
|---|---|
Parameters:
- code (string): Lua code to execute
Returns: The result of the executed code
Example:
| Lua | |
|---|---|
identifyexecutor
Returns the executor identifier (elcapor compatible).
Returns: String identifier of the executor