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 HackD = Instance.new("Frame")
- local Text = Instance.new("TextLabel")
- local Pistol = Instance.new("TextButton")
- local InfJump = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local Baton = Instance.new("TextButton")
- local SpeedOwner = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local FlashLight = Instance.new("TextButton")
- local JPOwner = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local Bandage = Instance.new("TextButton")
- local HitBox = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- local TextButton_6 = Instance.new("TextButton")
- local SP16 = Instance.new("TextBox")
- local JP16 = Instance.new("TextBox")
- local TextButton_7 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- HackD.Name = "Hack :D"
- HackD.Parent = ScreenGui
- HackD.BackgroundColor3 = Color3.fromRGB(85, 0, 0)
- HackD.Position = UDim2.new(0.195987657, 0, 0.25429976, 0)
- HackD.Size = UDim2.new(0, 625, 0, 324)
- HackD.Active = true
- HackD.Draggable = true
- Text.Name = "Text"
- Text.Parent = HackD
- Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Text.BackgroundTransparency = 1.000
- Text.Size = UDim2.new(0, 625, 0, 50)
- Text.Font = Enum.Font.SourceSans
- Text.Text = "Made by OliHello#8986 - http://discord.gg/6kR7TAD"
- Text.TextColor3 = Color3.fromRGB(255, 0, 255)
- Text.TextScaled = true
- Text.TextSize = 14.000
- Text.TextWrapped = true
- Pistol.Name = "Pistol"
- Pistol.Parent = HackD
- Pistol.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- Pistol.Position = UDim2.new(0.0768000036, 0, 0.203703701, 0)
- Pistol.Size = UDim2.new(0, 117, 0, 42)
- Pistol.Font = Enum.Font.SourceSans
- Pistol.Text = "Pistol"
- Pistol.TextColor3 = Color3.fromRGB(0, 0, 0)
- Pistol.TextScaled = true
- Pistol.TextSize = 14.000
- Pistol.TextWrapped = true
- Pistol.MouseButton1Down:connect(function()
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Pistol")
- end)
- InfJump.Name = "InfJump"
- InfJump.Parent = HackD
- InfJump.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- InfJump.Position = UDim2.new(0.0768000036, 0, 0.379629612, 0)
- InfJump.Size = UDim2.new(0, 117, 0, 42)
- InfJump.Font = Enum.Font.SourceSans
- InfJump.Text = "InfJump"
- InfJump.TextColor3 = Color3.fromRGB(0, 0, 0)
- InfJump.TextScaled = true
- InfJump.TextSize = 14.000
- InfJump.TextWrapped = true
- InfJump.MouseButton1Down:connect(function()
- -- //~ F to toggle ~\ --
- --I have no idea who made this
- _G.infinjump = true
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- if _G.infinjump then
- if k:byte() == 32 then
- Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
- Humanoid:ChangeState("Jumping")
- wait(0.1)
- Humanoid:ChangeState("Seated")
- end
- end
- end)
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- k = k:lower()
- if k == "f" then
- if _G.infinjump == true then
- _G.infinjump = false
- else
- _G.infinjump = true
- end
- end
- end)
- TextButton.Parent = HackD
- TextButton.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- TextButton.Position = UDim2.new(0.0768000036, 0, 0.725308657, 0)
- TextButton.Size = UDim2.new(0, 117, 0, 42)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "(Coming Soon)"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- Baton.Name = "Baton"
- Baton.Parent = HackD
- Baton.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- Baton.Position = UDim2.new(0.294400007, 0, 0.203703701, 0)
- Baton.Size = UDim2.new(0, 117, 0, 42)
- Baton.Font = Enum.Font.SourceSans
- Baton.Text = "Baton"
- Baton.TextColor3 = Color3.fromRGB(0, 0, 0)
- Baton.TextScaled = true
- Baton.TextSize = 14.000
- Baton.TextWrapped = true
- Baton.MouseButton1Down:connect(function()
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Baton")
- end)
- SpeedOwner.Name = "SpeedOwner"
- SpeedOwner.Parent = HackD
- SpeedOwner.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- SpeedOwner.Position = UDim2.new(0.294400007, 0, 0.379629612, 0)
- SpeedOwner.Size = UDim2.new(0, 117, 0, 42)
- SpeedOwner.Font = Enum.Font.SourceSans
- SpeedOwner.Text = "Speed(OwnerChoice)"
- SpeedOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
- SpeedOwner.TextScaled = true
- SpeedOwner.TextSize = 14.000
- SpeedOwner.TextWrapped = true
- SpeedOwner.MouseButton1Down:connect(function()
- local walkspeed = 50
- local bodypos = Instance.new("BodyPosition",game.Players.LocalPlayer.Character.HumanoidRootPart)
- bodypos.maxForce = Vector3.new(12500,12500,12500)
- spawn(function()
- game:GetService("RunService").RenderStepped:connect(function()
- wait()
- if game.Players.LocalPlayer.Character.Humanoid.FloorMaterial == Enum.Material.Air then
- bodypos.Parent = game.Players.LocalPlayer.Character
- game:GetService("RunService").RenderStepped:Wait()
- else
- game:GetService("RunService").RenderStepped:Wait()
- bodypos.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
- end
- end)
- end)
- spawn(function()
- game:GetService("RunService").RenderStepped:connect(function()
- game:GetService("RunService").RenderStepped:Wait()
- bodypos.Position = Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.X*(1+walkspeed*0.05*5.4),game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+game.Players.LocalPlayer.Character.Humanoid.MoveDirection.Z*(1+walkspeed*0.05*5.4))
- end)
- end)
- end)
- TextButton_2.Parent = HackD
- TextButton_2.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- TextButton_2.Position = UDim2.new(0.294400007, 0, 0.725308657, 0)
- TextButton_2.Size = UDim2.new(0, 117, 0, 42)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "(Coming Soon)"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14.000
- TextButton_2.TextWrapped = true
- FlashLight.Name = "FlashLight"
- FlashLight.Parent = HackD
- FlashLight.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- FlashLight.Position = UDim2.new(0.519999981, 0, 0.203703701, 0)
- FlashLight.Size = UDim2.new(0, 117, 0, 42)
- FlashLight.Font = Enum.Font.SourceSans
- FlashLight.Text = "Flashlight"
- FlashLight.TextColor3 = Color3.fromRGB(0, 0, 0)
- FlashLight.TextScaled = true
- FlashLight.TextSize = 14.000
- FlashLight.TextWrapped = true
- FlashLight.MouseButton1Down:connect(function()
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Flashlight")
- end)
- JPOwner.Name = "JPOwner"
- JPOwner.Parent = HackD
- JPOwner.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- JPOwner.Position = UDim2.new(0.519999981, 0, 0.379629612, 0)
- JPOwner.Size = UDim2.new(0, 117, 0, 42)
- JPOwner.Font = Enum.Font.SourceSans
- JPOwner.Text = "JumpPower(OwnerChoice)"
- JPOwner.TextColor3 = Color3.fromRGB(0, 0, 0)
- JPOwner.TextScaled = true
- JPOwner.TextSize = 14.000
- JPOwner.TextWrapped = true
- JPOwner.MouseButton1Down:connect(function()
- JumpPower.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 75
- end)
- TextButton_3.Parent = HackD
- TextButton_3.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- TextButton_3.Position = UDim2.new(0.519999981, 0, 0.552469134, 0)
- TextButton_3.Size = UDim2.new(0, 117, 0, 42)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "(Coming Soon)"
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14.000
- TextButton_3.TextWrapped = true
- TextButton_4.Parent = HackD
- TextButton_4.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- TextButton_4.Position = UDim2.new(0.519999981, 0, 0.725308657, 0)
- TextButton_4.Size = UDim2.new(0, 117, 0, 42)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "(Coming Soon)"
- TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14.000
- TextButton_4.TextWrapped = true
- Bandage.Name = "Bandage"
- Bandage.Parent = HackD
- Bandage.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- Bandage.Position = UDim2.new(0.740800023, 0, 0.203703701, 0)
- Bandage.Size = UDim2.new(0, 117, 0, 42)
- Bandage.Font = Enum.Font.SourceSans
- Bandage.Text = "Bandage"
- Bandage.TextColor3 = Color3.fromRGB(0, 0, 0)
- Bandage.TextScaled = true
- Bandage.TextSize = 14.000
- Bandage.TextWrapped = true
- Bandage.MouseButton1Down:connect(function()
- game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Bandage")
- end)
- HitBox.Name = "HitBox"
- HitBox.Parent = HackD
- HitBox.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- HitBox.Position = UDim2.new(0.740800023, 0, 0.379629612, 0)
- HitBox.Size = UDim2.new(0, 117, 0, 42)
- HitBox.Font = Enum.Font.SourceSans
- HitBox.Text = "HitBox"
- HitBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- HitBox.TextScaled = true
- HitBox.TextSize = 14.000
- HitBox.TextWrapped = true
- HitBox.MouseButton1Down:connect(function()
- if HitBox.Text == "HitBox" then
- _G.HeadSize = 30 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
- HitBox.Text = ("HitBox ")
- if HitBox.Text == "HitBox " then
- _G.HeadSize = 0 _G.Disabled = true game:GetService('RunService').RenderStepped:connect(function() if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)
- HitBox.Text = ("HitBox")
- end
- end
- end)
- TextButton_5.Parent = HackD
- TextButton_5.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- TextButton_5.Position = UDim2.new(0.740800023, 0, 0.552469134, 0)
- TextButton_5.Size = UDim2.new(0, 117, 0, 42)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "(Coming Soon)"
- TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_5.TextScaled = true
- TextButton_5.TextSize = 14.000
- TextButton_5.TextWrapped = true
- TextButton_6.Parent = HackD
- TextButton_6.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- TextButton_6.Position = UDim2.new(0.740800023, 0, 0.725308657, 0)
- TextButton_6.Size = UDim2.new(0, 117, 0, 42)
- TextButton_6.Font = Enum.Font.SourceSans
- TextButton_6.Text = "(Coming Soon)"
- TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_6.TextScaled = true
- TextButton_6.TextSize = 14.000
- TextButton_6.TextWrapped = true
- SP16.Name = "SP16"
- SP16.Parent = HackD
- SP16.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- SP16.Position = UDim2.new(0.0768000036, 0, 0.552469134, 0)
- SP16.Size = UDim2.new(0, 117, 0, 42)
- SP16.Font = Enum.Font.SourceSans
- SP16.Text = "Speed: 16"
- SP16.TextColor3 = Color3.fromRGB(0, 0, 0)
- SP16.TextScaled = true
- SP16.TextSize = 14.000
- SP16.TextWrapped = true
- JP16.Name = "JP16"
- JP16.Parent = HackD
- JP16.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- JP16.Position = UDim2.new(0.294400007, 0, 0.552469134, 0)
- JP16.Size = UDim2.new(0, 117, 0, 42)
- JP16.Font = Enum.Font.SourceSans
- JP16.Text = "JumpPower: 16"
- JP16.TextColor3 = Color3.fromRGB(0, 0, 0)
- JP16.TextScaled = true
- JP16.TextSize = 14.000
- JP16.TextWrapped = true
- TextButton_7.Parent = ScreenGui
- TextButton_7.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_7.Position = UDim2.new(0.446759254, 0, 0.92137593, 0)
- TextButton_7.Size = UDim2.new(0, 126, 0, 34)
- TextButton_7.Font = Enum.Font.SourceSans
- TextButton_7.Text = "Open"
- TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_7.TextScaled = true
- TextButton_7.TextSize = 14.000
- TextButton_7.TextWrapped = true
Add Comment
Please, Sign In to add comment