Advertisement
CFDatabase

~nick

Apr 4th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. local r,e=ypcall(function()
  2. op,osh,fake,oxSB,oe=print,shared,newproxy(true),nil,nil;
  3. old_usd=newproxy(true)
  4. meta=getmetatable(fake);
  5. oe=getfenv()
  6. function meta:__tostring()
  7. oxSB=getfenv(3)
  8. return("Module connected")
  9. end
  10. warn(fake);
  11. osh.Cache=oxSB;
  12.  
  13. Sandbox,Sandboxed,Lock={
  14. ['_A']=setmetatable({}, {__index=nil;__metatable="Locked"});
  15. ['sb']=setmetatable({},{__metatable="Locked";__index=function(...) return("Unable to reach") end});
  16. ['Binary']=oxSB.require(383698663);
  17. ['Module']=oxSB.require;
  18. ['AsylumCoding']=oxSB.require(418216391);
  19. ['Meta']=osh.Cache;
  20. },{},function(Meta)
  21. if type(Meta)=="table" then
  22. pcall(function()
  23. setmetatable(Meta, {__metatable="Locked"})
  24. end)
  25. end
  26. end
  27. for i,v in next,Sandbox do
  28. oxSB[tostring(i)]=v
  29. Lock(oxSB[tostring(i)])
  30. end
  31. for i,v in next,Sandboxed do
  32. if oxSB[tostring(i)] ~= nil then
  33. oxSB[tostring(i)] = v
  34. if type(oxSB[tostring(i)]) == "table" then
  35. setmetatable(oxSB[tostring(i)],{__metatable="Locked";__index=v})
  36. end
  37. end
  38. end
  39. wait()
  40. getfenv().script.Parent=nil;
  41. Sandbox.Module(382074617)({op})
  42. print("Modules fully loaded!")
  43. end)
  44. if not r then
  45. print(e)
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement