Advertisement
Kaito_fyp

Be A Parkour Ninja (op script)

Jun 20th, 2024 (edited)
4,847
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 1
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  5. local window = PabloLib:Create(
  6. "emeraledware best parkour ninja gui", -- Name here.
  7. "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
  8. "p" -- You can put any keybind here to open close.
  9. )
  10.  
  11. ----Tabs---
  12. local tab1 = window:CreateTab("Scripts")
  13.  
  14. ---buttons---
  15.  
  16. tab1:CreateButton("script 1", function()
  17. loadstring(game:HttpGet("https://scriptblox.com/raw/Be-A-Parkour-Ninja-PrKour-ninj-uto-kill-script-11268"))()
  18. end)
  19.  
  20. ---buttons---
  21.  
  22. tab1:CreateButton("parkour script 2 ", function()
  23. loadstring(game:HttpGet("https://pastebin.com/raw/sKNLTgaT"))()
  24. end)
  25.  
  26. ---buttons---
  27.  
  28. tab1:CreateButton(" parkour script 3", function()
  29. loadstring(game:HttpGet("https://raw.githubusercontent.com/JustAP1ayer/PlayerHubOther/main/PlayerHubLoader.lua",true))()
  30. end)
  31.  
  32. ---buttons---
  33.  
  34. tab1:CreateButton("parkour script 4", function()
  35. local InfiniteJumpEnabled = true
  36. game:GetService("UserInputService").JumpRequest:connect(function()
  37. if InfiniteJumpEnabled then
  38. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  39. end
  40. end)
  41.  
  42. local vu = game:GetService("VirtualUser")
  43. game:GetService("Players").LocalPlayer.Idled:connect(function()
  44. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  45. wait(1)
  46. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  47. end)
  48.  
  49. game.StarterGui:SetCore("SendNotification", {
  50. Title = "Subscribe To JN HH Gaming";
  51. Text = "Made by JN HH Gaming"; -- what the text says (ofc)
  52. Duration = 60;
  53. })
  54. wait(1)
  55. game.StarterGui:SetCore("SendNotification", {
  56. Title = "Have Fun Killing";
  57. Text = "Enjoy"; -- what the text says (ofc)
  58. Duration = 60;
  59. })
  60. _G.HeadSize = 20
  61. _G.Disabled = true
  62.  
  63. game:GetService('RunService').RenderStepped:connect(function()
  64. if _G.Disabled then
  65. for i,v in next, game:GetService('Players'):GetPlayers() do
  66. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  67. pcall(function()
  68. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  69. v.Character.HumanoidRootPart.Transparency = 0.7
  70. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really black")
  71. v.Character.HumanoidRootPart.Material = "Neon"
  72. v.Character.HumanoidRootPart.CanCollide = false
  73. end)
  74. end
  75. end
  76. end
  77. end)
  78. end)
  79.  
  80. ---buttons---
  81.  
  82. tab1:CreateButton("key: 96b5ef6e00-8ff6683644-00beaf24cd", function()
  83. loadstring(game:HttpGet("https://raw.githubusercontent.com/NooVster/NOOVHUB/main/Source"))()
  84. end)
  85.  
  86. ---buttons---
  87.  
  88. tab1:CreateButton("script 4", function()
  89. loadstring(game:HttpGet("https://raw.githubusercontent.com/Min1273/n-to/main/README.md"))()
  90. end)
  91.  
  92. local tab3 = window:CreateTab("creds emeraled8441")
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement