local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Cars Trading Autofarm", "DarkTheme") local Tab = Window:NewTab("Home") local Section = Tab:NewSection("The Autofarm") Section:NewButton("Autofarm Coins", "bitch", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(147.30520629882812, 16.99782371520996, -642.1301879882812)) wait(0.2) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100.12689208984375, 16.99782371520996, -518.02783203125)) wait(0.2) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-113.33717346191406, 16.99782371520996, -780.0892333984375)) repeat until print("Clicked") end)