local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()
local Window = Rayfield:CreateWindow({
Name = "Public | XybGui v1.5.6 ✅",
LoadingTitle = "Loading XybGui Public...",
LoadingSubtitle = "by XybName",
ConfigurationSaving = {
Enabled = true,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "Big Hub"
},
Discord = {
Enabled = true,
Invite = "discord.gg/TeamXybName", -- 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 = "XybGui | Key",
Subtitle = "Link In Discord Server",
Note = "https://[Log in to view URL]",
FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
SaveKey = false, -- 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 = {"https://[Log in to view URL]"} -- 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 Section = MainTab:CreateSection("Infnite Script")
Rayfield:Notify({
Title = "You Exeuctuted The Script",
Content = "You Can Support XybName Just Sub Here : https://[Log in to view URL]",
Duration = 6.5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})
local Button = MainTab:CreateButton({
Name = "Infinite Yield",
Callback = function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})
local Section = MainTab:CreateSection("COMMING SOON !!")
local Section = MainTab:CreateSection("Textbox Hack")
local Input = MainTab:CreateInput({
Name = "Jump Power Hack",
PlaceholderText = "1-200",
RemoveTextAfterFocusLost = false,
Callback = function(Text)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Text)
end,
})
local AutoFarmTab = Window:CreateTab("🚜Auto Farm Poor Games", nil) -- Title, Image
local Section = AutoFarmTab:CreateSection("Poor Games")
local Button = AutoFarmTab:CreateButton({
Name = "Build A Boat For Treasure Autofarm",
Callback = function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})
local MiscTab = Window:CreateTab("🎲 Misc", nil) -- Title, Image
local Section = MiscTab:CreateSection("Servers")
local Button = MiscTab:CreateButton({
Name = "Rejoin",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = MiscTab:CreateButton({
Name = "Serverhop",
Callback = function()
local Player = game.Players.LocalPlayer
local Http = game:GetService("HttpService")
local TPS = game:GetService("TeleportService")
local Api = "https://[Log in to view URL]"
local _place,_id = game.PlaceId, game.JobId
local _servers = Api.._place.."/servers/Public?sortOrder=Desc&limit=100"
function ListServers(cursor)
local Raw = game:HttpGet(_servers .. ((cursor and "&cursor="..cursor) or ""))
return Http:JSONDecode(Raw)
end
local Next; repeat
local Servers = ListServers(Next)
for i,v in next, Servers.data do
if v.playing < v.maxPlayers and v.id ~= _id then
local s,r = pcall(TPS.TeleportToPlaceInstance,TPS,_place,v.id,Player)
if s then break end
end
end
Next = Servers.nextPageCursor
until not Next
end,
})
local SocialTab = Window:CreateTab("🎥 Social Media", nil) -- Title, Image
local Section = SocialTab:CreateSection("Social Media")
local Paragraph = SocialTab:CreateParagraph({Title = "YouTube", Content = "https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "Twitter", Content = "https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "Twitch", Content = "https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "Discord Invite", Content = "https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "Instagram", Content = "https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "XybTube", Content = "https://[Log in to view URL]"})
local Paragraph = SocialTab:CreateParagraph({Title = "Tiktok", Content = "tiktok.com/@xybname"})
local Section = SocialTab:CreateSection("Close GUI")
local Button = SocialTab:CreateButton({
Name = "Close GUI",
Callback = function()
Rayfield:Destroy()
end,
})
local FeTab = Window:CreateTab("👀Fe Script", nil) -- Title, Image
local Section = FeTab:CreateSection("Best Fe Script")
local Button = FeTab:CreateButton({
Name = "Chat Bypasser",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))({
Method = 1, -- Method 1 is the main method. Method two is emojis. Method 3 is full transparency, no special symbols. Method 3 has been improved!
Keybind = "F", -- Usually defaulted to F. You can change this keybind by replacing the string with a letter. Works for uppercase and lowercase.
ShowMethodDictionary = true -- Shows you the full list of words that you can say with the method. Press FN + F9 to see this dictionary.
})
-- https://[Log in to view URL]
-- This page will be always updated no matter what.
-- BetterBypasser does not log anything.
-- If you want the new update or the new invis method, please change "Method" to 3
-- Want to see the words for Method 1? Please view the console to do so. We are planning to change this to a UI where it shows you the words instead
end,
})
local Button = FeTab:CreateButton({
Name = "Fe Hub Script",
Callback = function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})
local Button = FeTab:CreateButton({
Name = "SyntaxHub (Key:Syntaxbesthub)",
Callback = function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end,
})
local Button = FeTab:CreateButton({
Name = "FE | Fedora Admin",
Callback = function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})
local Section = FeTab:CreateSection("COMMING SOON !!")
local ExploitTab = Window:CreateTab("Exploit", nil) -- Title, Image
local Section = ExploitTab:CreateSection("Best Exploit")
local Button = ExploitTab:CreateButton({
Name = "Infinite Yield",
Callback = function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})
local Button = ExploitTab:CreateButton({
Name = "Fly GUI",
Callback = function()
--ARCEUS X FLY V2 SCRIPT
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 Section = ExploitTab:CreateSection("Not Best Exploit")
local Section = ExploitTab:CreateSection("COMMING SOON!!")
local HubTab = Window:CreateTab("🏢Hub", nil) -- Title, Image
local Section = HubTab:CreateSection("Best Hub")
local Button = HubTab:CreateButton({
Name = "COMMING SOON !!",
Callback = function()
print("COMMING SOON!!")
end,
})
local Button = HubTab:CreateButton({
Name = "EZ Hub",
Callback = function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end,
})
local Button = HubTab:CreateButton({
Name = "IceHub",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = HubTab:CreateButton({
Name = "PistolaBollaHub",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))();
end,
})
local Button = HubTab:CreateButton({
Name = "GhostHub",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end,
})
local Button = HubTab:CreateButton({
Name = "k33pk00dd GUI v1.0",
Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end,
})
local Section = HubTab:CreateSection("COMMING SOON !!")
local XybNameTab = Window:CreateTab("XybName Script", nil) -- Title, Image
local Section = XybNameTab:CreateSection("Popular XybName Script")
local Button = XybNameTab:CreateButton({
Name = "Aimbot | By XybName",
Callback = function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end,
})
local Button = XybNameTab:CreateButton({
Name = "FE XybName Yeet GUI (trollface)",
Callback = function()
--By XybName
local lp = game:FindService("Players").LocalPlayer
local function gplr(String)
local Found = {}
local strl = String:lower()
if strl == "all" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
table.insert(Found,v)
end
elseif strl == "others" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name ~= lp.Name then
table.insert(Found,v)
end
end
elseif strl == "me" then
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name == lp.Name then
table.insert(Found,v)
end
end
else
for i,v in pairs(game:FindService("Players"):GetPlayers()) do
if v.Name:lower():sub(1, #String) == String:lower() then
table.insert(Found,v)
end
end
end
return Found
end
local function notif(str,dur)
game:FindService("StarterGui"):SetCore("SendNotification", {
Title = "FE XybName Yeet GUI",
Text = str,
Icon = "rbxassetid://2005276185",
Duration = dur or 3
})
end
--// sds
local h = Instance.new("ScreenGui")
local Main = Instance.new("ImageLabel")
local Top = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local TextBox = Instance.new("TextBox")
local TextButton = Instance.new("TextButton")
h.Name = "h"
h.Parent = game:GetService("CoreGui")
h.ResetOnSpawn = false
Main.Name = "Main"
Main.Parent = h
Main.Active = true
Main.Draggable = true
Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Main.BorderSizePixel = 0
Main.Position = UDim2.new(0.174545452, 0, 0.459574461, 0)
Main.Size = UDim2.new(0, 454, 0, 218)
Main.Image = "rbxassetid://2005276185"
Top.Name = "Top"
Top.Parent = Main
Top.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
Top.BorderSizePixel = 0
Top.Size = UDim2.new(0, 454, 0, 44)
Title.Name = "Title"
Title.Parent = Top
Title.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
Title.BorderSizePixel = 0
Title.Position = UDim2.new(0, 0, 0.295454562, 0)
Title.Size = UDim2.new(0, 454, 0, 30)
Title.Font = Enum.Font.SourceSans
Title.Text = "FE XybName Yeet GUI (trollface)"
Title.TextColor3 = Color3.fromRGB(255, 255, 255)
Title.TextScaled = true
Title.TextSize = 14.000
Title.TextWrapped = true
TextBox.Parent = Main
TextBox.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
TextBox.BorderSizePixel = 0
TextBox.Position = UDim2.new(0.0704845786, 0, 0.270642221, 0)
TextBox.Size = UDim2.new(0, 388, 0, 62)
TextBox.Font = Enum.Font.SourceSans
TextBox.PlaceholderText = "Who do XybName destroy(can be shortened)"
TextBox.Text = ""
TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
TextBox.TextScaled = true
TextBox.TextSize = 14.000
TextBox.TextWrapped = true
TextButton.Parent = Main
TextButton.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
TextButton.BorderSizePixel = 0
TextButton.Position = UDim2.new(0.10352423, 0, 0.596330225, 0)
TextButton.Size = UDim2.new(0, 359, 0, 50)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "Destroy em'"
TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextWrapped = true
TextButton.MouseButton1Click:Connect(function()
local Target = gplr(TextBox.Text)
if Target[1] then
Target = Target[1]
local Thrust = Instance.new('BodyThrust', lp.Character.HumanoidRootPart)
Thrust.Force = Vector3.new(9999,9999,9999)
Thrust.Name = "YeetForce"
repeat
lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame
Thrust.Location = Target.Character.HumanoidRootPart.Position
game:FindService("RunService").Heartbeat:wait()
until not Target.Character:FindFirstChild("Head")
else
notif("Wrong User/Invalid Player")
end
end)
--//fsddfsdf
notif("Loaded successfully! Created By XybName", 10)
end,
})
local Paragraph = XybNameTab:CreateParagraph({Title = "More Soon", Content = "MORE COMMING SOON !!"})
local Section = XybNameTab:CreateSection("Unpopular XybName Script")
local Paragraph = Tab:CreateParagraph({Title = "More Soon", Content = "MORE COMMING SOON !!"})
local CreditsTab = Window:CreateTab("Credits", nil) -- Title, Image
local Section = CreditsTab:CreateSection("Credits")
local Paragraph = CreditsTab:CreateParagraph({Title = "Coding/Developping", Content = "-XybName"})
local Paragraph = CreditsTab:CreateParagraph({Title = "Lua Script", Content = "-Rayfield"})
local Paragraph = CreditsTab:CreateParagraph({Title = "Some Script", Content "-rbxscript.com"})
local Section = CreditsTab:CreateSection("COMMING SOON !!")
To embed this project on your website, copy the following code and paste it into your website's HTML: