www.roblox-scripter.com

Roblox codes

Trade simulator script – (Slow autofarm)

Functions: Slow autofarm

Script developer: VVSCRIPT
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					_G.Condition = true -- true turns it on, false turns it off
while _G.Condition == true do
if workspace["_yes"]:FindFirstChild("100") then
   fireclickdetector(game:GetService("Workspace")["_yes"]["100"].ClickDetector)
   print("click 100")
end
if workspace["_yes"]:FindFirstChild("1000") then
   fireclickdetector(game:GetService("Workspace")["_yes"]["1000"].ClickDetector)
   print("click 1k")
end
wait()
end