Victory Race Autofarm

MADE BY Ozzf

FEATURE:

  • AUTO FARM
  • ANTI AFK
  • .
  • https://www.roblox.com/games/4951858512/UPDATE-Victory-Race

SCRIPT:

local vu = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:connect(function()
  vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  wait(1)
  vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
end)

if game.PlaceId == 4951858512 then
     local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
     local Window = Library.CreateLib("Hi thanks for using it :D", "Ocean")
     
            local Main = Window:NewTab("Main")
     
      local MainSection = Main:NewSection("Main")
     
     
      --Main
     
      MainSection:NewToggle("win autofarm", "autofarms wins", function(state)
   if state then
       
  _G.functiond = true;

spawn(function()
  while _G.functiond == true do
      wait(.88)
      for _, v in pairs(game.Workspace:GetDescendants()) do
                  if v:IsA("TouchTransmitter") or v:IsA("TouchInterest") then
                      firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart or game.Players.LocalPlayer.Character.Torso, v:FindFirstAncestorWhichIsA("Part"),0)
                  end
      end
  end
      end)
   else
       
  _G.functiond = false;

spawn(function()
  while _G.functiond == true do
      wait(.88)
      for _, v in pairs(game.Workspace:GetDescendants()) do
                  if v:IsA("TouchTransmitter") or v:IsA("TouchInterest") then
                      firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart or game.Players.LocalPlayer.Character.Torso, v:FindFirstAncestorWhichIsA("Part"),0)
                  end
      end
  end
      end)
   end
end)

--Settings--

                  local Settings = Window:NewTab("Settings")
     
      local SettingsSection = Settings:NewSection("Settings")
     

SettingsSection:NewKeybind("ToggleGui", "?", Enum.KeyCode.RightControl, function()
Library:ToggleUI()
end)


--Credits--

                  local Credits = Window:NewTab("Credits")
     
      local CreditsSection = Credits:NewSection("Credits")
     

CreditsSection:NewButton("Creator Owenn#1382", "Discord", function()
   print("balls")
end)

CreditsSection:NewButton("KavoLibary", "https://xheptcofficial.gitbook.io/kavo-library/", function()
   print("https://xheptcofficial.gitbook.io/kavo-library/")
end)

end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!