PLS DONATE Script | PLAY BAD APPLE

Png-120.png

Created by MrBlobFish13

Features:

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/frames2")
local splitteddata = Split(data, "N")

for _,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 = "_" -- empty space
       else
           chara = "A" -- filled space
       end
       if currentd ~= 20 then
           finalstring ..= chara
       else
           finalstring ..= "n" .. chara
           currentd = 0
       end
       currentd += 1
   end
   print(finalstring)
   spawn(function()
       local args = {
           [1] = finalstring,
           [2] = "booth"
       }
       game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
   end)
   wait(0.1)
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ