The Backrooms – KV31 Script | INFINITE STAMINA, WALKSPEED

Created by eprx

Features:

  • INFINITE STAMINA
local a = getsenv(game:GetService("Players").LocalPlayer.PlayerGui.newest.SprintCooldown)
for i,v in pairs(a) do
if type(v) == 'function' then
debug.setupvalue(v, 1, math.huge)
end
end
  • WALKSPEED
local a = getsenv(game:GetService("Players").LocalPlayer.PlayerScripts.Camera)
for i,v in pairs(a) do
if type(v) == 'function' then
if debug.getinfo(v).name == 'lerp' then
hookfunction(v, function()
return 100
end)
end
end
end
  • ALSO THIRDPERSON
local a = getsenv(game:GetService("Players").LocalPlayer.PlayerScripts.Camera)
a.HeadOffset = CFrame.new(0,0.7,10)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS