local lib = loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/Vape.txt")() local win = lib:Window("Mortify - RMA",Color3.fromRGB(44, 120, 224), Enum.KeyCode.RightControl) local misc = win:Tab("Misc") misc:Textbox("Text",false, function(t) end) local function bypass(text) local replacements = { ["a"] = "а", ["c"] = "с", ["e"] = "е", ["o"] = "о", ["p"] = "р", ["x"] = "х", ["y"] = "у", ["A"] = "А", ["C"] = "С", ["E"] = "Е", ["O"] = "О", ["P"] = "Р", ["X"] = "Х", ["B"] = "В", ["T"] = "Т", ["H"] = "Н", ["K"] = "К", ["M"] = "М" } local newText = "" for i = 1, #text do local char = text:sub(i, i) if replacements[char] then newText = newText .. replacements[char] else newText = newText .. char end end return newText end misc:Toggle("Bypass",false, function(t) getgenv().livetext = t while getgenv().livetext do local args = { [1] = "Update", [2] = { ["DescriptionText"] = getgenv().livetext and bypass(game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text) or game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait() end end) misc:Toggle("Anti Blacklist",false, function(t) getgenv().anti = t while getgenv().anti do for i,x in pairs(game.Players:GetPlayers()) do for i,v in pairs(game.Workspace:GetChildren()) do if v.Name == "BarrierFor"..x.Name then v:Destroy() end end end wait() end end) misc:Toggle("Blacklist Furries",false, function(t) getgenv().antifurry = t while getgenv().antifurry do wait(1) local blacklisted_keywords = {"Fur", "Furry", "Fluff", "Kemono", "Dragon", "Wolf", "Husky", "Tiger", "Cat", "Croc", "Panda", "Scalie", "Bearded"} for i, x in pairs(game.Workspace:GetDescendants()) do for _, keyword in ipairs(blacklisted_keywords) do if string.find(string.lower(x.Name), string.lower(keyword)) then local args = { [1] = "AddBlacklist", [2] = x.Parent.Name } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) break end end end end end) misc:Textbox("Custom Notification",true, function(t) local LocalPlayer = game.Players.LocalPlayer; local PlayerGui = LocalPlayer.PlayerGui or LocalPlayer:WaitForChild("PlayerGui"); local MainGui = PlayerGui:FindFirstChild("MainGui"); local notification = MainGui:WaitForChild("NotificationFrame"); local notificationSound = MainGui["Main Gui Core"].NotificationSound; function spawnnotification(p1, p2) local notification = notification:Clone(); notification.Parent = MainGui; notification.NotificationText.Text = p1; notification.Visible = true; notificationSound:Play(); if p2 then wait(p2); else wait(5); end; notification.Visible = false; notification:Destroy(); end; spawnnotification(t) end) local gifs = win:Tab("Gifs") gifs:Toggle("Swastika ",false, function(t) getgenv().sucky = t while getgenv().sucky do local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173489503 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.03) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173469035 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.03) end end) gifs:Toggle("Manga Girl Blush",false, function(t) getgenv().sucky = t while getgenv().sucky do local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174326323 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.08) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174327050 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.08) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174327837 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.08) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174332400 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.08) end end) gifs:Toggle("Kill Yourself",false, function(t) getgenv().sucky = t while getgenv().sucky do local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174201550 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.03) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174189623 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.03) end end) gifs:Toggle("I hate you",false, function(t) getgenv().kiss = t while getgenv().kiss do local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173412583 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173413644 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173415141 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173417246 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173418180 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173418985 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173419783 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173421161 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173421960 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173423749 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173425354 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173426794 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173427698 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) end end) gifs:Toggle("Ricky Tikki Tavi",false, function(t) getgenv().kiss = t while getgenv().kiss do local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173993946 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173997640 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173998922 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174000485 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174001282 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174003133 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174003849 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174004613 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174005382 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174006272 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174007074 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174008172 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174009757 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174010496 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174011421 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174012071 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17174012724 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.05) end end) gifs:Toggle("Axxturel",false, function(t) getgenv().kiss = t while getgenv().kiss do local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173842362 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173843852 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173844420 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173844997 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173848933 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173849639 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173850222 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173850839 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173851712 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173852371 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173855411 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173856243 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173857300 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173858279 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173859141 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173860461 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173861189 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173861924 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173862495 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173863195 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173871953 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) local args = { [1] = "Update", [2] = { ["DescriptionText"] = game:GetService("CoreGui").ui.Main.TabFolder.Tab.Textbox.TextboxTitle.TextboxFrame.TextBox.Text, ["ImageId"] = 17173872557 } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.14) end end) local dynamic = win:Tab("Dynamic") dynamic:Toggle("Player Count", false, function(t) getgenv().liveplayercount = t while getgenv().liveplayercount do local playerCount = #game.Players:GetPlayers() local args = { [1] = "Update", [2] = { ["DescriptionText"] = "Player Count: " .. playerCount } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.1) end end) local jokes = { "Why did the tomato go to the party? Because it couldn't ketchup!", "How do you organize a space party? You planet!", "Why was the math book sad? Because it had too many problems!", "What did one hat say to the other hat? You stay here, I'll go on ahead!", "Why was the belt arrested? For holding up a pair of pants!", "What do you call a fish wearing a bowtie? SoFISHticated!", "Why did the scarecrow become a successful neurosurgeon? Because he was outstanding in his field!", "Why did the bicycle fall over? Because it was feeling tired of standing up!", } local darkjokes = { "Why don't skeletons fight each other? They don't have the guts! They decompose in their graves.", "Why did the scarecrow win an award? Because he was outstanding in his field! Until the crows ate his face.", "I told my wife she was drawing her eyebrows too high. She looked surprised. Then the botox kicked in.", "Why did the bicycle fall over? Because it was two-tired! Just like the guy who rode it off a cliff.", "I'm reading a book on anti-gravity. It's impossible to put down! Just like my depression.", "What do you get when you cross a snowman with a vampire? Frostbite! Then a bloodbath.", "Why did the chicken cross the playground? To get to the other slide! Where it met its untimely end.", "What do you call fake spaghetti? An impasta! Just like my love life.", "Why don't scientists trust atoms? Because they make up everything! Except for my will to live.", "Parallel lines have so much in common. It’s a shame they’ll never meet. Just like me and happiness.", "Why did the tomato go to the party? Because it couldn't ketchup! It got squashed by the salsa bowl.", "How do you organize a space party? You planet! Then watch it implode due to lack of oxygen.", "Why was the math book sad? Because it had too many problems! Just like me, but therapy isn't working.", "What did one hat say to the other hat? You stay here, I'll go on ahead! Then they were worn by clowns.", "Why was the belt arrested? For holding up a pair of pants! That were evidence in a crime scene.", "What do you call a fish wearing a bowtie? SoFISHticated! Then it drowned in its own pretentiousness.", "Why did the scarecrow become a successful neurosurgeon? Because he was outstanding in his field! Then he lost his medical license for malpractice.", "Why did the bicycle fall over? Because it was feeling tired of standing up! Like me, after years of trying.", "What's orange and sounds like a parrot? A carrot! Then it got eaten by a hungry vegan.", "Why did the chicken sit on the egg? Because it couldn't stand up! It was crushed by the weight of its unfulfilled dreams.", "How does a penguin build its house? Igloos it together! Then it melted due to global warming.", "What do you call an alligator in a vest? An investigator! Then it got eaten by its own kind.", "Why did the golfer bring two pairs of pants? In case he got a hole in one! And then he did, right through his skull.", "Why did the golfer wear two pairs of pants? In case he got a hole in one! Then he tripped, impaling himself on his club.", "Why did the chicken join a band? Because it had the drumsticks! Then it was eaten by its bandmates.", "Why did the tomato turn red? Because it saw the salad dressing! Then it got diced and tossed into oblivion.", "Why did the computer go to the doctor? Because it had a virus! Then it crashed and lost all its data.", "Why did the tomato blush? Because it saw the salad dressing! Then it got sliced into oblivion.", "Why was the belt arrested? For holding up a pair of trousers! Worn by a murderer.", "Why did the golfer wear two pairs of socks? In case he got a hole in one! Then he got gangrene and lost his feet.", "Why did the man put his money in the blender? He wanted to make liquid assets! Then he slipped on the money puree and cracked his skull.", "Why did the tomato turn red? Because it saw the salad dressing! Then it got diced and tossed into oblivion.", "Why did the man put his money in the blender? He wanted to make liquid assets! Then he slipped on the money puree and cracked his skull.", "Why was the belt arrested? For holding up a pair of trousers! Worn by a murderer.", "Why did the tomato turn red? Because it saw the salad dressing! Then it got diced and tossed into oblivion.", "Why did the man put his money in the blender? He wanted to make liquid assets! Then he slipped on the money puree and cracked his skull.", "Why was the belt arrested? For holding up a pair of trousers! Worn by a murderer.", } local responses = { "Haha, that's a good one!", "Nice joke! Got any more?", "I can't help but chuckle at that!", "You're really bringing the laughs today!", "Classic! Keep 'em coming!", "That's hilarious! Do you have another?", "I'm cracking up! Tell me another joke!", "You've got quite the sense of humor! Share another one!", "Ugh, that's so cringe.", "These jokes are as dead as my soul.", "Wow, these jokes are darker than my sense of humor.", "Can you not? These jokes are making me want to die faster.", "These jokes are worse than my taste in music.", "I'd rather listen to nails on a chalkboard than hear another one of these jokes.", "Please, stop before I lose even more brain cells.", "That joke was so bad, it made me wish for the sweet release of death.", "Not another one of those lame jokes.", "My pet rock has a better sense of humor than you.", "Seriously? Do you think these jokes are funny?", "Can we talk about something else? Anything else?", "Do you even know what humor is?", "I've heard better jokes from a malfunctioning robot.", "You call that a joke? It's more like a cry for help.", "Please spare me from your awful attempts at humor.", "If jokes were weapons, yours would be a water gun.", "Are you trying to torture me with these jokes?", "I'd rather stare at a blank wall than listen to another one of your jokes.", "These jokes are so bad, they're giving me a headache.", "You should get a refund on your sense of humor.", "These jokes are about as funny as a funeral.", "Did you rehearse these jokes in front of a mirror? It's like you're trying to make me suffer.", } local toggled = false dynamic:Toggle("Joke Mode", false, function(t) toggled = t while true do if toggled then local joke = jokes[math.random(1, #jokes)] local args = { [1] = "Update", [2] = { ["DescriptionText"] = joke } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(7) args[2].DescriptionText = "" game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.1) local response = responses[math.random(1, #responses)] args[2].DescriptionText = response game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) end wait(4) end end) dynamic:Toggle("Dark Joke Mode", false, function(t) toggled = t while true do if toggled then local darkjoke = darkjokes[math.random(1, #jokes)] local args = { [1] = "Update", [2] = { ["DescriptionText"] = darkjoke } } game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(7) args[2].DescriptionText = "" game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) wait(0.1) local response = responses[math.random(1, #responses)] args[2].DescriptionText = response game:GetService("ReplicatedStorage").CustomiseBooth:FireServer(unpack(args)) end wait(4) end end) local utility = win:Tab("Utility") utility:Button("Rejoin", function() game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer) end) utility:Button("Server Hop", function() local PlaceID = game.PlaceId local AllIDs = {} local foundAnything = "" local actualHour = os.date("!*t").hour local Deleted = false function TPReturner() local Site; if foundAnything == "" then Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100')) else Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100&cursor=' .. foundAnything)) end local ID = "" if Site.nextPageCursor and Site.nextPageCursor ~= "null" and Site.nextPageCursor ~= nil then foundAnything = Site.nextPageCursor end local num = 0; for i,v in pairs(Site.data) do local Possible = true ID = tostring(v.id) if tonumber(v.maxPlayers) > tonumber(v.playing) then for _,Existing in pairs(AllIDs) do if num ~= 0 then if ID == tostring(Existing) then Possible = false end else if tonumber(actualHour) ~= tonumber(Existing) then local delFile = pcall(function() AllIDs = {} table.insert(AllIDs, actualHour) end) end end num = num + 1 end if Possible == true then table.insert(AllIDs, ID) wait() pcall(function() game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, ID, game.Players.LocalPlayer) end) wait(4) end end end end function Teleport() while wait() do pcall(function() TPReturner() if foundAnything ~= "" then TPReturner() end end) end end Teleport() end) utility:Button("Leave", function() game:Shutdown() end) local guistuff= win:Tab("Gui") guistuff:Colorpicker("Change UI Color",Color3.fromRGB(44, 120, 224), function(t) lib:ChangePresetColor(Color3.fromRGB(t.R * 255, t.G * 255, t.B * 255)) end) guistuff:Button("Kill GUI", function() game:GetService("CoreGui").ui:Destroy() end) local LocalPlayer = game.Players.LocalPlayer; local PlayerGui = LocalPlayer.PlayerGui or LocalPlayer:WaitForChild("PlayerGui"); local MainGui = PlayerGui:FindFirstChild("MainGui"); if not MainGui then while true do wait(); MainGui = PlayerGui:FindFirstChild("MainGui"); if MainGui ~= nil then break; end; end; end; local LocalPlayer = game.Players.LocalPlayer; local PlayerGui = LocalPlayer.PlayerGui or LocalPlayer:WaitForChild("PlayerGui"); local MainGui = PlayerGui:FindFirstChild("MainGui"); local notification = MainGui:WaitForChild("NotificationFrame"); local notificationSound = MainGui["Main Gui Core"].NotificationSound; function spawnnotification(p1, p2) local notification = notification:Clone(); notification.Parent = MainGui; notification.NotificationText.Text = p1; notification.Visible = true; notificationSound:Play(); if p2 then wait(p2); else wait(5); end; notification.Visible = false; notification:Destroy(); end;