anonmods

pop-it-trading-dup

Oct 8th, 2021 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. --BROUGHT TO YOU BY ANONMODS.COM!--
  2.  
  3.  
  4. repeat wait() until game:IsLoaded()
  5. local drop = game:GetService("ReplicatedStorage").RemoteEvents.Drop
  6. local equip = game:GetService("ReplicatedStorage").RemoteEvents.Equip
  7.  
  8. function autoequip(c,item)
  9. for i = 1,c do
  10. wait(0.1)
  11. equip:FireServer(item)
  12.  
  13. function autodrop(c,item)
  14. for i = 1,c do
  15. wait(.4)
  16. drop:FireServer(item)
  17. end
  18. end
  19. end
  20. end
  21.  
  22. autoequip(1,"Gummy Rainbow")
  23. autodrop(1,"Gummy Rainbow")
  24. wait(1)
  25. game:GetService("TeleportService"):Teleport(7346416636,game:GetService("Players").LocalPlayer)
  26. wait(.3)
  27. local function bsf()
  28. local n = false
  29.  
  30. for i, v2 in pairs(workspace.Dropped:GetChildren()) do
  31. if
  32. v2.Owner.Value == game.Players.LocalPlayer or
  33. v2.Owner.Value == game.Players.LocalPlayer.Character
  34.  
  35. --print("take")
  36. then
  37. print("take")
  38.  
  39. for is, vs in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  40. if vs:IsA("MeshPart") or vs:IsA("BasePart") and v then
  41. print("1n1", v2, vs)
  42.  
  43. firetouchinterest(vs, v2.Handle, 1)
  44.  
  45. firetouchinterest(vs, v2.Handle, 0)
  46.  
  47. --char.HumanoidRootPart.CFrame = v2.Handle.CFrame
  48.  
  49.  
  50. n = true
  51.  
  52. print(2)
  53.  
  54. break
  55. end
  56. end
  57.  
  58. print(3)
  59. end
  60. end
  61.  
  62. if n then
  63. wait()
  64.  
  65. bsf()
  66. end
  67. end
  68.  
  69. bsf()
  70.  
Add Comment
Please, Sign In to add comment