Functions: Unlimited jumps

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
local mt = getrawmetatable(game)
local namecall = mt.__namecall
setreadonly(mt,false)
mt.__namecall = newcclosure(function(self,...)
if getnamecallmethod() == 'FireServer' and tostring(self) == 'Jumped' then
local args = {...}
return wait(math.huge)
end
return namecall(self,...)
end)
setreadonly(mt,true)

Leave a Comment