Palazikaka

Untitled

Jan 1st, 2020
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. -- re-re-re-re-re-re-re-release
  2. local A = true
  3. local B = game.Players.LocalPlayer
  4. local C = Instance.new('HopperBin')
  5. C.Parent = B.Backpack
  6. C.Name = 'CLICK TP'
  7. local function D(E)
  8. if B == nil or B.Character == nil then
  9. return
  10. end
  11. B.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(E.x, E.y + 7, E.z))
  12. end
  13. A = true
  14. local function F(G)
  15. if not A then
  16. return
  17. end
  18. if B == nil then
  19. return
  20. end
  21. A = false
  22. local H = G.Hit
  23. local I = H.lookVector
  24. D(H.p)
  25. wait()
  26. A = true
  27. end
  28. local function J(G)
  29. G.Icon = "rbxasset://textures\\ArrowCursor.png"
  30. G.Button1Down:Connect(function()
  31. F(G)
  32. end)
  33. end
  34. C.Selected:Connect(J)
Advertisement
Add Comment
Please, Sign In to add comment