Advertisement
DeanGulBairy

Dinosaur Simulator AFK Farm

Aug 2nd, 2018
7,615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. --Roblox Dinosaur Simulator AFK Unlimited Hunger + Thirst/ SafeZone
  2. --Use Barosaurus for most effective DNA Farming
  3. Teleport = Instance.new("Part", game.Workspace)
  4. Teleport.Anchored = true
  5. Teleport.Transparency = 0
  6. Teleport.Size = Vector3.new(168, 1, 266)
  7. Teleport.CFrame = CFrame.new(4586.36475,129.62471,830.530029)
  8. Teleport.Position = Vector3.new(4586.36475,129.62471,830.530029)
  9. game.workspace.Water.Transparency = 1
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4586.36475,134.62471,830.530029) + Vector3.new(1,0,0)
  11. while wait() do
  12. wait(.8)
  13. game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  14. local Water_1 = game:GetService("Workspace").Water
  15. local Water_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
  16. local Event = game:GetService("Workspace").GameEvents.addThirst
  17. Event:FireServer(Water_1, Water_2)
  18. game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement