Anime Clicker Simulator Script | AUTO CLICKER, AUTO REBIRTH, AUTO BUY EGGS

076dc6875ba7fdd29d834c1b53a0c52c-300x169-1.png

Created by Clunky

Features:

  • AUTO CLICKER
  • AUTO REBIRTH
  • AUTO BUY EGGS
_G.autotap = true;
_G.autorebirth =true;
_G.Buyegg = true;
local remotepath = game:GetService("ReplicatedStorage").Remotes;

spawn(function()
while _G.autotap == true do
   local args = {
       [1] = false,
       [2] = "Clicker!"
   }
   remotepath.ClickRemote:FireServer(unpack(args))
       Wait()
end
end)

spawn(function()
   while _G.autorebirth == true do
local args = {
   [1] = 1 ----- "change rebirth here"
}
remotepath.RebirthRemote:FireServer(unpack(args))
  wait()
end
end)

spawn(function()
   while wait() do
       if not _G.Buyegg then
           break
       end;
local args = {
   [1] = "Dragon Star", ---- "you can change egg here"
   [2] = false,
   [3] = false
}
remotepath.OpenEgg:InvokeServer(unpack(args))
end
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Â