Advertisement
00fjg

Untitled

Aug 31st, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Tool0 = Instance.new("Tool")
  20. Part1 = Instance.new("Part")
  21. Humanoid2 = Instance.new("Humanoid")
  22. Tool0.Name = "KeyCard"
  23. Tool0.Parent = mas
  24. Part1.Name = "Handle"
  25. Part1.Parent = Tool0
  26. Part1.Material = Enum.Material.Concrete
  27. Part1.BrickColor = BrickColor.new("Mid gray")
  28. Part1.Rotation = Vector3.new(-179.98999, 0, 0)
  29. Part1.Size = Vector3.new(0.779999971, 0.200000003, 1.3499999)
  30. Part1.CFrame = CFrame.new(34.0222435, 4.98999977, -181.402206, 1, -3.82855347e-07, 1.75205059e-06, -3.83140105e-07, -1, 0.000128999469, 1.96369365e-06, -0.00012899944, -1)
  31. Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  32. Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  33. Part1.Color = Color3.new(0.803922, 0.803922, 0.803922)
  34. Part1.Position = Vector3.new(34.0222435, 4.98999977, -181.402206)
  35. Part1.Orientation = Vector3.new(-0.00999999978, 180, -180)
  36. Part1.Color = Color3.new(0.803922, 0.803922, 0.803922)
  37. Humanoid2.Name = "Real"
  38. Humanoid2.Parent = Part1
  39. for i,v in pairs(mas:GetChildren()) do
  40. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  41. pcall(function() v:MakeJoints() end)
  42. end
  43. mas:Destroy()
  44. for i,v in pairs(cors) do
  45. spawn(function()
  46. pcall(v)
  47. end)
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement