TA2856

One Fruit Simulator [BETA

Dec 11th, 2022
1,928
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. getgenv().farm = true
  2. while getgenv().farm == true do
  3. task.wait(2)
  4. for i = 1, 2500 do
  5. task.spawn(function()
  6. local A_1 =
  7. {
  8. [1] =
  9. {
  10. [1] = "",
  11. [2] = "skillsControl",
  12. [3] = "Combat",
  13. [4] = "Z",
  14. [5] = "Hold",
  15. [6] = Vector3.new(0,0,0)
  16. }
  17. }
  18. local Event = game:GetService("ReplicatedStorage").RemoteEvent
  19. Event:FireServer(A_1)
  20. end)
  21. end
  22. end
Add Comment
Please, Sign In to add comment