www.roblox-scripter.com

Limited Jumps script – (Unlimited Jumps)

Functions: Unlimited jumps

Script developer: Doofenshmirtz
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy 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)