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