print 'Made by FireServiceScripter and Urgiobut'

-- Tables :

local whitelist = {"Urgiobut", "FireServiceScripter", "XybName", "c00lkiddoso", "ChaoticRedSmile"}

print(whitelist[1]) print(whitelist[2]) print(whitelist[3]) print(whitelist[4]) print(whitelist[5])

-- Whitelist

local player = game.Players.LocalPlayer

if player.Name == "FireServiceScripter" or "XybName" or "Urgiobut" or "c00lkiddoso" or "c00lkiddoso1" or "FireServiceScripter1" or "ChaoticRedSmile" then
    print("Whitelisted")
else
    player:Kick("Cry about it skid")
end

-- This is only made for testing about coding

-- Chaos :

while true do
    wait(1)
    print("THIS GAME IS HACKED")
    warn("THIS GAME IS HACKED")
end

-- Instances :

local main = Instance.new("ScreenGui")
local frame = Instance.new("Frame")
local titler = Instance.new("TextLabel")
local button = Instance.new("TextButton")
local button2 = Instance.new("TextButton")
local button3 = Instance.new("TextButton")
local button4 = Instance.new("TextButton")
local button5 = Instance.new("TextButton")
local button6 = Instance.new("TextButton")
local button7 = Instance.new("TextButton")
local button8 = Instance.new("TextButton")


local close = Instance.new("TextButton")


main.Name = "main"
main.Parent = game.CoreGui

frame.Name = "frame"
frame.Parent = main
frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
frame.BorderColor3 = Color3.fromRGB(255, 0, 0)
frame.BorderSizePixel = 3
frame.Position = UDim2.new(0,3,0.3,0)
frame.Size = UDim2.new(0, 300, 0, 400)

titler.Name = "titler"
titler.Parent = frame
titler.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
titler.BorderColor3 = Color3.fromRGB(255, 0, 0)
titler.BorderSizePixel = 3
titler.Size = UDim2.new(0, 300, 0, 40)
titler.Font = Enum.Font.SourceSans
titler.Text = "Testing gui"
titler.TextColor3 = Color3.fromRGB(255, 255, 255)
titler.TextSize = 24.000
titler.Active = true
titler.Draggable = true

button.Name = "button"
button.Parent = frame
button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button.BorderColor3 = Color3.fromRGB(255, 0, 0)
button.BorderSizePixel = 3
button.Position = UDim2.new(0, 0, 0.100000001, 0)
button.Size = UDim2.new(0, 75, 0, 30)
button.Font = Enum.Font.SourceSans
button.Text = "idk"
button.TextColor3 = Color3.fromRGB(255, 255, 255)
button.TextSize = 14.000
button.TextWrapped = true

button2.Name = "button2"
button2.Parent = frame
button2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
button2.BorderColor3 = Color3.fromRGB(255, 0, 0)
button2.BorderSizePixel = 3
button2.Position = UDim2.new(0.25, 0, 0.100000001, 0)
button2.Size = UDim2.new(0, 75, 0, 30)
button2.Font = Enum.Font.SourceSans
button2.Text = "Get Items"
button2.TextColor3 = Color3.fromRGB(255, 255, 255)
button2.TextSize = 14.000
button2.TextWrapped = true


close.Name = "close"
close.Name = main
close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
close.BorderColor3 = Color3.fromRGB(255, 0, 0)
close.BorderSizePixel = 3
close.Position = UDim2.new(0,3,0.3,380)
close.Size = UDim2.new(0, 300, 0, 20)
close.Font = Enum.Font.SourceSans
close.Text = "Close"
close.TextColor3 = Color3.fromRGB(255, 255, 255)
close.TextSize = 18.000

-- Scripts :

close.MouseButton1Down:connect(function()
        if close.Text == "Close" then
            frame.Visible = false
            close.Text = "Open" else
            frame.Visible = true
            close.Text = "Close"
        end
end)

button.MouseButton1Down:connect(function()
local weapons = {"Remington 870", "M9", "AK-47"}
        for i,v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
            for i,v in pairs(weapons) do
                if v.Name ==  k then
                    v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
                end
            end
        end
    end)

button2.MouseButton1Down:connect(function()
        local copy = game.ReplicatedStorage.Tools{"Sharpened stick"}:Clone()

        copy.Parent = game.Players.LocalPlayer.Backpack

        local copy2 = game.ReplicatedStorage.Tools{"Extendo mirror"}:Clone()

        copy2.Parent = game.Players.LocalPlayer.Backpack
    end)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: