BrokenScripts

Broken OP Gui

May 14th, 2021 (edited)
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.80 KB | None | 0 0
  1. -- Made by: naughtyzx#1845
  2. -- Version: 1.1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Gui = Instance.new("ImageLabel")
  8. local WalkspeedB = Instance.new("TextButton")
  9. local Btools = Instance.new("TextButton")
  10. local ClickTpB = Instance.new("TextButton")
  11. local EspB = Instance.new("TextButton")
  12. local FlyB = Instance.new("TextButton")
  13. local InfJumpB = Instance.new("TextButton")
  14. local ArsenalGB = Instance.new("TextButton")
  15. local ArsenalGB_2 = Instance.new("TextButton")
  16. local MoreSoon1 = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. Gui.Name = "Gui"
  23. Gui.Parent = ScreenGui
  24. Gui.BackgroundColor3 = Color3.fromRGB(12, 12, 12)
  25. Gui.BackgroundTransparency = 1.000
  26. Gui.Position = UDim2.new(0.177993521, 0, 0.269230783, 0)
  27. Gui.Size = UDim2.new(0, 623, 0, 284)
  28. Gui.Image = "rbxassetid://3570695787"
  29. Gui.ImageColor3 = Color3.fromRGB(12, 12, 12)
  30. Gui.ScaleType = Enum.ScaleType.Slice
  31. Gui.SliceCenter = Rect.new(100, 100, 100, 100)
  32. Gui.SliceScale = 0.120
  33. Gui.Active = true
  34. Gui.Draggable = true
  35.  
  36. WalkspeedB.Name = "WalkspeedB"
  37. WalkspeedB.Parent = Gui
  38. WalkspeedB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  39. WalkspeedB.Position = UDim2.new(0.0128410915, 0, 0.0563380271, 0)
  40. WalkspeedB.Size = UDim2.new(0, 192, 0, 50)
  41. WalkspeedB.Font = Enum.Font.AmaticSC
  42. WalkspeedB.Text = "Walspeed"
  43. WalkspeedB.TextColor3 = Color3.fromRGB(255, 255, 255)
  44. WalkspeedB.TextSize = 50.000
  45. WalkspeedB.MouseButton1Down:connect(function()
  46. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  47. end)
  48.  
  49. Btools.Name = "Btools"
  50. Btools.Parent = Gui
  51. Btools.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  52. Btools.Position = UDim2.new(0.338683784, 0, 0.0563380308, 0)
  53. Btools.Size = UDim2.new(0, 200, 0, 50)
  54. Btools.Font = Enum.Font.AmaticSC
  55. Btools.Text = "Btools"
  56. Btools.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. Btools.TextSize = 50.000
  58. Btools.MouseButton1Down:connect(function()
  59. loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))()
  60. end)
  61.  
  62. ClickTpB.Name = "ClickTpB"
  63. ClickTpB.Parent = Gui
  64. ClickTpB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  65. ClickTpB.Position = UDim2.new(0.675762415, 0, 0.302816898, 0)
  66. ClickTpB.Size = UDim2.new(0, 192, 0, 50)
  67. ClickTpB.Font = Enum.Font.AmaticSC
  68. ClickTpB.Text = "Click TP Tool"
  69. ClickTpB.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. ClickTpB.TextSize = 50.000
  71. ClickTpB.MouseButton1Down:connect(function()
  72. mouse = game.Players.LocalPlayer:GetMouse()
  73. tool = Instance.new("Tool")
  74. tool.RequiresHandle = false
  75. tool.Name = "Click TP"
  76. tool.Activated:connect(function()
  77. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  78. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  79. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  80. end)
  81. tool.Parent = game.Players.LocalPlayer.Backpack
  82. end)
  83.  
  84. EspB.Name = "EspB"
  85. EspB.Parent = Gui
  86. EspB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  87. EspB.Position = UDim2.new(0.338683784, 0, 0.302816898, 0)
  88. EspB.Size = UDim2.new(0, 200, 0, 50)
  89. EspB.Font = Enum.Font.AmaticSC
  90. EspB.Text = "Esp"
  91. EspB.TextColor3 = Color3.fromRGB(255, 255, 255)
  92. EspB.TextSize = 50.000
  93. EspB.MouseButton1Down:connect(function()
  94. local gui = Instance.new("BillboardGui");
  95. gui.Name = "";
  96. gui.AlwaysOnTop = true;
  97. gui.LightInfluence = 0;
  98. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  99. local frame = Instance.new("Frame", gui);
  100. frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
  101. frame.Size = UDim2.new(1, 0, 1, 0);
  102. frame.BorderSizePixel = 4;
  103. frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
  104. local gi = gui:Clone();
  105. local body = frame:Clone();
  106. body.Parent = gi;
  107. body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);
  108.  
  109. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  110. if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
  111. gui:Clone().Parent = v.Character.Head;
  112. end
  113. end
  114. end)
  115.  
  116. FlyB.Name = "FlyB"
  117. FlyB.Parent = Gui
  118. FlyB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  119. FlyB.Position = UDim2.new(0.675762415, 0, 0.0563380271, 0)
  120. FlyB.Size = UDim2.new(0, 192, 0, 50)
  121. FlyB.Font = Enum.Font.AmaticSC
  122. FlyB.Text = "Fly [E]"
  123. FlyB.TextColor3 = Color3.fromRGB(255, 255, 255)
  124. FlyB.TextSize = 50.000
  125. FlyB.MouseButton1Down:connect(function()
  126. repeat wait()
  127. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  128. local mouse = game.Players.LocalPlayer:GetMouse()
  129. repeat wait() until mouse
  130. local plr = game.Players.LocalPlayer
  131. local torso = plr.Character.Head
  132. local flying = false
  133. local deb = true
  134. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  135. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  136. local maxspeed = 400
  137. local speed = 5000
  138.  
  139. function Fly()
  140. local bg = Instance.new("BodyGyro", torso)
  141. bg.P = 9e4
  142. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  143. bg.cframe = torso.CFrame
  144. local bv = Instance.new("BodyVelocity", torso)
  145. bv.velocity = Vector3.new(0,0.1,0)
  146. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  147. repeat wait()
  148. plr.Character.Humanoid.PlatformStand = true
  149. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  150. speed = speed+.5+(speed/maxspeed)
  151. if speed > maxspeed then
  152. speed = maxspeed
  153. end
  154. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  155. speed = speed-1
  156. if speed < 0 then
  157. speed = 0
  158. end
  159. end
  160. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  161. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  162. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  163. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  164. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  165. else
  166. bv.velocity = Vector3.new(0,0.1,0)
  167. end
  168. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  169. until not flying
  170. ctrl = {f = 0, b = 0, l = 0, r = 0}
  171. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  172. speed = 0
  173. bg:Destroy()
  174. bv:Destroy()
  175. plr.Character.Humanoid.PlatformStand = false
  176. end
  177. mouse.KeyDown:connect(function(key)
  178. if key:lower() == "e" then
  179. if flying then flying = false
  180. else
  181. flying = true
  182. Fly()
  183. end
  184. elseif key:lower() == "w" then
  185. ctrl.f = 1
  186. elseif key:lower() == "s" then
  187. ctrl.b = -1
  188. elseif key:lower() == "a" then
  189. ctrl.l = -1
  190. elseif key:lower() == "d" then
  191. ctrl.r = 1
  192. end
  193. end)
  194. mouse.KeyUp:connect(function(key)
  195. if key:lower() == "w" then
  196. ctrl.f = 0
  197. elseif key:lower() == "s" then
  198. ctrl.b = 0
  199. elseif key:lower() == "a" then
  200. ctrl.l = 0
  201. elseif key:lower() == "d" then
  202. ctrl.r = 0
  203. end
  204. end)
  205. Fly()
  206. end)
  207.  
  208. InfJumpB.Name = "InfJumpB"
  209. InfJumpB.Parent = Gui
  210. InfJumpB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  211. InfJumpB.Position = UDim2.new(0.0128410915, 0, 0.302816898, 0)
  212. InfJumpB.Size = UDim2.new(0, 192, 0, 50)
  213. InfJumpB.Font = Enum.Font.AmaticSC
  214. InfJumpB.Text = "Infinity Jump"
  215. InfJumpB.TextColor3 = Color3.fromRGB(255, 255, 255)
  216. InfJumpB.TextSize = 50.000
  217. InfJumpB.MouseButton1Down:connect(function()
  218. local InfiniteJumpEnabled = true
  219. game:GetService("UserInputService").JumpRequest:connect(function()
  220. if InfiniteJumpEnabled then
  221. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  222. end
  223. end)
  224. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  225. InfiniteJump.Position = UDim2.new(0,10,0,130)
  226. InfiniteJump.Size = UDim2.new(0,150,0,30)
  227. InfiniteJump.MouseButton1Click:connect(function()
  228. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  229. local new = state == "Off" and "On" or state == "On" and "Off"
  230. InfiniteJumpEnabled = new == "On"
  231. InfiniteJump.Text = "Infinite Jump: " .. new
  232. end)
  233. end)
  234.  
  235. MoreSoon1.Name = "MoreSoon1"
  236. MoreSoon1.Parent = Gui
  237. MoreSoon1.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  238. MoreSoon1.Position = UDim2.new(0.0128410915, 0, 0.0563380271, 0)
  239. MoreSoon1.Size = UDim2.new(0, 192, 0, 50)
  240. MoreSoon1.Font = Enum.Font.AmaticSC
  241. MoreSoon1.Text = "Exit Gui"
  242. MoreSoon1.TextColor3 = Color3.fromRGB(255, 255, 255)
  243. MoreSoon1.TextSize = 50.000
  244. MoreSoon1.MouseButton1Down:connect(function()
  245. Gui.Visible = false
  246. end)
  247.  
  248. ArsenalGB.Name = "ArsenalGB"
  249. ArsenalGB.Parent = Gui
  250. ArsenalGB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  251. ArsenalGB.Position = UDim2.new(0.0128410915, 0, 0.799295783, 0)
  252. ArsenalGB.Size = UDim2.new(0, 192, 0, 50)
  253. ArsenalGB.Font = Enum.Font.AmaticSC
  254. ArsenalGB.Text = "Arsenal GUI"
  255. ArsenalGB.TextColor3 = Color3.fromRGB(255, 255, 255)
  256. ArsenalGB.TextSize = 50.000
  257.  
  258. ArsenalGB_2.Name = "ArsenalGB"
  259. ArsenalGB_2.Parent = Gui
  260. ArsenalGB_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  261. ArsenalGB_2.Position = UDim2.new(0.675762475, 0, 0.799295783, 0)
  262. ArsenalGB_2.Size = UDim2.new(0, 192, 0, 50)
  263. ArsenalGB_2.Font = Enum.Font.AmaticSC
  264. ArsenalGB_2.Text = "Jailbreak Auto F"
  265. ArsenalGB_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  266. ArsenalGB_2.TextSize = 50.000
  267.  
  268. MoreSoon1.Name = "MoreSoon1"
  269. MoreSoon1.Parent = Gui
  270. MoreSoon1.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  271. MoreSoon1.Position = UDim2.new(0.338683784, 0, 0.799295783, 0)
  272. MoreSoon1.Size = UDim2.new(0, 200, 0, 50)
  273. MoreSoon1.Font = Enum.Font.AmaticSC
  274. MoreSoon1.Text = "Exit GUI"
  275. MoreSoon1.TextColor3 = Color3.fromRGB(199, 2, 2)
  276. MoreSoon1.TextSize = 50.000
Add Comment
Please, Sign In to add comment