Our Discord Channel Our Telegram

Script Description

The script automatically farms for you by pressing the F key.

Script Functions

1 functions

Show functions Hide functions
  • Auto F

Script Code

5 lines · 136 B · Lua

Review the code before running it. Use scripts responsibly and only with tools you trust.

while wait(0.001)do local args = {
	"Start"
}
game:GetService("ReplicatedStorage"):WaitForChild("Cash"):FireServer(unpack(args))
end

Comments

0

No comments yet.