Bloxing simpulator
-- you gotta get the rebirths and dna in the shops yourself BUT ITS OP
getgenv().autosell = true
getgenv().autobuyglove = true
spawn(function()
while autosell == true do
game:GetService("ReplicatedStorage").Events.SellRequest:FireServer()
wait()
end
end)
spawn(function()
while autobuyglove == true do
game:GetService("ReplicatedStorage").Events.BuyAllGlove:FireServer()
wait()
end
end)
getgenv().autosell = true
getgenv().autobuyglove = true
spawn(function()
while autosell == true do
game:GetService("ReplicatedStorage").Events.SellRequest:FireServer()
wait()
end
end)
spawn(function()
while autobuyglove == true do
game:GetService("ReplicatedStorage").Events.BuyAllGlove:FireServer()
wait()
end
end)