Darkwidow10

Death zone hit box extender

Jun 21st, 2019
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  2. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  3. local bindableFunction= Instance.new("BindableFunction") --exucute in plane
  4. game.StarterGui:SetCore("SendNotification", {
  5. Title = "Loading Hitbox ...";
  6. Text = "Please Wait!";
  7. Duration = 2;
  8. callback = "1";
  9. })
  10. wait (5)
  11. _G.HeadSize = 20 --how big the headzide is i recoment 20 or 10 so it dont look like your hacking/exploiting
  12. _G.Disabled = true --dont change or will not work
  13.  
  14. game:GetService('RunService').RenderStepped:connect(function()
  15. if _G.Disabled then --exucute in plane
  16. for i,v in next, game:GetService('Players'):GetPlayers() do
  17. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  18. pcall(function()
  19. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  20. v.Character.HumanoidRootPart.Transparency = 0 -- Change the 10 to 0 to see teh hit box
  21. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("White") --exucute in plane
  22. v.Character.HumanoidRootPart.Material = "plastic" --exucute in plane
  23. v.Character.HumanoidRootPart.CanCollide = false --exucute in plane
  24. end)
  25. end
  26. end
  27. end
  28. end)
  29. print("Hitbox Inject !")
  30. game.StarterGui:SetCore("SendNotification", {
  31. Title = "Alone Battle Royale Hitbox Inject!";
  32. Text = "Info : if your to close to your team mate it wil froze you ore kill you";
  33. Duration = 6;
  34. callback = 6;
  35. })
  36. game.StarterGui:SetCore("SendNotification", {
  37. Title = "The Hitbox is Invisible Enjoy !";
  38. Text = "Edit By : DoggoDevloper";
  39. Duration = 6;
  40. callback = 6;
  41. })
  42. print ("| --==-- | Edit By: DoggoDevloper | --==-- |")
  43. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  44. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  45. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
Add Comment
Please, Sign In to add comment