Apr 18th, 2019
Best place to get scripts.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --I have no idea who made this
- local Player = game:GetService('Players').LocalPlayer
- Mouse.KeyDown:connect(function(k)
- if k:byte() 32 then
- Humanoid = game:GetService('Players').LocalPlayer.Character:FindFirstChildOfClass('Humanoid')
- wait(0.1)
- end
- end)
- local Player = game:GetService('Players').LocalPlayer
- Mouse.KeyDown:connect(function(k)
- if k 'f' then
- _G.infinjump = false
- _G.infinjump = true
- end
RAW Paste Data
- Native Minecraft Version:
- 1.13
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/MrMicky-FR/InfiniteJump
- Languages Supported:
- All (you can translate messages in the config.yml)
- Donation Link:
- https://www.paypal.me/DevInfinity
Overview
This plugin add double, triple or infinite jump per player, usefull for VIP
Features:
- Double Jump
- Triple Jump
- Infinite Jump
- Particules
- Sounds
- Toggle
- Cooldown
- Fully customisable
- Anticheats support:
- Matrix
Commands:
- /ijump: Display plugin's version and author
- /ijump reload (permission: infinitejump.reload): Reload the configuration
- /ijump toggle (permission: infinitejump.use): Toggle the multiple jump
Permissions:
- infinitejump.use : Use double jump
- infinitejump.3 : Use triple jump (you also need infinitejump.use)
- infinitejump.4 : Use quadruple jump (you also need infinitejump.use)
- infinitejump.infinite : Infinite jump (you also need infinitejump.use)
Auto Jump Hack For Roblox
Video:Config:
UpdateChecker: true
#Cooldown between each jump
Cooldown: 0
Velocity: 2
Sound:
Enable: true
Sound: ENTITY_BAT_TAKEOFF
Volume: 1.0
Pitch: 1.0
Particles:
Enable: true
Particle: CRIT_MAGIC
Amount: 5
Messages:
Activated: '&aMultipleJump activated'
Disabled: '&cMultiple jump disabled'
RemoveFallDamages: true
EnableOnJoin: true
WorldsWhitelist: false
Worlds:
- 'world'
#Cooldown between each jump
Cooldown: 0
Velocity: 2
Sound:
Enable: true
Sound: ENTITY_BAT_TAKEOFF
Volume: 1.0
Pitch: 1.0
Particles:
Enable: true
Particle: CRIT_MAGIC
Amount: 5
Messages:
Activated: '&aMultipleJump activated'
Disabled: '&cMultiple jump disabled'
RemoveFallDamages: true
EnableOnJoin: true
WorldsWhitelist: false
Worlds:
- 'world'
Bugs and suggestions
Please don't post bugs or suggestions in the review section, but please open an issue on GitHub.
If you just have a question, you can ask it in the discussion page or on my Discord server.