Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Exploit Godz.
- -- Version: 2.82
- -- Instances:
- local prison = Instance.new("ScreenGui")
- local frame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local credits = Instance.new("TextBox")
- local m9 = Instance.new("TextButton")
- local all = Instance.new("TextButton")
- local btools = Instance.new("TextButton")
- local aura = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- --Properties:
- prison.Name = "prison"
- prison.Parent = game.Workspace
- frame.Name = "frame"
- frame.Parent = prison
- frame.BackgroundColor3 = Color3.new(0, 0, 0)
- frame.Position = UDim2.new(0, 0, 0.479217619, 0)
- frame.Size = UDim2.new(0, 152, 0, 33)
- Open.Name = "Open"
- Open.Parent = frame
- Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- Open.BackgroundTransparency = 0.89999997615814
- Open.Position = UDim2.new(-0.0197368413, 0, 0.24242425, 0)
- Open.Size = UDim2.new(0, 155, 0, 18)
- Open.Font = Enum.Font.SciFi
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 14
- Main.Name = "Main"
- Main.Parent = prison
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- frame.Visible = false
- end)
- Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Main.Position = UDim2.new(0.316495657, 0, 0.207823962, 0)
- Main.Size = UDim2.new(0, 406, 0, 192)
- Main.Visible = false
- credits.Name = "credits"
- Main.Active = true
- Main.Draggable = true
- credits.Parent = Main
- credits.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- credits.BorderSizePixel = 0
- credits.Size = UDim2.new(0, 401, 0, 35)
- credits.Font = Enum.Font.SourceSansSemibold
- credits.Text = "PrisonLifeGui Made By Exploit Godz"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextSize = 20
- m9.Name = "m9"
- m9.Parent = Main
- m9.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- m9.BorderSizePixel = 0
- m9.Position = UDim2.new(0.0473815426, 0, 0.25, 0)
- m9.Size = UDim2.new(0, 168, 0, 30)
- m9.Font = Enum.Font.SciFi
- m9.Text = "Fast M9"
- m9.TextColor3 = Color3.new(1, 1, 1)
- m9.TextSize = 20
- all.Name = "all"
- all.Parent = Main
- all.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- all.BorderSizePixel = 0
- all.Position = UDim2.new(0.538653255, 0, 0.25, 0)
- all.Size = UDim2.new(0, 168, 0, 30)
- all.Font = Enum.Font.SciFi
- all.Text = "All Guns"
- all.TextColor3 = Color3.new(1, 1, 1)
- all.TextSize = 20
- m9.MouseButton1Down:connect(function()
- local player = game:GetService("Players").LocalPlayer
- local gun = player.Backpack:FindFirstChild("M9")
- local sM = require(gun:FindFirstChild("GunStates"))
- sM["Damage"] = 9999
- sM["MaxAmmo"] = 99999919
- sM["StoredAmmo"] = 9999991
- sM["FireRate"] = 0.05
- sM["AmmoPerClip"] = 9999991
- sM["Range"] = 5000
- sM["ReloadTime"] = 0.05
- sM["Bullets"] = 10
- sM["AutoFire"] = true
- end)
- btools.Name = "btools"
- btools.Parent = Main
- btools.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- btools.BorderSizePixel = 0
- btools.Position = UDim2.new(0.0473814905, 0, 0.491666675, 0)
- btools.Size = UDim2.new(0, 168, 0, 30)
- btools.Font = Enum.Font.SciFi
- btools.Text = "Btools"
- btools.TextColor3 = Color3.new(1, 1, 1)
- btools.TextSize = 20
- all
- .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)
- aura.Name = "aura"
- aura.Parent = Main
- aura.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- aura.BorderSizePixel = 0
- aura.Position = UDim2.new(0.538653314, 0, 0.491666675, 0)
- aura.Size = UDim2.new(0, 168, 0, 30)
- aura.Font = Enum.Font.SciFi
- aura.Text = "Kill Aura"
- aura.TextColor3 = Color3.new(1, 1, 1)
- aura.TextSize = 20
- Close.MouseButton1Down:connect(function()
- frame.Visible = true
- Main. Visible = false
- end)
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
- Close.Position = UDim2.new(0.884236455, 0, 0, 0)
- Close.Size = UDim2.new(0, 47, 0, 35)
- Close.Font = Enum.Font.SourceSansBold
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 20
- -- Scripts:
Add Comment
Please, Sign In to add comment