artbarte

FE bypass (https://v3rmillion.net/showthread.php?tid=388766)

Sep 4th, 2017
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. local a,b,d,es,m=(getrawmetatable or debug.getmetatable)(game),{},getfenv(0),function()end,{}m.string=d.string d.table = setmetatable({},{__index=function(t,k)if k=='insert'then return function(t,v)t[#t+1]=v end elseif k=='remove'then return function(t,k)t[k]=nil end end return rawget(m.string,k)end})setfenv(0,d)for m,f in next,a do b[m]=f end local x=make_writeable or setreadonly or changereadonly xpcall(function()x(a, false)end, function(e) error('Your exploit is not compatible')end)a.__index=function(t,k)if t==workspace and k=='FilteringEnabled'then return function(...)local packed={...}local ar={}for i=2,#packed do ar[i-1]=packed[i]end return packed[1](unpack(ar))end end return b.__index(t,k)end
Add Comment
Please, Sign In to add comment