Facebook
From Dragon Fruit, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 1734
  1. Energy AutoFarm :
  2.  
  3. while wait() do
  4. local oh1 = "Meditate"
  5. game:GetService("ReplicatedStorage").Events.Attack:FireServer(oh1)
  6. end
  7.  
  8. Defense :
  9.  
  10. while wait() do
  11. local oh1 = "Situp"
  12. game:GetService("ReplicatedStorage").Events.Attack:FireServer(oh1)
  13. end
  14.  
  15. Strenght :
  16.  
  17. while wait() do
  18. local oh1 = "Pushup"
  19. game:GetService("ReplicatedStorage").Events.Attack:FireServer(oh1)
  20. end
  21.  
  22. Stamina :
  23.  
  24. while wait() do
  25. local oh1 = "Squat"
  26. game:GetService("ReplicatedStorage").Events.Attack:FireServer(oh1)
  27. end
  28.  
  29. Dojo tp :
  30.  
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1245.58411, 465.707214, -230.396332, 0, 0, 1, 0, 1, -0, -1, 0, 0)