blabal

Untitled

Jun 30th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. --Absolution Leaked!
  2. Create = function(itemClass,tabl)
  3. local item = Instance.new(itemClass)
  4. for i,v in pairs(tabl) do
  5. local a,b = ypcall(function() return item[i] end)
  6. if a then
  7. item[i] = tabl[i]
  8. end
  9. end
  10. return item
  11. end
  12. function runDummyScript(f,scri)
  13. local oldenv = getfenv(f)
  14. local newenv = setmetatable({}, {
  15. __index = function(_, k)
  16. if k:lower() == 'script' then
  17. return scri
  18. else
  19. return oldenv[k]
  20. end
  21. end
  22. })
  23. setfenv(f, newenv)
  24. ypcall(function() f() end)
  25. end
  26. cors = {}
  27. mas = Instance.new("Model",game:GetService("Lighting"))
  28. mas.Name = "CompiledModel"
  29. o1 = Create("Model",{
  30. ["Parent"] = mas,
  31. })
  32. o2 = Create("Part",{
  33. ["Parent"] = o1,
  34. ["BrickColor"] = BrickColor.new("Pastel brown"),
  35. ["Position"] = Vector3.new(17.4599991, 38.281723, 75.0905228),
  36. ["Rotation"] = Vector3.new(-180, 0, 90),
  37. ["Anchored"] = true,
  38. ["CFrame"] = CFrame.new(17.4599991, 38.281723, 75.0905228, 0, -1, 0, -1, 0, 0, 0, 0, -1),
  39. ["Shape"] = Enum.PartType.Cylinder,
  40. ["Size"] = Vector3.new(64.6399994, 11.0199995, 11.9299994),
  41. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  42. ["TopSurface"] = Enum.SurfaceType.Smooth,
  43. ["Color"] = Color3.new(1, 1, 0.8),
  44. })
  45. o3 = Create("Part",{
  46. ["Parent"] = o1,
  47. ["BrickColor"] = BrickColor.new("Pink"),
  48. ["Position"] = Vector3.new(17.1599998, 69.2067413, 75.1200027),
  49. ["Anchored"] = true,
  50. ["CFrame"] = CFrame.new(17.1599998, 69.2067413, 75.1200027, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  51. ["Shape"] = Enum.PartType.Ball,
  52. ["Size"] = Vector3.new(12.0999994, 12.0999994, 12.0999994),
  53. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  54. ["TopSurface"] = Enum.SurfaceType.Smooth,
  55. ["Color"] = Color3.new(1, 0.4, 0.8),
  56. })
  57. o4 = Create("Part",{
  58. ["Parent"] = o1,
  59. ["BrickColor"] = BrickColor.new("Pastel brown"),
  60. ["Position"] = Vector3.new(17.8000011, 6.09000111, 84.9899902),
  61. ["Anchored"] = true,
  62. ["CFrame"] = CFrame.new(17.8000011, 6.09000111, 84.9899902, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  63. ["Shape"] = Enum.PartType.Ball,
  64. ["Size"] = Vector3.new(28.7999992, 28.7999992, 28.7999992),
  65. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  66. ["TopSurface"] = Enum.SurfaceType.Smooth,
  67. ["Color"] = Color3.new(1, 1, 0.8),
  68. })
  69. o5 = Create("Part",{
  70. ["Parent"] = o1,
  71. ["BrickColor"] = BrickColor.new("Pastel brown"),
  72. ["Position"] = Vector3.new(17.8000011, 6.09000111, 67.5),
  73. ["Anchored"] = true,
  74. ["CFrame"] = CFrame.new(17.8000011, 6.09000111, 67.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  75. ["Shape"] = Enum.PartType.Ball,
  76. ["Size"] = Vector3.new(28.7999992, 28.7999992, 28.7999992),
  77. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  78. ["TopSurface"] = Enum.SurfaceType.Smooth,
  79. ["Color"] = Color3.new(1, 1, 0.8),
  80. })
  81. mas.Parent = workspace
  82. mas:MakeJoints()
  83. local mas1 = mas:GetChildren()
  84. for i=1,#mas1 do
  85. mas1[i].Parent = script
  86. ypcall(function() mas1[i]:MakeJoints() end)
  87. end
  88. mas:Destroy()
  89. for i=1,#cors do
  90. coroutine.resume(cors[i])
  91. end
Add Comment
Please, Sign In to add comment