Advertisement
WetWipes

Broken Bones IV AFK Farm

Oct 25th, 2020
2,576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.62 KB | None | 0 0
  1. -- Creator: WetWipes
  2. -- Version: 8
  3. -- Instances:
  4. local GUI = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local TextOben = Instance.new("TextLabel")
  9. local TextUnten = Instance.new("TextLabel")
  10. local TextGnten = Instance.new("TextLabel")
  11. local TextFnten = Instance.new("TextLabel")
  12. local Start = Instance.new("TextButton")
  13. local Stop = Instance.new("TextButton")
  14. local Close = Instance.new("TextButton")
  15. local Oben = Instance.new("Frame")
  16. local Unten = Instance.new("Frame")
  17. --Properties:
  18. GUI.Name = "GUI"
  19. GUI.Parent = game.CoreGui
  20. GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. OpenFrame.Name = "OpenFrame"
  23. OpenFrame.Parent = GUI
  24. OpenFrame.Active = true
  25. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  26. OpenFrame.Position = UDim2.new(0, 0, 0.539840639, 0)
  27. OpenFrame.Size = UDim2.new(0, 114, 0, 30)
  28.  
  29. Open.Name = "Open"
  30. Open.Parent = OpenFrame
  31. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  32. Open.BorderSizePixel = 0
  33. Open.Position = UDim2.new(0.0370370373, 0, 0.13333334, 0)
  34. Open.Size = UDim2.new(0, 104, 0, 22)
  35. Open.Font = Enum.Font.SciFi
  36. Open.Text = "Open"
  37. Open.TextColor3 = Color3.new(255, 0, 0)
  38. Open.TextSize = 20
  39. Open.MouseButton1Down:connect(function()
  40. Main.Visible = true
  41. OpenFrame.Visible = false
  42. end)
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = GUI
  46. Main.Active = true
  47. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  48. Main.BackgroundTransparency = 0.40000000000000
  49. Main.BorderColor3 = Color3.new(0, 0, 0)
  50. Main.Position = UDim2.new(0.110000000, 0, 0.150844645, 0)
  51. Main.Size = UDim2.new(0, 205, 0, 200)
  52. Main.Draggable = true
  53.  
  54. TextFnten.Name = "TextFnten"
  55. TextFnten.Parent = Main
  56. TextFnten.BackgroundColor3 = Color3.new(255, 0, 0)
  57. TextFnten.BorderColor3 = Color3.new(0, 0, 0)
  58. TextFnten.Position = UDim2.new(-0.116279073, 0, 0.0510000009, 0)
  59. TextFnten.Size = UDim2.new(0, 34, 0, 200) -- WetWipes
  60. TextFnten.Font = Enum.Font.SciFi
  61. TextFnten.Text = ""
  62. TextFnten.TextColor3 = Color3.new(0, 0, 0)
  63. TextFnten.TextSize = 0
  64.  
  65. TextGnten.Name = "TextGnten"
  66. TextGnten.Parent = Main
  67. TextGnten.BackgroundColor3 = Color3.new(255, 0, 0)
  68. TextGnten.BorderColor3 = Color3.new(0, 0, 0)
  69. TextGnten.Position = UDim2.new(0.840000073, 0, -0.0100000009, 0)
  70. TextGnten.Size = UDim2.new(0, 34, 0, 200)
  71. TextGnten.Font = Enum.Font.SciFi
  72. TextGnten.Text = ""
  73. TextGnten.TextColor3 = Color3.new(0, 0, 0)
  74. TextGnten.TextSize = 0
  75.  
  76. TextOben.Name = "TextOben"
  77. TextOben.Parent = Main
  78. TextOben.BackgroundColor3 = Color3.new(255, 0, 0)
  79. TextOben.BorderColor3 = Color3.new(0, 0, 0)
  80. TextOben.Position = UDim2.new(-0.116279073, 0, -0.0900473967, 0)
  81. TextOben.Size = UDim2.new(0, 230, 0, 40)
  82. TextOben.Font = Enum.Font.SciFi
  83. TextOben.Text = "Cash Generator V8"
  84. TextOben.TextColor3 = Color3.new(0, 0, 0)
  85. TextOben.TextSize = 20
  86.  
  87. TextUnten.Name = "TextUnten"
  88. TextUnten.Parent = Main
  89. TextUnten.BackgroundColor3 = Color3.new(255, 0, 0)
  90. TextUnten.Position = UDim2.new(-0.116279073, 0, 0.928909957, 0)
  91. TextUnten.Size = UDim2.new(0, 230, 0, 40) -- WetWipes
  92. TextUnten.Font = Enum.Font.SciFi
  93. TextUnten.Text = " Made By WetWipes (CrepzzzAlt)"
  94. TextUnten.TextColor3 = Color3.new(0, 0, 0)
  95. TextUnten.TextSize = 17
  96.  
  97. Start.Name = "Start"
  98. Start.Parent = Main
  99. Start.BackgroundColor3 = Color3.new(255, 0, 0)
  100. Start.BackgroundTransparency = 1
  101. Start.BorderSizePixel = 0
  102. Start.Position = UDim2.new(0.0755813941, 0, 0.113744073, 0)
  103. Start.Size = UDim2.new(0, 146, 0, 54)
  104. Start.Font = Enum.Font.Cartoon
  105. Start.Text = "Start"
  106. Start.TextColor3 = Color3.new(255, 0, 0)
  107. Start.TextSize = 38
  108. Start.MouseButton1Down:connect(function()
  109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2207, 128, -374)
  110. end)
  111. Start.MouseButton1Down:connect(function()
  112. plr = game:GetService('Players').LocalPlayer
  113. torso = plr.Character.UpperTorso
  114. hum = plr.Character.Humanoid
  115. mouse = plr:GetMouse()
  116. stop = false
  117. while stop == false do
  118. local bp = Instance.new('BodyPosition')
  119. bp.MaxForce = Vector3.new(99999,999999,999999)
  120. bp.Position = torso.Position -- WetWipes
  121. bp.Parent = torso
  122. local bav = Instance.new('BodyAngularVelocity')
  123. bav.MaxTorque = Vector3.new(99999,99999,99999)
  124. bav.AngularVelocity = Vector3.new(200,200,200)
  125. bav.Parent = torso
  126. wait()
  127. end
  128. end)
  129.  
  130. Start.MouseButton1Down:connect(function() -- WetWipes
  131. local VirtualUser=game:service'VirtualUser'
  132. game:service'Players'.LocalPlayer.Idled:connect(function()
  133. VirtualUser:CaptureController()
  134. VirtualUser:ClickButton2(Vector2.new())
  135. end) -- WetWipes
  136. end)
  137.  
  138. Stop.Name = "Stop"
  139. Stop.Parent = Main
  140. Stop.BackgroundColor3 = Color3.new(255, 0, 0)
  141. Stop.BackgroundTransparency = 1
  142. Stop.BorderSizePixel = 0
  143. Stop.Position = UDim2.new(0.0755813941, 0, 0.369668275, 0) -- WetWipes
  144. Stop.Size = UDim2.new(0, 146, 0, 54) -- WetWipes
  145. Stop.Font = Enum.Font.Cartoon -- WetWipes
  146. Stop.Text = "Stop" -- WetWipes
  147. Stop.TextColor3 = Color3.new(255, 0, 0) -- WetWipes
  148. Stop.TextSize = 38 -- WetWipes
  149. Stop.MouseButton1Down:connect(function() -- WetWipes
  150. local player = game.Players.LocalPlayer.Name -- WetWipes
  151.  
  152. game.workspace[player]:BreakJoints() -- WetWipes
  153. end) -- WetWipes
  154.  -- WetWipes
  155. Close.Name = "Close" -- WetWipes
  156. Close.Parent = Main -- WetWipes
  157. Close.BackgroundColor3 = Color3.new(255, 0, 0) -- WetWipes
  158. Close.BackgroundTransparency = 1
  159. Close.BorderSizePixel = 0
  160. Close.Position = UDim2.new(0.0755813941, 0, 0.654028475, 0)
  161. Close.Size = UDim2.new(0, 145, 0, 45)
  162. Close.Font = Enum.Font.SciFi
  163. Close.Text = "Close"
  164. Close.TextColor3 = Color3.new(255, 0, 0)
  165. Close.TextSize = 38
  166. Close.MouseButton1Down:connect(function()
  167. OpenFrame.Visible = true -- WetWipes
  168. Main.Visible = false
  169. end)
  170.  
  171. Oben.Name = "Oben"
  172. Oben.Parent = Main
  173. Oben.BackgroundColor3 = Color3.new(255, 0, 0)
  174. Oben.BackgroundTransparency = 1
  175. Oben.BorderSizePixel = 0 -- WetWipes
  176. Oben.Position = UDim2.new(-0.116279066, 0, -0.0900473967, 0)
  177. Oben.Size = UDim2.new(0, 213, 0, 30)
  178.  
  179. Unten.Name = "Unten"
  180. Unten.Parent = Main
  181. Unten.BackgroundColor3 = Color3.new(255, 0, 0) -- WetWipes
  182. Unten.BackgroundTransparency = 1
  183. Unten.BorderSizePixel = 0
  184. Unten.Position = UDim2.new(-0.116279073, 0, 0.933649242, 0)
  185. Unten.Size = UDim2.new(0, 212, 0, 30)
  186. -- Scripts:
  187.  
  188. coroutine.resume(coroutine.create(SCRIPT_DONTCHANGE_WetWipes))
  189.  
  190. spawn(function() -- WetWipes
  191.  
  192. local function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  193.        
  194. local counter = 0
  195. wait()
  196.  
  197. spawn(function() -- WetWipes
  198.  
  199. while wait() do
  200.  Main.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  201.  
  202.  counter = counter + 0.0076 -- WetWipes
  203.  
  204. end
  205. end) -- WetWipes
  206. end)                                                                                                                                                        -- WetWipes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement