Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UserInputService = game:GetService("UserInputService")
- local CheatUI = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Fly = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local UICorner_2 = Instance.new("UICorner")
- local infprint = Instance.new("TextButton")
- local TIttle = Instance.new("TextLabel")
- local UICorner_3 = Instance.new("UICorner")
- local Speedbox = Instance.new("TextBox")
- local TP = Instance.new("TextButton")
- CheatUI.Name = "Cheat UI"
- CheatUI.Parent = game.CoreGui
- CheatUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- CheatUI.IgnoreGuiInset = true
- CheatUI.Enabled = true
- CheatUI.ResetOnSpawn = false
- Frame.Parent = CheatUI
- Frame.BackgroundColor3 = Color3.fromRGB(0, 37, 107)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.175714284, 0, 0.225728154, 0)
- Frame.Size = UDim2.new(0, 313, 0, 310)
- Fly.Name = "Fly"
- Fly.Parent = Frame
- Fly.BackgroundColor3 = Color3.fromRGB(11, 0, 131)
- Fly.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Fly.BorderSizePixel = 0
- Fly.Position = UDim2.new(0.178733557, 0, 0.418854952, 0)
- Fly.Size = UDim2.new(0, 200, 0, 50)
- Fly.Font = Enum.Font.FredokaOne
- Fly.Text = "Fly"
- Fly.TextColor3 = Color3.fromRGB(0, 55, 175)
- Fly.TextSize = 50.000
- Fly.TextStrokeColor3 = Color3.fromRGB(106, 244, 0)
- Fly.TextStrokeTransparency = 0.000
- Fly.TextWrapped = true
- UICorner.CornerRadius = UDim.new(0, 9)
- UICorner.Parent = Fly
- UICorner_2.CornerRadius = UDim.new(0, 9)
- UICorner_2.Parent = Frame
- infprint.Name = "infprint"
- infprint.Parent = Frame
- infprint.BackgroundColor3 = Color3.fromRGB(11, 0, 131)
- infprint.BorderColor3 = Color3.fromRGB(0, 0, 0)
- infprint.BorderSizePixel = 0
- infprint.Position = UDim2.new(0.178913742, 0, 0.227789685, 0)
- infprint.Size = UDim2.new(0, 200, 0, 50)
- infprint.Font = Enum.Font.FredokaOne
- infprint.Text = "Hack Developer console"
- infprint.TextColor3 = Color3.fromRGB(0, 55, 175)
- infprint.TextScaled = true
- infprint.TextSize = 50.000
- infprint.TextStrokeColor3 = Color3.fromRGB(106, 244, 0)
- infprint.TextStrokeTransparency = 0.000
- infprint.TextWrapped = true
- TIttle.Name = "TIttle"
- TIttle.Parent = Frame
- TIttle.BackgroundColor3 = Color3.fromRGB(17, 0, 145)
- TIttle.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TIttle.BorderSizePixel = 0
- TIttle.Size = UDim2.new(0, 313, 0, 50)
- TIttle.Font = Enum.Font.JosefinSans
- TIttle.Text = "Cheat GUI"
- TIttle.TextColor3 = Color3.fromRGB(255, 255, 255)
- TIttle.TextScaled = true
- TIttle.TextSize = 14.000
- TIttle.TextWrapped = true
- UICorner_3.CornerRadius = UDim.new(0, 9)
- UICorner_3.Parent = TIttle
- Speedbox.Name = "Speedbox"
- Speedbox.Parent = Frame
- Speedbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Speedbox.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Speedbox.BorderSizePixel = 0
- Speedbox.Position = UDim2.new(0.178913742, 0, 0.793548405, 0)
- Speedbox.Size = UDim2.new(0, 200, 0, 50)
- Speedbox.Font = Enum.Font.FredokaOne
- Speedbox.PlaceholderText = "Enter WalkSpeed here"
- Speedbox.Text = ""
- Speedbox.TextColor3 = Color3.fromRGB(0, 0, 0)
- Speedbox.TextScaled = true
- Speedbox.TextSize = 14.000
- Speedbox.TextWrapped = true
- TP.Name = "TP"
- TP.Parent = Frame
- TP.BackgroundColor3 = Color3.fromRGB(11, 0, 131)
- TP.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TP.BorderSizePixel = 0
- TP.Position = UDim2.new(0.178733557, 0, 0.60848701, 0)
- TP.Size = UDim2.new(0, 200, 0, 50)
- TP.Font = Enum.Font.FredokaOne
- TP.Text = "TP tool"
- TP.TextColor3 = Color3.fromRGB(0, 55, 175)
- TP.TextSize = 50.000
- TP.TextStrokeColor3 = Color3.fromRGB(106, 244, 0)
- TP.TextStrokeTransparency = 0.000
- TP.TextWrapped = true
- -- Button Functions
- TP.MouseButton1Click:Connect(function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Click Teleport"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- infprint.MouseButton1Click:Connect(function()
- while wait(0) do
- print("Hacked by " .. game.Players.LocalPlayer.Name)
- end
- end)
- Fly.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
- end)
- -- Speed Function
- Speedbox.FocusLost:Connect(function()
- local player = game.Players.LocalPlayer
- local character = player.Character or player.CharacterAdded:Wait()
- local humanoid = character:WaitForChild("Humanoid")
- local newSpeed = tonumber(Speedbox.Text)
- if newSpeed then
- humanoid.WalkSpeed = newSpeed
- end
- end)
- -- Dragging Functionality
- local dragging
- local dragInput
- local dragStart
- local startPos
- Frame.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- local delta = input.Position - dragStart
- Frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement