ROBLOX_HAXX

fuck up fps games

Aug 21st, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.55 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Hitbox = Instance.new("TextButton")
  4. local Chams = Instance.new("TextButton")
  5. local ESP = Instance.new("TextButton")
  6. local InfJump = Instance.new("TextButton")
  7.  
  8. ScreenGui.Parent = game.CoreGui
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10.  
  11. Main.Name = "Main"
  12. Main.Parent = ScreenGui
  13. Main.Active = true
  14. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Main.Position = UDim2.new(0.0796992481, 0, 0.126182958, 0)
  16. Main.Size = UDim2.new(0, 257, 0, 305)
  17. Main.Draggable = true
  18.  
  19. Hitbox.Name = "Hitbox"
  20. Hitbox.Parent = Main
  21. Hitbox.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Hitbox.Position = UDim2.new(0.108949415, 0, 0.0885245875, 0)
  23. Hitbox.Size = UDim2.new(0, 200, 0, 50)
  24. Hitbox.Font = Enum.Font.SourceSans
  25. Hitbox.Text = "hitbox"
  26. Hitbox.TextColor3 = Color3.new(0, 0, 0)
  27. Hitbox.TextScaled = true
  28. Hitbox.TextSize = 14
  29. Hitbox.TextWrapped = true
  30. Hitbox.MouseButton1Down:connect(function()
  31. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  32. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  33. local bindableFunction= Instance.new("BindableFunction") --exucute in plane
  34. game.StarterGui:SetCore("SendNotification", {
  35. Title = "Loading Hitbox ...";
  36. Text = "Please Wait!";
  37. Duration = 2;
  38. callback = "1";
  39. })
  40. wait (5)
  41. _G.HeadSize = 20 --how big the headzide is i recoment 20 or 10 so it dont look like your hacking/exploiting
  42. _G.Disabled = true --dont change or will not work
  43.  
  44. game:GetService('RunService').RenderStepped:connect(function()
  45. if _G.Disabled then --exucute in plane
  46. for i,v in next, game:GetService('Players'):GetPlayers() do
  47. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  48. pcall(function()
  49. v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  50. v.Character.HumanoidRootPart.Transparency = 0 -- Change the 10 to 0 to see teh hit box
  51. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("White") --exucute in plane
  52. v.Character.HumanoidRootPart.Material = "plastic" --exucute in plane
  53. v.Character.HumanoidRootPart.CanCollide = false --exucute in plane
  54. end)
  55. end
  56. end
  57. end
  58. end)
  59. print("Hitbox Inject !")
  60. game.StarterGui:SetCore("SendNotification", {
  61. Title = "Alone Battle Royale Hitbox Inject!";
  62. Text = "Info : if your to close to your team mate it wil froze you ore kill you";
  63. Duration = 6;
  64. callback = 6;
  65. })
  66. game.StarterGui:SetCore("SendNotification", {
  67. Title = "The Hitbox is Invisible Enjoy !";
  68. Text = "Edit By : DoggoDevloper";
  69. Duration = 6;
  70. callback = 6;
  71. })
  72. print ("| --==-- | Edit By: DoggoDevloper | --==-- |")
  73. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  74. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  75. --===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===----===--
  76. end)
  77.  
  78. Chams.Name = "Chams"
  79. Chams.Parent = Main
  80. Chams.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Chams.Position = UDim2.new(0.108949415, 0, 0.311475396, 0)
  82. Chams.Size = UDim2.new(0, 200, 0, 50)
  83. Chams.Font = Enum.Font.SourceSans
  84. Chams.Text = "chams"
  85. Chams.TextColor3 = Color3.new(0, 0, 0)
  86. Chams.TextScaled = true
  87. Chams.TextSize = 14
  88. Chams.TextWrapped = true
  89. Chams.MouseButton1Down:connect(function()
  90. while true do
  91. for i,v in next, game:GetService('Players'):GetPlayers() do
  92. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  93. pcall(function()
  94. local A = Instance.new("BoxHandleAdornment")
  95. A.Parent = v.Character.Head
  96. A.Adornee = v.Character.Head
  97. A.AlwaysOnTop = true
  98. A.ZIndex = 1
  99. A.Color3 = Color3.new(1,0,1)
  100. A.Size = Vector3.new(0.5,0.5,0.5)
  101. local B = Instance.new("BoxHandleAdornment")
  102. B.Parent = v.Character.UpperTorso
  103. B.Adornee = v.Character.UpperTorso
  104. B.AlwaysOnTop = true
  105. B.ZIndex = 1
  106. B.Color3 = Color3.new(0.3,1,0)
  107. B.Size = v.Character.UpperTorso.Size - Vector3.new(0.2,0,0.2)
  108. local C = Instance.new("BoxHandleAdornment")
  109. C.Parent = v.Character.LowerTorso
  110. C.Adornee = v.Character.LowerTorso
  111. C.AlwaysOnTop = true
  112. C.ZIndex = 1
  113. C.Color3 = Color3.new(0.3,1,0)
  114. C.Size = v.Character.LowerTorso.Size - Vector3.new(0.2,0,0.2)
  115. local D = Instance.new("BoxHandleAdornment")
  116. D.Parent = v.Character.LeftLowerArm
  117. D.Adornee = v.Character.LeftLowerArm
  118. D.AlwaysOnTop = true
  119. D.ZIndex = 1
  120. D.Color3 = Color3.new(0.1,0.2,1)
  121. D.Size = v.Character.LeftLowerArm.Size - Vector3.new(0.2,0,0.2)
  122. local E = Instance.new("BoxHandleAdornment")
  123. E.Parent = v.Character.LeftUpperArm
  124. E.Adornee = v.Character.LeftUpperArm
  125. E.AlwaysOnTop = true
  126. E.ZIndex = 1
  127. E.Color3 = Color3.new(0.1,0.2,1)
  128. E.Size = v.Character.LeftUpperArm.Size - Vector3.new(0.2,0,0.2)
  129. local F = Instance.new("BoxHandleAdornment")
  130. F.Parent = v.Character.RightLowerArm
  131. F.Adornee = v.Character.RightLowerArm
  132. F.AlwaysOnTop = true
  133. F.ZIndex = 1
  134. F.Color3 = Color3.new(0.1,0.2,1)
  135. F.Size = v.Character.RightLowerArm.Size - Vector3.new(0.2,0,0.2)
  136. local G = Instance.new("BoxHandleAdornment")
  137. G.Parent = v.Character.RightUpperArm
  138. G.Adornee = v.Character.RightUpperArm
  139. G.AlwaysOnTop = true
  140. G.ZIndex = 1
  141. G.Color3 = Color3.new(0.1,0.2,1)
  142. G.Size = v.Character.RightUpperArm.Size - Vector3.new(0.2,0,0.2)
  143. local H = Instance.new("BoxHandleAdornment")
  144. H.Parent = v.Character.RightLowerLeg
  145. H.Adornee = v.Character.RightLowerLeg
  146. H.AlwaysOnTop = true
  147. H.ZIndex = 1
  148. H.Color3 = Color3.new(1,0.2,0.1)
  149. H.Size = v.Character.RightLowerLeg.Size - Vector3.new(0.2,0,0.2)
  150. local I = Instance.new("BoxHandleAdornment")
  151. I.Parent = v.Character.RightUpperLeg
  152. I.Adornee = v.Character.RightUpperLeg
  153. I.AlwaysOnTop = true
  154. I.ZIndex = 1
  155. I.Color3 = Color3.new(1,0.2,0.1)
  156. I.Size = v.Character.RightUpperLeg.Size - Vector3.new(0.2,0,0.2)
  157. local J = Instance.new("BoxHandleAdornment")
  158. J.Parent = v.Character.LeftUpperLeg
  159. J.Adornee = v.Character.LeftUpperLeg
  160. J.AlwaysOnTop = true
  161. J.ZIndex = 1
  162. J.Color3 = Color3.new(1,0.2,0.1)
  163. J.Size = v.Character.LeftUpperLeg.Size - Vector3.new(0.2,0,0.2)
  164. local K = Instance.new("BoxHandleAdornment")
  165. K.Parent = v.Character.LeftLowerLeg
  166. K.Adornee = v.Character.LeftLowerLeg
  167. K.AlwaysOnTop = true
  168. K.ZIndex = 1
  169. K.Color3 = Color3.new(1,0.2,0.1)
  170. K.Size = v.Character.LeftLowerLeg.Size - Vector3.new(0.2,0,0.2)
  171. end)
  172. end
  173. end
  174. wait(2)
  175. end
  176. end)
  177.  
  178. ESP.Name = "ESP"
  179. ESP.Parent = Main
  180. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  181. ESP.Position = UDim2.new(0.108949415, 0, 0.534426212, 0)
  182. ESP.Size = UDim2.new(0, 200, 0, 50)
  183. ESP.Font = Enum.Font.SourceSans
  184. ESP.Text = "esp"
  185. ESP.TextColor3 = Color3.new(0, 0, 0)
  186. ESP.TextScaled = true
  187. ESP.TextSize = 14
  188. ESP.TextWrapped = true
  189. ESP.MouseButton1Down:connect(function()
  190. loadstring(game:HttpGet(('https://pastebin.com/raw/ypSsQRK6'),true))()
  191. end)
  192.  
  193. InfJump.Name = "InfJump"
  194. InfJump.Parent = Main
  195. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  196. InfJump.Position = UDim2.new(0.108949415, 0, 0.747540951, 0)
  197. InfJump.Size = UDim2.new(0, 200, 0, 50)
  198. InfJump.Font = Enum.Font.SourceSans
  199. InfJump.Text = "inf jump"
  200. InfJump.TextColor3 = Color3.new(0, 0, 0)
  201. InfJump.TextScaled = true
  202. InfJump.TextSize = 14
  203. InfJump.TextWrapped = true
  204. InfJump.MouseButton1Down:connect(function()
  205. loadstring(game:HttpGet("https://pastebin.com/raw/KDjwLJhu", true))()
  206. end)
Add Comment
Please, Sign In to add comment