Garrys Mod Cheat questions

aajinu
Registered
Posts: 1
Threads: 1
Joined: Sep 2016
Reputation: 0
12-10-2016, 13:42
1. Is the cheat made in lua or?
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( ... )
end


Does the cheat bypass it?
3. Can I run it in fullscreen and not fullscreen windowed?
R3DFluXx
VIP
Posts: 237
Threads: 30
Joined: Feb 2016
Reputation: 16
12-10-2016, 17:58
1. Not LUA, how the cheat is made is kept private.
2. There's anti-ss in misc, you can disable it by pressing the button. (Anti-CAC auto disables features to get you banned.)
3. Yes, you can run it fullscreen and fullscreen windowed. Currently, the aimbot is broken and from what I've seen it's currently being fixed. Hope this helps.
shanx
VIP
Posts: 3,675
Threads: 25
Joined: Sep 2015
Reputation: 129
12-10-2016, 20:35
nice c+p code