Categories > Exploiting > Scripts >
Anti Kick Btools.
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.)
Replied
Wow
It's very cool.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post