-- [[ Rscripts Risk Notice ]] -- This script is not verified by rscripts.net. Deal with caution. -- -- Stay safe: -- • Never log in on unofficial Roblox sites or lookalike domains. -- • Real Roblox links use roblox.com (check the .com ending). -- • Treat fake Roblox login / "claim reward" pages as phishing. -- [[ End Rscripts Risk Notice ]] 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