A complete Remote Spy with an incredible parser that captures incoming and outgoing remotes data with Actor support!
--// Sigma Spy @depso
loadstring(game:HttpGet("https://raw.githubusercontent.com/depthso/Sigma-Spy/refs/heads/main/Main.lua"))()
- Sigma Spy will have bugs, please report any bugs by opening an issue on Github
- If you gave a suggestion, please post it in the discussions
- Please do not use Potassium in games with Actors as Potassium's crude implimentations break
- If you have issues with the executor's comm library (get_comm_channel, create_comm_channel), enable
ForceUseCustomComm
in Sigma Spy/Config.lua which is found in your Executor's workspace folder after running - AWP is recommended to use
- Actors support
- __index and __namecall support
- Decompile large scripts
- Block remotes from firing
- Spoof return values (Return spoofs.lua)
- Keybinds for toggling options
- Dumping logs to file
- Argument values for log titles
- Wide range of supported data types
- Logging client recieves (e.g OnClientEvent)
- Variable compression in the parser
- Remote stacking (Known as 'Grouping') (optional)
- Mobile devices are supported
![]() |
![]() |
Sigma spy will prompt you if your executor does not support it. Your executor must support these functions in order for it to function:
- hookmetamethod
- hookfunction
- getrawmetatable
- setreadonly
- getcustomasset (Optional for the true ImGui theme)
- File library
- Comm library (get_comm_channel, create_comm_channel) (Optional)
Name | Description |
---|---|
ForceUseCustomComm | Forces Sigma Spy to use the built-in comm library. This is automatically used if you executor does not support it |
ReplaceMetaCallFunc | Replaces the meta call function using getrawmetatable instead of using hookmetamethod |
NoReceiveHooking | Disables the hooking of callback functions such as .OnClientInvoke |
VariableNames | Variable names used by the parser if the generated is not usuable |