In Area 51 No Key Script | Infinite Damage, Infinite Ammo, Gun Support
Description
This In Area 51 script focuses on gun and combat features, including Infinite Damage and Infinite Ammo. The listing says it requires a capable executor and has been tested with Potassium and Real.
Key Features
- Infinite Damage
- Infinite Ammo
- Gun Support
- No Key
- Potassium Support
- Real Support
Features
Compatible Executors
Script
local Players = game:GetService("Players").LocalPlayer
local Character = Players.Character or Players.CharacterAdded:Wait()
local Tool = Character:FindFirstChildWhichIsA("Tool")
if Tool:FindFirstChild("Setting") then
local script = require(Tool:FindFirstChild("Setting"))
script.Auto = true
script.FlamingBullet = true
script.CameraRecoilingEnabled = false
script.AmmoPerMag = math.huge
script.IgniteChance = math.huge
script.BaseDamage = math.huge
script.FireRate = 0
script.ReloadTime = 0
script.SpreadX = 0
script.SpreadY = 0
script.BurstRate = 0
end
No comments yet. Be the first!