Skip to content

Instantly share code, notes, and snippets.

@CFGStorm
CFGStorm / BOOGA BOOGA
Last active May 17, 2026 01:37
Booga booga kill aura
-- BUGAGA KILL AURA + UI (настраиваемый кейбинд)
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:wait()
local userInputService = game:GetService("UserInputService")
_G.KillAuraEnabled = true
_G.KillAuraRange = 15
_G.AttackSpeed = 0.1
_G.ToggleKey = Enum.KeyCode.K -- по умолчанию K
_G.waitingForKey = false