ADVERTISEMENTREMOVE ADS
inf time add
2,660 views
Script Preview
Description
ADVERTISEMENTREMOVE ADS
25 Lines • 633 Bytes
setting = settings().Network
local Effect = Instance.new("ColorCorrectionEffect")
Effect.Parent = game.Lighting
Effect.Saturation = -1
Effect.Brightness = 0
Effect.Contrast = 0
toggle = false
Effect.Enabled = false
function onKeyPress(inputObject, gameProcessedEvent)
	if inputObject.KeyCode == Enum.KeyCode.RightControl then	
		if toggle == false then
			setting.IncomingReplicationLag = 1000
			Effect.Enabled = true
			toggle = true
		else
			setting.IncomingReplicationLag = 0
			Effect.Enabled = false
			toggle = false
		end
	end
end
game:GetService("UserInputService").InputBegan:connect(onKeyPress)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
You're very funny. Script isn't working & isn't even intended to exploit anything. Just some weird nonsense for some display filters. Funny thing is that also the actual uploader of this script is actually the owner of this no-name game.