MrMysteryMyth1

Btools

May 20th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2. tool.Parent = game.Players.LocalPlayer.Backpack
  3. print("Getting Btools") --This is a normal script >_>
  4. wait(2)
  5. print("Drag Success")
  6. a = Instance.new("HopperBin")
  7. a.BinType = 1
  8. a.Parent = game.Players.LocalPlayer.Backpack --Replace LocalPlayer With your name!
  9. wait(3)
  10. print("Delete Success")
  11. a = Instance.new("HopperBin")
  12. a.BinType = 4
  13. a.Parent = game.Players.LocalPlayer.Backpack --Replace LocalPlayer With your name!
  14. wait(3)
  15. print("Copy Success")
  16. a = Instance.new("HopperBin")
  17. a.BinType = 3
  18. a.Parent = game.Players.LocalPlayer.Backpack --Replace LocalPlayer With your name!
  19.  
  20. repeat wait()
  21. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  22. local mouse = game.Players.LocalPlayer:GetMouse()
  23. repeat wait() until mouse
  24. local plr = game.Players.LocalPlayer
  25. local torso = plr.Character.Torso
  26. local flying = true
  27. local deb = true
  28. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  29. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  30. local maxspeed = 50
  31. local speed = 0
  32.  
  33. if a game does not have the original roblox inventory then it may not work
Add Comment
Please, Sign In to add comment