Advertisement
JasonJJK

RconsoleRemoteSpy

Sep 25th, 2020 (edited)
1,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.07 KB | None | 0 0
  1. local _ = getrawmetatable(game) local __ = _.____ setreadonly(_,false) rconsolename("Rc\111\110\115ol\101\82e\109ot\101\83py") rconsoleprint("C\114\101a\116ed \98\121 J\97so\110\74JK \40\74\97\115\95n#0501)\n") rconsoleprint("P\114\101\115s \91\68\69\76E\84E\93\32\116o \99\108\101a\114 \116\104\101 \99on\115o\108\101\n") function getScript____(v) local ___=v local ____=tostring(v) local _____="." if not v then return "Synapse X" end if string.find(tostring(v)," ") then ____="['"..tostring(v).."']" _____="" elseif tonumber(string.sub(tostring(v),1,1))then ____="['"..tostring(v).."']" _____="" end repeat if string.find(tostring(___.Parent)," ") then ____="['"..tostring(___.Parent).."']".._____..____;___=___.Parent _____="" elseif tonumber(string.sub(tostring(___.Parent),1,1))then ____="['"..tostring(___.Parent).."']".._____..____;___=___.Parent _____="" else ____=tostring(___.Parent).._____..____;___=___.Parent _____="." end until not ___.Parent return ____ end _.____ = function(self, ...) local ______ = get________() local _______ = {...} local ________={} local _________ = "None!" if #_______~=0 then _________="\n{\n" for i,v in next,_______ do _________=_________..tostring(i).." : "..tostring(v).." -- "..typeof(v).."\n" end _________=_________.."}" end if ______ == 'InvokeServer' then ________ = {"\n", "----- RemoteFunction logged!","\n", "From Script: "..getScript____(getcallingscript()),"\n", "Location: "..getScript____(self),"\n", "Arguments:", _________,"\n", } end if ______ == 'FireServer' then ________ = {"\n", "----- RemoteEvent logged!","\n", "From Script: "..getScript____(getcallingscript()),"\n", "Location: "..getScript____(self),"\n", "Arguments:", _________,"\n", } if ______ == 'Fire' then ________ = {"\n", "----- BindableEvent logged!","\n", "From Script: "..getScript____(getcallingscript()),"\n", "Location: "..getScript____(self),"\n", "Arguments:", _________,"\n", } end end for i=1,#________ do rconsoleprint(________[i]) end return __(self,...) end game.UserInputService.InputBegan:Connect(function(k) if k.KeyCode==Enum.KeyCode.Delete then rconsoleclear() end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement