-- [[ 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 ]] setidentity(8) local a=game:GetService"UserInputService" local function apply() for b,c in getgc(true)do if type(c)=="table"and rawget(c,"LastFire")then local d,e=pcall(getrawmetatable,c) if d and e then setreadonly(e,false) if e.__newindex then e.__newindex=function()end end end setreadonly(c,false) rawset(c,"LastFire",0) if rawget(c,"GunConfig")and type(c.GunConfig)=="table"then setreadonly(c.GunConfig,false) rawset(c.GunConfig,"RPM",900) end if rawget(c,"_firing")~=nil then rawset(c,"_firing",true) end end end end a.InputBegan:Connect(function(b,c) if c then return end if b.KeyCode==Enum.KeyCode.L then apply() end end) -- made by bsiw llm used: grok -- tools used: Nemesis DUmper dm me in discord to buy: 'kxcux_70013' it dumps everything that llms needs to code infinite ammo health etc -- if it's not working dm me in discord or comment the script and don't forget to tell me what executor you using it must support setidentity() rawset getgc etc