Forum > Scripts >

Simple btools script?

PoisonBlood57

Elitemation

Posts: 4

Threads: 2

Joined: Apr, 2018

Reputation: 0

Posted

i want a script that gives you btools permanently
  • 0

Posts: 4

Threads: 2

Joined: Jun, 2018

Reputation: 0

Replied

If you want a btool script for non FPS games id go for : Â   local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
tool1.BinType = "Clone"
tool2.BinType = "GameTool"
tool3.BinType = "Hammer"
tool4.BinType = "Script"
tool5.BinType = "Grab"
  • 0

Posts: 5

Threads: 2

Joined: Jun, 2018

Reputation: 0

Replied

a = Instance.new("HopperBin") 
a.BinType = 1 
a.Parent = game.Players.LocalPlayer.Backpack
a = Instance.new("HopperBin") 
a.BinType = 4 
a.Parent = game.Players.LocalPlayer.Backpack
a = Instance.new("HopperBin") 
a.BinType = 3 
a.Parent = game.Players.LocalPlayer.Backpack

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )