Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[ UI ]--
- getgenv().Veranium = loadstring(game:HttpGet("http://ivyx.xyz/Veranium/VeraniumVXI.lua%22))();
- --Actual Script
- loadstring(game:HttpGet("http://ivyx.xyz/DDReleases/FE2.lua%22))();
- --[ Q Toggle]--
- local toggled = true
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "q" then
- if toggled == true then
- toggled = false
- else
- toggled = true
- end
- end
- end)
- --[InfJump]--
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- if toggled == true then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement