HHLExploits

Thanks for everything in 2019

Dec 31st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. u = true
  2. tptoshit = true
  3. plr = game.Players.LocalPlayer
  4. mouse = plr:GetMouse()
  5. mouse.KeyDown:Connect(function(key)
  6. if key == 'r' then
  7. u = not u
  8. elseif key == 'y' then
  9. tptoshit = not tptoshit
  10. end
  11. end)
  12. while wait() do
  13. if u == true then
  14. for i,v in pairs(plr.Backpack:GetChildren()) do
  15. if v.ClassName == 'Tool' then
  16. plr.Character.Humanoid:EquipTool(v)
  17. end
  18. end
  19. for i,v in pairs(plr.Character:GetChildren()) do
  20. if v.ClassName == 'Tool' then
  21. v:Activate()
  22. end
  23. end
  24. game:GetService("Workspace").sellAreaCircles.sellAreaCircle.circleInner.CFrame = CFrame.new(plr.Character.PrimaryPart.Position + Vector3.new(0,0,5))
  25. wait(.1)
  26. game:GetService("Workspace").sellAreaCircles.sellAreaCircle.circleInner.CFrame = CFrame.new(plr.Character.PrimaryPart.Position + Vector3.new(5,0,0))
  27. if tptoshit == true then
  28. plr.Character.Humanoid:ChangeState(11)
  29. for i,v in pairs(game:GetService("Workspace").spawnedCoins.Valley:GetChildren()) do
  30. plr.Character.PrimaryPart.CFrame = v.CFrame
  31. end
  32. end
  33. else
  34. wait()
  35. end
  36. end
Add Comment
Please, Sign In to add comment