Imported from ScriptBlox https://scriptblox.com/
simple script, it gives u inf cash and upgrades
i also added loop for +1 flip, you can just execute script and wait till you reach enough flips to be in leaderboard.
btw if u want you can join my dsc server
Free
script.lua
11 lines
game:GetService("ReplicatedStorage").GiveMoney:FireServer(math.huge)
game:GetService("ReplicatedStorage").Upgrade:FireServer("HeadChance", 0.01, math.huge)
game:GetService("ReplicatedStorage").Upgrade:FireServer("Fliptime", 0.01, -math.huge)
game:GetService("ReplicatedStorage").Upgrade:FireServer("ComboMulti", 0.01, math.huge)
game:GetService("ReplicatedStorage").Upgrade:FireServer("CoinValue", 0.25, math.huge)
local RunService = game:GetService("RunService")
RunService.Heartbeat:Connect(function()
for i = 1, 100 do
game:GetService("ReplicatedStorage").TotalFlipPlusOne:FireServer()
end
end)
Description
Comments 0
Login to comment
Loading comments...
Copied!