Advertisement
Animescapetower

okay

Mar 21st, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 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. Model0 = Instance.new("Model")
  20. Part1 = Instance.new("Part")
  21. SpecialMesh2 = Instance.new("SpecialMesh")
  22. Script3 = Instance.new("Script")
  23. Part4 = Instance.new("Part")
  24. SpecialMesh5 = Instance.new("SpecialMesh")
  25. Script6 = Instance.new("Script")
  26. Script7 = Instance.new("Script")
  27. Script8 = Instance.new("Script")
  28. Part9 = Instance.new("Part")
  29. SpecialMesh10 = Instance.new("SpecialMesh")
  30. Script11 = Instance.new("Script")
  31. Script12 = Instance.new("Script")
  32. Script13 = Instance.new("Script")
  33. Part14 = Instance.new("Part")
  34. SpecialMesh15 = Instance.new("SpecialMesh")
  35. PointLight16 = Instance.new("PointLight")
  36. Humanoid17 = Instance.new("Humanoid")
  37. Sound18 = Instance.new("Sound")
  38. Model0.Name = "nukr"
  39. Model0.Parent = mas
  40. Part1.Name = "NukeEXP"
  41. Part1.Parent = Model0
  42. Part1.Material = Enum.Material.Neon
  43. Part1.BrickColor = BrickColor.new("New Yeller")
  44. Part1.Transparency = 0.60000002384186
  45. Part1.Rotation = Vector3.new(-90, 89.0799942, 90)
  46. Part1.Anchored = true
  47. Part1.CanCollide = false
  48. Part1.Size = Vector3.new(6, 6, 6)
  49. Part1.CFrame = CFrame.new(-193.615631, 0.738313019, 61.0600319, 0, -0.0161030125, 0.99987036, 0, 0.99987036, 0.0161030125, -1, 0, 0)
  50. Part1.Color = Color3.new(1, 1, 0)
  51. Part1.Position = Vector3.new(-193.615631, 0.738313019, 61.0600319)
  52. Part1.Orientation = Vector3.new(-0.919999957, 90, 0)
  53. Part1.Color = Color3.new(1, 1, 0)
  54. SpecialMesh2.Parent = Part1
  55. SpecialMesh2.MeshType = Enum.MeshType.Sphere
  56. Script3.Name = "Deadly"
  57. Script3.Parent = Part1
  58. Script3.Disabled = true
  59. table.insert(cors,sandbox(Script3,function()
  60. function onTouched(hit)
  61. local human = hit.Parent:findFirstChild("Humanoid")
  62. if (human ~= nil) then
  63. human.Health = human.Health - 30
  64. end
  65. end
  66.  
  67. --if (script.Parent ~= nil) and (script.Parent.className == "Part") then --Work if in a block
  68. -- connection = script.Parent.Touched:connect(onTouched)
  69. --end -- Grass Troll by RangeMeludE --
  70. script.Parent.Touched:connect(onTouched)
  71.  
  72. end))
  73. Part4.Name = "Blast"
  74. Part4.Parent = Part1
  75. Part4.Material = Enum.Material.Neon
  76. Part4.BrickColor = BrickColor.new("Really red")
  77. Part4.Transparency = 0.5
  78. Part4.Rotation = Vector3.new(-90, 89.0799942, 90)
  79. Part4.Anchored = true
  80. Part4.CanCollide = false
  81. Part4.Size = Vector3.new(2, 2, 2)
  82. Part4.CFrame = CFrame.new(-193.615631, 0.738313019, 61.0600319, 0, -0.0161030125, 0.99987036, 0, 0.99987036, 0.0161030125, -1, 0, 0)
  83. Part4.Color = Color3.new(1, 0, 0)
  84. Part4.Position = Vector3.new(-193.615631, 0.738313019, 61.0600319)
  85. Part4.Orientation = Vector3.new(-0.919999957, 90, 0)
  86. Part4.Color = Color3.new(1, 0, 0)
  87. SpecialMesh5.Parent = Part4
  88. SpecialMesh5.MeshType = Enum.MeshType.Sphere
  89. Script6.Name = "Deadly"
  90. Script6.Parent = Part4
  91. Script6.Disabled = true
  92. table.insert(cors,sandbox(Script6,function()
  93. function onTouched(hit)
  94. local human = hit.Parent:findFirstChild("Humanoid")
  95. if (human ~= nil) then
  96. human.Health = human.Health - 70
  97. end
  98. end
  99.  
  100. --if (script.Parent ~= nil) and (script.Parent.className == "Part") then --Work if in a block
  101. -- connection = script.Parent.Touched:connect(onTouched)
  102. --end -- Grass Troll by RangeMeludE --
  103. script.Parent.Touched:connect(onTouched)
  104.  
  105. end))
  106. Script7.Name = "Stay"
  107. Script7.Parent = Part4
  108. Script7.Disabled = true
  109. table.insert(cors,sandbox(Script7,function()
  110. wait(0.1)
  111. pos = script.Parent.CFrame
  112. while true do
  113. script.Parent.CFrame = pos
  114. wait(0.000000000000000000000000000000000000000000000000001)
  115. end
  116.  
  117. end))
  118. Script8.Name = "Grow"
  119. Script8.Parent = Part1
  120. table.insert(cors,sandbox(Script8,function()
  121. --Made by Sarge438--
  122. --6.7, 6.8, 6.7
  123. script.Parent.Parent.Sound2:Play()
  124. BLAST = script.Parent.Blast
  125. BLAST2 = script.Parent.ring
  126. b2 = script.Parent.ring2
  127. script.Parent.Stay.Disabled = false
  128. BLAST.Stay.Disabled = false
  129. BLAST2.Stay.Disabled = false
  130. for i = 1, 100 do
  131. b2.PointLight.Brightness = b2.PointLight.Brightness + 0.6
  132. b2.PointLight.Range = b2.PointLight.Range + 0.6
  133. b2.Mesh.Scale = b2.Mesh.Scale + Vector3.new(6,6,6)
  134. BLAST2.Mesh.Scale = BLAST2.Mesh.Scale + Vector3.new(3,3,3)
  135. script.Parent.Deadly.Disabled = false
  136. script.Parent.Size = script.Parent.Size + Vector3.new (6,6,6)
  137. BLAST.Size = script.Parent.Blast.Size +Vector3.new(3,3,3)
  138. script.Parent.Material = "Neon"
  139. BLAST.Material = "Neon"
  140. script.Parent.Transparency = script.Parent.Transparency - 0.001
  141. wait(0.1)
  142. end
  143.  
  144. for i = 1, 200 do
  145. b2.PointLight.Brightness = b2.PointLight.Brightness - 0.6
  146. b2.PointLight.Range = b2.PointLight.Range - 0.6
  147. b2.Mesh.Scale = b2.Mesh.Scale - Vector3.new(6,6,6)
  148. BLAST2.Mesh.Scale = BLAST2.Mesh.Scale - Vector3.new(3,3,3)
  149. BLAST.Deadly.Disabled = false
  150. script.Parent.Size = script.Parent.Size - Vector3.new (6,6,6)
  151. BLAST.Size = script.Parent.Blast.Size -Vector3.new(3,3,3)
  152. script.Parent.Material = "Neon"
  153. script.Parent.Blast.Material = "Neon"
  154. wait(0.1)
  155.  
  156. end
  157. script.Parent:Destroy()
  158. --This script is copyrighted! Credit required!
  159.  
  160.  
  161. --unofficailly...
  162.  
  163.  
  164. --lol
  165.  
  166.  
  167.  
  168. --FTW!
  169. end))
  170. Part9.Name = "ring"
  171. Part9.Parent = Part1
  172. Part9.Material = Enum.Material.Foil
  173. Part9.BrickColor = BrickColor.new("Smoky grey")
  174. Part9.Rotation = Vector3.new(-90, -1.33999991, 90)
  175. Part9.Anchored = true
  176. Part9.CanCollide = false
  177. Part9.Size = Vector3.new(5, 0.310001135, 5)
  178. Part9.CFrame = CFrame.new(-193.616028, 0.738001168, 61.0600014, 0, -0.999726653, -0.0233789943, 0, -0.0233789925, 0.999726653, -1, 0, 0)
  179. Part9.Color = Color3.new(0.356863, 0.364706, 0.411765)
  180. Part9.Position = Vector3.new(-193.616028, 0.738001168, 61.0600014)
  181. Part9.Orientation = Vector3.new(-88.659996, -90, 180)
  182. Part9.Color = Color3.new(0.356863, 0.364706, 0.411765)
  183. SpecialMesh10.Parent = Part9
  184. SpecialMesh10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  185. SpecialMesh10.Scale = Vector3.new(3, 3, 3)
  186. SpecialMesh10.MeshType = Enum.MeshType.FileMesh
  187. SpecialMesh10.Scale = Vector3.new(3, 3, 3)
  188. Script11.Name = "Stay"
  189. Script11.Parent = Part9
  190. Script11.Disabled = true
  191. table.insert(cors,sandbox(Script11,function()
  192. wait(0.1)
  193. pos = script.Parent.CFrame
  194. while true do
  195. script.Parent.CFrame = pos
  196. wait(0.000000000000000000000000000000000000000000000000001)
  197. end
  198.  
  199. end))
  200. Script12.Name = "Deadly"
  201. Script12.Parent = Part9
  202. Script12.Disabled = true
  203. table.insert(cors,sandbox(Script12,function()
  204. function onTouched(hit)
  205. local human = hit.Parent:findFirstChild("Humanoid")
  206. if (human ~= nil) then
  207. human.Health = human.Health - 70
  208. end
  209. end
  210.  
  211. --if (script.Parent ~= nil) and (script.Parent.className == "Part") then --Work if in a block
  212. -- connection = script.Parent.Touched:connect(onTouched)
  213. --end -- Grass Troll by RangeMeludE --
  214. script.Parent.Touched:connect(onTouched)
  215.  
  216. end))
  217. Script13.Name = "Stay"
  218. Script13.Parent = Part1
  219. Script13.Disabled = true
  220. table.insert(cors,sandbox(Script13,function()
  221. wait(0.1)
  222. pos = script.Parent.CFrame
  223. while true do
  224. script.Parent.CFrame = pos
  225. wait(0.000000000000000000000000000000000000000000000000001)
  226. end
  227.  
  228. end))
  229. Part14.Name = "ring2"
  230. Part14.Parent = Part1
  231. Part14.Material = Enum.Material.Foil
  232. Part14.BrickColor = BrickColor.new("Smoky grey")
  233. Part14.Rotation = Vector3.new(-90, -1.33999991, 90)
  234. Part14.Anchored = true
  235. Part14.CanCollide = false
  236. Part14.Size = Vector3.new(5, 0.310001135, 5)
  237. Part14.CFrame = CFrame.new(-193.616028, 0.738001168, 61.0600014, 0, -0.999726653, -0.0233789943, 0, -0.0233789925, 0.999726653, -1, 0, 0)
  238. Part14.Color = Color3.new(0.356863, 0.364706, 0.411765)
  239. Part14.Position = Vector3.new(-193.616028, 0.738001168, 61.0600014)
  240. Part14.Orientation = Vector3.new(-88.659996, -90, 180)
  241. Part14.Color = Color3.new(0.356863, 0.364706, 0.411765)
  242. SpecialMesh15.Parent = Part14
  243. SpecialMesh15.MeshId = "http://www.roblox.com/asset/?id=3270017"
  244. SpecialMesh15.Scale = Vector3.new(6.69999981, 6.80000019, 6.69999981)
  245. SpecialMesh15.MeshType = Enum.MeshType.FileMesh
  246. SpecialMesh15.Scale = Vector3.new(6.69999981, 6.80000019, 6.69999981)
  247. PointLight16.Parent = Part14
  248. PointLight16.Color = Color3.new(1, 0, 0)
  249. PointLight16.Brightness = 0.44999998807907
  250. PointLight16.Range = 1
  251. PointLight16.Color = Color3.new(1, 0, 0)
  252. Humanoid17.Parent = Model0
  253. Sound18.Name = "Sound2"
  254. Sound18.Parent = Model0
  255. Sound18.Pitch = 1.1000000238419
  256. Sound18.SoundId = "rbxassetid://180120107"
  257. Sound18.Volume = 10
  258. for i,v in pairs(mas:GetChildren()) do
  259. v.Parent = workspace
  260. pcall(function() v:MakeJoints() end)
  261. end
  262. mas:Destroy()
  263. for i,v in pairs(cors) do
  264. spawn(function()
  265. pcall(v)
  266. end)
  267. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement