The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Tatakai script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2.  
  3.  if v.ClassName == "Accessory" or v.Name == "Shirt" or v.Name == "Pants" then
  4.      v:Destroy()
  5.  end
  6. end
  7.  
  8. getgenv().farmer = true
  9. while wait() do
  10.  if getgenv().farmer == true then
  11.  
  12. local Player =   game.Players:FindFirstChildOfClass("Player")
  13. local BackPack  =  game.Players.LocalPlayer.Backpack
  14. local roadwork = game.Players.LocalPlayer.Backpack:FindFirstChild("Roadwork")
  15. local humanoid =  Player.Character:FindFirstChildOfClass("Humanoid")
  16.  
  17.  
  18. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50 -- Change the number to the speed you want
  19.  
  20.  
  21. game.Players.LocalPlayer.Character.Humanoid:MoveTo(game:GetService("Workspace").Items.Roadwork["Roadwork $300"].Head.Position)
  22.  
  23. wait(5)
  24.  
  25. fireclickdetector(game:GetService("Workspace").Items.Roadwork.ClickDetector)
  26. wait(.8)
  27. humanoid:EquipTool (roadwork)
  28.  
  29. local virtualUser = game:GetService('VirtualUser')
  30. virtualUser:CaptureController()
  31. wait()
  32. virtualUser:Button1Down(Vector2.new(0.0135417, -0.4), CFrame.new(-13249.8, 647.602, 456.152, 0.00685011, -0.983467, -0.176905, -0.0380817))
  33. wait()
  34. virtualUser:Button1Down(Vector2.new(-0.0135416, -0.233333), CFrame.new(-13249.8, 647.602, 456.152, 0.00685011, -0.983467, -0.176905, -0.0380817))
  35.  
  36. wait(.5)
  37.  
  38. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  39. local destination = game:GetService("Workspace").Roadwork["1"].Position
  40.  
  41. humanoid:MoveTo(destination)
  42.  
  43. wait(4)
  44.  
  45. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  46. local destination = game:GetService("Workspace").Roadwork["2"].Position
  47.  
  48. humanoid:MoveTo(destination)
  49.  
  50. wait(4)
  51.  
  52. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  53. local destination = game:GetService("Workspace").Roadwork["3"].Position
  54.  
  55. humanoid:MoveTo(destination)
  56.  
  57. wait(4)
  58.  
  59. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  60. local destination = game:GetService("Workspace").Roadwork["4"].Position
  61.  
  62. humanoid:MoveTo(destination)
  63.  
  64. wait(4)
  65. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  66. local destination = game:GetService("Workspace").Roadwork["5"].Position
  67.  
  68. humanoid:MoveTo(destination)
  69.  
  70. wait(4)
  71.  
  72. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  73. local destination = game:GetService("Workspace").Roadwork["6"].Position
  74.  
  75. humanoid:MoveTo(destination)
  76.  
  77. wait(4)
  78. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  79. local destination = game:GetService("Workspace").Roadwork["7"].Position
  80.  
  81. humanoid:MoveTo(destination)
  82.  
  83. wait(4)
  84.  
  85. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  86. local destination = game:GetService("Workspace").Roadwork["8"].Position
  87.  
  88. humanoid:MoveTo(destination)
  89.  
  90. wait(3)
  91. end
  92. end