Hitbot Be A Parkour Ninja Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
game:GetService("StarterGui"):SetCore("SendNotification", {Title = "Loaded", Text = "w = Enabled : p = disabled."}) local player = game.Players.LocalPlayer local mouse = player:GetMouse() -- Settings bind = "" bind2 = "w" bind3 = "p" -- Script mouse.KeyDown:connect(function(key) if key == bind then player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204) end end) mouse.KeyDown:connect(function(key2) if key2 == bind2 then _G.HeadSize = 17 _G.Disabled = true if _G.Disabled then for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize) v.Character.HumanoidRootPart.Transparency = 0.7 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Bright red") v.Character.HumanoidRootPart.Material = "Neon" v.Character.HumanoidRootPart.CanCollide = false end) end end end end end) mouse.KeyDown:connect(function(key3) if key3 == bind3 then _G.HeadSize = 17 _G.Disabled = true for i,v in next, game:GetService('Players'):GetPlayers() do if v.Name ~= game:GetService('Players').LocalPlayer.Name then pcall(function() v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1) v.Character.HumanoidRootPart.Transparency = 1 v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey") v.Character.HumanoidRootPart.Material = "Plastic" v.Character.HumanoidRootPart.CanCollide = false end) end end end end)