Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. So basically, what I’ve been trying to do is to replicate Flood Escape 2’s wall jump walls. As you can see, when the player touches the wall (I guess using touched event) the player sticks onto the wall presumably using attachments and weld constraints or just cframing? Then when the player decides to press the jump key, it launches the player forward. (Or if you wait on the wall for too.
- Flood Escape 2 Script Pastebin
- Infinite Jump For Roblox Download
- Infinite Jump Hack Roblox 2020
- Flood Escape 2 Infinite Jump Roblox Hack Pastebin Hack
- 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:
Flood Escape 2 Script Pastebin
- /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:
Infinite Jump For Roblox Download
- 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)
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'
Infinite Jump Hack Roblox 2020
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.
And if you like this plugin you can leave a review or star the GitHub project.
Sep 9th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --X win Immidiately
- --c Destroy the Block Blocking you from exiting from the winners room, to have some fun exploring the map while other players are winning
- local Player = game.Players.LocalPlayer
- local Multiplayer = game.Workspace.Multiplayer
- Mouse.KeyDown:Connect(function(Key)
- local Map = Multiplayer.Map
- local Desc = {}
- Desc[v.Name..'Obj'] = v
- for i=0,30 do
- if Desc['_Button'.. tostring(i).. 'Obj'] ~= nil then
- table.insert(Btns,Desc['_Button'.. tostring(i).. 'Obj'])
- end
- local Hitbox = v.Hitbox
- Player.Character.HumanoidRootPart.CFrame = Hitbox.CFrame
- end
- local Map = Multiplayer.Map
- local ExitBlock = Map:FindFirstChild('ExitBlock')
- local Ts = game:GetService('TweenService')
- 2,
- Enum.EasingDirection.Out,
- false,
- )
- CFrame = ExitBlock.CFrame
- if ExitBlock ~= nil and ExitBlock:IsA('Part') then
- local Tw = Ts:Create(Player.Character.HumanoidRootPart,Ti,Tp)
- Tw:Play()
- elseif Key 'c' then
- Map.ExitBlock:Destroy()
- end)