Borys9975

9975 HUB

May 26th, 2022 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.47 KB | None | 0 0
  1. -- By Borys9975
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local BG = Instance.new("Frame")
  7. local UICorner = Instance.new("UICorner")
  8. local MainFrame = Instance.new("Frame")
  9. local UICorner_2 = Instance.new("UICorner")
  10. local Name = Instance.new("TextLabel")
  11. local UICorner_3 = Instance.new("UICorner")
  12. local Admin = Instance.new("TextButton")
  13. local UICorner_4 = Instance.new("UICorner")
  14. local Rejoin = Instance.new("TextButton")
  15. local UICorner_5 = Instance.new("UICorner")
  16. local Close = Instance.new("TextButton")
  17. local UICorner_6 = Instance.new("UICorner")
  18. local Help = Instance.new("TextLabel")
  19. local UICorner_7 = Instance.new("UICorner")
  20. local AdminSelection = Instance.new("Frame")
  21. local UICorner_8 = Instance.new("UICorner")
  22. local CMDX = Instance.new("TextButton")
  23. local UICorner_9 = Instance.new("UICorner")
  24. local INFYIELD = Instance.new("TextButton")
  25. local UICorner_10 = Instance.new("UICorner")
  26. local X = Instance.new("TextButton")
  27. local UICorner_11 = Instance.new("UICorner")
  28. local CloseConfirm = Instance.new("Frame")
  29. local UICorner_12 = Instance.new("UICorner")
  30. local No = Instance.new("TextButton")
  31. local UICorner_13 = Instance.new("UICorner")
  32. local Yes = Instance.new("TextButton")
  33. local UICorner_14 = Instance.new("UICorner")
  34. local RUSure = Instance.new("TextLabel")
  35. local UICorner_15 = Instance.new("UICorner")
  36.  
  37. --Properties:
  38.  
  39. ScreenGui.Parent = game.CoreGui
  40.  
  41. BG.Name = "BG"
  42. BG.Parent = ScreenGui
  43. BG.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  44. BG.Position = UDim2.new(0.347517729, 0, 0.173983723, 0)
  45. BG.Rotation = -5.000
  46. BG.Size = UDim2.new(0, 300, 0, 400)
  47. BG.Active = true
  48. BG.Draggable = true
  49.  
  50. UICorner.Parent = BG
  51.  
  52. MainFrame.Name = "MainFrame"
  53. MainFrame.Parent = BG
  54. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. MainFrame.Position = UDim2.new(-0.00914893206, 0, 0.0339837261, 0)
  56. MainFrame.Rotation = 5.000
  57. MainFrame.Size = UDim2.new(0, 300, 0, 400)
  58.  
  59. UICorner_2.Parent = MainFrame
  60.  
  61. Name.Name = "Name"
  62. Name.Parent = MainFrame
  63. Name.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  64. Name.BackgroundTransparency = 0.700
  65. Name.Size = UDim2.new(0, 300, 0, 50)
  66. Name.Font = Enum.Font.SourceSans
  67. Name.Text = "9975 HUB"
  68. Name.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. Name.TextScaled = true
  70. Name.TextSize = 14.000
  71. Name.TextStrokeTransparency = 0.000
  72. Name.TextWrapped = true
  73.  
  74. UICorner_3.Parent = Name
  75.  
  76. Admin.Name = "Admin"
  77. Admin.Parent = MainFrame
  78. Admin.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  79. Admin.BackgroundTransparency = 0.700
  80. Admin.Position = UDim2.new(0.173333332, 0, 0.150000006, 0)
  81. Admin.Size = UDim2.new(0, 200, 0, 50)
  82. Admin.Font = Enum.Font.SourceSans
  83. Admin.Text = "Admin"
  84. Admin.TextColor3 = Color3.fromRGB(255, 255, 255)
  85. Admin.TextScaled = true
  86. Admin.TextSize = 14.000
  87. Admin.TextStrokeTransparency = 0.000
  88. Admin.TextWrapped = true
  89.  
  90. UICorner_4.Parent = Admin
  91.  
  92. Rejoin.Name = "Rejoin"
  93. Rejoin.Parent = MainFrame
  94. Rejoin.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  95. Rejoin.BackgroundTransparency = 0.700
  96. Rejoin.Position = UDim2.new(0.166666672, 0, 0.314999998, 0)
  97. Rejoin.Size = UDim2.new(0, 200, 0, 50)
  98. Rejoin.Font = Enum.Font.SourceSans
  99. Rejoin.Text = "Rejoin(May Not Work In Some Games)"
  100. Rejoin.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. Rejoin.TextSize = 27.000
  102. Rejoin.TextStrokeTransparency = 0.000
  103. Rejoin.TextWrapped = true
  104.  
  105. UICorner_5.Parent = Rejoin
  106.  
  107. Close.Name = "Close"
  108. Close.Parent = MainFrame
  109. Close.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  110. Close.BackgroundTransparency = 0.700
  111. Close.Position = UDim2.new(0.833333313, 0, 0.875, 0)
  112. Close.Size = UDim2.new(0, 50, 0, 50)
  113. Close.Font = Enum.Font.SourceSans
  114. Close.Text = "Close"
  115. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. Close.TextScaled = true
  117. Close.TextSize = 14.000
  118. Close.TextStrokeTransparency = 0.000
  119. Close.TextWrapped = true
  120.  
  121. UICorner_6.Parent = Close
  122.  
  123. Help.Name = "Help"
  124. Help.Parent = MainFrame
  125. Help.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  126. Help.BackgroundTransparency = 0.700
  127. Help.Position = UDim2.new(0.00666666683, 0, 0.875, 0)
  128. Help.Size = UDim2.new(0, 150, 0, 50)
  129. Help.Font = Enum.Font.SourceSans
  130. Help.Text = "Need Help? DM Me, Borys9975#4687"
  131. Help.TextColor3 = Color3.fromRGB(255, 255, 255)
  132. Help.TextScaled = true
  133. Help.TextSize = 14.000
  134. Help.TextStrokeTransparency = 0.000
  135. Help.TextWrapped = true
  136.  
  137. UICorner_7.Parent = Help
  138.  
  139. AdminSelection.Name = "AdminSelection"
  140. AdminSelection.Parent = MainFrame
  141. AdminSelection.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  142. AdminSelection.Position = UDim2.new(-0.0833333284, 0, 0.152500004, 0)
  143. AdminSelection.Size = UDim2.new(0, 350, 0, 250)
  144. AdminSelection.Visible = false
  145.  
  146. UICorner_8.Parent = AdminSelection
  147.  
  148. CMDX.Name = "CMDX"
  149. CMDX.Parent = AdminSelection
  150. CMDX.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  151. CMDX.BackgroundTransparency = 0.500
  152. CMDX.Position = UDim2.new(0.0714285746, 0, 0.456, 0)
  153. CMDX.Size = UDim2.new(0, 125, 0, 50)
  154. CMDX.Font = Enum.Font.SourceSans
  155. CMDX.Text = "CMDX"
  156. CMDX.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. CMDX.TextScaled = true
  158. CMDX.TextSize = 14.000
  159. CMDX.TextStrokeTransparency = 0.000
  160. CMDX.TextWrapped = true
  161.  
  162. UICorner_9.Parent = CMDX
  163.  
  164. INFYIELD.Name = "INFYIELD"
  165. INFYIELD.Parent = AdminSelection
  166. INFYIELD.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  167. INFYIELD.BackgroundTransparency = 0.500
  168. INFYIELD.Position = UDim2.new(0.505714297, 0, 0.460000008, 0)
  169. INFYIELD.Size = UDim2.new(0, 125, 0, 50)
  170. INFYIELD.Font = Enum.Font.SourceSans
  171. INFYIELD.Text = "INFINITE YIELD"
  172. INFYIELD.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. INFYIELD.TextScaled = true
  174. INFYIELD.TextSize = 14.000
  175. INFYIELD.TextStrokeTransparency = 0.000
  176. INFYIELD.TextWrapped = true
  177.  
  178. UICorner_10.Parent = INFYIELD
  179.  
  180. X.Name = "X"
  181. X.Parent = AdminSelection
  182. X.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  183. X.Position = UDim2.new(0.857142866, 0, 0, 0)
  184. X.Size = UDim2.new(0, 50, 0, 50)
  185. X.Font = Enum.Font.SourceSans
  186. X.Text = "X"
  187. X.TextColor3 = Color3.fromRGB(255, 255, 255)
  188. X.TextScaled = true
  189. X.TextSize = 14.000
  190. X.TextStrokeTransparency = 0.000
  191. X.TextWrapped = true
  192.  
  193. UICorner_11.Parent = X
  194.  
  195. CloseConfirm.Name = "CloseConfirm"
  196. CloseConfirm.Parent = MainFrame
  197. CloseConfirm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  198. CloseConfirm.Position = UDim2.new(-0.0833333284, 0, 0.152500004, 0)
  199. CloseConfirm.Size = UDim2.new(0, 350, 0, 250)
  200. CloseConfirm.Visible = false
  201.  
  202. UICorner_12.Parent = CloseConfirm
  203.  
  204. No.Name = "No"
  205. No.Parent = CloseConfirm
  206. No.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  207. No.BackgroundTransparency = 0.500
  208. No.Position = UDim2.new(0.505714297, 0, 0.460000008, 0)
  209. No.Size = UDim2.new(0, 125, 0, 50)
  210. No.Font = Enum.Font.SourceSans
  211. No.Text = "No"
  212. No.TextColor3 = Color3.fromRGB(255, 255, 255)
  213. No.TextScaled = true
  214. No.TextSize = 14.000
  215. No.TextStrokeTransparency = 0.000
  216. No.TextWrapped = true
  217.  
  218. UICorner_13.Parent = No
  219.  
  220. Yes.Name = "Yes"
  221. Yes.Parent = CloseConfirm
  222. Yes.BackgroundColor3 = Color3.fromRGB(129, 129, 129)
  223. Yes.BackgroundTransparency = 0.500
  224. Yes.Position = UDim2.new(0.0714285746, 0, 0.456, 0)
  225. Yes.Size = UDim2.new(0, 125, 0, 50)
  226. Yes.Font = Enum.Font.SourceSans
  227. Yes.Text = "Yes"
  228. Yes.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. Yes.TextScaled = true
  230. Yes.TextSize = 14.000
  231. Yes.TextStrokeTransparency = 0.000
  232. Yes.TextWrapped = true
  233.  
  234. UICorner_14.Parent = Yes
  235.  
  236. RUSure.Name = "RUSure"
  237. RUSure.Parent = CloseConfirm
  238. RUSure.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  239. RUSure.Position = UDim2.new(0, 0, -0.00400000019, 0)
  240. RUSure.Size = UDim2.new(0, 350, 0, 50)
  241. RUSure.Font = Enum.Font.SourceSans
  242. RUSure.Text = "Are You Sure?"
  243. RUSure.TextColor3 = Color3.fromRGB(255, 255, 255)
  244. RUSure.TextScaled = true
  245. RUSure.TextSize = 14.000
  246. RUSure.TextStrokeTransparency = 0.000
  247. RUSure.TextWrapped = true
  248.  
  249. UICorner_15.Parent = RUSure
  250.  
  251. -- Scripts
  252.  
  253. Close.MouseButton1Click:Connect(function()
  254.     CloseConfirm.Visible = true
  255. end)
  256.  
  257. Rejoin.MouseButton1Click:Connect(function()
  258.     game:GetService("TeleportService"):Teleport(game.PlaceId)
  259. end)
  260.  
  261. Admin.MouseButton1Click:Connect(function()
  262.     AdminSelection.Visible = true
  263. end)
  264.  
  265. CMDX.MouseButton1Click:Connect(function()
  266.     loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))()
  267. end)
  268.  
  269. INFYIELD.MouseButton1Click:Connect(function()
  270.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  271. end)
  272.  
  273. Yes.MouseButton1Click:Connect(function()
  274.     BG:Destroy()
  275. end)
  276. No.MouseButton1Click:Connect(function()
  277.     CloseConfirm.Visible = false
  278. end)
  279.  
  280. X.MouseButton1Click:Connect(function()
  281.     AdminSelection.Visible = false
  282. end)
  283.  
Add Comment
Please, Sign In to add comment