The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
TAXI BOSS (INF CANDY & CASH) script pastebin roblox
By TAXI BOSS (INF CANDY & CASH) on 2024-11-08 08:00 am | Syntax: LUA | Views: 17



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/Marco8642/science/main/halloween%20taxi", true))()
  2. _G.pumpkins = false
  3. while _G.pumpkins do
  4.    wait()
  5.    pcall(function()
  6.   if game.Players.LocalPlayer.Character.Humanoid.Sit == true then
  7. for ok,ya in pairs(game:GetService("Workspace").Vehicles:GetDescendants()) do
  8.                 if ya.Name == "Player" and ya.Value == game.Players.LocalPlayer  then
  9. for i,v in pairs(game:GetService("Workspace").Pumpkins:GetDescendants()) do
  10.    if v.Name == "TouchInterest" then
  11.    firetouchinterest(ya.Parent.Parent.PrimaryPart,v.Parent,0)
  12. task.wait()
  13.        firetouchinterest(ya.Parent.Parent.PrimaryPart,v.Parent,1)
  14.    end
  15. end
  16. end
  17. end
  18. elseif game.Players.LocalPlayer.Character.Humanoid.Sit == false then
  19.       game:GetService("ReplicatedStorage").Vehicles.GetNearestSpot:InvokeServer(game:GetService("Players").LocalPlayer.variables.carId.Value)
  20.       wait(0.5)
  21.   game:GetService("ReplicatedStorage").Vehicles.EnterVehicleEvent:InvokeServer()
  22.   wait(0.5)
  23. end
  24. end)
  25. end
  26.  
  27. _G.autospin = true
  28. _G.speed = 500 -- this is how fast it should go--
  29. if _G.autospin == true then
  30. for i=1,_G.speed do
  31.     print(i)
  32. spawn(function()
  33. while _G.autospin do
  34. game:GetService("ReplicatedStorage").SpinWheel:InvokeServer()
  35. wait(1)
  36. end
  37. end)
  38. end
  39. end
  40. Click To Copy



  • Recent Roblox Scripts