Advertisement
HHLExploits

Broken Bones

May 23rd, 2019
7,048
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Script made by Ziegel#8171
  4. -- Instances:
  5. local GUI = Instance.new("ScreenGui")
  6. local OpenFrame = Instance.new("Frame")
  7. local Open = Instance.new("TextButton")
  8. local Main = Instance.new("Frame")
  9. local TextOben = Instance.new("TextLabel")
  10. local TextUnten = Instance.new("TextLabel")
  11. local Start = Instance.new("TextButton")
  12. local Stop = Instance.new("TextButton")
  13. local Close = Instance.new("TextButton")
  14. local Oben = Instance.new("Frame")
  15. local Unten = Instance.new("Frame")
  16. --Properties:
  17. GUI.Name = "GUI"
  18. GUI.Parent = game.CoreGui
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = GUI
  22. OpenFrame.Active = true
  23. OpenFrame.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  24. OpenFrame.Position = UDim2.new(0, 0, 0.539840639, 0)
  25. OpenFrame.Size = UDim2.new(0, 114, 0, 30)
  26.  
  27. Open.Name = "Open"
  28. Open.Parent = OpenFrame
  29. Open.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  30. Open.BorderSizePixel = 0
  31. Open.Position = UDim2.new(0.0370370373, 0, 0.13333334, 0)
  32. Open.Size = UDim2.new(0, 104, 0, 22)
  33. Open.Font = Enum.Font.SciFi
  34. Open.Text = "Open"
  35. Open.TextColor3 = Color3.new(0, 0, 0)
  36. Open.TextSize = 20
  37. Open.MouseButton1Down:connect(function()
  38. Main.Visible = true
  39. OpenFrame.Visible = false
  40. end)
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = GUI
  44. Main.Active = true
  45. Main.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  46. Main.BackgroundTransparency = 0.20000000298023
  47. Main.BorderColor3 = Color3.new(0, 0, 0)
  48. Main.Position = UDim2.new(0.393034846, 0, 0.288844645, 0)
  49. Main.Size = UDim2.new(0, 172, 0, 211)
  50. Main.Draggable = true
  51.  
  52. TextOben.Name = "TextOben"
  53. TextOben.Parent = Main
  54. TextOben.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  55. TextOben.BorderColor3 = Color3.new(0, 0, 0)
  56. TextOben.Position = UDim2.new(-0.116279073, 0, -0.0900473967, 0)
  57. TextOben.Size = UDim2.new(0, 212, 0, 31)
  58. TextOben.Font = Enum.Font.SciFi
  59. TextOben.Text = "Broken Cash v.2"
  60. TextOben.TextColor3 = Color3.new(0, 0, 0)
  61. TextOben.TextSize = 30
  62.  
  63. TextUnten.Name = "TextUnten"
  64. TextUnten.Parent = Main
  65. TextUnten.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  66. TextUnten.Position = UDim2.new(-0.116279073, 0, 0.928909957, 0)
  67. TextUnten.Size = UDim2.new(0, 212, 0, 31)
  68. TextUnten.Font = Enum.Font.SciFi
  69. TextUnten.Text = "Credits Ziegel#8171"
  70. TextUnten.TextColor3 = Color3.new(0, 0, 0)
  71. TextUnten.TextSize = 24
  72.  
  73. Start.Name = "Start"
  74. Start.Parent = Main
  75. Start.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Start.BackgroundTransparency = 1
  77. Start.BorderSizePixel = 0
  78. Start.Position = UDim2.new(0.0755813941, 0, 0.113744073, 0)
  79. Start.Size = UDim2.new(0, 146, 0, 54)
  80. Start.Font = Enum.Font.Cartoon
  81. Start.Text = "Start"
  82. Start.TextColor3 = Color3.new(0, 0, 0)
  83. Start.TextSize = 40
  84. Start.MouseButton1Down:connect(function()
  85. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2207, 128, -374)
  86. end)
  87. Start.MouseButton1Down:connect(function()
  88. plr = game:GetService('Players').LocalPlayer
  89. torso = plr.Character.UpperTorso
  90. hum = plr.Character.Humanoid
  91. mouse = plr:GetMouse()
  92. stop = false
  93. while stop == false do
  94. local bp = Instance.new('BodyPosition')
  95. bp.MaxForce = Vector3.new(999999,999999,999999)
  96. bp.Position = torso.Position
  97. bp.Parent = torso
  98. local bav = Instance.new('BodyAngularVelocity')
  99. bav.MaxTorque = Vector3.new(999999,999999,999999)
  100. bav.AngularVelocity = Vector3.new(200,200,200)
  101. bav.Parent = torso
  102. wait()
  103. end
  104. end)
  105. Start.MouseButton1Down:connect(function()
  106. local VirtualUser=game:service'VirtualUser'
  107. game:service'Players'.LocalPlayer.Idled:connect(function()
  108. VirtualUser:CaptureController()
  109. VirtualUser:ClickButton2(Vector2.new())
  110. end)
  111. end)
  112.  
  113. Stop.Name = "Stop"
  114. Stop.Parent = Main
  115. Stop.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Stop.BackgroundTransparency = 1
  117. Stop.BorderSizePixel = 0
  118. Stop.Position = UDim2.new(0.0755813941, 0, 0.369668275, 0)
  119. Stop.Size = UDim2.new(0, 146, 0, 54)
  120. Stop.Font = Enum.Font.Cartoon
  121. Stop.Text = "Stop"
  122. Stop.TextColor3 = Color3.new(0, 0, 0)
  123. Stop.TextSize = 40
  124. Stop.MouseButton1Down:connect(function()
  125. local player = game.Players.LocalPlayer.Name
  126.  
  127. game.workspace[player]:BreakJoints()
  128. end)
  129.  
  130. Close.Name = "Close"
  131. Close.Parent = Main
  132. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  133. Close.BackgroundTransparency = 1
  134. Close.BorderSizePixel = 0
  135. Close.Position = UDim2.new(0.0755813941, 0, 0.654028475, 0)
  136. Close.Size = UDim2.new(0, 145, 0, 45)
  137. Close.Font = Enum.Font.SciFi
  138. Close.Text = "Close"
  139. Close.TextColor3 = Color3.new(0, 0, 0)
  140. Close.TextSize = 25
  141. Close.MouseButton1Down:connect(function()
  142. OpenFrame.Visible = true
  143. Main.Visible = false
  144. end)
  145.  
  146. Oben.Name = "Oben"
  147. Oben.Parent = Main
  148. Oben.BackgroundColor3 = Color3.new(1, 1, 1)
  149. Oben.BackgroundTransparency = 1
  150. Oben.BorderSizePixel = 0
  151. Oben.Position = UDim2.new(-0.116279066, 0, -0.0900473967, 0)
  152. Oben.Size = UDim2.new(0, 213, 0, 30)
  153.  
  154. Unten.Name = "Unten"
  155. Unten.Parent = Main
  156. Unten.BackgroundColor3 = Color3.new(1, 1, 1)
  157. Unten.BackgroundTransparency = 1
  158. Unten.BorderSizePixel = 0
  159. Unten.Position = UDim2.new(-0.116279073, 0, 0.933649242, 0)
  160. Unten.Size = UDim2.new(0, 212, 0, 30)
  161. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement