print 'made by FireServiceScripter and Urgiobut Including ChaoticRedSmile'
local Player = game.Players.LocalPlayer
Player.Chatted:connect(function(cht)
if cht:match("/guns") then
for i,v in pairs (Workspace.Prison_ITEMS.giver:GetChildren()) do
lol = Workspace.Remote.ItemHandler:InvokeServer(v.ITEMPICKUP)
print(lol)
end
elseif cht:match("/fastM9") then
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
elseif cht:match("/cmds") then
print('sorry you are using an too old version or the BETA version BETA isnt supporting cmds ')
end
end)
-- cmd bar
local input = Instance.new("TextBox")
input.Name = "input"
input.Parent = main
input.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
input.BorderColor3 = Color3.fromRGB(0, 0, 0)
input.BorderSizePixel = 3
input.Position = UDim2.new(0.876564801, 0, 0.966161072, 0)
input.Size = UDim2.new(0, 89, 0, 19)
input.Font = Enum.Font.SourceSans
input.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
input.PlaceholderText = "Input"
input.Text = ""
input.TextColor3 = Color3.fromRGB(255, 255, 255)
input.TextSize = 14.000
input.TextStrokeColor3 = Color3.fromRGB(255, 0, 0)
input.TextWrapped = true
print 'Admin has loaded Sucessfully !'
-- Loading
-- Watermark
local Water = Instance.new("ScreenGui")
local TextLabel = Instance.new("TextLabel")
Water.Name = game:GetService("HttpService"):GenerateGUID(true)
Water.Parent = (game:GetService("CoreGui") or gethui())
Water.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
TextLabel.Parent = Water
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.Position = UDim2.new(0.00658436213, 0, 0, 0)-UDim2.new(0,0,1,0)
TextLabel.Size = UDim2.new(0, 200, 0, 32)
TextLabel.Font = Enum.Font.Cartoon
TextLabel.Text = "Admin Has Loaded!"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true
TextLabel.TextXAlignment = Enum.TextXAlignment.Left
TextLabel:TweenPosition(UDim2.new(0.00658436213, 0, 0, 0),"Out","Quart",1)
UIGradient.Color =ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(196, 8, 202)), ColorSequenceKeypoint.new(0.13, Color3.fromRGB(199, 15, 191)), ColorSequenceKeypoint.new(0.48, Color3.fromRGB(247, 127, 28)), ColorSequenceKeypoint.new(0.89, Color3.fromRGB(254, 7, 59)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 2, 61))}
UIGradient.Parent = TextLabel
task.spawn(function()
while game do
task.wait()
UIGradient.Rotation +=.05
end
end)
To embed this project on your website, copy the following code and paste it into your website's HTML: