Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(94, 94, 94)
- main.Position = UDim2.new(0.566693544, 0, 0.60100168, 0)
- main.Size = UDim2.new(0, 517, 0, 223)
- main.Active = true
- main.Draggable = true
- m9.Name = "m9"
- m9.Parent = main
- m9.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- m9.Position = UDim2.new(0.0444874242, 0, 0.340807199, 0)
- m9.Size = UDim2.new(0, 99, 0, 50)
- m9.Font = Enum.Font.SourceSans
- m9.Text = "FAST M9"
- m9.TextColor3 = Color3.fromRGB(255, 255, 255)
- m9.TextSize = 14.000
- m9.MouseButton1Down:connect(function()
- local player = game:GetService("Players").LocalPlayer
- local gun = player.Backpack:FindFirstChild("M9")
- local sM = require(gun:FindFirstChild("GunStates"))
- sM["Damage"] = 99999
- sM["MaxAmmo"] = 9999991
- sM["StoredAmmo"] = 9999991
- sM["FireRate"] = 0.05
- sM["AmmoPerClip"] = 9999991
- sM["Range"] = 5000
- sM["ReloadTime"] = 0.05
- sM["Bullets"] = 1
- sM["AutoFire"] = true
- end)
- ak.Name = "ak"
- ak.Parent = main
- ak.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ak.Position = UDim2.new(0.33655709, 0, 0.358744413, 0)
- ak.Size = UDim2.new(0, 125, 0, 46)
- ak.Font = Enum.Font.SourceSans
- ak.Text = "FAST AK"
- ak.TextColor3 = Color3.fromRGB(255, 255, 255)
- ak.TextSize = 14.000
- ak.MouseButton1Down:connect(function()
- local player = game:GetService("Players").LocalPlayer
- local gun = player.Backpack:FindFirstChild("AK-47")
- local sM = require(gun:FindFirstChild("GunStates"))
- sM["Damage"] = 99999
- sM["MaxAmmo"] = 9999991
- sM["StoredAmmo"] = 9999991
- sM["FireRate"] = 0.05
- sM["AmmoPerClip"] = 9999991
- sM["Range"] = 5000
- sM["ReloadTime"] = 0.05
- sM["Bullets"] = 1
- sM["AutoFire"] = true
- end)
- remington.Name = "remington"
- remington.Parent = main
- remington.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- remington.Position = UDim2.new(0.67311424, 0, 0.358744383, 0)
- remington.Size = UDim2.new(0, 110, 0, 50)
- remington.Font = Enum.Font.SourceSans
- remington.Text = "FAST SHOTGUN"
- remington.TextColor3 = Color3.fromRGB(255, 255, 255)
- remington.TextSize = 14.000
- remington.MouseButton1Down:connect(function()
- local player = game:GetService("Players").LocalPlayer
- local gun = player.Backpack:FindFirstChild("Remington 870")
- local sM = require(gun:FindFirstChild("GunStates"))
- sM["Damage"] = 99999
- sM["MaxAmmo"] = 9999991
- sM["StoredAmmo"] = 9999991
- sM["FireRate"] = 0.1
- sM["AmmoPerClip"] = 9999991
- sM["Range"] = 5000
- sM["ReloadTime"] = 0.05
- sM["Bullets"] = 1
- sM["AutoFire"] = true
- end)
- thankslabel.Name = "thankslabel"
- thankslabel.Parent = main
- thankslabel.BackgroundColor3 = Color3.fromRGB(124, 124, 124)
- thankslabel.Size = UDim2.new(0, 517, 0, 50)
- thankslabel.Font = Enum.Font.SourceSans
- thankslabel.Text = "FAST GUNS FOR PRISON LIFE"
- thankslabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- thankslabel.TextSize = 30.000
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(98, 98, 98)
- TextLabel.Position = UDim2.new(0, 0, 0.775784731, 0)
- TextLabel.Size = UDim2.new(0, 517, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Thanks For Using :)"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 30.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement