ADVERTISEMENTREMOVE ADS
Game icon

Inf Money

Script preview thumbnail
Script Preview

Description

Inf Money Best Script

For stop use stopAutoSend()

Tested with

ADVERTISEMENTREMOVE ADS
30 Lines • 693 Bytes
Raw
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

Comments

2 comments
to add a comment
Ja

very nice script and works well

1
0
7r

works very well its very good and it works with solara

0
0
ADVERTISEMENTREMOVE ADS