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 = "FemboyHub",
- Icon = 113000824483448, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
- LoadingTitle = "FemboyHub v2 beta",
- LoadingSubtitle = "loading scripts and shit :3",
- Theme = "Bloom", -- 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 = false, -- Set this to true to use our key system
- KeySettings = {
- Title = "FemboyHub v1",
- Subtitle = "Key is femboy",
- Note = "Skirt and sneakers, Masc and sweet, Not quite girl, Who am I? Key is femboy", -- 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 = false, -- 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 = {"femboy"} -- 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("MAIN", 4483362458)
- local Paragraph = Tab:CreateParagraph({Title = "all scripts are stolen", Content = "this is just a simple script hub i made while experimenting."})
- local Paragraph = Tab:CreateParagraph({Title = "There are no keys, except for the retards who forgot to add a expiring key system", Content = ""})
- local Button = Tab:CreateButton({
- Name = "Discord for updates",
- Callback = function()
- Rayfield:Notify({
- Title = "discord link copied to clipboard",
- Content = "Link copied to clipboard",
- Duration = 15,
- Image = 4483362458,
- setclipboard("https://discord.gg/GnBFzVmM4U")
- })
- end,
- })
- local Tab = Window:CreateTab("Infinite Yield", 4483362458)
- local Button = Tab:CreateButton({
- Name = "IY",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Tab = Window:CreateTab("Blood Debt", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "BD",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ratlabsofficial/scripts/refs/heads/main/blooddebt"))()
- end,
- })
- local Tab = Window:CreateTab("Attack On Titan: Freedom War", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "FW",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/vvult/TearPublic/refs/heads/main/Tear.lua"))()
- end,
- })
- local Tab = Window:CreateTab("Natural Distaster Survival", 4483362458) -- Title, Image
- local Button = Tab:CreateButton({
- Name = "NDS",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/KaterHub-Inc/NaturalDisasterSurvival/refs/heads/main/main.lua"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Jerk Off Tool r6",
- Callback = function()
- loadstring(game:HttpGet("https://pastefy.app/wa3v2Vgm/raw"))()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Jerk Off Tool r15",
- Callback = function()
- loadstring(game:HttpGet("https://pastefy.app/YZoglOyJ/raw"))()
- end,
- })
- local Tab = Window:CreateTab("Azure Latch", 4483362458)
- local Button = Tab:CreateButton({
- Name = "AL",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/mokaEZF/Ez/refs/heads/main/aura'))()
- end,
- })
- local Tab = Window:CreateTab("Realistic Street Soccer", 4483362458)
- local Button = Tab:CreateButton({
- Name = "RSS",
- Callback = function()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Inf stamina",
- Callback = function()
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- local Players = game:GetService("Players")
- local character = Players.LocalPlayer.Character or Players.LocalPlayer.CharacterAdded:Wait()
- -- Hız ayarları
- local defaultSpeed = 35
- -- Hız fonksiyonu
- local function setSpeed()
- if character and character:FindFirstChild("Humanoid") then
- character.Humanoid.WalkSpeed = defaultSpeed
- end
- end
- -- Karakter öldüğünde veya reset edildiğinde tekrar hız ayarı
- Players.LocalPlayer.CharacterAdded:Connect(function(newCharacter)
- character = newCharacter
- setSpeed()
- end)
- -- İlk başta hızı ayarlama
- setSpeed()
- end,
- })
- local Button = Tab:CreateButton({
- Name = "Break game",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/MS5Z1m8H"))()
- end,
- })
- local Tab = Window:CreateTab("Volleyball Legends", 4483362458)
- local Button = Tab:CreateButton({
- Name = "VB",
- Callback = function()
- loadstring(game.HttpGet(game, 'https://raw.githubusercontent.com/Xm2iufas09ijmF/sigma-hub/refs/heads/main/temp.lua'))(
- 'Enjoy no key or ads! :)'
- )
- end,
- })
- local Tab = Window:CreateTab("Bubble Gum Simulator INFINITY", 4483362458)
- local Button = Tab:CreateButton({
- Name = "BGSI",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/eFmG6W1g'))()
- end,
- })
- local Tab = Window:CreateTab("Tha Bronx 3", 4483362458)
- local Button = Tab:CreateButton({
- Name = "TB3",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/ij0WFjnK'))()
- Rayfield:Notify({
- Title = "This script needs a key",
- Content = "Key copied to clipboard",
- Duration = 15,
- Image = 4483362458,
- setclipboard("NEW-UPDATE-Mz7.Y^KN*22")
- })
- end,
- })
- local Paragraph = Tab:CreateParagraph({Title = "This script uses a key", Content = "NEW-UPDATE-Mz7.Y^KN*22"})
- local Paragraph = Tab:CreateParagraph({Title = "Key needed", Content = "Key gets automatically copied to clipboard"})
- local Paragraph = Tab:CreateParagraph({Title = "This script is universal when used on other games", Content = " "})
- local Tab = Window:CreateTab("SKYWARS", 4483362458)
- local Button = Tab:CreateButton({
- Name = "Mine aura (kills your frames)",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/9u1kTnE7"))()
- end,
- })
- local Tab = Window:CreateTab("Death Ball", 4483362458)
- local Button = Tab:CreateButton({
- Name = "Auto parry",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GoGo707/Death-ball-script/refs/heads/main/Auto%20Parry"))()
- end
- })
- local Tab = Window:CreateTab("Blue Lock Rivals", 4483362458)
- local Button = Tab:CreateButton({
- Name = "BLR",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/PresidentZuyi/S/refs/heads/main/OfficialZuyi.txt"))()
- end
- })
- local Tab = Window:CreateTab("Forsaken", 4483362458)
- local Button = Tab:CreateButton({
- Name = "FRS",
- Callback = function()
- loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
- end
- })
- local Tab = Window:CreateTab("Pillar Chase 2", 4483362458)
- local Button = Tab:CreateButton({
- Name = "PC2",
- Callback = function()
- loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
- end
- })
- local Tab = Window:CreateTab("Daybreak 2", 4483362458)
- local Button = Tab:CreateButton({
- Name = "DB2",
- Callback = function()
- loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
- end
- })
- local Tab = Window:CreateTab("Dandys World", 4483362458)
- local Button = Tab:CreateButton({
- Name = "DS",
- Callback = function()
- loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
- end
- })
- local Tab = Window:CreateTab("Ro Ghoul", 4483362458)
- local Button = Tab:CreateButton({
- Name = "RG",
- Callback = function()
- loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
- end
- })
- local Tab = Window:CreateTab("Blair", 4483362458)
- local Button = Tab:CreateButton({
- Name = "BR",
- Callback = function()
- loadstring(game:HttpGet("https://you.whimper.xyz/sources/paradox/loader.lua"))()
- end
- })
- local Tab = Window:CreateTab("Breaking Point", 4483362458)
- local Button = Tab:CreateButton({
- Name = "BP",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NaikoScript/Breaking-Plus/main/Script"))()
- end
- })
- local Tab = Window:CreateTab("KAT", 4483362458)
- local Button = Tab:CreateButton({
- Name = "KP",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NaikoScript/Kat-Plus/main/Script"))()
- end
- })
- local Tab = Window:CreateTab("Dead Rails", 4483362458)
- local Button = Tab:CreateButton({
- Name = "DR",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/kiciahook/kiciahook/refs/heads/main/loader.lua"))()
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement