Find any script for Roblox

Enter the name of the game or script.

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 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

Your email address will not be published. Required fields are marked *