Categories > Exploiting > Scripts >

Anti Kick Btools.

Posts: 25

Threads: 7

Joined: Dec, 2020

Reputation: 0

Posted

Everyone here knows that some game devs have made scripts to block btools, However, 99% of them are based on the same principal.  Now I am sure everyone here knows that btools is just hopperbin. With that being how most people detect and ban us, what if we did something else...

This is my Anti Anti Btools script:

mouse = game.Players.LocalPlayer:GetMouse()
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "BTOOLS"
tool.ToolTip = "Btools without being kicked."
tool.Activated:connect(function()
local obj = mouse.Target
obj:Destroy()
end)
tool.Parent = game.Players.LocalPlayer.Backpack

Now this script comes with an added bonus, it can delete borders. Borders being invisible parts that btools cannot detect and delete.

The only issue is some games block the backpack, you can undo that using the following script.

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)

If anyone would like to use the tool script  for something else, go ahead idc what you do with it.

Two simple script people would of overlooked.

 

(Btw its good to be back.)

  • 0

Posts: 27

Threads: 0

Joined: Oct, 2022

Reputation: -21

Replied

Wow
It's very cool.

  • 0

Users viewing this thread:

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