ADVERTISEMENTREMOVE ADS
Game icon

inf time add

Script preview thumbnail
Script Preview
ADVERTISEMENTREMOVE ADS
25 Lines • 633 Bytes
Raw
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

Comments

1 comment
to add a comment
Un

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.

0
0
ADVERTISEMENTREMOVE ADS