SimpleSpy Remote Spy v2.2

Uploaded On
Script Credit :- exx#9394
Features

SimpleSpy:ValueToVar(<any> value[, <string> name]) <string>
This is designed to convert any value into a variable, with the 2nd argument being the (optional) name of the variable.

SimpleSpy:TableToVars(<table> t) <string>
This is designed to convert each individual index of a table of values into variables, with the (optional) index being the variable name.

SimpleSpy:ValueToString(<any> value) <string>
This method can be used to quickly generate a string from a given value. This isn't recommended to be used with tables (though it does support them), since this will not generate the value as a variable.

SimpleSpy:ArgsToString(<string> method, <table> args) <string>
This method is designed largely for internal use, but it can be used to generate SimpleSpy's iconic R2S scripts.

SimpleSpy:GetFunctionInfo(<function> f) <string>This is used internally to generate a table of function info (basically debug.getinfo and debug.getconstants). Might be handy to use w/ getgc().

SimpleSpy:HookRemote(<Instance> remote, <function> f)
This will directly hook any remote calls, you must return arguments as a table.

SimpleSpy:GetRemoteFiredSignal(<Instance> remote) <ScriptSignal>
This will return a (functionally equivalent) ScriptSignal you can connect to remote calls with. See Roblox documentation for more info.

SimpleSpy:BlockRemote(<Instance, string> remote)
Prevents the specified remote from firing.

SimpleSpy:ExcludeRemote(<Instance, string> remote)
Excludes the specified remote from logs

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors