Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local FazzaRblxHACK = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local MainFrame = Instance.new("Frame")
- local Title = Instance.new("TextBox")
- local Creadits = Instance.new("TextBox")
- local Fastm9 = Instance.new("TextButton")
- local AllGuns = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- --Properties:
- FazzaRblxHACK.Name = "FazzaRblxHACK"
- FazzaRblxHACK.Parent = game.CoreGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = FazzaRblxHACK
- OpenFrame.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- OpenFrame.Position = UDim2.new(0, 0, 0.667731643, 0)
- OpenFrame.Size = UDim2.new(0, 87, 0, 34)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Open.Size = UDim2.new(0, 87, 0, 35)
- Open.Font = Enum.Font.SourceSansBold
- Open.Text = "OPEN"
- Open.TextColor3 = Color3.new(0.333333, 1, 1)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- MainFrame.Visible = false
- end)
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = FazzaRblxHACK
- MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- MainFrame.Position = UDim2.new(0.213047907, 0, 0.309904158, 0)
- MainFrame.Size = UDim2.new(0, 215, 0, 313)
- MainFrame.Active = true
- MainFrame.Draggable = true
- Title.Name = "Title"
- Title.Parent = MainFrame
- Title.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Title.Size = UDim2.new(0, 215, 0, 34)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "PRISON LIFE GUI V.1.0"
- Title.TextColor3 = Color3.new(0.333333, 1, 1)
- Title.TextSize = 14
- Creadits.Name = "Creadits"
- Creadits.Parent = MainFrame
- Creadits.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Creadits.Position = UDim2.new(0, 0, 0.900958478, 0)
- Creadits.Size = UDim2.new(0, 215, 0, 31)
- Creadits.Font = Enum.Font.SourceSans
- Creadits.Text = "Credits Bye FazzaRBLX On Yotube"
- Creadits.TextColor3 = Color3.new(0.333333, 1, 1)
- Creadits.TextSize = 14
- Fastm9.Name = "Fastm9"
- Fastm9.Parent = MainFrame
- Fastm9.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Fastm9.Position = UDim2.new(0.148837209, 0, 0.322683692, 0)
- Fastm9.Size = UDim2.new(0, 151, 0, 35)
- Fastm9.Font = Enum.Font.SourceSansBold
- Fastm9.Text = "Fast M9"
- Fastm9.TextColor3 = Color3.new(0.333333, 1, 1)
- Fastm9.TextScaled = true
- Fastm9.TextSize = 14
- Fastm9.TextWrapped = true
- Fastm9.MouseButton1Down:connect(function()
- local player = game:GetService("Players").LocalPlayer
- local gun = player.Backpack:FindFirstChild("M9")
- local sM = require(gun:FindFirstChild("GunStates"))
- sM["Damage"] = 999
- sM["MaxAmmo"] = 9999991
- sM["StoredAmmo"] = 9999991
- sM["FireRate"] = 0.05
- sM["AmmoPerClip"] = 9999991
- sM["Range"] = 5000
- sM["ReloadTime"] = 0.05
- sM["Bullets"] = 10
- sM["AutoFire"] = true
- end)
- AllGuns.Name = "AllGuns"
- AllGuns.Parent = MainFrame
- AllGuns.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- AllGuns.Position = UDim2.new(0.148837209, 0, 0.552715659, 0)
- AllGuns.Size = UDim2.new(0, 151, 0, 35)
- AllGuns.Font = Enum.Font.SourceSansBold
- AllGuns.Text = "All Guns"
- AllGuns.TextColor3 = Color3.new(0.333333, 1, 1)
- AllGuns.TextScaled = true
- AllGuns.TextSize = 14
- AllGuns.TextWrapped = true
- AllGuns.MouseButton1Down:connect(function()
- for i,v in pairs(Workspace.Prison_ITEMS.giver:GetChildren()) do
- lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
- print(lol)
- end
- end)
- Close.Name = "Close"
- Close.Parent = MainFrame
- Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Close.Position = UDim2.new(0.851162791, 0, 0.0159744415, 0)
- Close.Size = UDim2.new(0, 32, 0, 24)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0.333333, 1, 1)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- MainFrame.Visible = true
- OpenFrame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment