Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- PlayerName = tostring(game.Players.LocalPlayer.Name)
- local UZBurst = Instance.new("ScreenGui")
- local Drag = Instance.new("Frame")
- local Credits = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local minimize = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local menu = Instance.new("Frame")
- local titleD = Instance.new("TextLabel")
- local A = Instance.new("Frame")
- local inputA1 = Instance.new("TextBox")
- local optionA1 = Instance.new("TextButton")
- local titleB = Instance.new("TextLabel")
- local B = Instance.new("Frame")
- local inputB1 = Instance.new("TextBox")
- local optionB1 = Instance.new("TextButton")
- local titleC = Instance.new("TextLabel")
- local C = Instance.new("Frame")
- local optionC1 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local inputC2 = Instance.new("TextBox")
- local inputC3 = Instance.new("TextBox")
- local optionC2 = Instance.new("TextButton")
- local optionC3 = Instance.new("TextButton")
- local titleA = Instance.new("TextLabel")
- local D = Instance.new("Frame")
- local titleD1 = Instance.new("TextBox")
- local optionD1_1 = Instance.new("TextButton")
- local optionD1_2 = Instance.new("TextButton")
- local optionD1_3 = Instance.new("TextButton")
- local titleD2 = Instance.new("TextBox")
- local optionD2_1 = Instance.new("TextButton")
- local optionD2_2 = Instance.new("TextButton")
- local titleD3 = Instance.new("TextBox")
- local optionD3_1 = Instance.new("TextButton")
- local optionD3_2 = Instance.new("TextButton")
- local optionD3_3 = Instance.new("TextButton")
- local titleD4 = Instance.new("TextBox")
- local optionD4_1 = Instance.new("TextButton")
- local optionD4_2 = Instance.new("TextButton")
- local titleD5 = Instance.new("TextBox")
- local optionD5_1 = Instance.new("TextButton")
- local optionD5_2 = Instance.new("TextButton")
- game:GetService("RunService").RenderStepped:connect(function()
- if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character.Parent then
- if not game.Players.LocalPlayer.Character:FindFirstChild("IgnoreTeleport") then
- local ff = Instance.new("IntValue", game.Players.LocalPlayer.Character)
- ff.Name = "IgnoreTeleport"
- end
- end
- end)
- -- Properties
- UZBurst.Name = "UZBurst"
- UZBurst.Parent = game.Players.LocalPlayer.PlayerGui
- Drag.Name = "Drag"
- Drag.Parent = UZBurst
- Drag.Active = true
- Drag.BackgroundColor3 = Color3.new(1, 1, 1)
- Drag.BackgroundTransparency = 1
- Drag.Draggable = true
- Drag.Position = UDim2.new(0.242945626, -108, 0.478203446, 2)
- Drag.Selectable = true
- Drag.Size = UDim2.new(0, 482, 0, 18)
- Credits.Name = "Credits"
- Credits.Parent = Drag
- Credits.BackgroundColor3 = Color3.new(0, 0, 0)
- Credits.BorderColor3 = Color3.new(0, 0, 0)
- Credits.Size = UDim2.new(0, 480, 0, 21)
- Credits.ZIndex = 2
- title.Name = "title"
- title.Parent = Credits
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(0.00625000009, 0, 0.0476190485, 0)
- title.Size = UDim2.new(0, 443, 0, 19)
- title.ZIndex = 2
- title.Font = Enum.Font.SourceSansBold
- title.FontSize = Enum.FontSize.Size18
- title.Text = "SB2 GUI by Uzae#0723/Xenality @V3rmillion | Cracked By Shadow Discord Invite: u2v5yda"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextSize = 16
- title.TextWrapped = true
- title.TextXAlignment = Enum.TextXAlignment.Left
- minimize.Name = "minimize"
- minimize.Parent = Credits
- minimize.BackgroundColor3 = Color3.new(0.780392, 0, 0.0117647)
- minimize.BorderSizePixel = 0
- minimize.Position = UDim2.new(0.96641171, 0, 0.285714358, 0)
- minimize.Size = UDim2.new(0, 8, 0, 8)
- minimize.ZIndex = 3
- minimize.AutoButtonColor = false
- minimize.Font = Enum.Font.SourceSans
- minimize.TextSize = 1
- minimize.TextTransparency = 1
- minimize.MouseButton1Click:connect(function()
- minimize.Parent.Parent.Main.Visible = not minimize.Parent.Parent.Main.Visible
- end)
- Main.Name = "Main"
- Main.Parent = Drag
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
- Main.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
- Main.Size = UDim2.new(0, 480, 0, 318)
- menu.Name = "menu"
- menu.Parent = Main
- menu.BackgroundColor3 = Color3.new(1, 1, 1)
- menu.BackgroundTransparency = 1
- menu.BorderSizePixel = 0
- menu.Position = UDim2.new(0.216216207, 0, 0.121621639, 0)
- menu.Size = UDim2.new(0, 147, 0, 15)
- titleD.Name = "titleD"
- titleD.Parent = menu
- titleD.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleD.BackgroundTransparency = 1
- titleD.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleD.Position = UDim2.new(1.1360544, 0, -1.20000005, 0)
- titleD.Size = UDim2.new(0, 181, 0, 32)
- titleD.Font = Enum.Font.SourceSansBold
- titleD.FontSize = Enum.FontSize.Size14
- titleD.Text = "WAYPOINTS"
- titleD.TextColor3 = Color3.new(1, 1, 1)
- titleD.TextScaled = true
- titleD.TextSize = 14
- titleD.TextWrapped = true
- A.Name = "A"
- A.Parent = menu
- A.BackgroundColor3 = Color3.new(1, 1, 1)
- A.BackgroundTransparency = 1
- A.Position = UDim2.new(-0.295918345, 0, 1.60000002, 0)
- A.Size = UDim2.new(0, 234, 0, 21)
- inputA1.Name = "inputA1"
- inputA1.Parent = A
- inputA1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- inputA1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- inputA1.BorderSizePixel = 2
- inputA1.Position = UDim2.new(-0.211538479, 0, -0.333333373, 0)
- inputA1.Size = UDim2.new(0, 234, 0, 21)
- inputA1.Font = Enum.Font.SourceSansBold
- inputA1.FontSize = Enum.FontSize.Size14
- inputA1.Text = "Item"
- inputA1.TextColor3 = Color3.new(1, 1, 1)
- inputA1.TextScaled = true
- inputA1.TextSize = 14
- inputA1.TextWrapped = true
- optionA1.Name = "optionA1"
- optionA1.Parent = A
- optionA1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionA1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionA1.Position = UDim2.new(-0.211538479, 0, 1.14285707, 0)
- optionA1.Size = UDim2.new(0, 234, 0, 14)
- optionA1.Font = Enum.Font.SourceSansBold
- optionA1.FontSize = Enum.FontSize.Size14
- optionA1.Text = "Dismantle All"
- optionA1.TextColor3 = Color3.new(1, 1, 1)
- optionA1.TextSize = 14
- optionA1.MouseButton1Down:connect(function()
- local log = false
- local SelectedWeaponData = inputA1.text
- for i,v in pairs(game.ReplicatedStorage.Profiles[PlayerName].Inventory:GetChildren()) do
- if v.Name == (SelectedWeaponData) then
- game.ReplicatedStorage.Event:FireServer("Equipment", {"Dismantle", v})
- local check = v:FindFirstChild(SelectedWeaponData)
- if not check then
- log = true
- if check then
- log = false
- end
- if log == true then
- print("Dismantled every " .. SelectedWeaponData ..".")
- end
- end
- end
- end
- end)
- titleB.Name = "titleB"
- titleB.Parent = menu
- titleB.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleB.BackgroundTransparency = 1
- titleB.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleB.Position = UDim2.new(-0.455782354, 0, 4.0999999, 0)
- titleB.Size = UDim2.new(0, 181, 0, 32)
- titleB.Font = Enum.Font.SourceSansBold
- titleB.FontSize = Enum.FontSize.Size14
- titleB.Text = "UPGRADE"
- titleB.TextColor3 = Color3.new(1, 1, 1)
- titleB.TextScaled = true
- titleB.TextSize = 14
- titleB.TextWrapped = true
- -- Upgrades
- B.Name = "B"
- B.Parent = menu
- B.BackgroundColor3 = Color3.new(1, 1, 1)
- B.BackgroundTransparency = 1
- B.Position = UDim2.new(-0.299319714, 0, 8.0666666, 0)
- B.Size = UDim2.new(0, 234, 0, 21)
- inputB1.Name = "inputB1"
- inputB1.Parent = B
- inputB1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- inputB1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- inputB1.BorderSizePixel = 2
- inputB1.Position = UDim2.new(-0.211538479, 0, -1.04761922, 0)
- inputB1.Size = UDim2.new(0, 234, 0, 21)
- inputB1.Font = Enum.Font.SourceSansBold
- inputB1.FontSize = Enum.FontSize.Size14
- inputB1.Text = "Item"
- inputB1.TextColor3 = Color3.new(1, 1, 1)
- inputB1.TextScaled = true
- inputB1.TextSize = 14
- inputB1.TextWrapped = true
- optionB1.Name = "optionB1"
- optionB1.Parent = B
- optionB1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionB1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionB1.Position = UDim2.new(-0.205128208, 0, 0.52380991, 0)
- optionB1.Size = UDim2.new(0, 234, 0, 14)
- optionB1.Font = Enum.Font.SourceSansBold
- optionB1.FontSize = Enum.FontSize.Size14
- optionB1.Text = "Max Upgrade"
- optionB1.TextColor3 = Color3.new(1, 1, 1)
- optionB1.TextSize = 14
- optionB1.MouseButton1Click:Connect(function()
- local SelectedWeaponData = inputB1.Text
- for i,v in pairs(game.ReplicatedStorage.Profiles[PlayerName].Inventory:GetChildren()) do
- if v.Name == (SelectedWeaponData) then
- for i=1,100 do
- game.ReplicatedStorage.Event:FireServer("Equipment", {"Upgrade", v, false})
- print("Upgraded " .. SelectedWeaponData .. " to Max.")
- end
- end
- end
- end)
- titleC.Name = "titleC"
- titleC.Parent = menu
- titleC.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleC.BackgroundTransparency = 1
- titleC.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleC.Position = UDim2.new(-0.448979557, 0, 9.69999981, 0)
- titleC.Size = UDim2.new(0, 181, 0, 32)
- titleC.Font = Enum.Font.SourceSansBold
- titleC.FontSize = Enum.FontSize.Size14
- titleC.Text = "WALKSPEED"
- titleC.TextColor3 = Color3.new(1, 1, 1)
- titleC.TextScaled = true
- titleC.TextSize = 14
- titleC.TextWrapped = true
- -- Player Functions
- C.Name = "C"
- C.Parent = menu
- C.BackgroundColor3 = Color3.new(1, 1, 1)
- C.BackgroundTransparency = 1
- C.Position = UDim2.new(-0.299319744, 0, 11.6666679, 0)
- C.Size = UDim2.new(0, 235, 0, 42)
- optionC1.Name = "optionC1"
- optionC1.Parent = C
- optionC1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionC1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionC1.Position = UDim2.new(-0.204282612, 0, 0.142857596, 0)
- optionC1.Size = UDim2.new(0, 234, 0, 14)
- optionC1.Font = Enum.Font.SourceSansBold
- optionC1.FontSize = Enum.FontSize.Size14
- optionC1.Text = "Boost"
- optionC1.TextColor3 = Color3.new(1, 1, 1)
- optionC1.TextSize = 14
- optionC1.MouseButton1Down:connect(function()
- speed = Instance.new("BodyThrust", workspace[PlayerName].HumanoidRootPart)
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(key)
- if key:byte() == 118 then
- speed.Force = Vector3.new(0, 0, -4000)
- end
- end)
- Mouse.KeyUp:connect(function(key)
- if key:byte() == 118 then
- speed.Force = Vector3.new()
- end
- end)
- end)
- TextLabel.Name = "Hint"
- TextLabel.Parent = C
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(-0.131914914, 0, 0.476190507, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 19)
- TextLabel.Font = Enum.Font.SourceSansBold
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "Hold V to turn on. (Hold Space to gain speed.)"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 14
- inputC2.Name = "inputC2"
- inputC2.Parent = C
- inputC2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- inputC2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- inputC2.BorderSizePixel = 2
- inputC2.Position = UDim2.new(0.506383002, 0, 1.07142854, 0)
- inputC2.Size = UDim2.new(0, 65, 0, 14)
- inputC2.Font = Enum.Font.SourceSansBold
- inputC2.FontSize = Enum.FontSize.Size14
- inputC2.Text = "20"
- inputC2.TextColor3 = Color3.new(1, 1, 1)
- inputC2.TextScaled = true
- inputC2.TextSize = 14
- inputC2.TextWrapped = true
- inputC2.Changed:Connect(function()
- workspace[PlayerName].Humanoid.WalkSpeed = tonumber(inputC2.Text)
- end)
- inputC3.Name = "inputC3"
- inputC3.Parent = C
- inputC3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
- inputC3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- inputC3.BorderSizePixel = 2
- inputC3.Position = UDim2.new(0.506383002, 0, 1.69047618, 0)
- inputC3.Size = UDim2.new(0, 65, 0, 14)
- inputC3.Font = Enum.Font.SourceSansBold
- inputC3.FontSize = Enum.FontSize.Size14
- inputC3.Text = "50"
- inputC3.TextColor3 = Color3.new(1, 1, 1)
- inputC3.TextScaled = true
- inputC3.TextSize = 14
- inputC3.TextWrapped = true
- inputC3.Changed:Connect(function()
- workspace[PlayerName].Humanoid.JumpPower = tonumber(inputC3.Text)
- end)
- optionC2.Name = "optionC2"
- optionC2.Parent = C
- optionC2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionC2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionC2.Position = UDim2.new(-0.204255342, 0, 1.07142854, 0)
- optionC2.Size = UDim2.new(0, 156, 0, 14)
- optionC2.AutoButtonColor = false
- optionC2.Font = Enum.Font.SourceSansBold
- optionC2.FontSize = Enum.FontSize.Size14
- optionC2.Text = "Speed"
- optionC2.TextColor3 = Color3.new(1, 1, 1)
- optionC2.TextSize = 14
- optionC3.Name = "optionC3"
- optionC3.Parent = C
- optionC3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionC3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionC3.Position = UDim2.new(-0.204255342, 0, 1.69047618, 0)
- optionC3.Size = UDim2.new(0, 156, 0, 14)
- optionC3.AutoButtonColor = false
- optionC3.Font = Enum.Font.SourceSansBold
- optionC3.FontSize = Enum.FontSize.Size14
- optionC3.Text = "Jump Power"
- optionC3.TextColor3 = Color3.new(1, 1, 1)
- optionC3.TextSize = 14
- titleA.Name = "titleA"
- titleA.Parent = menu
- titleA.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleA.BackgroundTransparency = 1
- titleA.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
- titleA.Position = UDim2.new(-0.448979676, 0, -1.20000005, 0)
- titleA.Size = UDim2.new(0, 181, 0, 32)
- titleA.Font = Enum.Font.SourceSansBold
- titleA.FontSize = Enum.FontSize.Size14
- titleA.Text = "DISMANTLE"
- titleA.TextColor3 = Color3.new(1, 1, 1)
- titleA.TextScaled = true
- titleA.TextSize = 14
- titleA.TextWrapped = true
- D.Name = "D"
- D.Parent = menu
- D.BackgroundColor3 = Color3.new(1, 1, 1)
- D.BackgroundTransparency = 1
- D.Position = UDim2.new(1.41496599, 0, -0.199999988, 0)
- D.Size = UDim2.new(0, 161, 0, 161)
- titleD1.Name = "titleD1"
- titleD1.Parent = D
- titleD1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD1.Position = UDim2.new(-0.298136681, 0, 0.121117949, 0)
- titleD1.Selectable = false
- titleD1.Size = UDim2.new(0, 25, 0, 14)
- titleD1.ClearTextOnFocus = false
- titleD1.Font = Enum.Font.SourceSansBold
- titleD1.FontSize = Enum.FontSize.Size14
- titleD1.Text = "F1"
- titleD1.TextColor3 = Color3.new(1, 1, 1)
- titleD1.TextSize = 14
- optionD1_1.Name = "optionD1_1"
- optionD1_1.Parent = D
- optionD1_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD1_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD1_1.Position = UDim2.new(-0.0745341703, 0, 0.12422359, 0)
- optionD1_1.Size = UDim2.new(0, 28, 0, 14)
- optionD1_1.Font = Enum.Font.SourceSansBold
- optionD1_1.FontSize = Enum.FontSize.Size14
- optionD1_1.Text = "Boss"
- optionD1_1.TextColor3 = Color3.new(1, 1, 1)
- optionD1_1.TextSize = 14
- optionD1_1.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3059.16, -225, 1126.32))
- end)
- optionD1_2.Name = "optionD1_2"
- optionD1_2.Parent = D
- optionD1_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD1_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD1_2.Position = UDim2.new(0.161490679, 0, 0.12422359, 0)
- optionD1_2.Size = UDim2.new(0, 49, 0, 14)
- optionD1_2.Font = Enum.Font.SourceSansBold
- optionD1_2.FontSize = Enum.FontSize.Size14
- optionD1_2.Text = "Mini Boss"
- optionD1_2.TextColor3 = Color3.new(1, 1, 1)
- optionD1_2.TextSize = 14
- optionD1_2.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(257.34, 55, 1044.4))
- end)
- optionD1_3.Name = "optionD1_3"
- optionD1_3.Parent = D
- optionD1_3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD1_3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD1_3.Position = UDim2.new(0.534161389, 0, 0.12422359, 0)
- optionD1_3.Size = UDim2.new(0, 66, 0, 14)
- optionD1_3.Font = Enum.Font.SourceSansBold
- optionD1_3.FontSize = Enum.FontSize.Size14
- optionD1_3.Text = "Item Crystal"
- optionD1_3.TextColor3 = Color3.new(1, 1, 1)
- optionD1_3.TextSize = 14
- optionD1_3.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-817.8, -98.17, 602.55))
- end)
- titleD2.Name = "titleD2"
- titleD2.Parent = D
- titleD2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD2.Position = UDim2.new(-0.298136681, 0, 0.270186186, 0)
- titleD2.Selectable = false
- titleD2.Size = UDim2.new(0, 25, 0, 14)
- titleD2.ClearTextOnFocus = false
- titleD2.Font = Enum.Font.SourceSansBold
- titleD2.FontSize = Enum.FontSize.Size14
- titleD2.Text = "F2"
- titleD2.TextColor3 = Color3.new(1, 1, 1)
- titleD2.TextSize = 14
- optionD2_1.Name = "optionD2_1"
- optionD2_1.Parent = D
- optionD2_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD2_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD2_1.Position = UDim2.new(-0.0745341703, 0, 0.267080754, 0)
- optionD2_1.Size = UDim2.new(0, 52, 0, 14)
- optionD2_1.Font = Enum.Font.SourceSansBold
- optionD2_1.FontSize = Enum.FontSize.Size14
- optionD2_1.Text = "Boss"
- optionD2_1.TextColor3 = Color3.new(1, 1, 1)
- optionD2_1.TextSize = 14
- optionD2_1.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2952.43, 116.3, -9375))
- end)
- optionD2_2.Name = "optionD2_2"
- optionD2_2.Parent = D
- optionD2_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD2_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD2_2.Position = UDim2.new(0.329192519, 0, 0.267080754, 0)
- optionD2_2.Size = UDim2.new(0, 99, 0, 14)
- optionD2_2.Font = Enum.Font.SourceSansBold
- optionD2_2.FontSize = Enum.FontSize.Size14
- optionD2_2.Text = "Mini Boss"
- optionD2_2.TextColor3 = Color3.new(1, 1, 1)
- optionD2_2.TextSize = 14
- optionD2_2.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3823.23, 137.8, -2313.2))
- end)
- titleD3.Name = "titleD3"
- titleD3.Parent = D
- titleD3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD3.Position = UDim2.new(-0.298136681, 0, 0.41304338, 0)
- titleD3.Selectable = false
- titleD3.Size = UDim2.new(0, 25, 0, 14)
- titleD3.ClearTextOnFocus = false
- titleD3.Font = Enum.Font.SourceSansBold
- titleD3.FontSize = Enum.FontSize.Size14
- titleD3.Text = "F3"
- titleD3.TextColor3 = Color3.new(1, 1, 1)
- titleD3.TextSize = 14
- optionD3_1.Name = "optionD3_1"
- optionD3_1.Parent = D
- optionD3_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD3_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD3_1.Position = UDim2.new(-0.0745341703, 0, 0.41614902, 0)
- optionD3_1.Size = UDim2.new(0, 28, 0, 14)
- optionD3_1.Font = Enum.Font.SourceSansBold
- optionD3_1.FontSize = Enum.FontSize.Size14
- optionD3_1.Text = "Boss"
- optionD3_1.TextColor3 = Color3.new(1, 1, 1)
- optionD3_1.TextSize = 14
- optionD3_1.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-375.99, 4168.04, -694))
- end)
- optionD3_2.Name = "optionD3_2"
- optionD3_2.Parent = D
- optionD3_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD3_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD3_2.Position = UDim2.new(0.161490679, 0, 0.41614902, 0)
- optionD3_2.Size = UDim2.new(0, 49, 0, 14)
- optionD3_2.Font = Enum.Font.SourceSansBold
- optionD3_2.FontSize = Enum.FontSize.Size14
- optionD3_2.Text = "Mini Boss"
- optionD3_2.TextColor3 = Color3.new(1, 1, 1)
- optionD3_2.TextSize = 14
- optionD3_2.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1200, 5143, 2051))
- end)
- optionD3_3.Name = "optionD3_3"
- optionD3_3.Parent = D
- optionD3_3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD3_3.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD3_3.Position = UDim2.new(0.534161389, 0, 0.41614902, 0)
- optionD3_3.Size = UDim2.new(0, 66, 0, 14)
- optionD3_3.Font = Enum.Font.SourceSansBold
- optionD3_3.FontSize = Enum.FontSize.Size14
- optionD3_3.Text = "Item Crystal"
- optionD3_3.TextColor3 = Color3.new(1, 1, 1)
- optionD3_3.TextSize = 14
- optionD3_3.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-678.677, 3824.55444, 75.0522919))
- end)
- titleD4.Name = "titleD4"
- titleD4.Parent = D
- titleD4.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD4.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD4.Position = UDim2.new(-0.298136681, 0, 0.562111616, 0)
- titleD4.Selectable = false
- titleD4.Size = UDim2.new(0, 25, 0, 14)
- titleD4.ClearTextOnFocus = false
- titleD4.Font = Enum.Font.SourceSansBold
- titleD4.FontSize = Enum.FontSize.Size14
- titleD4.Text = "F4"
- titleD4.TextColor3 = Color3.new(1, 1, 1)
- titleD4.TextSize = 14
- optionD4_1.Name = "optionD4_1"
- optionD4_1.Parent = D
- optionD4_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD4_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD4_1.Position = UDim2.new(-0.0745341703, 0, 0.559006214, 0)
- optionD4_1.Size = UDim2.new(0, 52, 0, 14)
- optionD4_1.Font = Enum.Font.SourceSansBold
- optionD4_1.FontSize = Enum.FontSize.Size14
- optionD4_1.Text = "Boss"
- optionD4_1.TextColor3 = Color3.new(1, 1, 1)
- optionD4_1.TextSize = 14
- optionD4_1.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2380.2, 2153.35, -124.97))
- end)
- optionD4_2.Name = "optionD4_2"
- optionD4_2.Parent = D
- optionD4_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD4_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD4_2.Position = UDim2.new(0.329192519, 0, 0.559006214, 0)
- optionD4_2.Size = UDim2.new(0, 99, 0, 14)
- optionD4_2.Font = Enum.Font.SourceSansBold
- optionD4_2.FontSize = Enum.FontSize.Size14
- optionD4_2.Text = "Mini Boss"
- optionD4_2.TextColor3 = Color3.new(1, 1, 1)
- optionD4_2.TextSize = 14
- optionD4_2.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-3087, 3163, -6509))
- end)
- titleD5.Name = "titleD5"
- titleD5.Parent = D
- titleD5.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD5.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- titleD5.Position = UDim2.new(-0.298136681, 0, 0.698757589, 0)
- titleD5.Selectable = false
- titleD5.Size = UDim2.new(0, 25, 0, 14)
- titleD5.ClearTextOnFocus = false
- titleD5.Font = Enum.Font.SourceSansBold
- titleD5.FontSize = Enum.FontSize.Size14
- titleD5.Text = "F5"
- titleD5.TextColor3 = Color3.new(1, 1, 1)
- titleD5.TextSize = 14
- optionD5_1.Name = "optionD5_1"
- optionD5_1.Parent = D
- optionD5_1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD5_1.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD5_1.Position = UDim2.new(-0.0745341703, 0, 0.701863348, 0)
- optionD5_1.Size = UDim2.new(0, 52, 0, 14)
- optionD5_1.Font = Enum.Font.SourceSansBold
- optionD5_1.FontSize = Enum.FontSize.Size14
- optionD5_1.Text = "Boss"
- optionD5_1.TextColor3 = Color3.new(1, 1, 1)
- optionD5_1.TextSize = 14
- optionD5_1.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(2175.68872, 1250.95618, -388.3125))
- end)
- optionD5_2.Name = "optionD5_2"
- optionD5_2.Parent = D
- optionD5_2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD5_2.BorderColor3 = Color3.new(0.282353, 0.282353, 0.282353)
- optionD5_2.Position = UDim2.new(0.329192519, 0, 0.701863348, 0)
- optionD5_2.Size = UDim2.new(0, 99, 0, 14)
- optionD5_2.Font = Enum.Font.SourceSansBold
- optionD5_2.FontSize = Enum.FontSize.Size14
- optionD5_2.Text = "Mini Boss"
- optionD5_2.TextColor3 = Color3.new(1, 1, 1)
- optionD5_2.TextSize = 14
- optionD5_2.MouseButton1Down:connect(function()
- game.Workspace[PlayerName].HumanoidRootPart.CFrame = CFrame.new(Vector3.new(1610.15137, 1463.90161, -4964.9126))
- end)
- warn("Successfully loaded.")
- warn("GUI made by Uzae#0723 or Xenality @V3rmillion.")
Add Comment
Please, Sign In to add comment