play bad apple in the booth plaza

MADE BY MrBlobFish13

FEATURE:

  • PLAY BAD APPLE IN YOUR BOOTH

GAME LINK:
The Booth Plaza

SCRIPT:

function update(text)
    local args = {
        [1] = "Update",
        [2] = {
            ["Decoration"] = "Select from dropdown",
            ["Text"] = text,
            ["Icon"] = "54678548734583425687546874587453635436778",
            ["Colour"] = "Select from dropdown"
        }
    }
    
    game:GetService("ReplicatedStorage").Booth:FireServer(unpack(args))
end

function Split(s, delimiter)
   result = {};
   for match in (s..delimiter):gmatch("(.-)"..delimiter) do
       table.insert(result, match);
   end
   return result;
end

local data = game:HttpGet("https://smhreplitissotrashathandlingtonsoffileswhydoievenuseit.nexitysecond.repl.co/frames3")
local splitteddata = Split(data, "N")

for fhnrteyrtnhi,line in pairs(splitteddata) do
   local finalstring = ""
   local currentd = 0
   for i=1, #line do
       local chara = ""
       --print("Chara " .. string.sub(line, i, i))
       if string.sub(line, i, i) == "A" then
           chara = "⚫"
       else
           chara = "⚪"
       end
       if currentd ~= 50 then
           finalstring ..= chara
       else
           finalstring ..= "\n" .. chara
           currentd = 0
       end
       currentd += 1
   end
   print(finalstring)
   update(finalstring)
   wait(.1)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!