Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat wait() until game:IsLoaded() and game:GetService("CoreGui") and game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.PlayerGui and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid")
- local BlockSpam = Instance.new("ScreenGui")
- local MainFrame = Instance.new("ImageLabel")
- local Close = Instance.new("ImageButton")
- local MinimizeComment = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- local DestroyGui = Instance.new("ImageButton")
- local CloseComment = Instance.new("ImageLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local Title = Instance.new("TextLabel")
- local Credit = Instance.new("TextLabel")
- local ButtonRound = Instance.new("ImageLabel")
- local StartAndStop = Instance.new("TextButton")
- local Circle = Instance.new("ImageLabel")
- local SpeedAmount = Instance.new("TextBox")
- local Recommend = Instance.new("TextLabel")
- local Minimized = Instance.new("ImageLabel")
- local Open = Instance.new("TextButton")
- local plr = game.Players.LocalPlayer
- function respawn()
- plr.Character:FindFirstChildOfClass('Humanoid').Health = 0
- plr.Character:BreakJoints()
- for _,v in pairs(plr.Character:GetChildren()) do
- if v:IsA("BasePart") then
- v:Destroy()
- end
- end
- end
- function RunCheck()
- if syn.queue_on_teleport then
- syn.queue_on_teleport('loadstring(game:HttpGet("https://pastebin.com/raw/9ruQMvkK"))()')
- end
- end
- BlockSpam.Name = "BlockSpam"
- BlockSpam.Parent = game.CoreGui
- BlockSpam.ResetOnSpawn = false
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = BlockSpam
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MainFrame.BackgroundTransparency = 1.000
- MainFrame.Position = UDim2.new(0.333333373, 0, 0.340291351, 0)
- MainFrame.Size = UDim2.new(0, 445, 0, 259)
- MainFrame.Image = "rbxassetid://3570695787"
- MainFrame.ImageColor3 = Color3.fromRGB(31, 31, 31)
- MainFrame.ScaleType = Enum.ScaleType.Slice
- MainFrame.SliceCenter = Rect.new(100, 100, 100, 100)
- MainFrame.SliceScale = 0.120
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.LayoutOrder = 10
- Close.Position = UDim2.new(0.973999977, -16, 0.0199999996, 0)
- Close.Size = UDim2.new(0, 17, 0, 19)
- Close.Image = "rbxassetid://4316758972"
- Close.ImageColor3 = Color3.fromRGB(77, 77, 77)
- MinimizeComment.Name = "MinimizeComment"
- MinimizeComment.Parent = Close
- MinimizeComment.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MinimizeComment.BackgroundTransparency = 1.000
- MinimizeComment.Position = UDim2.new(-1.12941241, 0, 1.33810592, 0)
- MinimizeComment.Size = UDim2.new(0, 55, 0, 25)
- MinimizeComment.Visible = false
- MinimizeComment.Image = "rbxassetid://3570695787"
- MinimizeComment.ImageColor3 = Color3.fromRGB(39, 39, 39)
- MinimizeComment.ScaleType = Enum.ScaleType.Slice
- MinimizeComment.SliceCenter = Rect.new(100, 100, 100, 100)
- MinimizeComment.SliceScale = 0.120
- TextLabel.Parent = MinimizeComment
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0, 0, 0.16838257, 0)
- TextLabel.Size = UDim2.new(0, 55, 0, 18)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Minimize"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- DestroyGui.Name = "DestroyGui"
- DestroyGui.Parent = MainFrame
- DestroyGui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DestroyGui.BackgroundTransparency = 1.000
- DestroyGui.LayoutOrder = 9
- DestroyGui.Position = UDim2.new(0.911235929, -16, 0.0199999996, 0)
- DestroyGui.Size = UDim2.new(0, 17, 0, 19)
- DestroyGui.Image = "rbxassetid://4490733451"
- DestroyGui.ImageColor3 = Color3.fromRGB(184, 26, 28)
- CloseComment.Name = "CloseComment"
- CloseComment.Parent = DestroyGui
- CloseComment.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CloseComment.BackgroundTransparency = 1.000
- CloseComment.Position = UDim2.new(-1.60000002, 0, 1.49600005, 0)
- CloseComment.Size = UDim2.new(0, 73, 0, 25)
- CloseComment.Visible = false
- CloseComment.Image = "rbxassetid://3570695787"
- CloseComment.ImageColor3 = Color3.fromRGB(39, 39, 39)
- CloseComment.ScaleType = Enum.ScaleType.Slice
- CloseComment.SliceCenter = Rect.new(100, 100, 100, 100)
- CloseComment.SliceScale = 0.120
- print(CloseComment.Parent)
- print(CloseComment)
- TextLabel_2.Parent = CloseComment
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0, 0, 0.168383151, 0)
- TextLabel_2.Size = UDim2.new(0, 70, 0, 18)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Destroy Gui"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement