Skip to main content

Spy Remote

spyremote, spyr
This function does not stop the Remote from getting its args sent to the server. Nor does hook the metamethod FireServer. The only downside of this function is that the RemoteFunction cannot be used on this.
Eco Executor exclusive.
Spy the Remote’s FireServer method. Any args sent to the method will also get sent to the Callback.

Stop Spy Remote

stopspyremote, stopspyr
Eco Executor exclusive.
Stop spying on the Remote’s FireServer method. Any args sent to the method will no longer get sent to the given Callback.

Is Remote Spied

isremotespied, isrspied
Eco Executor exclusive.
Checks if the given Remote has been spied on or not, then returns a boolean.

Get Spied

getspied, spiedremotes
Eco Executor exclusive.
Returns a table containing remotes that have been spied.

Messagebox

messagebox
If the Callback is empty, the function will return RBXScriptSignal instead, so the user can connect it later. The RBXScriptSignal also contains 3 functions and 2 more members, other than Connect (Fire, Enable, Disable | State, Function)
Eco Executor exclusive.
Creates a message box for the user to interact with/give a response to. If so, the Callback will be called and passed down the action (string) of what the user did.
  • Fire: Fires the signal to call the Callback and pass any given arg to theCallback.
  • Enable: Allows itself to use Fire.
  • Disable: Disallows itself from using Fire.
  • State: The state of the connection.
  • Function: The Callback That was assigned to the Connection.

Messagebox Async

messageboxasync
  • Eco Executor exclusive.
  • This function yields.
Creates a message box for the user to interact with/give a response to. If so, the action will return it as a string.

Info

info, coutput
This function uses Roblox TestService.
This acts like a print function, but the text was colored in blue.

Run On Actor

run_on_actor
Not much difference from protectfunction, the arg actor was needed, but later on it was useless.

Get Identity

getidentity, getthreadidentity, get_thread_identity, getcontext, getthreadcontext, get_thread_context
Returns the current identity of the environment.

Queue On Teleport

queue_on_teleport, queueonteleport
  • Deprecated.
  • This function will get changed soon.
No description.

Clear Teleport Queue

clear_teleport_queue, clearteleportqueue
  • Deprecated.
  • This function will get changed soon.
No description.

Get Executor Info

getexecutorinfo
Eco Executor exclusive.
Returns a table containing Eco Executor info.

Get API Info

getapi_info
Eco Executor exclusive.
Returns a table containing eAPI info.

Identify Executor

identifyexecutor, getexecutorname
Returns the name of the executor.

LZ4 Compress

lz4compress
Compress data into a string.

LZ4 Decompress

lz4decompress
Deompress CompressedData into a string.

Is Luau

isluau
Always return true.
Returns if the current interpreter is Luau or not.

Get Hwid

gethwid
Exact function unknown.