--[[
A distribution of https://[Log in to view URL]
Last updated August 2, 2021
Description: Gives your player the old system of building tools
Instruction: Inject this script into any game using a Lua executor like JJSploit.
]]
backpack = game:GetService("Players").LocalPlayer.Backpack
hammer = Instance.new("HopperBin")
hammer.Name = "Hammer"
hammer.BinType = 4
hammer.Parent = backpack
cloneTool = Instance.new("HopperBin")
cloneTool.Name = "Clone"
cloneTool.BinType = 3
cloneTool.Parent = backpack
grabTool = Instance.new("HopperBin")
grabTool.Name = "Grab"
grabTool.BinType = 2
grabTool.Parent = backpack
To embed this project on your website, copy the following code and paste it into your website's HTML: