Advertisement
YT_PatricioTGN

Untitled

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