Advertisement
anphu04

ADVANCED ROBLOX BTOOLS EXPLOIT

May 19th, 2018
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. -- 5/19/2018, by anphu04 --
  2. -- This script includes all the nessessary btools for exploiting (WITH UNLOCKING TOOL!) --
  3. local plr = game.Players.LocalPlayer
  4. local char = plr.Character
  5. function create(bintype, name, tex)
  6. local h = Instance.new("HopperBin", plr.Backpack)
  7. h.BinType = bintype
  8. h.Name = name
  9. h.TextureId = tex
  10. local h2 = Instance.new("HopperBin", plr.StarterGear)
  11. h2.BinType = bintype
  12. h2.Name = name
  13. h2.TextureId = tex
  14. end
  15.  
  16. create("Grab", "Grab", "http://www.roblox.com/asset/?id=270648006")
  17. create("Clone", "Clone", "rbxasset://Textures/Clone.png")
  18. create("Hammer", "Delete", "rbxasset://Textures/Hammer.png")
  19.  
  20. -- CUSTOM TOOLS MADE BY ME :3 --
  21. game:GetService("HttpService").HttpEnabled = true
  22. local root = game:GetService("InsertService"):LoadAsset(1522162549) -- the root is a model, and the tools are inside
  23. for i,v in pairs(root:GetChildren()) do
  24. v.Parent = plr.Backpack
  25. end
  26. root:Destroy()
  27. local root2 = game:GetService("InsertService"):LoadAsset(1522162549) -- the root2 is a model, and the tools are inside
  28. for i,v in pairs(root2:GetChildren()) do
  29. v.Parent = plr.StarterGear
  30. end
  31. root2:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement