Advertisement
Kaemi

wat

Feb 21st, 2018
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Model0 = Instance.new("Model")
  19. Humanoid1 = Instance.new("Humanoid")
  20. Part2 = Instance.new("Part")
  21. CylinderMesh3 = Instance.new("CylinderMesh")
  22. Part4 = Instance.new("Part")
  23. CylinderMesh5 = Instance.new("CylinderMesh")
  24. Script6 = Instance.new("Script")
  25. Model0.Name = "Press to get perm admin!"
  26. Model0.Parent = mas
  27. Humanoid1.Parent = Model0
  28. Humanoid1.Health = 0
  29. Humanoid1.MaxHealth = 0
  30. Part2.Parent = Model0
  31. Part2.Reflectance = 0.5
  32. Part2.Anchored = true
  33. Part2.Size = Vector3.new(5, 1.20000005, 5)
  34. Part2.CFrame = CFrame.new(-6.5, 0.600031018, -11.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  35. Part2.LeftSurface = Enum.SurfaceType.Weld
  36. Part2.Position = Vector3.new(-6.5, 0.600031018, -11.5)
  37. CylinderMesh3.Parent = Part2
  38. Part4.Name = "Head"
  39. Part4.Parent = Model0
  40. Part4.BrickColor = BrickColor.new("Lime green")
  41. Part4.Anchored = true
  42. Part4.Size = Vector3.new(5, 1.20000005, 5)
  43. Part4.CFrame = CFrame.new(-6.5, 1.80002904, -11.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  44. Part4.TopSurface = Enum.SurfaceType.Weld
  45. Part4.Color = Color3.new(0, 1, 0)
  46. Part4.Position = Vector3.new(-6.5, 1.80002904, -11.5)
  47. Part4.Color = Color3.new(0, 1, 0)
  48. CylinderMesh5.Parent = Part4
  49. CylinderMesh5.Scale = Vector3.new(0.75, 1, 0.75)
  50. CylinderMesh5.Scale = Vector3.new(0.75, 1, 0.75)
  51. Script6.Parent = Part4
  52. table.insert(cors,sandbox(Script6,function()
  53. --[[local ONOES = Instance.new("Sound")
  54. ONOES.SoundId = "d5609845694b62f45afd8da79aa190f7"
  55. ONOES.Volume = 1
  56. ONOES.Looped = true
  57. ONOES.archivable = false
  58. ONOES.Parent = workspace]]
  59.  
  60. --game:GetService("Debris").MaxItems = 500 -- Decrease if you have a laggy computer
  61. local s = Instance.new("Sound")
  62. s.Volume = 1
  63. sounds = {"rbxasset://sounds\\rocket shot.wav", "rbxasset://sounds\\collide.wav"}
  64. local workspace = game.Workspace
  65.  
  66. function check(object)
  67.  
  68. if object.className == "Model" and object:findFirstChild("Humanoid") == nil then
  69. for i, v in ipairs(object:getChildren()) do
  70. check(v)
  71. wait()
  72. end
  73. end
  74. if object:IsA("Part") then
  75. local soundclone = s:Clone()
  76. soundclone.SoundId = sounds[math.random(1, 2)]
  77. game:GetService("Debris"):AddItem(object, 300)
  78. soundclone.Pitch = math.random(9, 12)/10
  79. soundclone.Parent = object
  80. delay(0.1, function() soundclone:Play() end)
  81. delay(0, function()
  82. for i = 1, 15*1.5 do
  83. local e = Instance.new("Explosion")
  84. e.Parent = workspace
  85. e.BlastPressure = 1e4*object:getMass()
  86. e.Position = object.Position
  87. object.Anchored = false
  88. object:BreakJoints()
  89. wait(1.5)
  90. end
  91. end)
  92. end
  93. end
  94.  
  95. local deb = true
  96. script.Parent.Touched:connect(function(hit)
  97. if not deb then return end
  98. deb = false
  99. --ONOES:Play()
  100. script.Parent.Parent.Name = ""
  101. local c = script.Parent.CFrame
  102. for i = 0, 1, 0.05 do
  103. script.Parent.CFrame = c - Vector3.new(0, i, 0)
  104. wait()
  105. end
  106. local m = Instance.new("Message")
  107. m.Text = "EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG EXPAND DONG"
  108. m.Parent = workspace
  109. local color = game.Lighting.Ambient
  110. delay(0, function()
  111. while true do
  112. game.Lighting.Brightness = 1
  113. game.Lighting.Ambient = Color3.new(100, 0, 0)
  114. game.Lighting.ColorShift_Top = Color3.new(1, 0, 0)
  115. game.Lighting.ColorShift_Bottom = Color3.new(1, 0, 0)
  116. wait(1)
  117. game.Lighting.Brightness = 1
  118. game.Lighting.Ambient = color
  119. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  120. game.Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
  121. wait(1)
  122. end
  123. end)
  124. wait(5)
  125. m:remove()
  126. script.Parent.Parent.Name = ""
  127. for i, v in ipairs(workspace:getChildren()) do
  128. check(v)
  129. wait()
  130. end
  131. end)
  132.  
  133. end))
  134. for i,v in pairs(mas:GetChildren()) do
  135. v.Parent = workspace
  136. pcall(function() v:MakeJoints() end)
  137. end
  138. mas:Destroy()
  139. for i,v in pairs(cors) do
  140. spawn(function()
  141. pcall(v)
  142. end)
  143. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement