Krnl is one of the most reliable Roblox exploits out there in terms of script performance. Krnl is rarely crashed and is a very stable and steady exploit. This Krnl is also designed by the highly trustworthy Ice Bear, who produced other authentic cheats in the past. Krnl’s support for the complete drawing library, debug library. Link V3: Project Rasp: http://www.mediafire.com/file/rh6bfywryl0a93i/Project+Rasp.
- Infinite Jump For Roblox 2018 Wiki
- Infinite Jump For Roblox 2018 Code
- Infinite Jump
- Infinite Jump For Roblox 2018 Download
- Infinite Jump For Roblox 2018 Promo
Infinite Jump For Roblox 2018 Wiki
May 29th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Infinite Jump For Roblox 2018 Code
Infinite Jump
Infinite Jump For Roblox 2018 Download
- local UserInputService = game:GetService('UserInputService')
- local character
- local hasDoubleJumped =false
- local oldPowerlocal TIME_BETWEEN_JUMPS =0.1-- Put time limit here
- local DOUBLE_JUMP_POWER_MULTIPLIER =1-- Put jump force here it doubl the old jump ex if your old jump is 20 it will double it
- function onJumpRequest()
- ifnot character ornot humanoid ornot character:IsDescendantOf(workspace)or
- humanoid:GetState() Enum.HumanoidStateType.Dead then
- end
- if canDoubleJump andnot hasDoubleJumped then
- humanoid.JumpPower = oldPower * DOUBLE_JUMP_POWER_MULTIPLIER humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
- end
- localfunction characterAdded(newCharacter)
- humanoid = newCharacter:WaitForChild('Humanoid')
- canDoubleJump =false
- humanoid.StateChanged:connect(function(old, new)
- canDoubleJump =false
- humanoid.JumpPower = oldPower elseif new Enum.HumanoidStateType.Freefall then
- end
- end
- if localPlayer.Character then
- end
- localPlayer.CharacterAdded:connect(characterAdded)
- UserInputService.JumpRequest:connect(onJumpRequest)