ADVERTISEMENTREMOVE ADS

SimpleSpy lite for solara

Universal script
11 months ago
Script preview thumbnail
Script Preview

Description

SimpleSpy/RemoteSpy Lite for solara v2.5
extra added features:
- Dump Remotes (decompiles all localscript and setclipboard of the localscript that is firing the remote)
- Http Logger (logs http)

Features:

  • RemoteSpy
  • Http Logger
  • Remote Dumper

Tested with

ADVERTISEMENTREMOVE ADS
23 Lines • 1.16 KiB
Verified
Raw
-- Join discord.gg/fGz4KuP5kH to get updated, suggest features, report bugs
-- showcase: https://www.youtube.com/watch?v=6aRYk3Rzbjg
--[[
SimpleSpy is a lightweight penetration testing tool that logs remote calls.
Credits:
exx - basically everything
Frosty - GUI to Lua
OSINT BOSS - Fixing simplespy, hooks, func, etc so it works for low level executor (also works for roblox studio environment)
]]
local settings = {
SaveDecompileLogs = true, -- saves decompile logs so you dont have to decompile again
SaveScanLogs = true, -- saves scan logs (scans for localscript to decompile) so you dont have to scan again
ScanForNewInstance = true, -- scans for new localscript and decompile it and add it to the decompile logs
InterceptUntilRan = true, -- blocks request until you manually run it (i recommend when bypassing keys)
CursorOffset = -15, -- Cursor offset
PathToDump = {game.Players.LocalPlayer, game:GetService('ReplicatedStorage')} -- path to dump
}
--// Init
_G.data = settings
loadstring(game:HttpGet('https://raw.githubusercontent.com/ScriptSkiddie69/RemoteHook/refs/heads/main/SimpleSpyLite.lua'))()
ADVERTISEMENTREMOVE ADS

Comments

4 comments
to add a comment
Ab

ay ty gang needed it

0
0
Ma

please put the script in to the script box

0
0
os

@Maanaaaa my bad gangy

0
0
Ha

dollar store simple spy

0
0
ADVERTISEMENTREMOVE ADS