ADVERTISEMENTREMOVE ADS
Inf Money
47,537 views
Description
Inf Money Best Script
For stop use stopAutoSend()
Tested with
ADVERTISEMENTREMOVE ADS
30 Lines • 693 Bytes
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local AddMoney = ReplicatedStorage.Remotes:WaitForChild("AddMoney")
local playerKey = "ywreuijfoweuy7823478'daikaw3052"
local amount = 10000
local interval = 1
local running = false
local taskHandle = nil
local function startAutoSend()
if running then return end
running = true
taskHandle = coroutine.create(function()
while running do
AddMoney:FireServer(playerKey, amount)
wait(interval)
end
end)
coroutine.resume(taskHandle)
end
local function stopAutoSend()
running = false
end
startAutoSend()
-- For Stop 👇
-- stopAutoSend()
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
very nice script and works well
works very well its very good and it works with solara