Meliodas0_0

Sonicbreak JB Gui

Sep 29th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.35 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Sonicbreak = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Noclip = Instance.new("TextButton")
  7. local NoWait = Instance.new("TextButton")
  8. local InfiniteDonuts = Instance.new("TextButton")
  9. local InfiniteRF = Instance.new("TextButton")
  10. local RemoveDoors = Instance.new("TextButton")
  11. local RemoveMuseumStuff = Instance.new("TextButton")
  12. local InfoforSonic = Instance.new("TextLabel")
  13. local Arrow = Instance.new("TextLabel")
  14. local FastWalk = Instance.new("TextButton")
  15. local GetGuns = Instance.new("TextButton")
  16. local Bottom = Instance.new("Frame")
  17. local BText = Instance.new("TextLabel")
  18. local Close = Instance.new("TextButton")
  19. local Top = Instance.new("Frame")
  20. local GUINAME = Instance.new("TextLabel")
  21. local OpenFrame = Instance.new("Frame")
  22. local Open = Instance.new("TextButton")
  23. --Properties:
  24. Sonicbreak.Name = "Sonicbreak"
  25. Sonicbreak.Parent = game.CoreGui
  26. Sonicbreak.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Main.Name = "Main"
  29. Main.Parent = Sonicbreak
  30. Main.Active = true
  31. Main.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  32. Main.Position = UDim2.new(0.27627629, 0, 0.132158592, 0)
  33. Main.Size = UDim2.new(0, 396, 0, 333)
  34. Main.Visible = false
  35. Main.Draggable = true
  36.  
  37. Noclip.Name = "Noclip"
  38. Noclip.Parent = Main
  39. Noclip.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  40. Noclip.Position = UDim2.new(0.0227272734, 0, 0.198198199, 0)
  41. Noclip.Size = UDim2.new(0, 57, 0, 41)
  42. Noclip.Font = Enum.Font.Gotham
  43. Noclip.Text = "Noclip"
  44. Noclip.TextColor3 = Color3.new(0, 0, 0)
  45. Noclip.TextSize = 13
  46. Noclip.TextWrapped = true
  47. Noclip.MouseButton1Down:connect(function()
  48. _G.NC = not _G.NC local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y if _G.InitNC ~= true then _G.NCFunc = function(part) if _G.NC then if part.Position.Y > pos then part.CanCollide = false end end end _G.InitNC = true end if _G.NC and _G.NCFunc ~= nil then game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc) end
  49. end)
  50.  
  51. NoWait.Name = "NoWait"
  52. NoWait.Parent = Main
  53. NoWait.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  54. NoWait.Position = UDim2.new(0.0227272753, 0, 0.612612605, 0)
  55. NoWait.Size = UDim2.new(0, 91, 0, 41)
  56. NoWait.Font = Enum.Font.Gotham
  57. NoWait.Text = "No Wait (for E button)"
  58. NoWait.TextColor3 = Color3.new(0, 0, 0)
  59. NoWait.TextSize = 13
  60. NoWait.TextWrapped = true
  61. NoWait.MouseButton1Down:connect(function()
  62. local UI = require(game:GetService("ReplicatedStorage").Module:WaitForChild("UI"));
  63. while wait() do
  64. for i,v in pairs (UI.CircleAction.Specs) do
  65. v.Duration = 0;
  66. v.Timed = true;
  67. end
  68. end
  69. end)
  70.  
  71. InfiniteDonuts.Name = "InfiniteDonuts"
  72. InfiniteDonuts.Parent = Main
  73. InfiniteDonuts.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  74. InfiniteDonuts.Position = UDim2.new(0.575757563, 0, 0.462462455, 0)
  75. InfiniteDonuts.Size = UDim2.new(0, 91, 0, 41)
  76. InfiniteDonuts.Font = Enum.Font.Gotham
  77. InfiniteDonuts.Text = "Infinite Donuts (for health)"
  78. InfiniteDonuts.TextColor3 = Color3.new(0, 0, 0)
  79. InfiniteDonuts.TextSize = 13
  80. InfiniteDonuts.TextWrapped = true
  81. InfiniteDonuts.MouseButton1Down:connect(function()
  82. while wait() do game:GetService('Workspace').TouchTrigger.Donut.Position = game:GetService('Players').LocalPlayer.Character.Head.Position end
  83. end)
  84.  
  85.  
  86. InfiniteRF.Name = "InfiniteRF"
  87. InfiniteRF.Parent = Main
  88. InfiniteRF.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  89. InfiniteRF.Position = UDim2.new(0.313131303, 0, 0.462462455, 0)
  90. InfiniteRF.Size = UDim2.new(0, 91, 0, 41)
  91. InfiniteRF.Font = Enum.Font.Gotham
  92. InfiniteRF.Text = "Infinite Rocket Fuel"
  93. InfiniteRF.TextColor3 = Color3.new(0, 0, 0)
  94. InfiniteRF.TextSize = 14
  95. InfiniteRF.TextWrapped = true
  96. InfiniteRF.MouseButton1Down:connect(function()
  97. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "99999999"
  98.  
  99. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  100. end)
  101.  
  102. RemoveDoors.Name = "RemoveDoors"
  103. RemoveDoors.Parent = Main
  104. RemoveDoors.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  105. RemoveDoors.Position = UDim2.new(0.0227272734, 0, 0.462462455, 0)
  106. RemoveDoors.Size = UDim2.new(0, 91, 0, 41)
  107. RemoveDoors.Font = Enum.Font.Gotham
  108. RemoveDoors.Text = "Remove All Doors and Cell Doors"
  109. RemoveDoors.TextColor3 = Color3.new(0, 0, 0)
  110. RemoveDoors.TextSize = 11
  111. RemoveDoors.TextWrapped = true
  112. RemoveDoors.MouseButton1Down:connect(function()
  113. game:GetService("Workspace").Doors:Destroy()
  114. game:GetService("Workspace").Cell.Door.Closed:Destroy()
  115. end)
  116.  
  117. RemoveMuseumStuff.Name = "RemoveMuseumStuff"
  118. RemoveMuseumStuff.Parent = Main
  119. RemoveMuseumStuff.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  120. RemoveMuseumStuff.Position = UDim2.new(0.74747473, 0, 0.198198199, 0)
  121. RemoveMuseumStuff.Size = UDim2.new(0, 91, 0, 41)
  122. RemoveMuseumStuff.Font = Enum.Font.Gotham
  123. RemoveMuseumStuff.Text = "Remove Museum Roof and Doors"
  124. RemoveMuseumStuff.TextColor3 = Color3.new(0, 0, 0)
  125. RemoveMuseumStuff.TextSize = 11
  126. RemoveMuseumStuff.TextWrapped = true
  127. RemoveMuseumStuff.MouseButton1Down:connect(function()
  128. game:GetService("Workspace").Museum.Roof:Destroy()
  129. game:GetService("Workspace").Museum.Doors:Destroy()
  130. end)
  131.  
  132. InfoforSonic.Name = "InfoforSonic"
  133. InfoforSonic.Parent = Main
  134. InfoforSonic.BackgroundColor3 = Color3.new(1, 1, 1)
  135. InfoforSonic.BackgroundTransparency = 1
  136. InfoforSonic.Position = UDim2.new(0.575757623, 0, 0.384384394, 0)
  137. InfoforSonic.Size = UDim2.new(0, 17, 0, 26)
  138. InfoforSonic.Font = Enum.Font.SourceSans
  139. InfoforSonic.Text = "Click it then press X to get speed"
  140. InfoforSonic.TextColor3 = Color3.new(0, 0, 0)
  141. InfoforSonic.TextSize = 14
  142.  
  143. Arrow.Name = "Arrow"
  144. Arrow.Parent = Main
  145. Arrow.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Arrow.BackgroundTransparency = 1
  147. Arrow.Position = UDim2.new(0.570707083, 0, 0.321321309, 0)
  148. Arrow.Size = UDim2.new(0, 17, 0, 26)
  149. Arrow.Font = Enum.Font.SourceSans
  150. Arrow.Text = "⬆️"
  151. Arrow.TextColor3 = Color3.new(0, 0, 0)
  152. Arrow.TextSize = 30
  153.  
  154. FastWalk.Name = "FastWalk"
  155. FastWalk.Parent = Main
  156. FastWalk.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  157. FastWalk.Position = UDim2.new(0.479797959, 0, 0.198198199, 0)
  158. FastWalk.Size = UDim2.new(0, 91, 0, 41)
  159. FastWalk.Font = Enum.Font.Gotham
  160. FastWalk.Text = "FastWalk (Press X to turn on)"
  161. FastWalk.TextColor3 = Color3.new(0, 0, 0)
  162. FastWalk.TextSize = 12
  163. FastWalk.TextWrapped = true
  164. FastWalk.MouseButton1Down:connect(function()
  165. local walkspeedplayer = game:GetService("Players").LocalPlayer
  166. local walkspeedmouse = walkspeedplayer:GetMouse()
  167. local walkspeedenabled = false
  168. function x_walkspeed(key)
  169. if (key == "x") then
  170. if walkspeedenabled == false then
  171. _G.WS = 80;
  172. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  173. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  174. Humanoid.WalkSpeed = _G.WS;
  175. end)
  176. Humanoid.WalkSpeed = _G.WS;
  177. walkspeedenabled = true
  178. elseif walkspeedenabled == true then
  179. _G.WS = 20;
  180. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  181. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  182. Humanoid.WalkSpeed = _G.WS;
  183. end)
  184. Humanoid.WalkSpeed = _G.WS;
  185. walkspeedenabled = false
  186. end
  187. end
  188. end
  189. walkspeedmouse.KeyDown:connect(x_walkspeed)
  190. end)
  191.  
  192. GetGuns.Name = "GetGuns"
  193. GetGuns.Parent = Main
  194. GetGuns.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  195. GetGuns.Position = UDim2.new(0.191919208, 0, 0.198198199, 0)
  196. GetGuns.Size = UDim2.new(0, 91, 0, 41)
  197. GetGuns.Font = Enum.Font.Gotham
  198. GetGuns.Text = "Get Guns"
  199. GetGuns.TextColor3 = Color3.new(0, 0, 0)
  200. GetGuns.TextSize = 20
  201. GetGuns.TextWrapped = true
  202. GetGuns.MouseButton1Down:connect(function()
  203. for i,v in pairs(game:GetDescendants()) do
  204. if v:IsA("ClickDetector") then
  205. fireclickdetector(v)
  206. end
  207. end
  208. end)
  209.  
  210. Bottom.Name = "Bottom"
  211. Bottom.Parent = Main
  212. Bottom.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  213. Bottom.Position = UDim2.new(0, 0, 0.873873889, 0)
  214. Bottom.Size = UDim2.new(0, 396, 0, 42)
  215.  
  216. BText.Name = "BText"
  217. BText.Parent = Bottom
  218. BText.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  219. BText.Size = UDim2.new(0, 396, 0, 42)
  220. BText.Font = Enum.Font.Gotham
  221. BText.Text = "GUI by Adam, Scripts not by me, Credits to makers on thread"
  222. BText.TextColor3 = Color3.new(0, 0, 0)
  223. BText.TextScaled = true
  224. BText.TextSize = 14
  225. BText.TextWrapped = true
  226.  
  227. Close.Name = "Close"
  228. Close.Parent = Main
  229. Close.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  230. Close.BackgroundTransparency = 9999999827968
  231. Close.Size = UDim2.new(0, 43, 0, 42)
  232. Close.Font = Enum.Font.SourceSans
  233. Close.Text = "X"
  234. Close.TextColor3 = Color3.new(0, 0, 0)
  235. Close.TextSize = 70
  236. Close.TextWrapped = true
  237. Close.MouseButton1Down:connect(function()
  238. OpenFrame.Visible = true
  239. Main.Visible = false
  240. end)
  241.  
  242.  
  243. Top.Name = "Top"
  244. Top.Parent = Main
  245. Top.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  246. Top.Size = UDim2.new(0, 396, 0, 42)
  247.  
  248. GUINAME.Name = "GUINAME"
  249. GUINAME.Parent = Top
  250. GUINAME.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  251. GUINAME.Position = UDim2.new(0.108585857, 0, 0, 0)
  252. GUINAME.Size = UDim2.new(0, 353, 0, 42)
  253. GUINAME.Font = Enum.Font.Gotham
  254. GUINAME.Text = "Sonicbreak"
  255. GUINAME.TextColor3 = Color3.new(0.0352941, 0, 0.533333)
  256. GUINAME.TextScaled = true
  257. GUINAME.TextSize = 14
  258. GUINAME.TextWrapped = true
  259.  
  260. OpenFrame.Name = "OpenFrame"
  261. OpenFrame.Parent = Sonicbreak
  262. OpenFrame.Active = true
  263. OpenFrame.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  264. OpenFrame.Position = UDim2.new(0, 0, 0.389867812, 0)
  265. OpenFrame.Size = UDim2.new(0, 100, 0, 38)
  266.  
  267. Open.Name = "Open"
  268. Open.Parent = OpenFrame
  269. Open.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  270. Open.Position = UDim2.new(0, 0, -0.00947370008, 0)
  271. Open.Size = UDim2.new(0, 100, 0, 38)
  272. Open.Font = Enum.Font.Gotham
  273. Open.Text = "Open GUI"
  274. Open.TextColor3 = Color3.new(0, 0, 0)
  275. Open.TextScaled = true
  276. Open.TextSize = 14
  277. Open.TextWrapped = true
  278. Open.MouseButton1Down:connect(function()
  279. Main.Visible = true
  280. OpenFrame.Visible = false
  281. end)
  282. -- Scripts:
Add Comment
Please, Sign In to add comment