Skip to content

🛜 An Open source ImGui styled utility for capturing remote packets with an incredible parser supporting Actors for Roblox!

License

Notifications You must be signed in to change notification settings

depthso/Sigma-Spy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sigma-Spy

A complete Remote Spy with an incredible parser that captures incoming and outgoing remotes data with Actor support!

Socials

Loadstring

--// Sigma Spy @depso
loadstring(game:HttpGet("https://raw.githubusercontent.com/depthso/Sigma-Spy/refs/heads/main/Main.lua"))()

Notices

  • 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

Features ⚡

  • 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

Screenshots

Grouping enabled Grouping disabled

Required functions ⚠️

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)

Libraries used

Config.lua options

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

About

🛜 An Open source ImGui styled utility for capturing remote packets with an incredible parser supporting Actors for Roblox!

Topics

Resources

License

Stars

Watchers

Forks

Languages