BlueExploiter

Hoops - Demo (Basketball) TP Block Hack/Script/Exploit!

Aug 22nd, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. meme = game:GetService("Players").LocalPlayer.Name
  2.  
  3. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  4. if key == "f" then -- This is the hotkey change it if you want make sure you put in lower case. f is the default
  5. for i=1, 2 do
  6. game.Workspace[meme].HumanoidRootPart.CFrame = game.Workspace.Basketball.CFrame
  7. end
  8. end
  9. end)
Add Comment
Please, Sign In to add comment