GreenMs02

init script

Jan 7th, 2019
149,136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. -- What are you doing here?
  2. local a=debug.getmetatable(game)local b=game.IsA;local c=a.__index;local d=a.__namecall;local function e(f,g)if b(f,"DataModel")then if g=="GetObjects"then return function(h,i)return{game:GetService('InsertService'):LoadLocalAsset(i)}end end;if g=="HttpGet"then return function(h,...)if string.find(...,"getauthticket")then return"Malicious site"else return HttpGet(...)end end end;if g=="HttpPost"then return function(h,...)if string.find(...,"getauthticket")then return"Malicious site"else return HttpPost(h,...)end end end end end;a.__index=function(h,g)if type(g)=="string"then local j=e(h,g)if j then return j end end;return c(h,g)end;a.__namecall=function(h,...)local k={...}local l=table.remove(k)if type(l)=="string"then local j=e(h,l)if j then return j(h,unpack(k))end end;return d(h,...)end;os.execute=nil;getgenv().make_writeable=function(m)return setreadonly(m,false)end;getgenv().checkcaller=true;getgenv().script=Instance.new'LocalScript';getgenv().Script=script;getgenv().hooknamecall=function(hook)hookevent("__namecall", hook)end
Add Comment
Please, Sign In to add comment