Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.53 KB | None | 0 0
  1. local Workspace = game:GetService("Workspace")
  2. local CoreGui = game:GetService("CoreGui")
  3. local Players = game:GetService("Players")
  4. local Noclip = Instance.new("ScreenGui")
  5. local BG = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local Toggle = Instance.new("TextButton")
  8. local StatusPF = Instance.new("TextLabel")
  9. local Status = Instance.new("TextLabel")
  10. local Credit = Instance.new("TextLabel")
  11. local Plr = Players.LocalPlayer.Name
  12. local Clipon = false
  13.  
  14. Noclip.Name = "Noclip"
  15. Noclip.Parent = game.CoreGui
  16.  
  17. game.StarterGui:SetCore("SendNotification", {
  18. Title = "Enjoy!";
  19. Text = "Set the graphics for one :)";
  20. Icon = "";
  21. Duration = 5;
  22.  
  23. })
  24.  
  25.  
  26. BG.Name = "BG"
  27. BG.Parent = Noclip
  28. BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  29. BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  30. BG.BorderSizePixel = 2
  31. BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
  32. BG.Size = UDim2.new(0, 210, 0, 127)
  33. BG.Active = true
  34. BG.Draggable = true
  35.  
  36. Title.Name = "Title"
  37. Title.Parent = BG
  38. Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  39. Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  40. Title.BorderSizePixel = 2
  41. Title.Size = UDim2.new(0, 210, 0, 33)
  42. Title.Font = Enum.Font.Highway
  43. Title.Text = "Nuke All"
  44. Title.TextColor3 = Color3.new(1, 1, 1)
  45. Title.FontSize = Enum.FontSize.Size32
  46. Title.TextSize = 30
  47. Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  48. Title.TextStrokeTransparency = 0
  49.  
  50. Toggle.Parent = BG
  51. Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
  52. Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
  53. Toggle.BorderSizePixel = 2
  54. Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
  55. Toggle.Size = UDim2.new(0, 146, 0, 36)
  56. Toggle.Font = Enum.Font.Highway
  57. Toggle.FontSize = Enum.FontSize.Size28
  58. Toggle.Text = "Toggle"
  59. Toggle.TextColor3 = Color3.new(1, 1, 1)
  60. Toggle.TextSize = 25
  61. Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  62. Toggle.TextStrokeTransparency = 0
  63.  
  64. StatusPF.Name = "StatusPF"
  65. StatusPF.Parent = BG
  66. StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
  67. StatusPF.BackgroundTransparency = 1
  68. StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
  69. StatusPF.Size = UDim2.new(0, 56, 0, 20)
  70. StatusPF.Font = Enum.Font.Highway
  71. StatusPF.FontSize = Enum.FontSize.Size24
  72. StatusPF.Text = "Status:"
  73. StatusPF.TextColor3 = Color3.new(1, 1, 1)
  74. StatusPF.TextSize = 20
  75. StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  76. StatusPF.TextStrokeTransparency = 0
  77. StatusPF.TextWrapped = true
  78.  
  79. Status.Name = "Status"
  80. Status.Parent = BG
  81. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Status.BackgroundTransparency = 1
  83. Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
  84. Status.Size = UDim2.new(0, 56, 0, 20)
  85. Status.Font = Enum.Font.Highway
  86. Status.FontSize = Enum.FontSize.Size14
  87. Status.Text = "off"
  88. Status.TextColor3 = Color3.new(0.666667, 0, 0)
  89. Status.TextScaled = true
  90. Status.TextSize = 14
  91. Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
  92. Status.TextWrapped = true
  93. Status.TextXAlignment = Enum.TextXAlignment.Left
  94.  
  95. Credit.Name = "Credit"
  96. Credit.Parent = BG
  97. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Credit.BackgroundTransparency = 1
  99. Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
  100. Credit.Size = UDim2.new(0, 128, 0, 17)
  101. Credit.Font = Enum.Font.SourceSans
  102. Credit.FontSize = Enum.FontSize.Size18
  103. Credit.Text = "Set the graphics for one"
  104. Credit.TextColor3 = Color3.new(1, 1, 1)
  105. Credit.TextSize = 13
  106. Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  107. Credit.TextStrokeTransparency = 0
  108. Credit.TextWrapped = true
  109.  
  110. Toggle.MouseButton1Click:connect(function()
  111. if Status.Text == "off" then
  112. Clipon = true
  113. Status.Text = "on"
  114. Status.TextColor3 = Color3.new(0,185,0)
  115. Stepped = game:GetService("RunService").Stepped:Connect(function()
  116. if not Clipon == false then
  117. game.ReplicatedStorage.RE.FireMissile:FireServer("Nuke",Vector3.new(602.181152, 51.6649132, 1992.50977))
  118.  
  119. game.ReplicatedStorage.RE.FireMissile:FireServer("Nuke",Vector3.new(589.881592, 51.6724434, 2359.52856))
  120.  
  121. game.ReplicatedStorage.RE.FireMissile:FireServer("Nuke",Vector3.new(233.325119, 51.7664833, 2016.56714))
  122.  
  123. game.ReplicatedStorage.RE.FireMissile:FireServer("Nuke",Vector3.new(618.110229, 51.9075432, 1615.45422))
  124.  
  125. game.ReplicatedStorage.RE.FireMissile:FireServer("Nuke",Vector3.new(931.374329, 51.6724434, 2061.54077))
  126.  
  127. else
  128. Stepped:Disconnect()
  129. end
  130. end)
  131. elseif Status.Text == "on" then
  132. Clipon = false
  133. Status.Text = "off"
  134. Status.TextColor3 = Color3.new(170,0,0)
  135. end
  136. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement