Rebirth Champions X Script | AUTOFARM, OPEN SOURCE

Created by adriann#6235

Features:

  • AUTOFARM
  • OPEN SOURCE
getgenv().AutoTap = true
getgenv().AutoRebirth1 = true

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local AutoRebirth = {[1] = 1}

spawn(function()
    while AutoTap do
        wait(0.01)
        ReplicatedStorage.Events.Click3:FireServer()
    end
end)

spawn(function()
    while AutoRebirth1 do
        wait(0.1)
        ReplicatedStorage.Events.Rebirth:FireServer(unpack(AutoRebirth))
    end
end)

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS