HHLExploits

oof

Dec 3rd, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. local maxhp = 9e+18
  2. local minhp = 100
  3. local oh1 = "a"
  4. local oh2 = "take drop"
  5. game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN:FireServer(oh1, oh2)
  6. local oh1 = "b"
  7. local oh2 = "join coin"
  8. game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN:FireServer(oh1, oh2)
  9. local oh1 = "a"
  10. local oh2 = "farm coin"
  11. game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN:FireServer(oh1, oh2)
  12.  
  13. game.Workspace['__THINGS'].Drops.ChildAdded:Connect(function()
  14. for i , v in pairs(game.Workspace['__THINGS'].Drops:GetChildren()) do
  15. for r = 0 , 8 , 1 do
  16.  
  17. local oh1 = "a"
  18. local oh2 = "take drop"
  19. game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN:FireServer(oh1, oh2)
  20.  
  21. local oh1 = { {v.Name, "id"..r }, { false, false } }
  22. game:GetService("Workspace")["__THINGS"]["__REMOTES"]["take drop"]:FireServer(oh1)
  23. end
  24. end
  25. end)
  26. local RunService = game:GetService("RunService")
  27. while true do
  28. RunService.Heartbeat:wait()
  29. for num,coin in pairs(game.workspace['__THINGS'].Coins:GetChildren()) do
  30. if coin:FindFirstChild("Settings") ~= nil and coin.Settings.Health.Value <= maxhp and coin.Settings.Health.Value >= minhp then
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = coin.POS.CFrame + Vector3.new(0,9e+2,0)
  32. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  33. for i , c in pairs(game.Players.LocalPlayer.PlayerGui.Inventory.Frame.Container.Holder.Pets:GetChildren()) do
  34. if c:FindFirstChild("Equipped") ~= nil and c.Equipped.Visible == true then
  35. local oh1 = "b"
  36. local oh2 = "join coin"
  37. game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN:FireServer(oh1, oh2)
  38. workspace.__THINGS.__REMOTES:FindFirstChild"join coin":InvokeServer({{coin.Name,c.Name},{false,false}})
  39.  
  40. workspace.__THINGS.__REMOTES:FindFirstChild"change pet target":FireServer({{c.Name,"Coin",coin.Name},{false,false,false}})
  41. for i = 0 , 50 , 1 do
  42.  
  43. local oh1 = "a"
  44. local oh2 = "farm coin"
  45. game:GetService("Workspace")["__THINGS"]["__REMOTES"].MAIN:FireServer(oh1, oh2)
  46. workspace.__THINGS.__REMOTES:FindFirstChild"farm coin":FireServer({{coin.Name,c.Name},{false,false}})
  47. end
  48. end
  49. end
  50. repeat
  51. pcall(function ()
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = coin.POS.CFrame + Vector3.new(0,9e+2,0)
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  54. end)
  55. RunService.Heartbeat:wait()
  56. until game.workspace['__THINGS'].Coins:FindFirstChild(coin.Name) == nil or game.workspace['__THINGS'].Coins:FindFirstChild(coin.Name):FindFirstChild("POS") == nil or game.Players.LocalPlayer.Character == nil or coin == nil
  57. end
  58. end
  59. end
Add Comment
Please, Sign In to add comment