local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "eyadnoobs hub", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default). LoadingTitle = "eyadnoobs hub", LoadingSubtitle = "by eyadnoobs", Theme = "Amethyst", -- 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 = "eyadnoobs Hub" }, KeySystem = true, -- Set this to true to use our key system KeySettings = { Title = "join the discord server https://discord.gg/tHjBVzUV", Subtitle = "Key System", Note = "key in the discord server", -- 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 = {"eyadnoobs123"} -- 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("main", 4483362458) -- Title, Image local MainSection = MainTab:CreateSection("main") Rayfield:Notify({ Title = "join the discord server https://discord.gg/tHjBVzUV", Content = "Notification Content", Duration = 10, Image = 4483362458, }) local Button = MainTab:CreateButton({ Name = "infinite jump", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local InfiniteJumpEnabled = true game:GetService("UserInputService").JumpRequest:connect(function() if InfiniteJumpEnabled then game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end 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) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value) end, }) local Toggle = MainTab:CreateToggle({ Name = "noclip", CurrentValue = false, Flag = "Toggle2", -- 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) --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local Noclip = nil local Clip = nil function noclip() Clip = false local function Nocl() if Clip == false and game.Players.LocalPlayer.Character ~= nil then for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do if v:IsA('BasePart') and v.CanCollide and v.Name ~= floatName then v.CanCollide = false end end end wait(0.21) -- basic optimization end Noclip = game:GetService('RunService').Stepped:Connect(Nocl) end function clip() if Noclip then Noclip:Disconnect() end Clip = true end noclip() -- to toggle noclip() and clip() end, }) local Button = MainTab:CreateButton({ Name = "infinte yield", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end, }) local Button = MainTab:CreateButton({ Name = "new dex", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"))() end, }) local Button = MainTab:CreateButton({ Name = "old dex", Callback = function() loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex%20Explorer.txt"))() end, }) local Button = MainTab:CreateButton({ Name = "executer tester", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Eyadnoobs/script2-udt-executer-tester/refs/heads/main/script%20executer%20tester"))() end, }) local scriptTab = Window:CreateTab("bloxfruits🍑", 4483362458) -- Title, Image local Section = scriptTab:CreateSection("scripts") local Button = scriptTab:CreateButton({ Name = "redz", Callback = function() local Settings = { JoinTeam = "Pirates"; -- Pirates/Marines Translator = true; -- true/false } loadstring(game:HttpGet("https://raw.githubusercontent.com/newredz/BloxFruits/refs/heads/main/Source.luau"))(Settings) end, }) local Button = scriptTab:CreateButton({ Name = "hohohub (key 🔑)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/Loading_UI"))() end, }) local script2Tab = Window:CreateTab("anime dimensions👺", 4483362458) -- Title, Image local Section = script2Tab:CreateSection("scripts") local Button = script2Tab:CreateButton({ Name = "must be in the game", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Yanwanlnwza/SmellLikeHacker/main/Animedimensions.lua"))() end, }) local script3Tab = Window:CreateTab("fisch🐟", 4483362458) -- Title, Image local Section = script3Tab:CreateSection("scripts") local Button = script3Tab:CreateButton({ Name = "lunor (key 🔑)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/IdiotHubz/Scripts/refs/heads/main/Fisch/SpaceHub.lua"))() end, }) local script4Tab = Window:CreateTab("bloxfruits🍑 but very good🥵", 4483362458) -- Title, Image local Section = script4Tab:CreateSection("scripts") local Button = script4Tab:CreateButton({ Name = "fe script for these games", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/BaconBABA/script/refs/heads/main/bloxgood.lua"))() end, }) local script5Tab = Window:CreateTab("murder mystery 2 🔪", 4483362458) -- Title, Image local Section = script5Tab:CreateSection("scripts") local Button = script5Tab:CreateButton({ Name = "vynixu's mm2 script", Callback = function() loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)() end, }) local script6Tab = Window:CreateTab("meme fruits🍑🤓", 4483362458) -- Title, Image local Section = script6Tab:CreateSection("scripts") local Button = script6Tab:CreateButton({ Name = "it has no name(key 🔑)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/OhhMyGehlee/me/refs/heads/main/me"))() end, }) local script7Tab = Window:CreateTab("More UNC🤓", 4483362458) -- Title, Image local Section = script7Tab:CreateSection("scripts") local Button = script7Tab:CreateButton({ Name = "More UNC script", Callback = function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-MoreUNC-13110"))() end, }) local scriptTab = Window:CreateTab("Ink game", 4483362458) -- Title, Image local Section = scriptTab:CreateSection("scripts") local Button = scriptTab:CreateButton({ Name = "Ringta", Callback = function() loadstring(game:HttpGet("https://pastefy.app/HIK6D47w/raw"))() end, }) local Button = scriptTab:CreateButton({ Name = "Ax Scripts (key 🔑)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/AlexScriptX/Ink-Game-Script/refs/heads/main/Ink%20Game%20by%20AlexScriptX.lua"))() end, }) local miscTab = Window:CreateTab("misc", 4483362458) -- Title, Image local Section = miscTab:CreateSection("misc") local Button = miscTab:CreateButton({ Name = "JOIN THE DISCORD SERVER", Callback = function() Rayfield:Notify({ Title = "https://discord.gg/tHjBVzUV", Content = "", Duration = 6.5, Image = 4483362458, }) end, })