Find any script for Roblox

Enter the name of the game or script.

Ultra Clicker Simulator! script – (AutoFarm)

Functions: Autofarm

Script developer: DarkRa1d3r

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

Thank you for using our website
Your script:

				
					-- Made by African Man#3025
_G.AutoTap = true;
_G.UnlimtedGems = true;
_G.UnlimtedFloppa = true;
spawn(function()
while _G.AutoTap == true do
   workspace.Events.AddClick:FireServer()
   wait()
end
end)
spawn(function()
while _G.UnlimtedGems == true do
   local ohInstance1 = game:GetService("ReplicatedStorage").Code_Folder
local ohString2 = "FLOPPA"
game:GetService("Players").LocalPlayer.PlayerGui.Main.MainFrame.CodesFrame.RedeemButton["Redeem Button_Script"].Gems:FireServer(ohInstance1, ohString2)
wait()
end
end)
spawn(function()
while _G.UnlimtedFloppa == true do
local ohInstance1 = game:GetService("ReplicatedStorage").Code_Folder
local ohString2 = "FLOPPA"
game:GetService("Players").LocalPlayer.PlayerGui.Main.MainFrame.CodesFrame.RedeemButton["Redeem Button_Script"].FreePet:FireServer(ohInstance1, ohString2)
wait()
end
end)
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *