У нас вы можете посмотреть бесплатно ROBLOX Taxi Boss Script GUI | Auto Farm Candy & Inf Money | или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
TURN THE FALSE TO TRUE IF U WANT THAT FUNCTION TO WORK THEN EXECUTE _G.Autofarm = loadstring(game:HttpGet("https://raw.githubusercontent.com/Mar...", true))() _G.pumpkins = false while _G.pumpkins do wait() pcall(function() if game.Players.LocalPlayer.Character.Humanoid.Sit == true then for ok,ya in pairs(game:GetService("Workspace").Vehicles:GetDescendants()) do if ya.Name == "Player" and ya.Value == game.Players.LocalPlayer then for i,v in pairs(game:GetService("Workspace").Pumpkins:GetDescendants()) do if v.Name == "TouchInterest" then firetouchinterest(ya.Parent.Parent.PrimaryPart,v.Parent,0) task.wait() firetouchinterest(ya.Parent.Parent.PrimaryPart,v.Parent,1) end end end end elseif game.Players.LocalPlayer.Character.Humanoid.Sit == false then game:GetService("ReplicatedStorage").Vehicles.GetNearestSpot:InvokeServer(game:GetService("Players").LocalPlayer.variables.carId.Value) wait(0.5) game:GetService("ReplicatedStorage").Vehicles.EnterVehicleEvent:InvokeServer() wait(0.5) end end) end _G.autospin = false _G.speed = 500 - this is how fast it should go- if _G.autospin == false then for i=1,_G.speed do print(i) spawn(function() while _G.autospin do game:GetService("ReplicatedStorage").SpinWheel:InvokeServer() wait(1) end end) end end