NikHacks

BTools WORKING

Nov 24th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.37 KB | None | 0 0
  1.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  2. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  3.    if child.ClassName == "Part" then
  4.        child.Locked = false
  5.    end
  6.    if child.ClassName == "MeshPart" then
  7.        child.Locked = false
  8.    end
  9.    if child.ClassName == "UnionOperation" then
  10.        child.Locked = false
  11.    end
  12.    if child.ClassName == "Model" then
  13.        for index, chil in pairs(child:GetChildren()) do
  14.            if chil.ClassName == "Part" then
  15.                chil.Locked = false
  16.            end
  17.            if chil.ClassName == "MeshPart" then
  18.                chil.Locked = false
  19.            end
  20.            if chil.ClassName == "UnionOperation" then
  21.                chil.Locked = false
  22.            end
  23.            if chil.ClassName == "Model" then
  24.                for index, childe in pairs(chil:GetChildren()) do
  25.                    if childe.ClassName == "Part" then
  26.                        childe.Locked = false
  27.                    end
  28.                    if childe.ClassName == "MeshPart" then
  29.                        childe.Locked = false
  30.                    end
  31.                    if childe.ClassName == "UnionOperation" then
  32.                        childe.Locked = false
  33.                    end
  34.                    if childe.ClassName == "Model" then
  35.                        for index, childeo in pairs(childe:GetChildren()) do
  36.                            if childeo.ClassName == "Part" then
  37.                                childeo.Locked = false
  38.                            end
  39.                            if childeo.ClassName == "MeshPart" then
  40.                                childeo.Locked = false
  41.                            end
  42.                            if childeo.ClassName == "UnionOperation" then
  43.                                childeo.Locked = false
  44.                            end
  45.                            if childeo.ClassName == "Model" then
  46.                            end
  47.                        end
  48.                    end
  49.                end
  50.            end
  51.        end
  52.    end
  53. end
  54. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  55. c.BinType = Enum.BinType.Hammer
  56. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  57. c.BinType = Enum.BinType.Clone
  58. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  59. c.BinType = Enum.BinType.Grab
Add Comment
Please, Sign In to add comment