Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton2 = Instance.new("TextButton")
- local TextButton1 = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(84, 255, 124)
- Frame.Position = UDim2.new(0.865374744, 0, 0.394766778, 0)
- Frame.Size = UDim2.new(0, 251, 0, 497)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(37, 40, 255)
- TextLabel.Position = UDim2.new(-0.00608274341, 0, -0.00366934971, 0)
- TextLabel.Size = UDim2.new(0, 251, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Prison life OP GUI!"
- TextLabel.TextColor3 = Color3.fromRGB(255, 19, 50)
- TextLabel.TextSize = 30.000
- TextButton2.Name = "TextButton2"
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.fromRGB(39, 49, 255)
- TextButton2.Position = UDim2.new(0, 0, 0.89939636, 0)
- TextButton2.Size = UDim2.new(0, 250, 0, 50)
- TextButton2.Modal = true
- TextButton2.Font = Enum.Font.SourceSans
- TextButton2.Text = "Prison life SEPTEX!"
- TextButton2.TextColor3 = Color3.fromRGB(44, 255, 61)
- TextButton2.TextSize = 30.000
- TextButton2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://shlex.dev/release/domainx/latest.lua',true))()
- end)
- TextButton1.Name = "TextButton1"
- TextButton1.Parent = Frame
- TextButton1.BackgroundColor3 = Color3.fromRGB(51, 71, 255)
- TextButton1.Position = UDim2.new(-0.00398406386, 0, 0.798792779, 0)
- TextButton1.Size = UDim2.new(0, 251, 0, 50)
- TextButton1.Font = Enum.Font.SourceSans
- TextButton1.Text = "Walkspeed/Jumpboost"
- TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton1.TextSize = 30.000
- TextButton1.MouseButton1Down:connect(function()
- local Hacks = Instance.new("ScreenGui")
- local Background = Instance.new("Frame")
- local Walkspeedlb = Instance.new("TextLabel")
- local jumppowerlb = Instance.new("TextLabel")
- local speed = Instance.new("TextLabel")
- local jump = Instance.new("TextLabel")
- local WalkBox = Instance.new("TextBox")
- local JumpBox = Instance.new("TextBox")
- local WalkSumbit = Instance.new("TextButton")
- local JumpSumbit = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Open = Instance.new("TextButton")
- --Properties:
- Hacks.Name = "Hacks"
- Hacks.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Hacks.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Background.Name = "Background"
- Background.Parent = Hacks
- Background.BackgroundColor3 = Color3.new(0, 0, 0)
- Background.BackgroundTransparency = 0.40000000596046
- Background.Position = UDim2.new(0.109510086, 0, 0.381112367, 0)
- Background.Size = UDim2.new(0.222958699, 0, 0.476163864, 0)
- Background.Visible = false
- Walkspeedlb.Name = "Walkspeedlb"
- Walkspeedlb.Parent = Background
- Walkspeedlb.BackgroundColor3 = Color3.new(1, 1, 1)
- Walkspeedlb.BackgroundTransparency = 1
- Walkspeedlb.Position = UDim2.new(0, 0, 0.122436516, 0)
- Walkspeedlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
- Walkspeedlb.Visible = false
- Walkspeedlb.Font = Enum.Font.SourceSans
- Walkspeedlb.Text = "WalkSpeed:"
- Walkspeedlb.TextColor3 = Color3.new(1, 1, 1)
- Walkspeedlb.TextScaled = true
- Walkspeedlb.TextSize = 14
- Walkspeedlb.TextWrapped = true
- Walkspeedlb.TextXAlignment = Enum.TextXAlignment.Left
- jumppowerlb.Name = "jumppowerlb"
- jumppowerlb.Parent = Background
- jumppowerlb.BackgroundColor3 = Color3.new(1, 1, 1)
- jumppowerlb.BackgroundTransparency = 1
- jumppowerlb.Position = UDim2.new(0, 0, 0.2203857, 0)
- jumppowerlb.Size = UDim2.new(0.999999762, 0, 0.100000001, 0)
- jumppowerlb.Visible = false
- jumppowerlb.Font = Enum.Font.SourceSans
- jumppowerlb.Text = "Jump Power:"
- jumppowerlb.TextColor3 = Color3.new(1, 1, 1)
- jumppowerlb.TextScaled = true
- jumppowerlb.TextSize = 14
- jumppowerlb.TextWrapped = true
- jumppowerlb.TextXAlignment = Enum.TextXAlignment.Left
- speed.Name = "speed"
- speed.Parent = Background
- speed.BackgroundColor3 = Color3.new(1, 1, 1)
- speed.BackgroundTransparency = 1
- speed.Position = UDim2.new(0.577337444, 0, 0.122436516, 0)
- speed.Size = UDim2.new(0.422662586, 0, 0.100000001, 0)
- speed.Visible = false
- speed.Font = Enum.Font.SourceSans
- speed.Text = "Default"
- speed.TextColor3 = Color3.new(1, 1, 1)
- speed.TextScaled = true
- speed.TextSize = 14
- speed.TextWrapped = true
- jump.Name = "jump"
- jump.Parent = Background
- jump.BackgroundColor3 = Color3.new(1, 1, 1)
- jump.BackgroundTransparency = 1
- jump.Position = UDim2.new(0.659198582, 0, 0.22038573, 0)
- jump.Size = UDim2.new(0.340801179, 0, 0.100000001, 0)
- jump.Visible = false
- jump.Font = Enum.Font.SourceSans
- jump.Text = "Default"
- jump.TextColor3 = Color3.new(1, 1, 1)
- jump.TextScaled = true
- jump.TextSize = 14
- jump.TextWrapped = true
- WalkBox.Name = "WalkBox"
- WalkBox.Parent = Background
- WalkBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- WalkBox.BackgroundTransparency = 0.5
- WalkBox.BorderSizePixel = 0
- WalkBox.Position = UDim2.new(0, 0, 0.174571082, 0)
- WalkBox.Size = UDim2.new(0.999999881, 0, 0.187969327, 0)
- WalkBox.Font = Enum.Font.SourceSans
- WalkBox.PlaceholderColor3 = Color3.new(1, 1, 1)
- WalkBox.PlaceholderText = "Insert a number for walk speed"
- WalkBox.Text = ""
- WalkBox.TextColor3 = Color3.new(1, 1, 1)
- WalkBox.TextScaled = true
- WalkBox.TextSize = 14
- WalkBox.TextWrapped = true
- JumpBox.Name = "JumpBox"
- JumpBox.Parent = Background
- JumpBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- JumpBox.BackgroundTransparency = 0.5
- JumpBox.BorderSizePixel = 0
- JumpBox.Position = UDim2.new(0.00430848775, 0, 0.6280002, 0)
- JumpBox.Size = UDim2.new(0.999999881, 0, 0.190235019, 0)
- JumpBox.Font = Enum.Font.SourceSans
- JumpBox.PlaceholderColor3 = Color3.new(1, 1, 1)
- JumpBox.PlaceholderText = "Insert a number for jump power"
- JumpBox.Text = ""
- JumpBox.TextColor3 = Color3.new(1, 1, 1)
- JumpBox.TextScaled = true
- JumpBox.TextSize = 14
- JumpBox.TextWrapped = true
- WalkSumbit.Name = "WalkSumbit"
- WalkSumbit.Parent = Background
- WalkSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
- WalkSumbit.Position = UDim2.new(0.00430848775, 0, 0.402936816, 0)
- WalkSumbit.Size = UDim2.new(0.995691121, 0, 0.155913889, 0)
- WalkSumbit.Font = Enum.Font.SourceSans
- WalkSumbit.Text = "Sumbit"
- WalkSumbit.TextColor3 = Color3.new(0, 0, 0)
- WalkSumbit.TextScaled = true
- WalkSumbit.TextSize = 14
- WalkSumbit.TextWrapped = true
- JumpSumbit.Name = "JumpSumbit"
- JumpSumbit.Parent = Background
- JumpSumbit.BackgroundColor3 = Color3.new(0.0980392, 1, 0)
- JumpSumbit.Position = UDim2.new(0, 0, 0.84706986, 0)
- JumpSumbit.Size = UDim2.new(0.995691121, 0, 0.151039571, 0)
- JumpSumbit.Font = Enum.Font.SourceSans
- JumpSumbit.Text = "Sumbit"
- JumpSumbit.TextColor3 = Color3.new(0, 0, 0)
- JumpSumbit.TextScaled = true
- JumpSumbit.TextSize = 14
- JumpSumbit.TextWrapped = true
- TextLabel.Parent = Background
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0.995690882, 0, 0.135462731, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Created By DariuZzZ"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- Open.Name = "Open"
- Open.Parent = Hacks
- Open.BackgroundColor3 = Color3.new(0, 0, 0)
- Open.BackgroundTransparency = 0.44999998807907
- Open.Position = UDim2.new(0, 0, 0.756052136, 0)
- Open.Size = UDim2.new(0.100000001, 0, 0.0553072728, 0)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextScaled = true
- Open.TextSize = 14
- Open.TextWrapped = true
- -- Scripts:
- local playername = game.Players.LocalPlayer.Name
- local player = game.Players.LocalPlayer
- local character = game.Workspace[playername]
- local Background = player.PlayerGui.Hacks.Background
- Open.MouseButton1Click:Connect(function()
- if game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible == true then
- game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Open"
- game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = false
- else
- game.Players.LocalPlayer.PlayerGui.Hacks.Open.Text = "Close"
- game.Players.LocalPlayer.PlayerGui.Hacks.Background.Visible = true
- end
- end)
- WalkSumbit.MouseButton1Click:connect(function()
- character.Humanoid.WalkSpeed = tostring(Background.WalkBox.Text)
- end)
- JumpSumbit.MouseButton1Click:connect(function()
- character.Humanoid.JumpPower = tostring(Background.JumpBox.Text)
- end)
- Print("Cheats Got Executed")
- end)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(70, 200, 255)
- TextButton.Position = UDim2.new(0, 0, 0.698189139, 0)
- TextButton.Size = UDim2.new(0, 250, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Fly GUI (works better)"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 30.000
- TextButton.MouseButton1Down:connect(function()
- -- OP Fly Script
- -- Talk To Me: sxphixssushi#6164
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(24, 255, 51)
- Frame.BorderColor3 = Color3.fromRGB(255, 0, 4)
- Frame.BorderSizePixel = 15
- Frame.Position = UDim2.new(0.0575905927, 0, 0.653887033, 0)
- Frame.Size = UDim2.new(0, 295, 0, 152)
- Frame.Active = true
- Frame.Draggable = true
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 295, 0, 63)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "OP FLY SCRIPT"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextStrokeTransparency = 0.000
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.BorderColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 0, 0.342105269, 0)
- TextLabel_2.Size = UDim2.new(0, 295, 0, 18)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "(May Not Work On All Games)"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextStrokeTransparency = 0.000
- TextLabel_2.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(8, 0, 255)
- TextButton.Position = UDim2.new(0.159322038, 0, 0.552631557, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SciFi
- TextButton.Text = "Click Me To Fly"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextStrokeTransparency = 0.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- local plr = game.Players.LocalPlayer
- local mouse = plr:GetMouse()
- localplayer = plr
- if workspace:FindFirstChild("Core") then
- workspace.Core:Destroy()
- end
- local Core = Instance.new("Part")
- Core.Name = "Core"
- Core.Size = Vector3.new(0.05, 0.05, 0.05)
- spawn(function()
- Core.Parent = workspace
- local Weld = Instance.new("Weld", Core)
- Weld.Part0 = Core
- Weld.Part1 = localplayer.Character.LowerTorso
- Weld.C0 = CFrame.new(0, 0, 0)
- end)
- workspace:WaitForChild("Core")
- local torso = workspace.Core
- flying = true
- local speed=10
- local keys={a=false,d=false,w=false,s=false}
- local e1
- local e2
- local function start()
- local pos = Instance.new("BodyPosition",torso)
- local gyro = Instance.new("BodyGyro",torso)
- pos.Name="EPIXPOS"
- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
- pos.position = torso.Position
- gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- gyro.cframe = torso.CFrame
- repeat
- wait()
- localplayer.Character.Humanoid.PlatformStand=true
- local new=gyro.cframe - gyro.cframe.p + pos.position
- if not keys.w and not keys.s and not keys.a and not keys.d then
- speed=5
- end
- if keys.w then
- new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
- speed=speed+0
- end
- if keys.s then
- new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
- speed=speed+0
- end
- if keys.d then
- new = new * CFrame.new(speed,0,0)
- speed=speed+0
- end
- if keys.a then
- new = new * CFrame.new(-speed,0,0)
- speed=speed+0
- end
- if speed>10 then
- speed=5
- end
- pos.position=new.p
- if keys.w then
- gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*0),0,0)
- elseif keys.s then
- gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*0),0,0)
- else
- gyro.cframe = workspace.CurrentCamera.CoordinateFrame
- end
- until flying == false
- if gyro then gyro:Destroy() end
- if pos then pos:Destroy() end
- flying=false
- localplayer.Character.Humanoid.PlatformStand=false
- speed=10
- end
- e1=mouse.KeyDown:connect(function(key)
- if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
- if key=="w" then
- keys.w=true
- elseif key=="s" then
- keys.s=true
- elseif key=="a" then
- keys.a=true
- elseif key=="d" then
- keys.d=true
- elseif key=="x" then
- if flying==true then
- flying=false
- else
- flying=true
- start()
- end
- end
- end)
- e2=mouse.KeyUp:connect(function(key)
- if key=="w" then
- keys.w=false
- elseif key=="s" then
- keys.s=false
- elseif key=="a" then
- keys.a=false
- elseif key=="d" then
- keys.d=false
- end
- end)
- start()
- end)
- end)
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(47, 109, 255)
- TextLabel_2.Position = UDim2.new(0, 0, 0.0985915512, 0)
- TextLabel_2.Size = UDim2.new(0, 250, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "From Einfachcool3!"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 14, 78)
- TextLabel_2.TextSize = 30.000
Advertisement
Advertisement