Automatically shoot when aiming

MADE BY Oooga Booga

FEATURE:

  • AUTOMATICALLY SHOOT WHEN RIGHT CLICK

SCRIPT:

local uis = game:GetService("UserInputService")
uis.InputBegan:connect(function(inst)
if inst.UserInputType == Enum.UserInputType.MouseButton2 then
getgenv().booga = true
while booga == true do
   wait()
       local m = game.Players.LocalPlayer:GetMouse()
           mouse1click()
end
end
end)
uis.InputEnded:connect(function(inst)
if inst.UserInputType == Enum.UserInputType.MouseButton2 then
getgenv().booga = false
while booga == true do
   wait()
       local m = game.Players.LocalPlayer:GetMouse()
           mouse1click()
end
end
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!