Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- 5/19/2018, by anphu04 --
- -- This script includes all the nessessary btools for exploiting (WITH UNLOCKING TOOL!) --
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- function create(bintype, name, tex)
- local h = Instance.new("HopperBin", plr.Backpack)
- h.BinType = bintype
- h.Name = name
- h.TextureId = tex
- local h2 = Instance.new("HopperBin", plr.StarterGear)
- h2.BinType = bintype
- h2.Name = name
- h2.TextureId = tex
- end
- create("Grab", "Grab", "http://www.roblox.com/asset/?id=270648006")
- create("Clone", "Clone", "rbxasset://Textures/Clone.png")
- create("Hammer", "Delete", "rbxasset://Textures/Hammer.png")
- -- CUSTOM TOOLS MADE BY ME :3 --
- game:GetService("HttpService").HttpEnabled = true
- local root = game:GetService("InsertService"):LoadAsset(1522162549) -- the root is a model, and the tools are inside
- for i,v in pairs(root:GetChildren()) do
- v.Parent = plr.Backpack
- end
- root:Destroy()
- local root2 = game:GetService("InsertService"):LoadAsset(1522162549) -- the root2 is a model, and the tools are inside
- for i,v in pairs(root2:GetChildren()) do
- v.Parent = plr.StarterGear
- end
- root2:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement