Advertisement
_Thanh_Thy_Cute_

New Eden AUTO FARM

Jul 29th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. a=game.Players.LocalPlayer.PlayerGui.MiningUI
  2. if workspace.GameInteractives.MiningOutcrops:FindFirstChild("Barathrum") then
  3. workspace.GameInteractives.MiningOutcrops.Barathrum:Destroy()
  4. end
  5. workspace.FallenPartsDestroyHeight=0/0
  6. while game.RunService.Stepped:wait() do
  7. pcall(function()
  8. game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
  9. game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false)
  10. local m = workspace.GameInteractives.MiningOutcrops:FindFirstChild("InteractionPoint",true)
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=m.Parent.CFrame
  12. game:GetService("ReplicatedStorage").Anima.AssetStorage:FindFirstChild("Framework Plugins").InteractionFramework.InteractionListener:FireServer(m)
  13. if a.Enabled==true then
  14. l=game:GetService("ReplicatedStorage").Anima.AssetStorage:FindFirstChild("Framework Plugins").MiningRemotes.MineKeyCode:InvokeServer(Enum.KeyCode[a.Frame.KeyPrompt.Text])
  15. if l.NewKey then
  16. a.Frame.KeyPrompt.Text=game.UserInputService:GetStringForKeyCode(l.NewKey)
  17. else
  18. game:GetService("ReplicatedStorage").Anima.AssetStorage["Framework Plugins"].MiningRemotes:WaitForChild("CancelMining"):FireServer()
  19. end
  20. end
  21. end)
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement