Advertisement
lucaslulu

The Forest Simulator

Nov 14th, 2019
4,975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. --Pick up your Holy Axe and Start AutoFarm(only for synapse x)
  2. local player = "YourName"
  3. _G.LULU = true --false to disable
  4. while _G.LULU do
  5. wait(0)
  6. game:GetService("Workspace"):FindFirstChild(player)["Holy Axe"].Remote:FireServer(game:GetService("Workspace").DestroyableItems.T12.Trees.Acid.HitBox)
  7. game:GetService("Workspace"):FindFirstChild(player)["Holy Axe"].Remote:FireServer(game:GetService("Workspace").DestroyableItems.T11.Trees.Coconut.HitBox)
  8. game:GetService("Workspace"):FindFirstChild(player)["Holy Axe"].Remote:FireServer(game:GetService("Workspace").DestroyableItems.T10.Trees["Cherry Log"].HitBox)
  9. end
  10.  
  11. --AutoRebirth start autofarm and autorebirth for this work
  12. _G.LULU = true --false to disable
  13. while _G.LULU do
  14. wait(10)--change time if you want
  15. game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer(A_2)
  16. end
  17.  
  18. --Best Axe
  19. local A_1 = "Holy Axe"
  20. local A_2 = "Axe"
  21. game:GetService("ReplicatedStorage").Remotes.EquipToolF:InvokeServer(A_1, A_2)
  22.  
  23. --Best Pickaxe
  24. local A_1 = "Holy Pickaxe"
  25. local A_2 = "Pickaxe"
  26. game:GetService("ReplicatedStorage").Remotes.EquipToolF:InvokeServer(A_1, A_2)
  27.  
  28. --Make by IxLUCASSxI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement