Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- GUI By: Cool_Boy
- -- Scripts By: Cool_Boy
- -- Pastebin: https://pastebin.com/bGYdGEQj
- local _2r2t = Instance.new("ScreenGui")
- local MainGUI = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local speed = Instance.new("TextButton")
- local noclip = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local OpenGUI = Instance.new("Frame")
- local open = Instance.new("TextButton")
- --Properties:
- _2r2t.Name = "2r2t"
- _2r2t.Parent = game.CoreGui
- MainGUI.Name = "MainGUI"
- MainGUI.Parent = _2r2t
- MainGUI.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- MainGUI.BackgroundTransparency = 0.15000000596046
- MainGUI.BorderColor3 = Color3.new(0.666667, 0, 0)
- MainGUI.BorderSizePixel = 5
- MainGUI.Position = UDim2.new(0.121778354, 0, 0.364864916, 0)
- MainGUI.Size = UDim2.new(0, 193, 0, 143)
- MainGUI.Visible = false
- MainGUI.Active = true
- MainGUI.Draggable = true
- title.Name = "title"
- title.Parent = MainGUI
- title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- title.BorderColor3 = Color3.new(0.666667, 0, 0)
- title.BorderSizePixel = 5
- title.Size = UDim2.new(0, 193, 0, 37)
- title.Font = Enum.Font.Arcade
- title.Text = "Made By Crystal"
- title.TextColor3 = Color3.new(1, 1, 1)
- title.TextScaled = true
- title.TextSize = 14
- title.TextStrokeColor3 = Color3.new(0, 0.666667, 0)
- title.TextStrokeTransparency = 5
- title.TextWrapped = true
- speed.Name = "speed"
- speed.Parent = MainGUI
- speed.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- speed.BackgroundTransparency = 1
- speed.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- speed.BorderSizePixel = 0
- speed.Position = UDim2.new(0.111260444, 0, 0.412810922, 0)
- speed.Size = UDim2.new(0, 150, 0, 25)
- speed.Font = Enum.Font.Arcade
- speed.Text = "> Speed <"
- speed.TextColor3 = Color3.new(1, 1, 1)
- speed.TextScaled = true
- speed.TextSize = 14
- speed.TextWrapped = true
- speed.MouseButton1Click:connect(function()
- speed = false
- game:GetService('RunService').Stepped:connect(function()
- if speed then
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "x" then
- speed = not speed
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end
- end)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Tip:";
- Text = "Press X To Toggle";
- })
- end)
- noclip.Name = "noclip"
- noclip.Parent = MainGUI
- noclip.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- noclip.BackgroundTransparency = 1
- noclip.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- noclip.BorderSizePixel = 0
- noclip.Position = UDim2.new(0.106345452, 0, 0.687755644, 0)
- noclip.Size = UDim2.new(0, 150, 0, 25)
- noclip.Font = Enum.Font.Arcade
- noclip.Text = "> Noclip <"
- noclip.TextColor3 = Color3.new(1, 1, 1)
- noclip.TextScaled = true
- noclip.TextSize = 14
- noclip.TextWrapped = true
- noclip.MouseButton1Click:connect(function()
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "b" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Tip:";
- Text = "Press B To Toggle";
- })
- end)
- close.Name = "close"
- close.Parent = MainGUI
- close.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- close.BorderColor3 = Color3.new(0.666667, 0, 0)
- close.BorderSizePixel = 5
- close.Position = UDim2.new(1.07253885, 0, 0, 0)
- close.Size = UDim2.new(0, 56, 0, 37)
- close.Font = Enum.Font.Arcade
- close.Text = "X"
- close.TextColor3 = Color3.new(1, 1, 1)
- close.TextScaled = true
- close.TextSize = 14
- close.TextWrapped = true
- close.MouseButton1Click:connect(function()
- MainGUI.Visible = false
- OpenGUI.Visible = true
- end)
- OpenGUI.Name = "OpenGUI"
- OpenGUI.Parent = _2r2t
- OpenGUI.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- OpenGUI.BackgroundTransparency = 0.15000000596046
- OpenGUI.BorderColor3 = Color3.new(0.666667, 0, 0)
- OpenGUI.BorderSizePixel = 6
- OpenGUI.Position = UDim2.new(0.0096649481, 0, 0.599508584, 0)
- OpenGUI.Size = UDim2.new(0, 100, 0, 34)
- open.Name = "open"
- open.Parent = OpenGUI
- open.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
- open.BackgroundTransparency = 1
- open.BorderSizePixel = 0
- open.Size = UDim2.new(0, 100, 0, 34)
- open.Font = Enum.Font.Arcade
- open.Text = "OPEN"
- open.TextColor3 = Color3.new(1, 1, 1)
- open.TextScaled = true
- open.TextSize = 14
- open.TextWrapped = true
- open.MouseButton1Click:connect(function()
- MainGUI.Visible = true
- OpenGUI.Visible = false
- end)
- -- Things Idk
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Info:";
- Text = "GUI Made By: 🔥Cool_Boy🔥#7976"
- })
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Info:";
- Text = "Script Made By: 🔥Cool_Boy🔥#7976"
- })
- Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 2
- Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 3
- Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 4
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
- InfiniteJump.Position = UDim2.new(0,10,0,130)
- InfiniteJump.Size = UDim2.new(0,150,0,30)
- InfiniteJump.MouseButton1Click:connect(function()
- local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
- local new = state == "Off" and "On" or state == "On" and "Off"
- InfiniteJumpEnabled = new == "On"
- InfiniteJump.Text = "Infinite Jump: " .. new
- end)
Add Comment
Please, Sign In to add comment