[ad_1]
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!
[ad_2]