Advertisement
101ThatOneHacker101

Breaking Point GUIs

Nov 25th, 2020
7,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.75 KB | None | 0 0
  1. -- A Hackers GUI Script
  2. -- Made By: 101ThatOneHacker101#0960
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Drag = Instance.new("Frame")
  8. local ExitClose = Instance.new("TextButton")
  9. local Brand = Instance.new("TextLabel")
  10. local Number1 = Instance.new("TextButton")
  11. local Number2 = Instance.new("TextButton")
  12. local Number3 = Instance.new("TextButton")
  13. local Tip = Instance.new("TextLabel")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. Drag.Name = "Drag"
  20. Drag.Parent = ScreenGui
  21. Drag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  22. Drag.BorderColor3 = Color3.fromRGB(0, 255, 35)
  23. Drag.Position = UDim2.new(0.0746791214, 0, 0.631474137, 0)
  24. Drag.Size = UDim2.new(0, 285, 0, 150)
  25. Drag.Visible = true
  26. Drag.Active = true
  27. Drag.Draggable = true
  28.  
  29. ExitClose.Name = "Exit/Close"
  30. ExitClose.Parent = Drag
  31. ExitClose.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  32. ExitClose.BorderColor3 = Color3.fromRGB(0, 255, 25)
  33. ExitClose.Position = UDim2.new(0.894736826, 0, 0, 0)
  34. ExitClose.Size = UDim2.new(0, 30, 0, 30)
  35. ExitClose.Font = Enum.Font.Code
  36. ExitClose.Text = "X"
  37. ExitClose.TextColor3 = Color3.fromRGB(0, 0, 0)
  38. ExitClose.TextScaled = true
  39. ExitClose.TextSize = 14.000
  40. ExitClose.TextWrapped = true
  41. ExitClose.MouseButton1Down:connect(function()
  42. Drag.Visible = false
  43. end)
  44.  
  45. Brand.Name = "Brand"
  46. Brand.Parent = Drag
  47. Brand.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. Brand.BackgroundTransparency = 1.000
  49. Brand.BorderColor3 = Color3.fromRGB(0, 255, 25)
  50. Brand.Size = UDim2.new(0, 285, 0, 30)
  51. Brand.Font = Enum.Font.Code
  52. Brand.Text = "Hackers GUI"
  53. Brand.TextColor3 = Color3.fromRGB(0, 255, 25)
  54. Brand.TextScaled = true
  55. Brand.TextSize = 14.000
  56. Brand.TextStrokeTransparency = 0.000
  57. Brand.TextWrapped = true
  58.  
  59. Number1.Name = "Number1"
  60. Number1.Parent = Drag
  61. Number1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. Number1.BorderColor3 = Color3.fromRGB(0, 255, 25)
  63. Number1.Position = UDim2.new(0.136842102, 0, 0.379487187, 0)
  64. Number1.Size = UDim2.new(0, 86, 0, 29)
  65. Number1.Font = Enum.Font.Code
  66. Number1.Text = "Aimbot + Kill Aura"
  67. Number1.TextColor3 = Color3.fromRGB(0, 255, 25)
  68. Number1.TextScaled = true
  69. Number1.TextSize = 14.000
  70. Number1.TextWrapped = true
  71. Number1.MouseButton1Down:connect(function()
  72. loadstring(game:HttpGet('https://pastebin.com/raw/MLPypHYv', true))()
  73. end)
  74.  
  75. Number2.Name = "Number2"
  76. Number2.Parent = Drag
  77. Number2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  78. Number2.BorderColor3 = Color3.fromRGB(0, 255, 25)
  79. Number2.Position = UDim2.new(0.561403513, 0, 0.379487187, 0)
  80. Number2.Size = UDim2.new(0, 86, 0, 29)
  81. Number2.Font = Enum.Font.Code
  82. Number2.Text = "Random Shit"
  83. Number2.TextColor3 = Color3.fromRGB(0, 255, 25)
  84. Number2.TextScaled = true
  85. Number2.TextSize = 14.000
  86. Number2.TextWrapped = true
  87. Number2.MouseButton1Down:connect(function()
  88. -- Gui to Lua
  89. -- Version: 3.2
  90.  
  91. -- Instances:
  92.  
  93. local ForRS = Instance.new("ScreenGui")
  94. local main = Instance.new("Frame")
  95. local title = Instance.new("TextLabel")
  96. local X = Instance.new("TextButton")
  97. local credits = Instance.new("TextLabel")
  98. local TextButton_1 = Instance.new("TextButton")
  99.  
  100. --Properties:
  101.  
  102. ForRS.Parent = game.CoreGui
  103. ForRS.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  104.  
  105. main.Name = "main"
  106. main.Parent = ForRS
  107. main.Active = true
  108. main.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  109. main.BackgroundTransparency = 0.750
  110. main.BorderColor3 = Color3.fromRGB(0, 0, 255)
  111. main.BorderSizePixel = 0
  112. main.Position = UDim2.new(0.288309634, 0, 0.217391312, 0)
  113. main.Size = UDim2.new(0, 436, 0, 204)
  114. main.Draggable = true
  115. main.Active = true
  116.  
  117. title.Name = "title"
  118. title.Parent = main
  119. title.Active = true
  120. title.BackgroundColor3 = Color3.fromRGB(0, 0, 244)
  121. title.BackgroundTransparency = 0.750
  122. title.BorderColor3 = Color3.fromRGB(0, 0, 255)
  123. title.BorderSizePixel = 0
  124. title.Size = UDim2.new(0, 380, 0, 39)
  125. title.Font = Enum.Font.Fantasy
  126. title.Text = "Breaking Point"
  127. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. title.TextScaled = true
  129. title.TextSize = 14.000
  130. title.TextWrapped = true
  131.  
  132. X.Name = "X"
  133. X.Parent = main
  134. X.BackgroundColor3 = Color3.fromRGB(0, 0, 244)
  135. X.BackgroundTransparency = 0.750
  136. X.BorderColor3 = Color3.fromRGB(0, 0, 255)
  137. X.BorderSizePixel = 0
  138. X.Position = UDim2.new(0.87155962, 0, 0, 0)
  139. X.Size = UDim2.new(0, 55, 0, 39)
  140. X.Text = "X"
  141. X.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. X.TextScaled = true
  143. X.TextSize = 14.000
  144. X.TextWrapped = true
  145. X.MouseButton1Down:connect(function()
  146. main.Visible = false
  147. end)
  148.  
  149. credits.Name = "credits"
  150. credits.Parent = main
  151. credits.Active = true
  152. credits.BackgroundColor3 = Color3.fromRGB(0, 0, 244)
  153. credits.BackgroundTransparency = 0.750
  154. credits.BorderColor3 = Color3.fromRGB(0, 0, 255)
  155. credits.BorderSizePixel = 0
  156. credits.Position = UDim2.new(0, 0, 0.808823526, 0)
  157. credits.Size = UDim2.new(0, 435, 0, 39)
  158. credits.Font = Enum.Font.Fantasy
  159. credits.Text = "GUI MaGiXx"
  160. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. credits.TextScaled = true
  162. credits.TextSize = 14.000
  163. credits.TextWrapped = true
  164.  
  165. TextButton_1.Name = "TextButton_1"
  166. TextButton_1.Parent = main
  167. TextButton_1.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  168. TextButton_1.BackgroundTransparency = 0.750
  169. TextButton_1.BorderSizePixel = 0
  170. TextButton_1.Position = UDim2.new(0.30733946, 0, 0.318627447, 0)
  171. TextButton_1.Size = UDim2.new(0, 168, 0, 73)
  172. TextButton_1.Font = Enum.Font.SciFi
  173. TextButton_1.Text = "Breaking Point"
  174. TextButton_1.TextColor3 = Color3.fromRGB(0, 0, 0)
  175. TextButton_1.TextScaled = true
  176. TextButton_1.TextSize = 14.000
  177. TextButton_1.TextWrapped = true
  178. TextButton_1.MouseButton1Down:connect(function()
  179. --Generated with Syntax's Converter, plz buy Comet hub kthxbye.
  180. --Counted 13361 (length)
  181. local function CreateInstance(cls,props)
  182. local inst = Instance.new(cls)
  183. for i,v in pairs(props) do
  184. inst[i] = v
  185. end
  186. return inst
  187. end
  188.  
  189.  
  190. local BreakingPointGUI = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='BreakingPointGUI', Parent=game.CoreGui})
  191. local Topframe = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.611996233, 0, 0.151571169, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 205, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'Topframe',Parent = BreakingPointGUI})
  192. local Mainframe = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.156863, 0.156863, 0.156863),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 1, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 205, 0, 139),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'Mainframe',Parent = Topframe})
  193. local Light = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Light',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0348837227, 0, 0.0497056991, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Light',Parent = Mainframe})
  194. local PermLight = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Permlight',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0348837227, 0, 0.182127714, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='PermLight',Parent = Mainframe})
  195. local NoLight = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='No Light',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0348837227, 0, 0.318343043, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='NoLight',Parent = Mainframe})
  196. local UnbindChair = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Unbind Chair',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0348837227, 0, 0.455099106, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='UnbindChair',Parent = Mainframe})
  197. local Clip = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Clip',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.620618343, 0, 0.179202139, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Clip',Parent = Mainframe})
  198. local Noclip = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Noclip',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0352524519, 0, 0.865369499, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Noclip',Parent = Mainframe})
  199. local ClickTP = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Click TP',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0352524519, 0, 0.586756051, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='ClickTP',Parent = Mainframe})
  200. local Btools = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Btools',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0352524221, 0, 0.723512113, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='Btools',Parent = Mainframe})
  201. local TPtoplr = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='TP to plr',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.620618343, 0, 0.315892786, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TPtoplr',Parent = Mainframe})
  202. local TPtotable = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='TP to table',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.620618343, 0, 0.452583432, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TPtotable',Parent = Mainframe})
  203. local TPtoarcade = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='TP to arcade',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.290196, 0.290196, 0.290196),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.620618343, 0, 0.589274049, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TPtoarcade',Parent = Mainframe})
  204. local PlayerNameBox = CreateInstance('TextBox',{ClearTextOnFocus=true,Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,MultiLine=false,Text='Plr Name',TextColor3=Color3.new(0, 0, 0), PlaceholderText='', PlaceholderColor3=Color3.new(0.7, 0.7, 0.7),TextScaled=true,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.52549, 0.52549, 0.52549),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.6195122, 0, 0.050359726, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 71, 0, 13),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='PlayerNameBox',Parent = Mainframe})
  205. local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Left Ctrl to toggle',TextColor3=Color3.new(0, 0, 0),TextScaled=true,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.156863, 0.156863, 0.156863),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.6195122, 0, 0.726618707, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 71, 0, 32),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextLabel',Parent = Mainframe})
  206. local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Broken Point | Psykek#3180',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0, 0, 0),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.183536589, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 129, 0, 10),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextLabel',Parent = Topframe})
  207.  
  208. Topframe.Active = true
  209. Topframe.Draggable = true
  210.  
  211. Light.MouseButton1Click:Connect(function()
  212. game.Workspace.light.PointLight.Enabled = true
  213. end)
  214.  
  215. PermLight.MouseButton1Click:Connect(function()
  216. while wait(000.1) do
  217. game.Workspace.light.PointLight.Enabled = true
  218. end
  219. end)
  220.  
  221. NoLight.MouseButton1Click:Connect(function()
  222. game.Workspace.light.PointLight.Enabled = false
  223. end)
  224.  
  225. UnbindChair.MouseButton1Click:Connect(function()
  226. limbs = game.Players.LocalPlayer.Character:GetChildren()
  227.  
  228. for i, v in pairs(limbs) do
  229. if v.ClassName == "Part" then
  230. v.Anchored = false
  231. end
  232.  
  233. end
  234. end)
  235.  
  236. Clip.MouseButton1Click:Connect(function()
  237. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = true elseif v.ClassName == "Model" then v.Head.CanCollide = true end end) end end game:service("RunService").Stepped:wait() end
  238. end)
  239.  
  240. Noclip.MouseButton1Click:Connect(function()
  241. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  242. end)
  243.  
  244. ClickTP.MouseButton1Click:Connect(function()
  245. mouse = game.Players.LocalPlayer:GetMouse()
  246. tool = Instance.new("Tool")
  247. tool.RequiresHandle = false
  248. tool.Name = "Click Teleport"
  249. tool.Activated:connect(function()
  250. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  251. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  252. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  253. end)
  254. tool.Parent = game.Players.LocalPlayer.Backpack
  255. end)
  256.  
  257. Btools.MouseButton1Click:Connect(function()
  258. local Tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  259. local Tool2 = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  260. local Tool3 = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  261. local Tool4 = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  262. local Tool5 = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  263. Tool.BinType = "Clone"
  264. Tool2.BinType = "GameTool"
  265. Tool3.BinType = "Hammer"
  266. Tool4.BinType = "Script"
  267. Tool5.BinType = "Grab"
  268. Tool.TextureId = ""
  269. Tool2.TextureId = ""
  270. Tool3.TextureId = ""
  271. Tool4.TextureId = ""
  272. Tool5.TextureId = ""
  273. Tool.Name = "Clone"
  274. Tool2.Name = "GameTool"
  275. Tool3.Name = "Hammer"
  276. Tool4.Name = "Script"
  277. Tool5.Name = "Grab"
  278. end)
  279.  
  280. TPtoplr.MouseButton1Click:Connect(function()
  281. getplr = function(plxr)
  282. for i, v in pairs(game.Players:GetPlayers()) do
  283. if string.find(v.Name, plxr) then
  284. return v
  285. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  286. return v
  287. end
  288. end
  289. end
  290. local plr = getplr(PlayerNameBox.Text)
  291. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  292. end)
  293.  
  294. TPtotable.MouseButton1Click:Connect(function()
  295. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-29.0937233,6.45783329,-210.431992))
  296. end)
  297.  
  298. TPtoarcade.MouseButton1Click:Connect(function()
  299. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-49.8502045,3.35328603,-289.273315))
  300. end)
  301.  
  302. function onKeyPress(inputObject, gameProcessedEvent)
  303. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  304. if Topframe.Visible == false then
  305. Topframe.Visible = true
  306. else
  307. Topframe.Visible = false
  308. end
  309. end
  310. end
  311.  
  312. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  313. end)
  314. end)
  315.  
  316. Number3.Name = "Number3"
  317. Number3.Parent = Drag
  318. Number3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  319. Number3.BorderColor3 = Color3.fromRGB(0, 255, 25)
  320. Number3.Position = UDim2.new(0.347368419, 0, 0.705641031, 0)
  321. Number3.Size = UDim2.new(0, 86, 0, 29)
  322. Number3.Font = Enum.Font.Code
  323. Number3.Text = "Big Heads (uselesss)"
  324. Number3.TextColor3 = Color3.fromRGB(0, 255, 25)
  325. Number3.TextScaled = true
  326. Number3.TextSize = 14.000
  327. Number3.TextWrapped = true
  328. Number3.MouseButton1Down:connect(function()
  329. while wait(5) do
  330. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  331. if v.Name ~= game:GetService("Players").LocalPlayer.Name then
  332. v.Character.Head.CanCollide = false
  333. v.Character.Head.Size = Vector3.new(6, 6, 6)
  334. v.Character.Head.Transparency = 0.5
  335. end
  336. end
  337. end
  338. end)
  339.  
  340. Tip.Name = "Tip"
  341. Tip.Parent = Drag
  342. Tip.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  343. Tip.BorderColor3 = Color3.fromRGB(0, 255, 25)
  344. Tip.Position = UDim2.new(0, 0, 0.200000003, 0)
  345. Tip.Size = UDim2.new(0, 285, 0, 13)
  346. Tip.Font = Enum.Font.Code
  347. Tip.Text = "Breaking Point"
  348. Tip.TextColor3 = Color3.fromRGB(0, 255, 25)
  349. Tip.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement