Site 006 Roleplay Script | GODMODE, ANTI CHEAT BYPASS, GUN MOD

Created by Bobsie

Features:

loadstring(game:HttpGet("https://raw.githubusercontent.com/KirbleSensei/stuff/main/scp-games/Site%20006%20RP%20Anti%20Cheat%20bypass.lua"))();
--// works for class d 
while wait() do
for i,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
   if v.ClassName == "BillboardGui" then
       v:Destroy()
   end
end
end
for i,v in pairs(getgc(true)) do
	if type(v) == "table" and rawget(v,"Clip") then
	    rawset(v, "Clip", math.huge)
	    rawset(v, "Ammo",  math.huge)
	    rawset(v, "Spread", 0)
	    rawset(v, "Damage",  math.huge)
	    rawset(v, "TBS", 0.018)
	end
end