Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Mainframe = Instance.new("Frame")
- local Drag = Instance.new("Frame")
- local btnmainclose = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local btnlocal = Instance.new("TextButton")
- local btncar = Instance.new("TextButton")
- local btnother = Instance.new("TextButton")
- local LocalFrame = Instance.new("Frame")
- local Drag_2 = Instance.new("Frame")
- local btnlocalclose = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- local btnitemgiver = Instance.new("TextButton")
- local btnaltdelete = Instance.new("TextButton")
- local CarFrame = Instance.new("Frame")
- local Drag_3 = Instance.new("Frame")
- local btncarclose = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- local btnitro = Instance.new("TextButton")
- local btngarage = Instance.new("TextButton")
- local btncarflight = Instance.new("TextButton")
- local OtherFrame = Instance.new("Frame")
- local Drag_4 = Instance.new("Frame")
- local btnotherclose = Instance.new("TextButton")
- local TextLabel_4 = Instance.new("TextLabel")
- local framemini = Instance.new("Frame")
- local btnopen = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Mainframe.Name = "Mainframe"
- Mainframe.Parent = ScreenGui
- Mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
- Mainframe.Position = UDim2.new(0.387943238, 0, 0.300370842, 0)
- Mainframe.Size = UDim2.new(0, 315, 0, 322)
- Mainframe.Draggable = true
- Mainframe.Active = true
- Mainframe.Selectable = true
- Drag.Name = "Drag"
- Drag.Parent = Mainframe
- Drag.BackgroundColor3 = Color3.new(1, 0, 0)
- Drag.BorderSizePixel = 0
- Drag.Size = UDim2.new(0, 315, 0, 37)
- btnmainclose.Name = "btnmainclose"
- btnmainclose.Parent = Drag
- btnmainclose.BackgroundColor3 = Color3.new(1, 0, 0)
- btnmainclose.BorderSizePixel = 0
- btnmainclose.Position = UDim2.new(0.88253969, 0, 0, 0)
- btnmainclose.Size = UDim2.new(0, 37, 0, 37)
- btnmainclose.Font = Enum.Font.SourceSans
- btnmainclose.Text = "X"
- btnmainclose.TextColor3 = Color3.new(1, 1, 1)
- btnmainclose.TextScaled = true
- btnmainclose.TextSize = 14
- btnmainclose.TextWrapped = true
- btnmainclose.MouseButton1Down:connect(function()
- OtherFrame.Visible = false
- CarFrame.Visible = false
- LocalFrame.Visible = false
- framemini.Visible = true
- Mainframe.Visible = false
- end)
- TextLabel.Parent = Drag
- TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 278, 0, 37)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "GIW | Jailbreak GUI"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- btnlocal.Name = "btnlocal"
- btnlocal.Parent = Mainframe
- btnlocal.BackgroundColor3 = Color3.new(1, 0, 0)
- btnlocal.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btnlocal.BorderSizePixel = 0
- btnlocal.Position = UDim2.new(0.0222222246, 0, 0.142857149, 0)
- btnlocal.Size = UDim2.new(0, 94, 0, 36)
- btnlocal.Font = Enum.Font.SourceSans
- btnlocal.Text = "Local"
- btnlocal.TextColor3 = Color3.new(1, 1, 1)
- btnlocal.TextScaled = true
- btnlocal.TextSize = 14
- btnlocal.TextWrapped = true
- btnlocal.MouseButton1Down:connect(function()
- LocalFrame.Visible = true
- end)
- btncar.Name = "btncar"
- btncar.Parent = Mainframe
- btncar.BackgroundColor3 = Color3.new(1, 0, 0)
- btncar.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btncar.BorderSizePixel = 0
- btncar.Position = UDim2.new(0.349206358, 0, 0.142857134, 0)
- btncar.Size = UDim2.new(0, 94, 0, 36)
- btncar.Font = Enum.Font.SourceSans
- btncar.Text = "Car"
- btncar.TextColor3 = Color3.new(1, 1, 1)
- btncar.TextScaled = true
- btncar.TextSize = 14
- btncar.TextWrapped = true
- btncar.MouseButton1Down:connect(function()
- CarFrame.Visible = true
- end)
- btnother.Parent = Mainframe
- btnother.BackgroundColor3 = Color3.new(1, 0, 0)
- btnother.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btnother.BorderSizePixel = 0
- btnother.Position = UDim2.new(0.679365098, 0, 0.142857164, 0)
- btnother.Size = UDim2.new(0, 94, 0, 36)
- btnother.Font = Enum.Font.SourceSans
- btnother.Text = "Other"
- btnother.TextColor3 = Color3.new(1, 1, 1)
- btnother.TextScaled = true
- btnother.TextSize = 14
- btnother.TextWrapped = true
- btnother.MouseButton1Down:connect(function()
- OtherFrame.Visible = true
- end)
- LocalFrame.Name = "LocalFrame"
- LocalFrame.Parent = ScreenGui
- LocalFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- LocalFrame.Position = UDim2.new(0.154609919, 0, 0.300370842, 0)
- LocalFrame.Size = UDim2.new(0, 315, 0, 322)
- LocalFrame.Visible = false
- LocalFrame.Draggable = true
- LocalFrame.Active = true
- LocalFrame.Selectable = true
- Drag_2.Name = "Drag"
- Drag_2.Parent = LocalFrame
- Drag_2.BackgroundColor3 = Color3.new(1, 0, 0)
- Drag_2.BorderSizePixel = 0
- Drag_2.Size = UDim2.new(0, 315, 0, 37)
- btnlocalclose.Name = "btnlocalclose"
- btnlocalclose.Parent = Drag_2
- btnlocalclose.BackgroundColor3 = Color3.new(1, 0, 0)
- btnlocalclose.BorderSizePixel = 0
- btnlocalclose.Position = UDim2.new(0.88253969, 0, 0, 0)
- btnlocalclose.Size = UDim2.new(0, 37, 0, 37)
- btnlocalclose.Font = Enum.Font.SourceSans
- btnlocalclose.Text = "X"
- btnlocalclose.TextColor3 = Color3.new(1, 1, 1)
- btnlocalclose.TextScaled = true
- btnlocalclose.TextSize = 14
- btnlocalclose.TextWrapped = true
- btnlocalclose.MouseButton1Down:connect(function()
- LocalFrame.Visible = false
- end)
- TextLabel_2.Parent = Drag_2
- TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Size = UDim2.new(0, 278, 0, 37)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "GIW | Local"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- btnitemgiver.Name = "btnitemgiver"
- btnitemgiver.Parent = LocalFrame
- btnitemgiver.BackgroundColor3 = Color3.new(1, 0, 0)
- btnitemgiver.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btnitemgiver.BorderSizePixel = 0
- btnitemgiver.Position = UDim2.new(0.0222222246, 0, 0.142857149, 0)
- btnitemgiver.Size = UDim2.new(0, 94, 0, 36)
- btnitemgiver.Font = Enum.Font.SourceSans
- btnitemgiver.Text = "Item Giver"
- btnitemgiver.TextColor3 = Color3.new(1, 1, 1)
- btnitemgiver.TextScaled = true
- btnitemgiver.TextSize = 14
- btnitemgiver.TextWrapped = true
- btnitemgiver.MouseButton1Down:connect(function()
- local plr = game:GetService("Players").LocalPlayer
- local Giver = nil
- if not workspace:FindFirstChild("Givers") then return end
- if Giver then
- for i,v in pairs(Giver) do
- v.ClickDetector.Parent = v.OriginalParent
- v.Event:Disconnect()
- end
- getmetatable(Giver):Destroy()
- end
- Giver = {}
- local g = Giver
- local p = Instance.new("Part", workspace)
- p.Anchored = true
- p.CanCollide = false
- p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
- setmetatable(Giver, {__metatable = p})
- for i,v in pairs(workspace.Givers:GetChildren()) do
- local cd = v:FindFirstChildOfClass"ClickDetector"
- if cd then
- local newt = {}
- newt.ClickDetector = cd
- newt.OriginalParent = v
- cd.Parent = p
- newt.Event = cd.MouseClick:connect(function()
- cd.Parent = v
- end)
- table.insert(Giver, newt)
- end
- end
- spawn(function()
- wait(10)
- if Giver == g then
- Giver = nil
- for i,v in pairs(g) do
- v.ClickDetector.Parent = v.OriginalParent
- v.Event:Disconnect()
- end
- getmetatable(g):Destroy()
- end
- end)
- end)
- CarFrame.Name = "CarFrame"
- CarFrame.Parent = ScreenGui
- CarFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- CarFrame.Position = UDim2.new(0.619858146, 0, 0.300370842, 0)
- CarFrame.Size = UDim2.new(0, 315, 0, 322)
- CarFrame.Visible = false
- CarFrame.Draggable = true
- CarFrame.Active = true
- CarFrame.Selectable = true
- Drag_3.Name = "Drag"
- Drag_3.Parent = CarFrame
- Drag_3.BackgroundColor3 = Color3.new(1, 0, 0)
- Drag_3.BorderSizePixel = 0
- Drag_3.Size = UDim2.new(0, 315, 0, 37)
- btncarclose.Name = "btncarclose"
- btncarclose.Parent = Drag_3
- btncarclose.BackgroundColor3 = Color3.new(1, 0, 0)
- btncarclose.BorderSizePixel = 0
- btncarclose.Position = UDim2.new(0.88253969, 0, 0, 0)
- btncarclose.Size = UDim2.new(0, 37, 0, 37)
- btncarclose.Font = Enum.Font.SourceSans
- btncarclose.Text = "X"
- btncarclose.TextColor3 = Color3.new(1, 1, 1)
- btncarclose.TextScaled = true
- btncarclose.TextSize = 14
- btncarclose.TextWrapped = true
- btncarclose.MouseButton1Down:connect(function()
- CarFrame.Visible = false
- end)
- TextLabel_3.Parent = Drag_3
- TextLabel_3.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Size = UDim2.new(0, 278, 0, 37)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "GIW | Car"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- btnitro.Name = "btnitro"
- btnitro.Parent = CarFrame
- btnitro.BackgroundColor3 = Color3.new(1, 0, 0)
- btnitro.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btnitro.BorderSizePixel = 0
- btnitro.Position = UDim2.new(0.018709898, 0, 0.138419509, 0)
- btnitro.Size = UDim2.new(0, 94, 0, 36)
- btnitro.Font = Enum.Font.SourceSans
- btnitro.Text = "Infinite Nitro"
- btnitro.TextColor3 = Color3.new(1, 1, 1)
- btnitro.TextScaled = true
- btnitro.TextSize = 14
- btnitro.TextWrapped = true
- btnitro.MouseButton1Down:connect(function()
- local player = game:GetService("Players").LocalPlayer
- local playergui = player:WaitForChild("PlayerGui")
- local nitro = playergui.MainGui.Nitro
- local pguin = playergui.ProductGui.Nitro
- local pgui = playergui.ProductGui
- nitro.Name = "big_oofs"
- pguin:Destroy()
- local new = Instance.new("Model", pgui)
- new.Name = "Nitro" -- now you have infinite nitro :)
- print("infinite nitro loaded | credits to Peep and Nataski.")
- end)
- btngarage.Name = "btngarage"
- btngarage.Parent = CarFrame
- btngarage.BackgroundColor3 = Color3.new(1, 0, 0)
- btngarage.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btngarage.BorderSizePixel = 0
- btngarage.Position = UDim2.new(0.348868638, 0, 0.138419509, 0)
- btngarage.Size = UDim2.new(0, 94, 0, 36)
- btngarage.Font = Enum.Font.SourceSans
- btngarage.Text = "Pocket Garage"
- btngarage.TextColor3 = Color3.new(1, 1, 1)
- btngarage.TextScaled = true
- btngarage.TextSize = 14
- btngarage.TextWrapped = true
- btngarage.MouseButton1Down:connect(function()
- for i,v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Garage:GetChildren()) do
- if v.Name ~= "Buttons" and v.Name ~= "ExitGarage" then
- v.Visible = false
- end
- end
- if game:GetService("Players").LocalPlayer.PlayerGui.Garage.Buttons.Visible == false then
- game:GetService("Players").LocalPlayer.PlayerGui.Garage.Buttons.Visible = true
- game:GetService("Players").LocalPlayer.PlayerGui.Garage.ExitGarage.Visible = true
- game:GetService("Players").LocalPlayer.PlayerGui.Garage.Frame.Visible = false
- else
- game:GetService("Players").LocalPlayer.PlayerGui.Garage.Buttons.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.Garage.ExitGarage.Visible = false
- end
- end)
- btncarflight.Name = "btncarflight"
- btncarflight.Parent = CarFrame
- btncarflight.BackgroundColor3 = Color3.new(1, 0, 0)
- btncarflight.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btncarflight.BorderSizePixel = 0
- btncarflight.Position = UDim2.new(0.66950357, 0, 0.141525105, 0)
- btncarflight.Size = UDim2.new(0, 94, 0, 36)
- btncarflight.Font = Enum.Font.SourceSans
- btncarflight.Text = "Car Flight"
- btncarflight.TextColor3 = Color3.new(1, 1, 1)
- btncarflight.TextScaled = true
- btncarflight.TextSize = 14
- btncarflight.TextWrapped = true
- btncarflight.MouseButton1Down:connect(function()
- local plr = game:GetService"Players".LocalPlayer
- local m = plr:GetMouse()
- m.KeyDown:connect(function(k)
- if k == "m" then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- wait()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
- end
- end)
- end)
- OtherFrame.Name = "OtherFrame"
- OtherFrame.Parent = ScreenGui
- OtherFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- OtherFrame.Position = UDim2.new(0.00283682346, 0, 0.601977825, 0)
- OtherFrame.Size = UDim2.new(0, 315, 0, 322)
- OtherFrame.Visible = false
- OtherFrame.Draggable = true
- OtherFrame.Active = true
- OtherFrame.Selectable = true
- Drag_4.Name = "Drag"
- Drag_4.Parent = OtherFrame
- Drag_4.BackgroundColor3 = Color3.new(1, 0, 0)
- Drag_4.BorderSizePixel = 0
- Drag_4.Size = UDim2.new(0, 315, 0, 37)
- btnotherclose.Name = "btnotherclose"
- btnotherclose.Parent = Drag_4
- btnotherclose.BackgroundColor3 = Color3.new(1, 0, 0)
- btnotherclose.BorderSizePixel = 0
- btnotherclose.Position = UDim2.new(0.88253969, 0, 0, 0)
- btnotherclose.Size = UDim2.new(0, 37, 0, 37)
- btnotherclose.Font = Enum.Font.SourceSans
- btnotherclose.Text = "X"
- btnotherclose.TextColor3 = Color3.new(1, 1, 1)
- btnotherclose.TextScaled = true
- btnotherclose.TextSize = 14
- btnotherclose.TextWrapped = true
- btnotherclose.MouseButton1Down:connect(function()
- OtherFrame.Visible = false
- end)
- TextLabel_4.Parent = Drag_4
- TextLabel_4.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Size = UDim2.new(0, 278, 0, 37)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "GIW | Others"
- TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14
- TextLabel_4.TextWrapped = true
- framemini.Name = "framemini"
- framemini.Parent = ScreenGui
- framemini.BackgroundColor3 = Color3.new(1, 0, 0)
- framemini.BorderColor3 = Color3.new(1, 0, 0)
- framemini.BorderSizePixel = 0
- framemini.Position = UDim2.new(-2.70545897e-09, 0, 0.751545131, 0)
- framemini.Size = UDim2.new(0, 104, 0, 25)
- framemini.Visible = false
- framemini.Style = Enum.FrameStyle.RobloxRound
- btnopen.Name = "btnopen"
- btnopen.Parent = framemini
- btnopen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- btnopen.Position = UDim2.new(-0.0862531886, 0, -1.14785159, 0)
- btnopen.Size = UDim2.new(0, 104, 0, 29)
- btnopen.Font = Enum.Font.SourceSans
- btnopen.Text = "Open GUI"
- btnopen.TextColor3 = Color3.new(1, 1, 1)
- btnopen.TextScaled = true
- btnopen.TextSize = 14
- btnopen.TextWrapped = true
- btnopen.MouseButton1Down:connect(function()
- Mainframe.Visible = true
- end)
- btnaltdelete.Name = "btnaltdelete"
- btnaltdelete.Parent = LocalFrame
- btnaltdelete.BackgroundColor3 = Color3.new(1, 0, 0)
- btnaltdelete.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
- btnaltdelete.BorderSizePixel = 0
- btnaltdelete.Position = UDim2.new(0.349206358, 0, 0.142857149, 0)
- btnaltdelete.Size = UDim2.new(0, 94, 0, 36)
- btnaltdelete.Font = Enum.Font.SourceSans
- btnaltdelete.Text = "Alt Delete"
- btnaltdelete.TextColor3 = Color3.new(1, 1, 1)
- btnaltdelete.TextScaled = true
- btnaltdelete.TextSize = 14
- btnaltdelete.TextWrapped = true
- btnaltdelete.MouseButton1Down:connect(function()
- local Plr = game:GetService("Players").LocalPlayer
- local Mouse = Plr:GetMouse()
- Mouse.Button1Down:connect(function()
- if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) then return end
- if not Mouse.Target then return end
- Mouse.Target:Destroy()
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement