
8.7k Views
Simple spy for solara
Universal Script ๐Uploaded by 2 years ago
Please login to perform these actions:
Description
remotelog that detects fireclient()
Comments
3
Offline
Alex7799 2 years ago - Edited
fake not workingOffline
Alex7799 2 years ago - Edited
--[[
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'))() and here is the scriptOffline
dressurf 11 months ago
is it working at Xeno executor?

![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
