local Rayfield = loadstring(game:HttpGet('[Link]
menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "prison life",
LoadingTitle = "prison life hub",
LoadingSubtitle = "by SFscript",
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "sfscriptsprisonlife"
},
Discord = {
Enabled = false,
Invite = "noinvitelink", -- The Discord invite code, do not include
[Link]/. E.g. [Link]/ABCD would be ABCD
RememberJoins = true -- Set this to false to make them join the discord every
time they load it up
},
KeySystem = false, -- Set this to true to use our key system
KeySettings = {
Title = "Untitled",
Subtitle = "Key System",
Note = "No method of obtaining the key is provided",
FileName = "Key", -- It is recommended to use something unique as other
scripts using Rayfield may overwrite your key file
SaveKey = true, -- The user's key will be saved, but if you change the key,
they will be unable to use your script
GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site
you would like Rayfield to get the key from
Key = {"Hello"} -- List of keys that will be accepted by the system, can be
RAW file links (pastebin, github etc) or simple strings ("hello","key22")
}
})
local MainTab = Window:CreateTab("Home", nil) -- Title, Image
local MainSection = MainTab:CreateSection("Section Example")
Rayfield:Notify({
Title = "Script Active",
Content = "prison life script made by sfscript",
Duration = 6.5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})
local Toggle = MainTab:CreateToggle({
Name = "JumpBoost",
CurrentValue = false,
Flag = "Toggle1",
Callback = function(Value)
if Value == true then
game:GetService('Players').[Link] =
100
else
game:GetService('Players').[Link] =
50 -- or whatever the default jump power is
end
end,
})
local Slider = MainTab:CreateSlider({
Name = "walkspeed",
Range = {0, 300},
Increment = 1,
Suffix = "speed",
CurrentValue = 16,
Flag = "Slider1", -- A flag is the identifier for the configuration file, make
sure every element has a different flag if you're using configuration saving to
ensure no overlaps
Callback = function(Value)
[Link] = (Value)
end,
})
local TeleportTab = Window:CreateTab("teleport", niil) -- Title, Image
local Section = TeleportTab:CreateSection("locations")
local Button = TeleportTab:CreateButton({
Name = "crimbase",
Callback = function()
local player = game:GetService("Players").LocalPlayer
local teleportPos = [Link](-850,100,2000)
[Link] = [Link](teleportPos)
end,
})
local Button = TeleportTab:CreateButton({
Name = "prison",
Callback = function()
local player = game:GetService("Players").LocalPlayer
local teleportPos = [Link](910,100,2380)
[Link] = [Link](teleportPos)
end,
})
local Button = TeleportTab:CreateButton({
Name = "yard",
Callback = function()
local player = game:GetService("Players").LocalPlayer
local teleportPos = [Link](820,100,2430)
[Link] = [Link](teleportPos)
end,
})
local Button = TeleportTab:CreateButton({
Name = "armory",
Callback = function()
local player = game:GetService("Players").LocalPlayer
local teleportPos = [Link](820,100,2450)
[Link] = [Link](teleportPos)
end,
})
local Workspace = game:GetService("Workspace")
local CoreGui = game:GetService("CoreGui")
local Players = game:GetService("Players")
local Noclip = [Link]("ScreenGui")
local BG = [Link]("Frame")
local Title = [Link]("TextLabel")
local Toggle = [Link]("TextButton")
local StatusPF = [Link]("TextLabel")
local Status = [Link]("TextLabel")
local Credit = [Link]("TextLabel")
local Plr = [Link]
local Clipon = false
[Link] = "Noclip"
[Link] = [Link]
[Link] = "BG"
[Link] = Noclip
BG.BackgroundColor3 = [Link](0.0980392, 0.0980392, 0.0980392)
BG.BorderColor3 = [Link](0.0588235, 0.0588235, 0.0588235)
[Link] = 2
[Link] = [Link](0.149479166, 0, 0.82087779, 0)
[Link] = [Link](0, 210, 0, 127)
[Link] = true
[Link] = true
[Link] = "Title"
[Link] = BG
Title.BackgroundColor3 = [Link](0.266667, 0.00392157, 0.627451)
Title.BorderColor3 = [Link](0.180392, 0, 0.431373)
[Link] = 2
[Link] = [Link](0, 210, 0, 33)
[Link] = [Link]
[Link] = "Noclip"
Title.TextColor3 = [Link](1, 1, 1)
[Link] = [Link].Size32
[Link] = 30
Title.TextStrokeColor3 = [Link](0.180392, 0, 0.431373)
[Link] = 0
[Link] = BG
Toggle.BackgroundColor3 = [Link](0.266667, 0.00392157, 0.627451)
Toggle.BorderColor3 = [Link](0.180392, 0, 0.431373)
[Link] = 2
[Link] = [Link](0.152380958, 0, 0.374192119, 0)
[Link] = [Link](0, 146, 0, 36)
[Link] = [Link]
[Link] = [Link].Size28
[Link] = "Toggle"
Toggle.TextColor3 = [Link](1, 1, 1)
[Link] = 25
Toggle.TextStrokeColor3 = [Link](0.180392, 0, 0.431373)
[Link] = 0
[Link] = "StatusPF"
[Link] = BG
StatusPF.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.314285725, 0, 0.708661377, 0)
[Link] = [Link](0, 56, 0, 20)
[Link] = [Link]
[Link] = [Link].Size24
[Link] = "Status:"
StatusPF.TextColor3 = [Link](1, 1, 1)
[Link] = 20
StatusPF.TextStrokeColor3 = [Link](0.333333, 0.333333, 0.333333)
[Link] = 0
[Link] = true
[Link] = "Status"
[Link] = BG
Status.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.580952346, 0, 0.708661377, 0)
[Link] = [Link](0, 56, 0, 20)
[Link] = [Link]
[Link] = [Link].Size14
[Link] = "off"
Status.TextColor3 = [Link](0.666667, 0, 0)
[Link] = true
[Link] = 14
Status.TextStrokeColor3 = [Link](0.180392, 0, 0.431373)
[Link] = true
[Link] = [Link]
[Link] = "Credit"
[Link] = BG
Credit.BackgroundColor3 = [Link](1, 1, 1)
[Link] = 1
[Link] = [Link](0.195238099, 0, 0.866141737, 0)
[Link] = [Link](0, 128, 0, 17)
[Link] = [Link]
[Link] = [Link].Size18
[Link] = "Created by Sheepz"
Credit.TextColor3 = [Link](1, 1, 1)
[Link] = 16
Credit.TextStrokeColor3 = [Link](0.196078, 0.196078, 0.196078)
[Link] = 0
[Link] = true
Toggle.MouseButton1Click:connect(function()
if [Link] == "off" then
Clipon = true
[Link] = "on"
Status.TextColor3 = [Link](0,185,0)
Stepped = game:GetService("RunService").Stepped:Connect(function()
if not Clipon == false then
for a, b in pairs(Workspace:GetChildren()) do
if [Link] == [Link] then
for i, v in pairs(Workspace[[Link]]:GetChildren()) do
if v:IsA("BasePart") then
[Link] = false
end end end end
else
Stepped:Disconnect()
end
end)
elseif [Link] == "on" then
Clipon = false
[Link] = "off"
Status.TextColor3 = [Link](170,0,0)
end
end)