ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Combat Warriors
24.3k Views

CW Infinite Stamina

Combat WarriorsUploaded by
2 years ago
Please login to perform these actions:

Description

Infinite Stamina, Make you jump Without A Delay.

View Raw
Edited By: XalunaiOrSum Download


Comments
3
User profile picture
01_10 2 years ago - Edited
solara doesnt work
User profile picture
Savage_Duck 2 years ago - Edited
Delta
User profile picture
ukhaandalai613 2 years ago - Edited
--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] -- CW | Inf. Stamina & No Jump Cooldown -- -- Made by neexx on V3rm -- for i,v in pairs(getgc(true)) do if typeof(v) == "table" and rawget(v, "getIsMaxed") then v.getIsMaxed = function() return false end v.getFlags = function() return 1 end v.addFlags = function(a,b) a:setFlags(0) return end end -- "There was another script here but it caused the user to crash (lag out), so it had to be removed" -KiwisASkid -- if typeof(v) == "table" and rawget(v, "s*Character") then local oldfunc = v.s*Character v.S*Character = function(a) for _,f in pairs(getgc(true)) do if typeof(f) == "table" and rawget(f, "getIsMaxed") then f.getIsMaxed = function() return false end f.getFlags = function() return 1 end f.addFlags = function(aa,b) aa:setFlags(0) return end end end end end if typeof(v) == "table" and rawget(v, "getCanJump") then v.getCanJump = function() return true end end if typeof(v) == "table" and rawget(v, "JUMP_DELAY_ADD") then v.JUMP_DELAY_ADD = 0.5 end if typeof(v) == "table" and rawget(v, "_setStamina") then v._setStamina = function(a, b) a._stamina = math.huge a._staminaChangedSignal:Fire(99) end end end game.StarterGui:SetCore("SendNotification", {Title = "CB", Text = "Script loaded, "..game.Players.LocalPlay
Please Login to add a comment.