local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
local Window = Rayfield:CreateWindow({
Name = "Fake peterhook",
LoadingTitle = "Fake peterhook",
LoadingSubtitle = "By caden",
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "Fake peterhook"
},
Discord = {
Enabled = true,
Invite = "q4zCAmdZTR", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
RememberJoins = false -- Set this to false to make them join the discord every time they load it up
},
KeySystem = true, -- Set this to true to use our key system
KeySettings = {
Title = "Fake peterhook | Key",
Subtitle = "Join Dsc Server for Key | dsc.gg/fakepeterhook",
Note = "dsc.gg/fakepeterhook",
FileName = "Fake peterhook", -- 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 = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
Key = {"fakepeterhook123"} -- 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("Main")
Rayfield:Notify({
Title = "Fake peterhook",
Content = "Fake peterhook is still in beta, some features might not work.",
Duration = 5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})
local Button = MainTab:CreateButton({
Name = "Inf Jump",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = MainTab:CreateButton({
Name = "Fly",
Callback = function()
loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
end,
})
local Button = MainTab:CreateButton({
Name = "Tracers & Lines",
Callback = function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end,
})
local Tab = Window:CreateTab("Jailbreak", nil) -- Title, Image
local Section = Tab:CreateSection("Jailbreak Scripts")
local Button = Tab:CreateButton({
Name = "Auto Rob",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "Auto Aresst",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "Ice Tray",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = Tab:CreateButton({
Name = "MarcoXHub",
Callback = function()
local MacroXHub = loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = MainTab:CreateButton({
Name = "Silent Aim & WallBang",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = MainTab:CreateButton({
Name = "KillAura",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Tab = Window:CreateTab("General", nil) -- Title, Image
local Section = Tab:CreateSection("General Use Scripts")
local Button = Tab:CreateButton({
Name = "Infinite Yield",
Callback = function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})
local Button = Tab:CreateButton({
Name = "Anti Afk",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end,
})
local Button = Tab:CreateButton({
Name = "Small Server Finder",
Callback = function()
local Http = game:GetService("HttpService") local TPS = game:GetService("TeleportService") local Api = "https://[Log in to view URL]" local _place = game.PlaceId local _servers = Api.._place.."/servers/Public?sortOrder=Asc&limit=100" function ListServers(cursor) local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or "")) return Http:JSONDecode(Raw) end local Server, Next; repeat local Servers = ListServers(Next) Server = Servers.data[1] Next = Servers.nextPageCursor until Server TPS:TeleportToPlaceInstance(_place,Server.id,game.Players.LocalPlayer)
end,
})
local Tab = Window:CreateTab("About", nil) -- Title, Image
local Section = Tab:CreateSection("Dm if u have questions")
local Button = Tab:CreateButton({
Name = "@cadencadencaden",
Callback = function()
-- The function that takes place when the button is pressed
end,
})
To embed this project on your website, copy the following code and paste it into your website's HTML: