Advertisement
Guest User

BRUh

a guest
Oct 14th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1.  
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local mainframeback = Instance.new("Frame")
  4. local TopFrame = Instance.new("Frame")
  5. local TopLabel = Instance.new("TextLabel")
  6. local InfoLabel = Instance.new("TextLabel")
  7. local AutoPickupKeybindChange = Instance.new("TextBox")
  8. local AutoBreakKeybindChange = Instance.new("TextBox")
  9. local KillPlayerChange = Instance.new("TextBox")
  10. local TeleportPlayerChange = Instance.new("TextBox")
  11. local ItemOreChange = Instance.new("TextBox")
  12. local HitBoxExpandButton = Instance.new("TextButton")
  13. local InfJumpButton = Instance.new("TextButton")
  14. local HighJumpButton = Instance.new("TextButton")
  15. local VoidTPButton = Instance.new("TextButton")
  16. local NoclipButton = Instance.new("TextButton")
  17. local SpeedSpeedChange = Instance.new("TextBox")
  18. local SpeedKeybindChange = Instance.new("TextBox")
  19. local SpeedButton = Instance.new("TextButton")
  20. local NoRainButton = Instance.new("TextButton")
  21. local NoFogButton = Instance.new("TextButton")
  22. local AutoPickupButton = Instance.new("TextButton")
  23. local AutoBreakButton = Instance.new("TextButton")
  24. local ESPButton = Instance.new("TextButton")
  25. local JumpHeightChange = Instance.new("TextBox")
  26. local WalkHeightChange = Instance.new("TextBox")
  27. local AirWalkButton = Instance.new("TextButton")
  28. local AllOresTeleportButton = Instance.new("TextButton")
  29. local TeleportToItemButton = Instance.new("TextButton")
  30. local TeleportToPlayerButton = Instance.new("TextButton")
  31. local killPlayerButton = Instance.new("TextButton")
  32. local KillAllButton = Instance.new("TextButton")
  33. --Properties:
  34. ScreenGui.Parent = game.CoreGui
  35. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37. mainframeback.Name = "main frame back"
  38. mainframeback.Parent = ScreenGui
  39. mainframeback.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  40. mainframeback.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  41. mainframeback.BorderSizePixel = 3
  42. mainframeback.Position = UDim2.new(0.203030303, 0, 0.128712878, 0)
  43. mainframeback.Size = UDim2.new(0, 776, 0, 313)
  44. mainframeback.Active = true
  45. mainframeback.Draggable = true
  46.  
  47. TopFrame.Name = "TopFrame"
  48. TopFrame.Parent = mainframeback
  49. TopFrame.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  50. TopFrame.BorderColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  51. TopFrame.BorderSizePixel = 2
  52. TopFrame.Position = UDim2.new(0.0115979379, 0, 0.0191693287, 0)
  53. TopFrame.Size = UDim2.new(0, 760, 0, 31)
  54. mainframeback.Active = true
  55. mainframeback.Draggable = true
  56.  
  57. TopLabel.Name = "TopLabel"
  58. TopLabel.Parent = TopFrame
  59. TopLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  60. TopLabel.BackgroundTransparency = 1
  61. TopLabel.Position = UDim2.new(0.367105246, 0, 0.129032254, 0)
  62. TopLabel.Size = UDim2.new(0, 200, 0, 22)
  63. TopLabel.Font = Enum.Font.SourceSans
  64. TopLabel.Text = "Booga Destroyer v1.0.0"
  65. TopLabel.TextColor3 = Color3.new(0, 1, 1)
  66. TopLabel.TextSize = 14
  67.  
  68. InfoLabel.Name = "InfoLabel"
  69. InfoLabel.Parent = TopFrame
  70. InfoLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  71. InfoLabel.BackgroundTransparency = 1
  72. InfoLabel.Position = UDim2.new(0.328947365, 0, 7.83870983, 0)
  73. InfoLabel.Size = UDim2.new(0, 510, 0, 59)
  74. InfoLabel.Font = Enum.Font.SourceSans
  75. InfoLabel.Text = "Booga Destroyer v1.0.0 Made By turtsis#2785. This will be implemented into ViperHub soon... also this will not get u banned (probrally) because it has anti cheat bypass. Also its not one of those guis that u legit have to already have items and levels for. With this gui you can make a new account and join booga booga and use all these things. Enjoy!"
  76. InfoLabel.TextColor3 = Color3.new(0, 1, 1)
  77. InfoLabel.TextSize = 14
  78. InfoLabel.TextWrapped = true
  79. InfoLabel.TextXAlignment = Enum.TextXAlignment.Left
  80. InfoLabel.TextYAlignment = Enum.TextYAlignment.Top
  81.  
  82. AutoPickupKeybindChange.Name = "AutoPickupKeybindChange"
  83. AutoPickupKeybindChange.Parent = mainframeback
  84. AutoPickupKeybindChange.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  85. AutoPickupKeybindChange.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  86. AutoPickupKeybindChange.BorderSizePixel = 2
  87. AutoPickupKeybindChange.Position = UDim2.new(0.83940804, 0, 0.665903807, 0)
  88. AutoPickupKeybindChange.Size = UDim2.new(0, 109, 0, 38)
  89. AutoPickupKeybindChange.Font = Enum.Font.SourceSans
  90. AutoPickupKeybindChange.PlaceholderColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  91. AutoPickupKeybindChange.PlaceholderText = "keybind"
  92. AutoPickupKeybindChange.Text = ""
  93. AutoPickupKeybindChange.TextColor3 = Color3.new(0, 0, 0)
  94. AutoPickupKeybindChange.TextSize = 14
  95.  
  96. AutoBreakKeybindChange.Name = "AutoBreakKeybindChange"
  97. AutoBreakKeybindChange.Parent = mainframeback
  98. AutoBreakKeybindChange.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  99. AutoBreakKeybindChange.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  100. AutoBreakKeybindChange.BorderSizePixel = 2
  101. AutoBreakKeybindChange.Position = UDim2.new(0.0194876343, 0, 0.828843057, 0)
  102. AutoBreakKeybindChange.Size = UDim2.new(0, 109, 0, 38)
  103. AutoBreakKeybindChange.Font = Enum.Font.SourceSans
  104. AutoBreakKeybindChange.PlaceholderColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  105. AutoBreakKeybindChange.PlaceholderText = "keybind"
  106. AutoBreakKeybindChange.Text = ""
  107. AutoBreakKeybindChange.TextColor3 = Color3.new(0, 0, 0)
  108. AutoBreakKeybindChange.TextSize = 14
  109.  
  110. KillPlayerChange.Name = "KillPlayerChange"
  111. KillPlayerChange.Parent = mainframeback
  112. KillPlayerChange.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  113. KillPlayerChange.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  114. KillPlayerChange.BorderSizePixel = 2
  115. KillPlayerChange.Position = UDim2.new(0.508163095, 0, 0.324050784, 0)
  116. KillPlayerChange.Size = UDim2.new(0, 109, 0, 38)
  117. KillPlayerChange.Font = Enum.Font.SourceSans
  118. KillPlayerChange.PlaceholderColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  119. KillPlayerChange.PlaceholderText = "player"
  120. KillPlayerChange.Text = ""
  121. KillPlayerChange.TextColor3 = Color3.new(0, 0, 0)
  122. KillPlayerChange.TextSize = 14
  123.  
  124. TeleportPlayerChange.Name = "TeleportPlayerChange"
  125. TeleportPlayerChange.Parent = mainframeback
  126. TeleportPlayerChange.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  127. TeleportPlayerChange.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  128. TeleportPlayerChange.BorderSizePixel = 2
  129. TeleportPlayerChange.Position = UDim2.new(0.674400151, 0, 0.326641142, 0)
  130. TeleportPlayerChange.Size = UDim2.new(0, 109, 0, 38)
  131. TeleportPlayerChange.Font = Enum.Font.SourceSans
  132. TeleportPlayerChange.PlaceholderColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  133. TeleportPlayerChange.PlaceholderText = "player"
  134. TeleportPlayerChange.Text = ""
  135. TeleportPlayerChange.TextColor3 = Color3.new(0, 0, 0)
  136. TeleportPlayerChange.TextSize = 14
  137.  
  138. ItemOreChange.Name = "Item/OreChange"
  139. ItemOreChange.Parent = mainframeback
  140. ItemOreChange.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  141. ItemOreChange.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  142. ItemOreChange.BorderSizePixel = 2
  143. ItemOreChange.Position = UDim2.new(0.839545429, 0, 0.325449646, 0)
  144. ItemOreChange.Size = UDim2.new(0, 109, 0, 38)
  145. ItemOreChange.Font = Enum.Font.SourceSans
  146. ItemOreChange.PlaceholderColor3 = Color3.new(0.690196, 0.690196, 0.690196)
  147. ItemOreChange.PlaceholderText = "item/ore"
  148. ItemOreChange.Text = ""
  149. ItemOreChange.TextColor3 = Color3.new(0, 0, 0)
  150. ItemOreChange.TextSize = 14
  151.  
  152. HitBoxExpandButton.Name = "HitBoxExpandButton"
  153. HitBoxExpandButton.Parent = mainframeback
  154. HitBoxExpandButton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  155. HitBoxExpandButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  156. HitBoxExpandButton.BorderSizePixel = 2
  157. HitBoxExpandButton.Position = UDim2.new(0.179554775, 0, 0.666719615, 0)
  158. HitBoxExpandButton.Size = UDim2.new(0, 109, 0, 38)
  159. HitBoxExpandButton.Font = Enum.Font.SourceSans
  160. HitBoxExpandButton.Text = "Hitbox Expander"
  161. HitBoxExpandButton.TextColor3 = Color3.new(0, 1, 1)
  162. HitBoxExpandButton.TextSize = 14
  163. HitBoxExpandButton.MouseButton1Down:connect(function()
  164. local color = "Really Red"
  165. while wait() do
  166. for _, v in pairs(game.Players:GetPlayers()) do
  167. if v.Name == game.Players.LocalPlayer.Name then else
  168. v.Character.HumanoidRootPart.Transparency = 0.50
  169. v.Character.HumanoidRootPart.BrickColor = BrickColor.new(color)
  170. v.Character.HumanoidRootPart.Size = Vector3.new(30,30,30)
  171. end
  172. end
  173. end
  174. end)
  175.  
  176. InfJumpButton.Name = "InfJumpButton"
  177. InfJumpButton.Parent = mainframeback
  178. InfJumpButton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  179. InfJumpButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  180. InfJumpButton.BorderSizePixel = 2
  181. InfJumpButton.Position = UDim2.new(0.343862891, 0, 0.663616121, 0)
  182. InfJumpButton.Size = UDim2.new(0, 109, 0, 38)
  183. InfJumpButton.Font = Enum.Font.SourceSans
  184. InfJumpButton.Text = "InfJumpButton"
  185. InfJumpButton.TextColor3 = Color3.new(0, 1, 1)
  186. InfJumpButton.TextSize = 14
  187. InfJumpButton.MouseButton1Down:connect(function()
  188. local Player = game:GetService'Players'.LocalPlayer;
  189. local UIS = game:GetService'UserInputService';
  190.  
  191. _G.JumpHeight = 50;
  192.  
  193. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  194.  
  195. UIS.InputBegan:connect(function(UserInput)
  196. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  197. Action(Player.Character.Humanoid, function(self)
  198. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  199. Action(self.Parent.HumanoidRootPart, function(self)
  200. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  201. end)
  202. end
  203. end)
  204. end
  205. end)
  206. end)
  207.  
  208. HighJumpButton.Name = "HighJumpButton"
  209. HighJumpButton.Parent = mainframeback
  210. HighJumpButton.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  211. HighJumpButton.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  212. HighJumpButton.BorderSizePixel = 2
  213. HighJumpButton.Position = UDim2.new(0.345151454, 0, 0.16612035, 0)
  214. HighJumpButton.Size = UDim2.new(0, 109, 0, 38)
  215. HighJumpButton.Font = Enum.Font.SourceSans
  216. HighJumpButton.Text = "High Jump"
  217. HighJumpButton.TextCol…
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement