HHLExploits

Paper Ball

May 11th, 2019
926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. while wait(.5) do
  2. local paperBallname = "Paper Ball" -- TYPE THE NAME OF THE PAPER BALL HERE!!
  3. local Player = game:GetService("Players").LocalPlayer
  4. local BackpackStates = Player.BackpackStats
  5. local MaxValue = BackpackStates.MaxValue
  6. local CurrentValue = BackpackStates.Value
  7. local SavedPos = Player.Character.HumanoidRootPart.CFrame
  8. local playername = Player.Name
  9. if CurrentValue < MaxValue then
  10. game:GetService("ReplicatedStorage").Resources.RemoteEvents.FireEvent:FireServer(Vector3.new(-0.00904411729, 0.00218708534, 0.999956667),game:GetService("Workspace")[playername][paperBallname])
  11. else
  12. print("Max Hit Selling..")
  13. Player.Character.HumanoidRootPart.CFrame = game.Workspace.SpecialButtons.Sell.Ring.CFrame + Vector3.new(0,2,0)
  14. wait(.5)
  15. Player.Character.HumanoidRootPart.CFrame = SavedPos
  16. end
  17.  
  18. end
Add Comment
Please, Sign In to add comment