Victory Race Script | AUTO FARM

Created by Ozzf

Features:

  • AUTO FARM
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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS