local Player = [Link].
LocalPlayer
local PlayerName = [Link]
local Library = loadstring(game:HttpGet("[Link]
Kavo-UI-Library/main/[Link]"))()
local Window = [Link]("Ri Hub By Rismo", "BloodTheme")
local Main = Window:NewTab("Main")
local Scripts = Window:NewTab("Scripts")
local PlayerSection = Main:NewSection("Player")
local GunSection = Main:NewSection("Guns")
local TeamSection = Main:NewSection("Team")
local AdminSection = Scripts:NewSection("Admin Scripts")
local UsefulSection = Scripts:NewSection("Useful Scripts")
--Player Section
PlayerSection:NewSlider("Walkspeed", "Changes your walkspeed.", 200, 16,
function(s)
[Link] = s
end)
PlayerSection:NewSlider("Jump Power", "Changes your Jumppower.", 200, 50,
function(s)
[Link] = s
end)
--Guns Section
GunSection:NewButton("Get Shotgun", "Get the Remington 870 Weapon in your
inventory.", function()
local args = {
[1] = workspace.Prison_ITEMS.giver:FindFirstChild("Remington
870").ITEMPICKUP
}
[Link]:InvokeServer(unpack(args))
end)
GunSection:NewButton("Get Pistol", "Get the M9 Weapon in your inventory.",
function()
local args = {
[1] = workspace.Prison_ITEMS.[Link]
}
[Link]:InvokeServer(unpack(args))
end)
GunSection:NewButton("Get Ak-47", "Get the Ak-47 Weapon in your inventory.",
function()
local args = {
[1] = workspace.Prison_ITEMS.giver:FindFirstChild("AK-47").ITEMPICKUP
}
[Link]:InvokeServer(unpack(args))
end)
GunSection:NewButton("Get M4A1", "You need the Riot Police gamepass.", function()
local args = {
[1] = workspace.Prison_ITEMS.[Link]
}
[Link]:InvokeServer(unpack(args))
end)
GunSection:NewDropdown("Gun Mod", "Makes the gun really overpowered.", {"M9",
"Remington 870", "AK-47", "Taser"}, function(v)
local module = nil
if game:GetService("Players").[Link]:FindFirstChild(v) then
module =
require(game:GetService("Players").[Link][v].GunStates)
elseif game:GetService("Players").[Link]:FindFirstChild(v) then
module =
require(game:GetService("Players").[Link][v].GunStates)
end
if module ~= nil then
module["MaxAmmo"] = [Link]
module["CurrentAmmo"] = [Link]
module["StoredAmmo"] = [Link]
module["FireRate"] = 0.000001
module["Spread"] = 0
module["Range"] = [Link]
module["Bullets"] = 10
module["ReloadTime"] = 0.000001
module["AutoFire"] = true
end
end)
GunSection:NewButton("Aimbot", "Nice universal aimbot.", function()
local deltaX = nil
local deltaY = nil
local aimDeltaX = nil
local aimDeltaY = nil
local gameAimButton = nil
loadstring(game:HttpGet("[Link] true))()
end)
-- TeamSection
TeamSection:NewButton("Switch to Inmate", "Switch to the inmate team.", function()
local args = {
[1] = "Bright orange"
}
[Link]:FireServer(unpack(args))
local args = {
[1] = PlayerName
}
[Link]:InvokeServer(unpack(args))
end)
TeamSection:NewButton("Switch to Guards", "Switch to the guards team.", function()
local args = {
[1] = "Bright blue"
}
[Link]:FireServer(unpack(args))
local args = {
[1] = PlayerName
}
[Link]:InvokeServer(unpack(args))
end)
TeamSection:NewButton("Switch to Neutral", "Switch to the Neutral team.",
function()
local args = {
[1] = game:GetService("Players").LocalPlayer,
[2] = "Medium stone grey"
}
[Link]:InvokeServer(unpack(args))
local args = {
[1] = PlayerName
}
[Link]:InvokeServer(unpack(args))
end)
-- scripts
AdminSection:NewButton("Inf Yield", "Nice FE admin script.", function()
loadstring(game:HttpGet('[Link]
infiniteyield/master/source'))()
end)
AdminSection:NewButton("Fates Admin", "One of the best FE admin scripts.",
function()
loadstring(game:HttpGet("[Link]
main/[Link]"))()
end)
UsefulSection:NewButton("DarkDex", "Allows you to see everything in the game.",
function()
loadstring(game:HttpGet("[Link]
b757fe011e7e600c0873f967fe427dc2/raw/ee5324771f017073fc30e640323ac2a9b3bfc550/dark
%2520dex%2520v4"))()
end)
UsefulSection:NewButton("SimpleSpy", "A musthave for making roblox exploits.",
function()
loadstring(game:HttpGet("[Link]
raw/master/[Link]"))()
end)