Advertisement
OfficialArponAG

Hello

Mar 20th, 2020
4,245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. local a = debug.getmetatable(game)
  2. local b = game.IsA;
  3. local c = a.__index;
  4. local d = a.__namecall;
  5.  
  6. local function e(f,g)
  7. if b(f,"DataModel")then if g=="GetObjects"then return function(h,i)
  8. return{game:GetService('InsertService'):LoadLocalAsset(i)}end end;
  9. if g=="HttpGet"then return function(h,...)if string.find(...,"getauthticket")then return"Malicious site"else return HttpGet(...)end end end;
  10. if g=="HttpPost"then return function(h,...)if string.find(...,"getauthticket")then return"Malicious site"else return HttpPost(h,...)end end end end end;
  11. 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;
  12. 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;
  13. return d(h,...)end;
  14. os.execute=nil;
  15. getgenv().make_writeable=function(m)return setreadonly(m,false)end;
  16. getgenv().checkcaller=true;
  17. getgenv().script=Instance.new'LocalScript';
  18. getgenv().Script=script;
  19. getgenv().hooknamecall=function(hook)hookevent("__namecall", hook)end
  20.  
  21. print("Executed Init script!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement