Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
- --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
- local bindableFunction= Instance.new("BindableFunction") --exucute in plane
- game.StarterGui:SetCore("SendNotification", {
- Title = "Loading Hitbox ...";
- Text = "Please Wait!";
- Duration = 2;
- callback = "1";
- })
- wait (5)
- _G.HeadSize = 20 --how big the headzide is i recoment 20 or 10 so it dont look like your hacking/exploiting
- _G.Disabled = true --dont change or will not work
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then --exucute in plane
- 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 -- Change the 10 to 0 to see teh hit box
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("White") --exucute in plane
- v.Character.HumanoidRootPart.Material = "plastic" --exucute in plane
- v.Character.HumanoidRootPart.CanCollide = false --exucute in plane
- end)
- end
- end
- end
- end)
- print("Hitbox Inject !")
- game.StarterGui:SetCore("SendNotification", {
- Title = "Alone Battle Royale Hitbox Inject!";
- Text = "Info : if your to close to your team mate it wil froze you ore kill you";
- Duration = 6;
- callback = 6;
- })
- game.StarterGui:SetCore("SendNotification", {
- Title = "The Hitbox is Invisible Enjoy !";
- Text = "Edit By : DoggoDevloper";
- Duration = 6;
- callback = 6;
- })
- print ("| --==-- | Edit By: DoggoDevloper | --==-- |")
- --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
- --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
- --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
Add Comment
Please, Sign In to add comment