2. Does it come with screenshot protection? Lets say the server anti-cheat hasĀ
local oldRC = render.Capture
local rndrView = render.RenderView
takingss = false
render.Capture = function( ... )
takingss = true
rndrView()
GAMEMODE:HUDPaint()
takingss = false
return oldRC( ... )
endDoes the cheat bypass it?
3. Can I run it in fullscreen and not fullscreen windowed?