Advertisement
Meliodas0_0

3RD PERSON AIMBOT / HITBOX EXPANDER

Jan 30th, 2020
14,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. --How to use:
  2. --T = Enable
  3. --P = Disable
  4.  
  5.  
  6. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "yeet", Text = "t = Enabled : p = disabled."})
  7. local player = game.Players.LocalPlayer
  8. local mouse = player:GetMouse()
  9.  
  10. -- Settings
  11.  
  12. bind = ""
  13. bind2 = "t"
  14. bind3 = "p"
  15.  
  16. -- Script
  17.  
  18. mouse.KeyDown:connect(function(key)
  19. if key == bind then
  20. player.Character.HumanoidRootPart.CFrame = CFrame.new(1254.09656, 137.906067, -172.128204)
  21. end
  22. end)
  23.  
  24. mouse.KeyDown:connect(function(key2)
  25. if key2 == bind2 then
  26. _G.HeadSize = 7
  27. _G.Disabled = true
  28.  
  29.  
  30. if _G.Disabled then
  31. for i,v in next, game:GetService('Players'):GetPlayers() do
  32. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  33. pcall(function()
  34. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  35. v.Character.HumanoidRootPart.Transparency = 0.7
  36. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  37. v.Character.HumanoidRootPart.Material = "Neon"
  38. v.Character.HumanoidRootPart.CanCollide = false
  39. end)
  40. end
  41. end
  42. end
  43. end
  44. end)
  45.  
  46. mouse.KeyDown:connect(function(key3)
  47. if key3 == bind3 then
  48. _G.HeadSize = 7
  49. _G.Disabled = true
  50.  
  51.  
  52. for i,v in next, game:GetService('Players'):GetPlayers() do
  53. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  54. pcall(function()
  55. v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1)
  56. v.Character.HumanoidRootPart.Transparency = 1
  57. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Medium stone grey")
  58. v.Character.HumanoidRootPart.Material = "Plastic"
  59. v.Character.HumanoidRootPart.CanCollide = true
  60. end)
  61. end
  62. end
  63. end
  64. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement