THE RAKE: Noob Edition Script | INFINITE STAMINA

Created by brickmane

Features:

  • INFINITE STAMINA
 local setreadonly = setreadonly or make_writeable
local pussymode = game.workspace[game.Players.LocalPlayer.Name].CharValues.StaminaPercentValue
local mt = getrawmetatable(game)
local old = mt.__index
setreadonly(mt, false)
mt.__index = newcclosure(function(tbl, idx)
    if idx == "Value" and tbl == pussymode then
        return 100
    end

    return old(tbl, idx)
end)
setreadonly(mt, true)

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS