Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Athaya Hub",
- Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
- LoadingTitle = "Athaya Hub",
- LoadingSubtitle = "by Athaya",
- Theme = "Ocean", -- Check https://docs.sirius.menu/rayfield/configuration/themes
- DisableRayfieldPrompts = false,
- DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "Big Hub"
- },
- Discord = {
- Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
- RememberJoins = true -- 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 = "Untitled",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
- 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 = {"Athaya"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
- }
- })
- local Tab = Window:CreateTab("Scripts", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "X Ghost Hub X",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Lag",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/VM3b0Thg'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "System Hub V2",
- Callback = function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-System-hub-V2-13161"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Chat Draw",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/balditeacher/obfuscated-mobile-supportloadstring/main/obfuscated"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Krunox",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Krunox-13336"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Keyboard",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Free-Owner-Admin-Abuse-Keyboard-Script-7798"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fly",
- 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 Button = Tab:CreateButton({
- Name = "EZ Hub",
- Callback = function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/debug42O/Ez-Industries-Launcher-Data/master/Launcher.lua'),true))()
- end,
- })
- local Toggle = Tab:CreateToggle({
- Name = "Infinite Jump",
- CurrentValue = false,
- Flag = "Toggle1", -- 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)
- InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Orca Hub",
- Callback = function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/richie0866/orca/master/public/snapshot.lua"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Chat Spy",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/5Ee5T6yq'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Universal Aimbot",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Universal-Aimbot-23560"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Tp Tool",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Tp-tool-script-5767"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Esp",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-Universal-ESP-Script-16881"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Script Hub V3",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/scripthubekitten/SCRIPTHUBV3/main/SCRIPTHUBV3", true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Infinite Trolls -Troll People Obby",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/C5nm12ZK'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Equinox Hub",
- Callback = function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/wzB1Qh78'),true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Universal Fe",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Trolling Gui",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Keyless Dex Explorer",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
- end,
- })
- local Tab = Window:CreateTab("Admin", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "Infinite Yield",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Nameless Admin",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FD2Team/Nameless-Admin-No-Byfron-Kick/main/Source",true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Rcd",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/dex4tw/RejectRobloxPatches/main/UtilAdmin.lua"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Cmd-X",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fates Admin",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "HomeBrew Admin",
- Callback = function()
- _G.CustomUI = false
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/mgamingpro/HomebrewAdmin/master/Main'),true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "ShatterVast Admin",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/wNNDd3Nd'))()
- end,
- })
- local Tab = Window:CreateTab("Fe Chat Bypass", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "Fe Chat Bypass",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/aCt3nc1b'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Chat Bypass 1",
- Callback = function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/ScriptBlox-Direct-Execute-Feature_645", true))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Chat Bypass 2",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/Mgk3dLaQ'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Chat Bypass 3",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/FYUHX4aD'))()
- end,
- })
- local Tab = Window:CreateTab("Glass Bridge 2", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "Toma Isme Hub",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/refs/heads/main/GlassBridge"))()
- end,
- })
- local Tab = Window:CreateTab("Player", 4483362458) -- Title, Image
- local Slider = Tab:CreateSlider({
- Name = "WalkSpeed",
- Range = {16, 500},
- Increment = 1,
- Suffix = "WS",
- 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)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
- end,
- })
- local Slider = Tab:CreateSlider({
- Name = "JumpPower",
- Range = {50, 500},
- Increment = 1,
- Suffix = "JP",
- CurrentValue = 50,
- 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)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
- end,
- })
- local Slider = Tab:CreateSlider({
- Name = "Gravity",
- Range = {0, 196.2},
- Increment = 1,
- Suffix = "Gravity",
- CurrentValue = 196.2,
- 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)
- Workspace.Gravity = Value
- end,
- })
- local Slider = Tab:CreateSlider({
- Name = "HipHeight",
- Range = {1, 500},
- Increment = 1,
- Suffix = "HH",
- CurrentValue = 1,
- 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)
- game.Players.LocalPlayer.Character.Humanoid.HipHeight = Value
- end,
- })
- local Tab = Window:CreateTab("Ftap", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "Ftap",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/BlizTBr/scripts/main/FTAP.lua"))()
- end,
- })
- local Tab = Window:CreateTab("The Chosen One", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "Lazy Hub V4",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/FlavorYT/The-lazy-ONE/main/Made%20by%20leakz%20and%20EvilAlienWare"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Quantum V3",
- Callback = function()
- loadstring(game:HttpGet('https://github.com/SxripterRar/obfuscated/blob/main/probably%20not%20ssp?raw=true'))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Vpli Hub",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Adam3mka/The-chosen-one-lukaku/refs/heads/main/Protected_6361979247750901.txt"))()
- end,
- })
- local Tab = Window:CreateTab("Natural Disaster Survival", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "Six Hub",
- Callback = function()
- loadstring(game:HttpGet"https://raw.githubusercontent.com/ySixxNz/Natural-Desastre/SIX-MENU/SIX-HUB-NATURAL-DESASTRE")()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Eclipse Hub",
- Callback = function()
- getgenv().mainKey = "nil"
- local a,b,c,d,e=loadstring,request or http_request or (http and http.request) or (syn and syn.request),assert,tostring,"https\58//api.eclipsehub.xyz/auth";c(a and b,"Executor not Supported")a(b({Url=e.."\?\107e\121\61"..d(mainKey),Headers={["User-Agent"]="Eclipse"}}).Body)()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Fe Black Hole",
- Callback = function()
- loadstring(game:HttpGet("https://rawscripts.net/raw/universal-Script-FE-black-hole-18879"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Ring Parts",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/v3/201441/xiaoxin/114514/yumm"))()
- end,
- })
- local Tab = Window:CreateTab("Mm2", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "OverDrive H",
- Callback = function()
- loadstring(game:HttpGet("https://overdrivehub.odh.workers.dev/?d=auth&script=full"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Yarhm",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/yarhm.lua", false))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Highlight Hub",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ThatSick/HighlightMM2/main/Main"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Eclipse Hub",
- Callback = function()
- getgenv().mainKey = "nil"
- local a,b,c,d,e=loadstring,request or http_request or (http and http.request) or (syn and syn.request),assert,tostring,"https\58//api.eclipsehub.xyz/auth";c(a and b,"Executor not Supported")a(b({Url=e.."\?\107e\121\61"..d(mainKey),Headers={["User-Agent"]="Eclipse"}}).Body)()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "XHub",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Au0yX/Community/main/XhubMM2"))()
- end,
- })
- local Tab = Window:CreateTab("Credits", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "Destroy",
- Callback = function()
- Rayfield:Destroy()
- end,
- })
- local Label = Tab:CreateLabel("Created By CoolPersonLol/athayabu9", 4483362458, Color3.fromRGB(255, 255, 255), false) -- Title, Icon, Color, IgnoreTheme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement