Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.43 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GUI = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local SB = Instance.new("TextButton")
  8. local BigScripts = Instance.new("TextLabel")
  9. local RA = Instance.new("TextButton")
  10. local Fa = Instance.new("TextButton")
  11. local Ta = Instance.new("TextButton")
  12. local Nu = Instance.new("TextButton")
  13. local Ga = Instance.new("TextButton")
  14. --Properties:
  15. GUI.Name = "GUI"
  16. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  17.  
  18. Frame.Parent = GUI
  19. Frame.BackgroundColor3 = Color3.new(0.156863, 0.0156863, 0.156863)
  20. Frame.ClipsDescendants = true
  21. Frame.Position = UDim2.new(0.0239734855, 0, 0.422026962, 0)
  22. Frame.Size = UDim2.new(0, 327, 0, 272)
  23.  
  24. Name.Name = "Name"
  25. Name.Parent = Frame
  26. Name.BackgroundColor3 = Color3.new(0, 0, 0)
  27. Name.Size = UDim2.new(0, 327, 0, 22)
  28. Name.Font = Enum.Font.SciFi
  29. Name.Text = "TypicalmoddersV1"
  30. Name.TextColor3 = Color3.new(1, 1, 1)
  31. Name.TextSize = 20
  32.  
  33. SB.Name = "SB"
  34. SB.Parent = Frame
  35. SB.BackgroundColor3 = Color3.new(0, 0, 0)
  36. SB.Position = UDim2.new(0, 0, 0.779411733, 0)
  37. SB.Size = UDim2.new(0, 327, 0, 60)
  38. SB.Font = Enum.Font.SciFi
  39. SB.Text = "SPAWN BLOCKS"
  40. SB.TextColor3 = Color3.new(1, 1, 1)
  41. SB.TextSize = 50
  42.  
  43. BigScripts.Name = "Big Scripts"
  44. BigScripts.Parent = Frame
  45. BigScripts.BackgroundColor3 = Color3.new(0, 0, 0)
  46. BigScripts.Position = UDim2.new(0, 0, 0.459558815, 0)
  47. BigScripts.Size = UDim2.new(0, 327, 0, 22)
  48. BigScripts.Font = Enum.Font.SciFi
  49. BigScripts.Text = "Biggest Scripts (click 2 times. on sb.)"
  50. BigScripts.TextColor3 = Color3.new(1, 1, 1)
  51. BigScripts.TextSize = 20
  52.  
  53. RA.Name = "RA"
  54. RA.Parent = Frame
  55. RA.BackgroundColor3 = Color3.new(0, 0, 0)
  56. RA.Position = UDim2.new(0, 0, 0.540441155, 0)
  57. RA.Size = UDim2.new(0, 327, 0, 54)
  58. RA.Font = Enum.Font.SciFi
  59. RA.Text = "Rocky admin"
  60. RA.TextColor3 = Color3.new(1, 1, 1)
  61. RA.TextSize = 50
  62.  
  63. Fa.Name = "Fa"
  64. Fa.Parent = Frame
  65. Fa.BackgroundColor3 = Color3.new(0, 0, 0)
  66. Fa.Position = UDim2.new(0.0458714962, 0, 0.110294119, 0)
  67. Fa.Size = UDim2.new(0, 113, 0, 45)
  68. Fa.Font = Enum.Font.SciFi
  69. Fa.Text = "Freeze all"
  70. Fa.TextColor3 = Color3.new(1, 1, 1)
  71. Fa.TextSize = 20
  72.  
  73. Ta.Name = "Ta"
  74. Ta.Parent = Frame
  75. Ta.BackgroundColor3 = Color3.new(0, 0, 0)
  76. Ta.Position = UDim2.new(0.57186538, 0, 0.110294119, 0)
  77. Ta.Size = UDim2.new(0, 113, 0, 45)
  78. Ta.Font = Enum.Font.SciFi
  79. Ta.Text = "Thaw all"
  80. Ta.TextColor3 = Color3.new(1, 1, 1)
  81. Ta.TextSize = 20
  82.  
  83. Nu.Name = "Nu"
  84. Nu.Parent = Frame
  85. Nu.BackgroundColor3 = Color3.new(0, 0, 0)
  86. Nu.Position = UDim2.new(0.0458714962, 0, 0.275735289, 0)
  87. Nu.Size = UDim2.new(0, 113, 0, 45)
  88. Nu.Font = Enum.Font.SciFi
  89. Nu.Text = "Nuke"
  90. Nu.TextColor3 = Color3.new(1, 1, 1)
  91. Nu.TextSize = 20
  92.  
  93. Ga.Name = "Ga"
  94. Ga.Parent = Frame
  95. Ga.BackgroundColor3 = Color3.new(0, 0, 0)
  96. Ga.Position = UDim2.new(0.57186538, 0, 0.275735289, 0)
  97. Ga.Size = UDim2.new(0, 113, 0, 45)
  98. Ga.Font = Enum.Font.SciFi
  99. Ga.Text = "God all"
  100. Ga.TextColor3 = Color3.new(1, 1, 1)
  101. Ga.TextSize = 20
  102. -- Scripts:
  103.  
  104.  
  105. Fa.MouseButton1Down:connect(function()
  106. p= game.Players:GetChildren()
  107. for i= 1, #p do
  108. if p[i]~= "Players" then
  109. p[i].Character.Torso.Anchored = true
  110. end
  111. end
  112. end)
  113.  
  114.  
  115. Ga.MouseButton1Down:connect(function()
  116. game.Workspace.Players.Humanoid.MaxHealth = math.huge
  117. end)
  118.  
  119.  
  120. Nu.MouseButton1Down:connect(function()
  121. local Model = Instance.new("Model",workspace)
  122. local Cloud1 = Instance.new("Part")
  123. local Cloud2 = Instance.new("Part")
  124. local Cloud1Mesh = Instance.new("SpecialMesh")
  125. local Cloud2Mesh = Instance.new("SpecialMesh")
  126. local Sound = Instance.new("Sound",workspace)
  127. local sky = Instance.new("Sky")
  128. NUKE_COLOR = 24 --Only BrickColor codes.
  129. CLOUD_TRANSPARENCY = 0.25
  130.  
  131. wait(1.5)
  132.  
  133. function radiation(hit)
  134. local h = hit.Parent:findFirstChild("Humanoid")
  135. local DAMAGE = 10
  136. if h~=nil then
  137. h.WalkSpeed = 5
  138. h.Parent["Right Leg"]:Destroy()
  139. h.Parent["Left Arm"]:Destroy()
  140. for i =1,h.MaxHealth do
  141. h.Health = h.Health - DAMAGE
  142. wait(1)
  143. end
  144. end
  145. end
  146. function unanchor (m)
  147. for _,i in pairs (m:GetChildren()) do
  148. if i:IsA("Part","Model","Union","WedgePart","CornerWedgePart") then
  149. -- i.Anchored = false
  150. local Fire = Instance.new("Fire")
  151. Fire.Parent = i
  152. Fire.Size = math.random(5,10)
  153. i.Material = "CorrodedMetal"
  154. i:BreakJoints()
  155. i.BrickColor = BrickColor.new(26)
  156. i.Touched:connect(radiation)
  157.  
  158. else
  159. unanchor(i)
  160. end
  161. end
  162. end
  163. unanchor(game.Workspace)
  164.  
  165. Sound.SoundId = "http://www.roblox.com/asset?id=2248511"
  166. Sound.PlaybackSpeed = 0.2
  167. Sound.Playing = true
  168. Sound.Volume = 10
  169.  
  170. Model.Name = "Mushroom Cloud"
  171. Cloud1.Parent = Model
  172. Cloud1.Anchored = true
  173. Cloud1.CanCollide = false
  174. Cloud1.Locked = true
  175. Cloud1Mesh.Parent = Cloud1
  176. Cloud1Mesh.MeshType = "FileMesh"
  177. Cloud1Mesh.MeshId = "http://www.roblox.com/asset/?id=1095708"
  178. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(95,300,195) --1999
  179. Cloud2.Parent = Model
  180. Cloud2.Anchored = true
  181. Cloud2.CanCollide = false
  182. Cloud2.Locked = true
  183. Cloud2.Position = Cloud2.Position + Vector3.new(0,587,0)
  184. Cloud2Mesh.Parent = Cloud2
  185. Cloud2Mesh.MeshType = "FileMesh"
  186. Cloud2Mesh.MeshId = "http://www.roblox.com/asset/?id=1095708"
  187. Cloud2Mesh.Scale = Cloud2Mesh.Scale + Vector3.new(399,399,649)
  188. Cloud1.Transparency = CLOUD_TRANSPARENCY
  189. Cloud2.Transparency = CLOUD_TRANSPARENCY
  190. Cloud1.BrickColor = BrickColor.new(NUKE_COLOR)
  191. Cloud2.BrickColor = BrickColor.new(NUKE_COLOR)
  192. sky.Parent = game.Lighting
  193. sky.Name = "NukeSky"
  194. sky.CelestialBodiesShown = true
  195. sky.SkyboxBk = "http://www.roblox.com/asset/?version=1&id=1012890"
  196. sky.SkyboxDn = "http://www.roblox.com/asset/?version=1&id=1012891"
  197. sky.SkyboxFt = "http://www.roblox.com/asset/?version=1&id=1012887"
  198. sky.SkyboxLf = "http://www.roblox.com/asset/?version=1&id=1012889"
  199. sky.SkyboxRt = "http://www.roblox.com/asset/?version=1&id=1012888"
  200. sky.SkyboxUp = "http://www.roblox.com/asset/?version=1&id=1014449"
  201. explosion = Instance.new("Explosion")
  202. explosion.Parent = game.Workspace
  203. explosion.BlastRadius = 9999999999999
  204. explosion.BlastPressure = 10000000
  205. game.Lighting.Brightness = 999
  206. game.Lighting.OutdoorAmbient = Color3.new(1,0,0)
  207. wait (1) --Fireball
  208. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --200
  209. wait (0.25)
  210. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --400
  211. wait (0.25)
  212. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --600
  213. wait (0.25)
  214. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --800
  215. wait (0.25)
  216. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --1000
  217. wait (0.25)
  218. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --1200
  219. wait (0.25)
  220. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --1400
  221. wait (0.25)
  222. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,200,0) --1600
  223. wait (0.25)
  224. Cloud1Mesh.Scale = Cloud1Mesh.Scale + Vector3.new(0,100,0) --1700
  225. wait (30) --End phase of the nuke
  226. game.Lighting.Ambient = Color3.new(0,0,0)
  227. game.Lighting.OutdoorAmbient = Color3.new(127 / 255,127 / 255,127 / 255)
  228. sky:Destroy()
  229. game.Lighting.Brightness = 1
  230. Cloud1.BrickColor = BrickColor.new(1)
  231. Cloud2.BrickColor = BrickColor.new(1)
  232. Cloud1.Transparency = 0.6
  233. Cloud2.Transparency = 0.6
  234. wait (5)
  235. Cloud1.Transparency = 0.7
  236. Cloud2.Transparency = 0.7
  237. wait (5)
  238. Cloud1.Transparency = 0.8
  239. Cloud2.Transparency = 0.8
  240. wait (5)
  241. Cloud1.Transparency = 0.9
  242. Cloud2.Transparency = 0.9
  243. wait (120)
  244. Cloud1:Destroy()
  245. Cloud2:Destroy()
  246. --BrickColor codes: http://wiki.roblox.com/index.php?title=BrickColor_codes
  247. end)
  248.  
  249.  
  250. RA.MouseButton1Down:connect(function()
  251. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  252. end)
  253.  
  254.  
  255. SB.MouseButton1Down:connect(function()
  256. -- FilteringEnabled Spawn Blocks Script.
  257. -- [ Verm: Remot ] Heart
  258.  
  259. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  260. if (v:IsA("Accessory")) then
  261. v.Handle.Mesh:remove() -- Turns your hats into blocks.
  262. end
  263. end
  264. wait(0.25)
  265. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  266. if (v:IsA("Accessory")) then
  267. v.Parent = workspace -- Drops all your hats.
  268. end
  269. end
  270. wait(0.25)
  271. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(0, -1000, 0))
  272. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  273. wait(0.1)
  274. warn("Spawned Blocks [FE]") -- Success Message.
  275. end)
  276.  
  277.  
  278. Ta.MouseButton1Down:connect(function()
  279. p= game.Players:GetChildren()
  280. for i= 1, #p do
  281. if p[i]~= "Players" then
  282. p[i].Character.Torso.Anchored = false
  283. end
  284. end
  285. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement