Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local MAIN = Instance.new("ScreenGui")
- local main = Instance.new("TextLabel")
- local UICorner = Instance.new("UICorner")
- local credits = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local X = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local JumpBoostOn = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local JumpBoostOff = Instance.new("TextButton")
- local UICorner_5 = Instance.new("UICorner")
- local SpeedBoostOn = Instance.new("TextButton")
- local UICorner_6 = Instance.new("UICorner")
- local SpeedBoostOff = Instance.new("TextButton")
- local UICorner_7 = Instance.new("UICorner")
- local NoClipOn = Instance.new("TextButton")
- local UICorner_8 = Instance.new("UICorner")
- local NoClipOff = Instance.new("TextButton")
- local UICorner_9 = Instance.new("UICorner")
- local TextButton = Instance.new("TextButton")
- local UICorner_10 = Instance.new("UICorner")
- --Properties:
- MAIN.Name = "MAIN"
- MAIN.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MAIN.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = MAIN
- main.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- main.Position = UDim2.new(0.285008222, 0, 0.167901233, 0)
- main.Size = UDim2.new(0, 450, 0, 500)
- main.Font = Enum.Font.SourceSans
- main.Text = ""
- main.TextColor3 = Color3.fromRGB(0, 0, 0)
- main.TextSize = 14.000
- UICorner.CornerRadius = UDim.new(0, 7)
- UICorner.Parent = main
- credits.Name = "credits"
- credits.Parent = main
- credits.BackgroundColor3 = Color3.fromRGB(225, 193, 10)
- credits.Size = UDim2.new(0, 450, 0, 50)
- credits.Font = Enum.Font.SourceSans
- credits.Text = "MADE BY | @a73x22h70832d"
- credits.TextColor3 = Color3.fromRGB(0, 0, 0)
- credits.TextSize = 14.000
- UICorner_2.CornerRadius = UDim.new(0, 7)
- UICorner_2.Parent = credits
- X.Name = "X"
- X.Parent = main
- X.BackgroundColor3 = Color3.fromRGB(235, 3, 72)
- X.Position = UDim2.new(1.86264515e-09, 0, 0, 0)
- X.Size = UDim2.new(0, 20, 0, 20)
- X.Font = Enum.Font.SourceSans
- X.Text = "X"
- X.TextColor3 = Color3.fromRGB(0, 0, 0)
- X.TextSize = 14.000
- UICorner_3.Parent = X
- ScrollingFrame.Parent = main
- ScrollingFrame.Active = true
- ScrollingFrame.BackgroundColor3 = Color3.fromRGB(62, 62, 62)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0.0133333337, 0, 0.120000005, 0)
- ScrollingFrame.Size = UDim2.new(0, 437, 0, 434)
- JumpBoostOn.Name = "Jump BoostOn"
- JumpBoostOn.Parent = ScrollingFrame
- JumpBoostOn.BackgroundColor3 = Color3.fromRGB(225, 193, 10)
- JumpBoostOn.Size = UDim2.new(0, 225, 0, 50)
- JumpBoostOn.Font = Enum.Font.SourceSans
- JumpBoostOn.Text = "Jump Boost On"
- JumpBoostOn.TextColor3 = Color3.fromRGB(0, 0, 0)
- JumpBoostOn.TextSize = 14.000
- UICorner_4.Parent = JumpBoostOn
- JumpBoostOff.Name = "Jump BoostOff"
- JumpBoostOff.Parent = ScrollingFrame
- JumpBoostOff.BackgroundColor3 = Color3.fromRGB(225, 193, 10)
- JumpBoostOff.Position = UDim2.new(0, 0, 0.0590000004, 0)
- JumpBoostOff.Size = UDim2.new(0, 225, 0, 50)
- JumpBoostOff.Font = Enum.Font.SourceSans
- JumpBoostOff.Text = "Jump Boost Off"
- JumpBoostOff.TextColor3 = Color3.fromRGB(0, 0, 0)
- JumpBoostOff.TextSize = 14.000
- UICorner_5.Parent = JumpBoostOff
- SpeedBoostOn.Name = "SpeedBoostOn"
- SpeedBoostOn.Parent = ScrollingFrame
- SpeedBoostOn.BackgroundColor3 = Color3.fromRGB(225, 193, 10)
- SpeedBoostOn.Position = UDim2.new(0, 0, 0.116999999, 0)
- SpeedBoostOn.Size = UDim2.new(0, 225, 0, 50)
- SpeedBoostOn.Font = Enum.Font.SourceSans
- SpeedBoostOn.Text = "Speed Boost On"
- SpeedBoostOn.TextColor3 = Color3.fromRGB(0, 0, 0)
- SpeedBoostOn.TextSize = 14.000
- UICorner_6.Parent = SpeedBoostOn
- SpeedBoostOff.Name = "Speed BoostOff"
- SpeedBoostOff.Parent = ScrollingFrame
- SpeedBoostOff.BackgroundColor3 = Color3.fromRGB(225, 193, 10)
- SpeedBoostOff.Position = UDim2.new(0, 0, 0.175999999, 0)
- SpeedBoostOff.Size = UDim2.new(0, 225, 0, 50)
- SpeedBoostOff.Font = Enum.Font.SourceSans
- SpeedBoostOff.Text = "Speed Boost Off"
- SpeedBoostOff.TextColor3 = Color3.fromRGB(0, 0, 0)
- SpeedBoostOff.TextSize = 14.000
- UICorner_7.Parent = SpeedBoostOff
- NoClipOn.Name = "No Clip On"
- NoClipOn.Parent = ScrollingFrame
- NoClipOn.BackgroundColor3 = Color3.fromRGB(225, 193, 10)
- NoClipOn.Position = UDim2.new(0, 0, 0.233999997, 0)
- NoClipOn.Size = UDim2.new(0, 225, 0, 50)
- NoClipOn.Font = Enum.Font.SourceSans
- NoClipOn.Text = "No Clip On"
- NoClipOn.TextColor3 = Color3.fromRGB(0, 0, 0)
- NoClipOn.TextSize = 14.000
- UICorner_8.Parent = NoClipOn
- NoClipOff.Name = "No Clip Off"
- NoClipOff.Parent = ScrollingFrame
- NoClipOff.BackgroundColor3 = Color3.fromRGB(225, 193, 10)
- NoClipOff.Position = UDim2.new(0, 0, 0.292999983, 0)
- NoClipOff.Size = UDim2.new(0, 225, 0, 50)
- NoClipOff.Font = Enum.Font.SourceSans
- NoClipOff.Text = "No Clip Off"
- NoClipOff.TextColor3 = Color3.fromRGB(0, 0, 0)
- NoClipOff.TextSize = 14.000
- UICorner_9.Parent = NoClipOff
- TextButton.Name = "-"
- TextButton.Parent = MAIN
- TextButton.BackgroundColor3 = Color3.fromRGB(40, 222, 12)
- TextButton.Position = UDim2.new(0.00576606253, 0, 0.965432107, 0)
- TextButton.Size = UDim2.new(0, 20, 0, 20)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "-"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- UICorner_10.Parent = TextButton
- -- Scripts:
- local function YEFQ_fake_script() -- X.Script
- local script = Instance.new('Script', X)
- script.Parent.MouseButton1Click:Connect(function()
- local MAIN = script.Parent.Parent.Parent
- local main = script.Parent.Parent
- local X = script.Parent
- local scroll = main.ScrollingFrame
- --script:
- main.Active = false
- main.Visible = false
- end)
- end
- coroutine.wrap(YEFQ_fake_script)()
- local function POCDTU_fake_script() -- JumpBoostOn.Script
- local script = Instance.new('Script', JumpBoostOn)
- script.Parent.MouseButton1Click:Connect(function()
- local prl = game.Workspace.a73x22h70832d
- prl.Humanoid.UseJumpPower = true
- prl.Humanoid.JumpPower = 100
- end)
- end
- coroutine.wrap(POCDTU_fake_script)()
- local function ZRJGYF_fake_script() -- JumpBoostOff.Script
- local script = Instance.new('Script', JumpBoostOff)
- script.Parent.MouseButton1Click:Connect(function()
- local prl = game.Workspace.a73x22h70832d
- prl.Humanoid.UseJumpPower = true
- prl.Humanoid.JumpPower = 50
- end)
- end
- coroutine.wrap(ZRJGYF_fake_script)()
- local function KGSE_fake_script() -- SpeedBoostOn.Script
- local script = Instance.new('Script', SpeedBoostOn)
- script.Parent.MouseButton1Click:Connect(function()
- local prl = game.Workspace.a73x22h70832d
- prl.Humanoid.WalkSpeed = 100
- end)
- end
- coroutine.wrap(KGSE_fake_script)()
- local function YDATGUI_fake_script() -- SpeedBoostOff.Script
- local script = Instance.new('Script', SpeedBoostOff)
- script.Parent.MouseButton1Click:Connect(function()
- local prl = game.Workspace.a73x22h70832d
- prl.Humanoid.WalkSpeed = 16
- end)
- end
- coroutine.wrap(YDATGUI_fake_script)()
- local function LNXQOWC_fake_script() -- NoClipOn.Script
- local script = Instance.new('Script', NoClipOn)
- script.Parent.MouseButton1Click:Connect(function()
- --warning
- for i=1,5,1 do
- print("do not jump with noclip")
- end
- --action
- local touchpart = game.Workspace.a73x22h70832d.HumanoidRootPart
- touchpart.Touched:Connect(function(hit)
- local PartName = hit.Name
- if hit.Name == "Baseplate" then
- else
- hit.CanCollide = false
- wait(2)
- hit.CanCollide = true
- end
- --bug
- if script.Enabled == false then
- hit.CanCollide = true
- end
- end)
- end)
- end
- coroutine.wrap(LNXQOWC_fake_script)()
- local function ZHYR_fake_script() -- NoClipOff.Script
- local script = Instance.new('Script', NoClipOff)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent["No Clip On"].Script.Enabled = false
- wait(1)
- script.Parent.Parent["No Clip On"].Script.Enabled = true
- end)
- end
- coroutine.wrap(ZHYR_fake_script)()
- local function VAIXP_fake_script() -- TextButton.Script
- local script = Instance.new('Script', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- local MAIN = script.Parent.Parent
- local main = script.Parent.Parent.main
- local X = main.X
- local scroll = main.ScrollingFrame
- --script:
- main.Active = true
- main.Visible = true
- end)
- end
- coroutine.wrap(VAIXP_fake_script)()
Advertisement
Advertisement