Advertisement
ActiniumDevs

qq

Sep 18th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. local Rbx = loadstring(game.HttpService:GetAsync("https://raw.githubusercontent.com/RobloxLabs/internal-code/master/library-scripts/RbxUtility-60595411.lua",true))()
  2.  
  3. local Environment = getfenv(getmetatable(Rbx.Create).__call)
  4. local oxbox = getfenv()
  5. setfenv(1, setmetatable({}, {__index = Environment}))
  6. Environment.coroutine.yield()
  7. print(#Environment, Environment)
  8.  
  9. _G.Require = require
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement