Categories > Exploiting > Scripts >
please lagswitch
Replied
@TERIHAX@59690ID*OT! IM F***ING TRYING TO GET A LAGSWITCH SCRIPT. I HAD A LAGSWITCH SCRIPT AND IT WORKED THE SAME AS THE LAGSWITCH. BUT IT GOT PATCHED
Added
@59690nvm lol my old lagswitch magically started to work lmao btw here is the script :
local Mouse = game.Players.LocalPlayer:GetMouse()
local ToggleNetFunc = false
local NetSettings = settings().Network
local function Lag(On)
if On == true then
NetSettings.IncomingReplicationLag = math.huge
else
NetSettings.IncomingReplicationLag = -99999999
end
end
Mouse.KeyDown:Connect(function(k)
if k == "g" then
if ToggleNetFunc == false then
ToggleNetFunc = true
Lag(true)
print("LagSwitch enabled.")
else
ToggleNetFunc = false
Lag(false)
print("LagSwitch disabled.")
end
end
end)
Cancel
Post
Added
im going to stop spamming before i get -rep
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post