Functions: Autofarm

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:
-- 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)