local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
local Toggled = false
-- Settings
local Keybind = "v" -- keybind to toggle
-- stuff
Mouse.KeyDown:Connect(function(Key)
if Key == Keybind then
if Toggled then
Toggled = false
else
Toggled = true
while Toggled and wait() do
keypress(0x46)
wait()
keyrelease(0x46)
wait()
end
end
end
end)
loadstring(game:HttpGet("https://raw.githubusercontent.com/CheeseOnGithub/scripts/main/bb2019.lua",true))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/Booga/main/Booga"))()
loadstring(game:HttpGet('https://pastebin.com/raw/MGDBXaS7',true))()