Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("StarterGui"):SetCore("SendNotification", {Title = "House On V3rm", Text = "You're welcome"})
- local new = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local frame = Instance.new("Frame")
- local Build = Instance.new("TextButton")
- local name = Instance.new("TextBox")
- local AutoRebirthOn = Instance.new("TextButton")
- local AutoRebirthOff = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- new.Name = "new"
- new.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Active = true
- Main.Draggable = true
- Main.Parent = new
- Main.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Main.BorderColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- Main.Position = UDim2.new(0.324974805, 0, 0.397578269, 0)
- Main.Size = UDim2.new(0, 232, 0, 153)
- frame.Name = "frame"
- frame.Parent = Main
- frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
- frame.BorderColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- frame.Position = UDim2.new(0.0246580709, 0, 0.196078435, 0)
- frame.Size = UDim2.new(0, 218, 0, 114)
- Build.Name = "Build"
- Build.Parent = frame
- Build.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
- Build.BorderColor3 = Color3.new(0.258824, 0.423529, 0.0117647)
- Build.Position = UDim2.new(0.0366972461, 0, 0.612621665, 0)
- Build.Size = UDim2.new(0, 202, 0, 33)
- Build.Font = Enum.Font.Fantasy
- Build.Text = "Auto Build"
- Build.TextColor3 = Color3.new(1, 1, 1)
- Build.TextSize = 16
- Build.TextStrokeColor3 = Color3.new(0.67451, 0, 0.00784314)
- Build.TextWrapped = true
- name.Name = "name"
- name.Parent = frame
- name.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
- name.BorderColor3 = Color3.new(0.427451, 0.0235294, 0.027451)
- name.Position = UDim2.new(0.0366972461, 0, 0.0948275849, 0)
- name.Size = UDim2.new(0, 202, 0, 19)
- name.Font = Enum.Font.Gotham
- name.Text = "Blue Print Name Here"
- name.TextColor3 = Color3.new(1, 1, 1)
- name.TextSize = 14
- name.TextStrokeColor3 = Color3.new(1, 1, 1)
- AutoRebirthOn.Name = "AutoRebirthOn"
- AutoRebirthOn.Parent = frame
- AutoRebirthOn.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
- AutoRebirthOn.BorderColor3 = Color3.new(0.427451, 0.0235294, 0.027451)
- AutoRebirthOn.Position = UDim2.new(0.0366972461, 0, 0.327586204, 0)
- AutoRebirthOn.Size = UDim2.new(0, 202, 0, 19)
- AutoRebirthOn.Font = Enum.Font.Gotham
- AutoRebirthOn.Text = "Auto Rebirth On"
- AutoRebirthOn.TextColor3 = Color3.new(1, 1, 1)
- AutoRebirthOn.TextSize = 14
- AutoRebirthOn.TextStrokeColor3 = Color3.new(1, 1, 1)
- AutoRebirthOn.Visible = true
- AutoRebirthOn.MouseButton1Click:connect(function()
- AutoRebirthOn.Visible = false
- AutoRebirthOff.Visible = true
- while AutoRebirthOff.Visible == true do
- game.ReplicatedStorage.Events.Rebirth:FireServer()
- wait()
- end
- end)
- AutoRebirthOff.Name = "AutoRebirthOff"
- AutoRebirthOff.Parent = frame
- AutoRebirthOff.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
- AutoRebirthOff.BorderColor3 = Color3.new(0.427451, 0.0235294, 0.027451)
- AutoRebirthOff.Position = UDim2.new(0.0366972461, 0, 0.327586204, 0)
- AutoRebirthOff.Size = UDim2.new(0, 202, 0, 19)
- AutoRebirthOff.Font = Enum.Font.Gotham
- AutoRebirthOff.Text = "Auto Rebirth Off"
- AutoRebirthOff.TextColor3 = Color3.new(1, 1, 1)
- AutoRebirthOff.TextSize = 14
- AutoRebirthOff.TextStrokeColor3 = Color3.new(1, 1, 1)
- AutoRebirthOff.Visible = false
- AutoRebirthOff.MouseButton1Click:connect(function()
- AutoRebirthOff.Visible = false
- AutoRebirthOn.Visible = true
- end)
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.0488293022, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 97, 0, 30)
- TextLabel.Font = Enum.Font.GothamSemibold
- TextLabel.Text = "H"
- TextLabel.TextColor3 = Color3.new(0.729412, 0, 0.0117647)
- TextLabel.TextSize = 18
- TextLabel.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.12240614, 0, 0, 0)
- TextLabel_2.Size = UDim2.new(0, 127, 0, 30)
- TextLabel_2.Font = Enum.Font.GothamSemibold
- TextLabel_2.Text = "o u s e V 3 r m"
- TextLabel_2.TextColor3 = Color3.new(0.729412, 0.729412, 0.729412)
- TextLabel_2.TextSize = 18
- TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
- Build.MouseButton1Down:connect(function()
- while true do
- function BluePrints ()
- local thing = name.text
- game.ReplicatedStorage.Events.PlaceBlueprint:FireServer(game.ReplicatedStorage.Blueprints[thing], CFrame.new(-100,0.0500000007,-20,1,0,0,0,1,0,0,0,1))
- game.ReplicatedStorage.Events.HitBuild:FireServer(game.Workspace.Builds[thing])
- if tostring(game.Workspace.Builds[thing].Owner.Value) ~= game.Players.LocalPlayer.Name then
- game.Workspace.Builds[thing]:Destroy()
- end
- if game.Workspace.Builds[thing].Done.Value == true then
- game.Workspace.Builds[thing]:Destroy()
- end
- end
- pcall( BluePrints )
- wait()
- end
- end)
Add Comment
Please, Sign In to add comment