Upscalefanatic3

Build a Boat for Treasure GUI

Jun 3rd, 2018
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.52 KB | None | 0 0
  1. local BaBFTHub = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local TopFrame = Instance.new("Frame")
  4. local TitleLabel = Instance.new("TextLabel")
  5. local MinimizeButton = Instance.new("TextButton")
  6. local CloseButton = Instance.new("TextButton")
  7. local CloseLabel = Instance.new("TextLabel")
  8. local MinimizeLabel = Instance.new("TextLabel")
  9. local SwitchFrame = Instance.new("Frame")
  10. local HubSettingsSwitch = Instance.new("TextButton")
  11. local LocalPlayerSwitch = Instance.new("TextButton")
  12. local TeamsSwitch = Instance.new("TextButton")
  13. local ExecutorSwitch = Instance.new("TextButton")
  14. local CreditsSwitch = Instance.new("TextButton")
  15. local BottomFrame = Instance.new("Frame")
  16. local ContentFrame = Instance.new("Frame")
  17. local HubSettingsFrame = Instance.new("Frame")
  18. local SizeLabel = Instance.new("TextLabel")
  19. local GuiSizeButton1 = Instance.new("TextButton")
  20. local GuiSizeButton2 = Instance.new("TextButton")
  21. local GuiSizeButton3 = Instance.new("TextButton")
  22. local GuiSizeButton4 = Instance.new("TextButton")
  23. local GuiSizeButton5 = Instance.new("TextButton")
  24. local ColorLabel = Instance.new("TextLabel")
  25. local ColorButtonRed = Instance.new("TextButton")
  26. local ColorButtonOrange = Instance.new("TextButton")
  27. local ColorButtonYellow = Instance.new("TextButton")
  28. local ColorButtonGreen = Instance.new("TextButton")
  29. local ColorButtonBlue = Instance.new("TextButton")
  30. local ColorButtonIndigo = Instance.new("TextButton")
  31. local ColorButtonViolet = Instance.new("TextButton")
  32. local ColorButtonGray = Instance.new("TextButton")
  33. local ColorButtonBlack = Instance.new("TextButton")
  34. local ColorButtonPastelViolet = Instance.new("TextButton")
  35. local ColorButtonPastelIndigo = Instance.new("TextButton")
  36. local ColorButtonPastelBlue = Instance.new("TextButton")
  37. local ColorButtonPastelGreen = Instance.new("TextButton")
  38. local ColorButtonPastelYellow = Instance.new("TextButton")
  39. local ColorButtonPastelOrange = Instance.new("TextButton")
  40. local ColorButtonPastelRed = Instance.new("TextButton")
  41. local CustomColorRBox = Instance.new("TextBox")
  42. local CustomColorGBox = Instance.new("TextBox")
  43. local CustomColorBBox = Instance.new("TextBox")
  44. local CustomColorButton = Instance.new("TextButton")
  45. local ColorButtonRainbow = Instance.new("TextButton")
  46. local LocalPlayerFrame = Instance.new("Frame")
  47. local GoldButton = Instance.new("TextButton")
  48. local BHopOnButton = Instance.new("TextButton")
  49. local BHopOffButton = Instance.new("TextButton")
  50. local SizeLabel_2 = Instance.new("TextLabel")
  51. local SizeLabel_3 = Instance.new("TextLabel")
  52. local HipHeightPlusButton = Instance.new("TextButton")
  53. local HipHeightMinusButton = Instance.new("TextButton")
  54. local HipHeightResetButton = Instance.new("TextButton")
  55. local SizeLabel_4 = Instance.new("TextLabel")
  56. local WSResetButton = Instance.new("TextButton")
  57. local WSSetButton = Instance.new("TextButton")
  58. local WSBox = Instance.new("TextBox")
  59. local JPBox = Instance.new("TextBox")
  60. local JPSetButton = Instance.new("TextButton")
  61. local JPResetButton = Instance.new("TextButton")
  62. local SizeLabel_5 = Instance.new("TextLabel")
  63. local FoxButton = Instance.new("TextButton")
  64. local PenguinButton = Instance.new("TextButton")
  65. local ChickenButton = Instance.new("TextButton")
  66. local TeamsFrame = Instance.new("Frame")
  67. local Playerlist = Instance.new("ScrollingFrame")
  68. local SelectedPlayerLabel = Instance.new("TextLabel")
  69. local TeamWhite = Instance.new("TextButton")
  70. local TeamBlue = Instance.new("TextButton")
  71. local TeamGreen = Instance.new("TextButton")
  72. local TeamRed = Instance.new("TextButton")
  73. local TeamBlack = Instance.new("TextButton")
  74. local TeamYellow = Instance.new("TextButton")
  75. local TeamPurple = Instance.new("TextButton")
  76. local FloodGreen = Instance.new("TextButton")
  77. local FloodBlack = Instance.new("TextButton")
  78. local FloodWhite = Instance.new("TextButton")
  79. local FloodBlue = Instance.new("TextButton")
  80. local FloodRed = Instance.new("TextButton")
  81. local FloodYellow = Instance.new("TextButton")
  82. local FloodPurple = Instance.new("TextButton")
  83. local KillButton = Instance.new("TextButton")
  84. local Deco = Instance.new("TextLabel")
  85. local Deco_2 = Instance.new("TextLabel")
  86. local CreditsFrame = Instance.new("Frame")
  87. local ImageLabel = Instance.new("ImageLabel")
  88. local TextLabel = Instance.new("TextLabel")
  89. local ImageLabel_2 = Instance.new("ImageLabel")
  90. local ExecutorFrame = Instance.new("Frame")
  91. local ScriptBox = Instance.new("TextBox")
  92. local ExecuteButton = Instance.new("TextButton")
  93. local ClearButton = Instance.new("TextButton")
  94.  
  95. BaBFTHub.Name = "BaBFTHub"
  96. BaBFTHub.Parent = game.CoreGui
  97.  
  98. MainFrame.Name = "MainFrame"
  99. MainFrame.Parent = BaBFTHub
  100. MainFrame.Active = true
  101. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  102. MainFrame.BorderSizePixel = 0
  103. MainFrame.Draggable = true
  104. MainFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
  105. MainFrame.Size = UDim2.new(0.5, 0, 0.5, 0)
  106.  
  107. TopFrame.Name = "TopFrame"
  108. TopFrame.Parent = MainFrame
  109. TopFrame.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  110. TopFrame.BackgroundTransparency = 0.5
  111. TopFrame.BorderSizePixel = 0
  112. TopFrame.Size = UDim2.new(1, 0, 0.200000003, 0)
  113.  
  114. TitleLabel.Name = "TitleLabel"
  115. TitleLabel.Parent = TopFrame
  116. TitleLabel.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  117. TitleLabel.BackgroundTransparency = 0.5
  118. TitleLabel.BorderSizePixel = 0
  119. TitleLabel.Size = UDim2.new(1, 0, 0.5, 0)
  120. TitleLabel.Font = Enum.Font.Cartoon
  121. TitleLabel.FontSize = Enum.FontSize.Size24
  122. TitleLabel.Text = "Build a Boat for Treasure HUB"
  123. TitleLabel.TextColor3 = Color3.new(1, 1, 1)
  124. TitleLabel.TextScaled = true
  125. TitleLabel.TextSize = 24
  126. TitleLabel.TextStrokeTransparency = 0
  127. TitleLabel.TextWrapped = true
  128.  
  129. MinimizeButton.Name = "MinimizeButton"
  130. MinimizeButton.Parent = TopFrame
  131. MinimizeButton.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  132. MinimizeButton.BackgroundTransparency = 1
  133. MinimizeButton.BorderSizePixel = 0
  134. MinimizeButton.Position = UDim2.new(0.850000024, 0, 0, 0)
  135. MinimizeButton.Size = UDim2.new(0.0700000003, 0, 0.5, 0)
  136. MinimizeButton.ZIndex = 2
  137. MinimizeButton.Font = Enum.Font.SourceSans
  138. MinimizeButton.FontSize = Enum.FontSize.Size14
  139. MinimizeButton.Text = " "
  140. MinimizeButton.TextSize = 14
  141.  
  142. CloseButton.Name = "CloseButton"
  143. CloseButton.Parent = TopFrame
  144. CloseButton.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  145. CloseButton.BackgroundTransparency = 1
  146. CloseButton.BorderSizePixel = 0
  147. CloseButton.Position = UDim2.new(0.925000012, 0, 0, 0)
  148. CloseButton.Size = UDim2.new(0.075000003, 0, 0.5, 0)
  149. CloseButton.ZIndex = 2
  150. CloseButton.Font = Enum.Font.SourceSans
  151. CloseButton.FontSize = Enum.FontSize.Size14
  152. CloseButton.Text = " "
  153. CloseButton.TextSize = 14
  154.  
  155. CloseLabel.Name = "CloseLabel"
  156. CloseLabel.Parent = TopFrame
  157. CloseLabel.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  158. CloseLabel.BackgroundTransparency = 1
  159. CloseLabel.BorderSizePixel = 0
  160. CloseLabel.Position = UDim2.new(0.925000012, 0, 0, 0)
  161. CloseLabel.Size = UDim2.new(0.075000003, 0, 0.5, 0)
  162. CloseLabel.Font = Enum.Font.Cartoon
  163. CloseLabel.FontSize = Enum.FontSize.Size24
  164. CloseLabel.Text = "X"
  165. CloseLabel.TextColor3 = Color3.new(1, 1, 1)
  166. CloseLabel.TextSize = 24
  167. CloseLabel.TextStrokeTransparency = 0
  168. CloseLabel.TextWrapped = true
  169.  
  170. MinimizeLabel.Name = "MinimizeLabel"
  171. MinimizeLabel.Parent = TopFrame
  172. MinimizeLabel.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  173. MinimizeLabel.BackgroundTransparency = 1
  174. MinimizeLabel.BorderSizePixel = 0
  175. MinimizeLabel.Position = UDim2.new(0.850000024, 0, -0.100000001, 0)
  176. MinimizeLabel.Size = UDim2.new(0.0700000003, 0, 0.5, 0)
  177. MinimizeLabel.Font = Enum.Font.Cartoon
  178. MinimizeLabel.FontSize = Enum.FontSize.Size24
  179. MinimizeLabel.Text = "_"
  180. MinimizeLabel.TextColor3 = Color3.new(1, 1, 1)
  181. MinimizeLabel.TextSize = 24
  182. MinimizeLabel.TextStrokeTransparency = 0
  183. MinimizeLabel.TextWrapped = true
  184.  
  185. SwitchFrame.Name = "SwitchFrame"
  186. SwitchFrame.Parent = TopFrame
  187. SwitchFrame.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  188. SwitchFrame.BackgroundTransparency = 0.5
  189. SwitchFrame.BorderSizePixel = 0
  190. SwitchFrame.Position = UDim2.new(0, 0, 0.5, 0)
  191. SwitchFrame.Size = UDim2.new(1, 0, 0.5, 0)
  192.  
  193. HubSettingsSwitch.Name = "HubSettingsSwitch"
  194. HubSettingsSwitch.Parent = SwitchFrame
  195. HubSettingsSwitch.BackgroundColor3 = Color3.new(1, 1, 1)
  196. HubSettingsSwitch.BackgroundTransparency = 1
  197. HubSettingsSwitch.BorderSizePixel = 0
  198. HubSettingsSwitch.Size = UDim2.new(0.200000003, 0, 1, 0)
  199. HubSettingsSwitch.Font = Enum.Font.Cartoon
  200. HubSettingsSwitch.FontSize = Enum.FontSize.Size24
  201. HubSettingsSwitch.Text = "Hub Settings"
  202. HubSettingsSwitch.TextColor3 = Color3.new(1, 1, 1)
  203. HubSettingsSwitch.TextSize = 20
  204. HubSettingsSwitch.TextStrokeTransparency = 0
  205.  
  206. LocalPlayerSwitch.Name = "LocalPlayerSwitch"
  207. LocalPlayerSwitch.Parent = SwitchFrame
  208. LocalPlayerSwitch.BackgroundColor3 = Color3.new(1, 1, 1)
  209. LocalPlayerSwitch.BackgroundTransparency = 1
  210. LocalPlayerSwitch.BorderSizePixel = 0
  211. LocalPlayerSwitch.Position = UDim2.new(0.200000003, 0, 0, 0)
  212. LocalPlayerSwitch.Size = UDim2.new(0.200000003, 0, 1, 0)
  213. LocalPlayerSwitch.Font = Enum.Font.Cartoon
  214. LocalPlayerSwitch.FontSize = Enum.FontSize.Size24
  215. LocalPlayerSwitch.Text = "LocalPlayer"
  216. LocalPlayerSwitch.TextColor3 = Color3.new(1, 1, 1)
  217. LocalPlayerSwitch.TextSize = 20
  218. LocalPlayerSwitch.TextStrokeTransparency = 0
  219.  
  220. TeamsSwitch.Name = "TeamsSwitch"
  221. TeamsSwitch.Parent = SwitchFrame
  222. TeamsSwitch.BackgroundColor3 = Color3.new(1, 1, 1)
  223. TeamsSwitch.BackgroundTransparency = 1
  224. TeamsSwitch.BorderSizePixel = 0
  225. TeamsSwitch.Position = UDim2.new(0.400000006, 0, 0, 0)
  226. TeamsSwitch.Size = UDim2.new(0.200000003, 0, 1, 0)
  227. TeamsSwitch.Font = Enum.Font.Cartoon
  228. TeamsSwitch.FontSize = Enum.FontSize.Size24
  229. TeamsSwitch.Text = "Teams"
  230. TeamsSwitch.TextColor3 = Color3.new(1, 1, 1)
  231. TeamsSwitch.TextSize = 20
  232. TeamsSwitch.TextStrokeTransparency = 0
  233.  
  234. ExecutorSwitch.Name = "ExecutorSwitch"
  235. ExecutorSwitch.Parent = SwitchFrame
  236. ExecutorSwitch.BackgroundColor3 = Color3.new(1, 1, 1)
  237. ExecutorSwitch.BackgroundTransparency = 1
  238. ExecutorSwitch.BorderSizePixel = 0
  239. ExecutorSwitch.Position = UDim2.new(0.600000024, 0, 0, 0)
  240. ExecutorSwitch.Size = UDim2.new(0.200000003, 0, 1, 0)
  241. ExecutorSwitch.Font = Enum.Font.Cartoon
  242. ExecutorSwitch.FontSize = Enum.FontSize.Size24
  243. ExecutorSwitch.Text = "Executor"
  244. ExecutorSwitch.TextColor3 = Color3.new(1, 1, 1)
  245. ExecutorSwitch.TextSize = 20
  246. ExecutorSwitch.TextStrokeTransparency = 0
  247.  
  248. CreditsSwitch.Name = "CreditsSwitch"
  249. CreditsSwitch.Parent = SwitchFrame
  250. CreditsSwitch.BackgroundColor3 = Color3.new(1, 1, 1)
  251. CreditsSwitch.BackgroundTransparency = 1
  252. CreditsSwitch.Position = UDim2.new(0.800000012, 0, 0, 0)
  253. CreditsSwitch.Size = UDim2.new(0.200000003, 0, 1, 0)
  254. CreditsSwitch.Font = Enum.Font.Cartoon
  255. CreditsSwitch.FontSize = Enum.FontSize.Size24
  256. CreditsSwitch.Text = "Credits"
  257. CreditsSwitch.TextColor3 = Color3.new(1, 1, 1)
  258. CreditsSwitch.TextSize = 20
  259. CreditsSwitch.TextStrokeTransparency = 0
  260.  
  261. BottomFrame.Name = "BottomFrame"
  262. BottomFrame.Parent = MainFrame
  263. BottomFrame.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  264. BottomFrame.BackgroundTransparency = 0.5
  265. BottomFrame.BorderSizePixel = 0
  266. BottomFrame.Position = UDim2.new(0, 0, 0.200000003, 0)
  267. BottomFrame.Size = UDim2.new(1, 0, 0.800000012, 0)
  268.  
  269. ContentFrame.Name = "ContentFrame"
  270. ContentFrame.Parent = BottomFrame
  271. ContentFrame.BackgroundColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  272. ContentFrame.BackgroundTransparency = 0.5
  273. ContentFrame.BorderSizePixel = 0
  274. ContentFrame.Position = UDim2.new(0.100000001, 0, 0.100000001, 0)
  275. ContentFrame.Size = UDim2.new(0.800000012, 0, 0.800000012, 0)
  276.  
  277. HubSettingsFrame.Name = "HubSettingsFrame"
  278. HubSettingsFrame.Parent = ContentFrame
  279. HubSettingsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  280. HubSettingsFrame.BackgroundTransparency = 1
  281. HubSettingsFrame.Size = UDim2.new(1, 0, 1, 0)
  282.  
  283. SizeLabel.Name = "SizeLabel"
  284. SizeLabel.Parent = HubSettingsFrame
  285. SizeLabel.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  286. SizeLabel.BackgroundTransparency = 1
  287. SizeLabel.BorderSizePixel = 0
  288. SizeLabel.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  289. SizeLabel.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  290. SizeLabel.Font = Enum.Font.Cartoon
  291. SizeLabel.FontSize = Enum.FontSize.Size24
  292. SizeLabel.Text = "GUI Size:"
  293. SizeLabel.TextColor3 = Color3.new(1, 1, 1)
  294. SizeLabel.TextScaled = true
  295. SizeLabel.TextSize = 24
  296. SizeLabel.TextStrokeTransparency = 0
  297. SizeLabel.TextWrapped = true
  298.  
  299. GuiSizeButton1.Name = "GuiSizeButton1"
  300. GuiSizeButton1.Parent = HubSettingsFrame
  301. GuiSizeButton1.BackgroundColor3 = Color3.new(1, 1, 1)
  302. GuiSizeButton1.BackgroundTransparency = 0.80000001192093
  303. GuiSizeButton1.BorderSizePixel = 0
  304. GuiSizeButton1.Position = UDim2.new(0.349999994, 0, 0.150000006, 0)
  305. GuiSizeButton1.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  306. GuiSizeButton1.Font = Enum.Font.SourceSans
  307. GuiSizeButton1.FontSize = Enum.FontSize.Size14
  308. GuiSizeButton1.Text = "1"
  309. GuiSizeButton1.TextScaled = true
  310. GuiSizeButton1.TextSize = 13
  311. GuiSizeButton1.TextWrapped = true
  312.  
  313. GuiSizeButton2.Name = "GuiSizeButton2"
  314. GuiSizeButton2.Parent = HubSettingsFrame
  315. GuiSizeButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  316. GuiSizeButton2.BackgroundTransparency = 0.80000001192093
  317. GuiSizeButton2.BorderSizePixel = 0
  318. GuiSizeButton2.Position = UDim2.new(0.449999988, 0, 0.150000006, 0)
  319. GuiSizeButton2.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  320. GuiSizeButton2.Font = Enum.Font.SourceSans
  321. GuiSizeButton2.FontSize = Enum.FontSize.Size18
  322. GuiSizeButton2.Text = "2"
  323. GuiSizeButton2.TextScaled = true
  324. GuiSizeButton2.TextSize = 15
  325. GuiSizeButton2.TextWrapped = true
  326.  
  327. GuiSizeButton3.Name = "GuiSizeButton3"
  328. GuiSizeButton3.Parent = HubSettingsFrame
  329. GuiSizeButton3.BackgroundColor3 = Color3.new(1, 1, 1)
  330. GuiSizeButton3.BackgroundTransparency = 0.80000001192093
  331. GuiSizeButton3.BorderSizePixel = 0
  332. GuiSizeButton3.Position = UDim2.new(0.550000012, 0, 0.150000006, 0)
  333. GuiSizeButton3.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  334. GuiSizeButton3.Font = Enum.Font.SourceSans
  335. GuiSizeButton3.FontSize = Enum.FontSize.Size18
  336. GuiSizeButton3.Text = "3"
  337. GuiSizeButton3.TextScaled = true
  338. GuiSizeButton3.TextSize = 16
  339. GuiSizeButton3.TextWrapped = true
  340.  
  341. GuiSizeButton4.Name = "GuiSizeButton4"
  342. GuiSizeButton4.Parent = HubSettingsFrame
  343. GuiSizeButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  344. GuiSizeButton4.BackgroundTransparency = 0.80000001192093
  345. GuiSizeButton4.BorderSizePixel = 0
  346. GuiSizeButton4.Position = UDim2.new(0.649999976, 0, 0.150000006, 0)
  347. GuiSizeButton4.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  348. GuiSizeButton4.Font = Enum.Font.SourceSans
  349. GuiSizeButton4.FontSize = Enum.FontSize.Size14
  350. GuiSizeButton4.Text = "4"
  351. GuiSizeButton4.TextScaled = true
  352. GuiSizeButton4.TextSize = 14
  353. GuiSizeButton4.TextWrapped = true
  354.  
  355. GuiSizeButton5.Name = "GuiSizeButton5"
  356. GuiSizeButton5.Parent = HubSettingsFrame
  357. GuiSizeButton5.BackgroundColor3 = Color3.new(1, 1, 1)
  358. GuiSizeButton5.BackgroundTransparency = 0.80000001192093
  359. GuiSizeButton5.BorderSizePixel = 0
  360. GuiSizeButton5.Position = UDim2.new(0.75, 0, 0.150000006, 0)
  361. GuiSizeButton5.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  362. GuiSizeButton5.Font = Enum.Font.SourceSans
  363. GuiSizeButton5.FontSize = Enum.FontSize.Size14
  364. GuiSizeButton5.Text = "5"
  365. GuiSizeButton5.TextScaled = true
  366. GuiSizeButton5.TextSize = 14
  367. GuiSizeButton5.TextWrapped = true
  368.  
  369. ColorLabel.Name = "ColorLabel"
  370. ColorLabel.Parent = HubSettingsFrame
  371. ColorLabel.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  372. ColorLabel.BackgroundTransparency = 1
  373. ColorLabel.BorderSizePixel = 0
  374. ColorLabel.Position = UDim2.new(0.0500000007, 0, 0.300000012, 0)
  375. ColorLabel.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  376. ColorLabel.Font = Enum.Font.Cartoon
  377. ColorLabel.FontSize = Enum.FontSize.Size24
  378. ColorLabel.Text = "GUI Color:"
  379. ColorLabel.TextColor3 = Color3.new(1, 1, 1)
  380. ColorLabel.TextScaled = true
  381. ColorLabel.TextSize = 24
  382. ColorLabel.TextStrokeTransparency = 0
  383. ColorLabel.TextWrapped = true
  384.  
  385. ColorButtonRed.Name = "ColorButtonRed"
  386. ColorButtonRed.Parent = HubSettingsFrame
  387. ColorButtonRed.BackgroundColor3 = Color3.new(1, 0, 0)
  388. ColorButtonRed.BackgroundTransparency = 0.40000000596046
  389. ColorButtonRed.BorderSizePixel = 0
  390. ColorButtonRed.Position = UDim2.new(0.150000006, 0, 0.449999988, 0)
  391. ColorButtonRed.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  392. ColorButtonRed.Font = Enum.Font.SourceSans
  393. ColorButtonRed.FontSize = Enum.FontSize.Size14
  394. ColorButtonRed.Text = ""
  395. ColorButtonRed.TextScaled = true
  396. ColorButtonRed.TextSize = 13
  397. ColorButtonRed.TextWrapped = true
  398.  
  399. ColorButtonOrange.Name = "ColorButtonOrange"
  400. ColorButtonOrange.Parent = HubSettingsFrame
  401. ColorButtonOrange.BackgroundColor3 = Color3.new(1, 0.470588, 0)
  402. ColorButtonOrange.BackgroundTransparency = 0.40000000596046
  403. ColorButtonOrange.BorderSizePixel = 0
  404. ColorButtonOrange.Position = UDim2.new(0.25, 0, 0.449999988, 0)
  405. ColorButtonOrange.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  406. ColorButtonOrange.Font = Enum.Font.SourceSans
  407. ColorButtonOrange.FontSize = Enum.FontSize.Size14
  408. ColorButtonOrange.Text = ""
  409. ColorButtonOrange.TextScaled = true
  410. ColorButtonOrange.TextSize = 13
  411. ColorButtonOrange.TextWrapped = true
  412.  
  413. ColorButtonYellow.Name = "ColorButtonYellow"
  414. ColorButtonYellow.Parent = HubSettingsFrame
  415. ColorButtonYellow.BackgroundColor3 = Color3.new(1, 1, 0)
  416. ColorButtonYellow.BackgroundTransparency = 0.40000000596046
  417. ColorButtonYellow.BorderSizePixel = 0
  418. ColorButtonYellow.Position = UDim2.new(0.349999994, 0, 0.449999988, 0)
  419. ColorButtonYellow.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  420. ColorButtonYellow.Font = Enum.Font.SourceSans
  421. ColorButtonYellow.FontSize = Enum.FontSize.Size14
  422. ColorButtonYellow.Text = ""
  423. ColorButtonYellow.TextScaled = true
  424. ColorButtonYellow.TextSize = 13
  425. ColorButtonYellow.TextWrapped = true
  426.  
  427. ColorButtonGreen.Name = "ColorButtonGreen"
  428. ColorButtonGreen.Parent = HubSettingsFrame
  429. ColorButtonGreen.BackgroundColor3 = Color3.new(0, 1, 0)
  430. ColorButtonGreen.BackgroundTransparency = 0.40000000596046
  431. ColorButtonGreen.BorderSizePixel = 0
  432. ColorButtonGreen.Position = UDim2.new(0.449999988, 0, 0.449999988, 0)
  433. ColorButtonGreen.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  434. ColorButtonGreen.Font = Enum.Font.SourceSans
  435. ColorButtonGreen.FontSize = Enum.FontSize.Size14
  436. ColorButtonGreen.Text = ""
  437. ColorButtonGreen.TextScaled = true
  438. ColorButtonGreen.TextSize = 13
  439. ColorButtonGreen.TextWrapped = true
  440.  
  441. ColorButtonBlue.Name = "ColorButtonBlue"
  442. ColorButtonBlue.Parent = HubSettingsFrame
  443. ColorButtonBlue.BackgroundColor3 = Color3.new(0, 0, 1)
  444. ColorButtonBlue.BackgroundTransparency = 0.40000000596046
  445. ColorButtonBlue.BorderSizePixel = 0
  446. ColorButtonBlue.Position = UDim2.new(0.550000012, 0, 0.449999988, 0)
  447. ColorButtonBlue.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  448. ColorButtonBlue.Font = Enum.Font.SourceSans
  449. ColorButtonBlue.FontSize = Enum.FontSize.Size14
  450. ColorButtonBlue.Text = ""
  451. ColorButtonBlue.TextScaled = true
  452. ColorButtonBlue.TextSize = 13
  453. ColorButtonBlue.TextWrapped = true
  454.  
  455. ColorButtonIndigo.Name = "ColorButtonIndigo"
  456. ColorButtonIndigo.Parent = HubSettingsFrame
  457. ColorButtonIndigo.BackgroundColor3 = Color3.new(0.392157, 0, 0.588235)
  458. ColorButtonIndigo.BackgroundTransparency = 0.40000000596046
  459. ColorButtonIndigo.BorderSizePixel = 0
  460. ColorButtonIndigo.Position = UDim2.new(0.649999976, 0, 0.449999988, 0)
  461. ColorButtonIndigo.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  462. ColorButtonIndigo.Font = Enum.Font.SourceSans
  463. ColorButtonIndigo.FontSize = Enum.FontSize.Size14
  464. ColorButtonIndigo.Text = ""
  465. ColorButtonIndigo.TextScaled = true
  466. ColorButtonIndigo.TextSize = 13
  467. ColorButtonIndigo.TextWrapped = true
  468.  
  469. ColorButtonViolet.Name = "ColorButtonViolet"
  470. ColorButtonViolet.Parent = HubSettingsFrame
  471. ColorButtonViolet.BackgroundColor3 = Color3.new(0.588235, 0, 1)
  472. ColorButtonViolet.BackgroundTransparency = 0.40000000596046
  473. ColorButtonViolet.BorderSizePixel = 0
  474. ColorButtonViolet.Position = UDim2.new(0.75, 0, 0.449999988, 0)
  475. ColorButtonViolet.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  476. ColorButtonViolet.Font = Enum.Font.SourceSans
  477. ColorButtonViolet.FontSize = Enum.FontSize.Size14
  478. ColorButtonViolet.Text = ""
  479. ColorButtonViolet.TextScaled = true
  480. ColorButtonViolet.TextSize = 13
  481. ColorButtonViolet.TextWrapped = true
  482.  
  483. ColorButtonGray.Name = "ColorButtonGray"
  484. ColorButtonGray.Parent = HubSettingsFrame
  485. ColorButtonGray.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  486. ColorButtonGray.BackgroundTransparency = 0.40000000596046
  487. ColorButtonGray.BorderSizePixel = 0
  488. ColorButtonGray.Position = UDim2.new(0.150000006, 0, 0.75, 0)
  489. ColorButtonGray.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  490. ColorButtonGray.Font = Enum.Font.SourceSans
  491. ColorButtonGray.FontSize = Enum.FontSize.Size14
  492. ColorButtonGray.Text = ""
  493. ColorButtonGray.TextScaled = true
  494. ColorButtonGray.TextSize = 13
  495. ColorButtonGray.TextWrapped = true
  496.  
  497. ColorButtonBlack.Name = "ColorButtonBlack"
  498. ColorButtonBlack.Parent = HubSettingsFrame
  499. ColorButtonBlack.BackgroundColor3 = Color3.new(0, 0, 0)
  500. ColorButtonBlack.BackgroundTransparency = 0.40000000596046
  501. ColorButtonBlack.BorderSizePixel = 0
  502. ColorButtonBlack.Position = UDim2.new(0.25, 0, 0.75, 0)
  503. ColorButtonBlack.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  504. ColorButtonBlack.Font = Enum.Font.SourceSans
  505. ColorButtonBlack.FontSize = Enum.FontSize.Size14
  506. ColorButtonBlack.Text = ""
  507. ColorButtonBlack.TextScaled = true
  508. ColorButtonBlack.TextSize = 13
  509. ColorButtonBlack.TextWrapped = true
  510.  
  511. ColorButtonPastelViolet.Name = "ColorButtonPastelViolet"
  512. ColorButtonPastelViolet.Parent = HubSettingsFrame
  513. ColorButtonPastelViolet.BackgroundColor3 = Color3.new(0.588235, 0.392157, 1)
  514. ColorButtonPastelViolet.BackgroundTransparency = 0.40000000596046
  515. ColorButtonPastelViolet.BorderSizePixel = 0
  516. ColorButtonPastelViolet.Position = UDim2.new(0.75, 0, 0.600000024, 0)
  517. ColorButtonPastelViolet.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  518. ColorButtonPastelViolet.Font = Enum.Font.SourceSans
  519. ColorButtonPastelViolet.FontSize = Enum.FontSize.Size14
  520. ColorButtonPastelViolet.Text = ""
  521. ColorButtonPastelViolet.TextScaled = true
  522. ColorButtonPastelViolet.TextSize = 13
  523. ColorButtonPastelViolet.TextWrapped = true
  524.  
  525. ColorButtonPastelIndigo.Name = "ColorButtonPastelIndigo"
  526. ColorButtonPastelIndigo.Parent = HubSettingsFrame
  527. ColorButtonPastelIndigo.BackgroundColor3 = Color3.new(0.392157, 0.235294, 0.588235)
  528. ColorButtonPastelIndigo.BackgroundTransparency = 0.40000000596046
  529. ColorButtonPastelIndigo.BorderSizePixel = 0
  530. ColorButtonPastelIndigo.Position = UDim2.new(0.649999976, 0, 0.600000024, 0)
  531. ColorButtonPastelIndigo.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  532. ColorButtonPastelIndigo.Font = Enum.Font.SourceSans
  533. ColorButtonPastelIndigo.FontSize = Enum.FontSize.Size14
  534. ColorButtonPastelIndigo.Text = ""
  535. ColorButtonPastelIndigo.TextScaled = true
  536. ColorButtonPastelIndigo.TextSize = 13
  537. ColorButtonPastelIndigo.TextWrapped = true
  538.  
  539. ColorButtonPastelBlue.Name = "ColorButtonPastelBlue"
  540. ColorButtonPastelBlue.Parent = HubSettingsFrame
  541. ColorButtonPastelBlue.BackgroundColor3 = Color3.new(0.196078, 0.196078, 1)
  542. ColorButtonPastelBlue.BackgroundTransparency = 0.40000000596046
  543. ColorButtonPastelBlue.BorderSizePixel = 0
  544. ColorButtonPastelBlue.Position = UDim2.new(0.550000012, 0, 0.600000024, 0)
  545. ColorButtonPastelBlue.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  546. ColorButtonPastelBlue.Font = Enum.Font.SourceSans
  547. ColorButtonPastelBlue.FontSize = Enum.FontSize.Size14
  548. ColorButtonPastelBlue.Text = ""
  549. ColorButtonPastelBlue.TextScaled = true
  550. ColorButtonPastelBlue.TextSize = 13
  551. ColorButtonPastelBlue.TextWrapped = true
  552.  
  553. ColorButtonPastelGreen.Name = "ColorButtonPastelGreen"
  554. ColorButtonPastelGreen.Parent = HubSettingsFrame
  555. ColorButtonPastelGreen.BackgroundColor3 = Color3.new(0.392157, 1, 0.392157)
  556. ColorButtonPastelGreen.BackgroundTransparency = 0.40000000596046
  557. ColorButtonPastelGreen.BorderSizePixel = 0
  558. ColorButtonPastelGreen.Position = UDim2.new(0.449999988, 0, 0.600000024, 0)
  559. ColorButtonPastelGreen.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  560. ColorButtonPastelGreen.Font = Enum.Font.SourceSans
  561. ColorButtonPastelGreen.FontSize = Enum.FontSize.Size14
  562. ColorButtonPastelGreen.Text = ""
  563. ColorButtonPastelGreen.TextScaled = true
  564. ColorButtonPastelGreen.TextSize = 13
  565. ColorButtonPastelGreen.TextWrapped = true
  566.  
  567. ColorButtonPastelYellow.Name = "ColorButtonPastelYellow"
  568. ColorButtonPastelYellow.Parent = HubSettingsFrame
  569. ColorButtonPastelYellow.BackgroundColor3 = Color3.new(1, 1, 0.392157)
  570. ColorButtonPastelYellow.BackgroundTransparency = 0.40000000596046
  571. ColorButtonPastelYellow.BorderSizePixel = 0
  572. ColorButtonPastelYellow.Position = UDim2.new(0.349999994, 0, 0.600000024, 0)
  573. ColorButtonPastelYellow.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  574. ColorButtonPastelYellow.Font = Enum.Font.SourceSans
  575. ColorButtonPastelYellow.FontSize = Enum.FontSize.Size14
  576. ColorButtonPastelYellow.Text = ""
  577. ColorButtonPastelYellow.TextScaled = true
  578. ColorButtonPastelYellow.TextSize = 13
  579. ColorButtonPastelYellow.TextWrapped = true
  580.  
  581. ColorButtonPastelOrange.Name = "ColorButtonPastelOrange"
  582. ColorButtonPastelOrange.Parent = HubSettingsFrame
  583. ColorButtonPastelOrange.BackgroundColor3 = Color3.new(1, 0.588235, 0.27451)
  584. ColorButtonPastelOrange.BackgroundTransparency = 0.40000000596046
  585. ColorButtonPastelOrange.BorderSizePixel = 0
  586. ColorButtonPastelOrange.Position = UDim2.new(0.25, 0, 0.600000024, 0)
  587. ColorButtonPastelOrange.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  588. ColorButtonPastelOrange.Font = Enum.Font.SourceSans
  589. ColorButtonPastelOrange.FontSize = Enum.FontSize.Size14
  590. ColorButtonPastelOrange.Text = ""
  591. ColorButtonPastelOrange.TextScaled = true
  592. ColorButtonPastelOrange.TextSize = 13
  593. ColorButtonPastelOrange.TextWrapped = true
  594.  
  595. ColorButtonPastelRed.Name = "ColorButtonPastelRed"
  596. ColorButtonPastelRed.Parent = HubSettingsFrame
  597. ColorButtonPastelRed.BackgroundColor3 = Color3.new(1, 0.196078, 0.196078)
  598. ColorButtonPastelRed.BackgroundTransparency = 0.40000000596046
  599. ColorButtonPastelRed.BorderSizePixel = 0
  600. ColorButtonPastelRed.Position = UDim2.new(0.150000006, 0, 0.600000024, 0)
  601. ColorButtonPastelRed.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  602. ColorButtonPastelRed.Font = Enum.Font.SourceSans
  603. ColorButtonPastelRed.FontSize = Enum.FontSize.Size14
  604. ColorButtonPastelRed.Text = ""
  605. ColorButtonPastelRed.TextScaled = true
  606. ColorButtonPastelRed.TextSize = 13
  607. ColorButtonPastelRed.TextWrapped = true
  608.  
  609. CustomColorRBox.Name = "CustomColorRBox"
  610. CustomColorRBox.Parent = HubSettingsFrame
  611. CustomColorRBox.BackgroundColor3 = Color3.new(1, 1, 1)
  612. CustomColorRBox.BackgroundTransparency = 0.60000002384186
  613. CustomColorRBox.BorderSizePixel = 0
  614. CustomColorRBox.Position = UDim2.new(0.449999988, 0, 0.75, 0)
  615. CustomColorRBox.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  616. CustomColorRBox.Font = Enum.Font.Cartoon
  617. CustomColorRBox.FontSize = Enum.FontSize.Size14
  618. CustomColorRBox.Text = "R"
  619. CustomColorRBox.TextColor3 = Color3.new(0.32549, 0.509804, 0.639216)
  620. CustomColorRBox.TextScaled = true
  621. CustomColorRBox.TextSize = 14
  622. CustomColorRBox.TextWrapped = true
  623.  
  624. CustomColorGBox.Name = "CustomColorGBox"
  625. CustomColorGBox.Parent = HubSettingsFrame
  626. CustomColorGBox.BackgroundColor3 = Color3.new(1, 1, 1)
  627. CustomColorGBox.BackgroundTransparency = 0.60000002384186
  628. CustomColorGBox.BorderSizePixel = 0
  629. CustomColorGBox.Position = UDim2.new(0.550000012, 0, 0.75, 0)
  630. CustomColorGBox.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  631. CustomColorGBox.Font = Enum.Font.Cartoon
  632. CustomColorGBox.FontSize = Enum.FontSize.Size14
  633. CustomColorGBox.Text = "G"
  634. CustomColorGBox.TextColor3 = Color3.new(0.32549, 0.509804, 0.639216)
  635. CustomColorGBox.TextScaled = true
  636. CustomColorGBox.TextSize = 14
  637. CustomColorGBox.TextWrapped = true
  638.  
  639. CustomColorBBox.Name = "CustomColorBBox"
  640. CustomColorBBox.Parent = HubSettingsFrame
  641. CustomColorBBox.BackgroundColor3 = Color3.new(1, 1, 1)
  642. CustomColorBBox.BackgroundTransparency = 0.60000002384186
  643. CustomColorBBox.BorderSizePixel = 0
  644. CustomColorBBox.Position = UDim2.new(0.649999976, 0, 0.75, 0)
  645. CustomColorBBox.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  646. CustomColorBBox.Font = Enum.Font.Cartoon
  647. CustomColorBBox.FontSize = Enum.FontSize.Size14
  648. CustomColorBBox.Text = "B"
  649. CustomColorBBox.TextColor3 = Color3.new(0.32549, 0.509804, 0.639216)
  650. CustomColorBBox.TextScaled = true
  651. CustomColorBBox.TextSize = 14
  652. CustomColorBBox.TextWrapped = true
  653.  
  654. CustomColorButton.Name = "CustomColorButton"
  655. CustomColorButton.Parent = HubSettingsFrame
  656. CustomColorButton.BackgroundColor3 = Color3.new(0, 0, 0)
  657. CustomColorButton.BackgroundTransparency = 0.40000000596046
  658. CustomColorButton.BorderSizePixel = 0
  659. CustomColorButton.Position = UDim2.new(0.75, 0, 0.75, 0)
  660. CustomColorButton.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  661. CustomColorButton.Font = Enum.Font.SourceSans
  662. CustomColorButton.FontSize = Enum.FontSize.Size14
  663. CustomColorButton.Text = ""
  664. CustomColorButton.TextScaled = true
  665. CustomColorButton.TextSize = 13
  666. CustomColorButton.TextWrapped = true
  667.  
  668. ColorButtonRainbow.Name = "ColorButtonRainbow"
  669. ColorButtonRainbow.Parent = HubSettingsFrame
  670. ColorButtonRainbow.BackgroundColor3 = Color3.new(1, 1, 1)
  671. ColorButtonRainbow.BackgroundTransparency = 0.40000000596046
  672. ColorButtonRainbow.BorderSizePixel = 0
  673. ColorButtonRainbow.Position = UDim2.new(0.349999994, 0, 0.75, 0)
  674. ColorButtonRainbow.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  675. ColorButtonRainbow.Font = Enum.Font.SourceSans
  676. ColorButtonRainbow.FontSize = Enum.FontSize.Size14
  677. ColorButtonRainbow.Text = ""
  678. ColorButtonRainbow.TextScaled = true
  679. ColorButtonRainbow.TextSize = 13
  680. ColorButtonRainbow.TextWrapped = true
  681.  
  682. LocalPlayerFrame.Name = "LocalPlayerFrame"
  683. LocalPlayerFrame.Parent = ContentFrame
  684. LocalPlayerFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  685. LocalPlayerFrame.BackgroundTransparency = 1
  686. LocalPlayerFrame.Size = UDim2.new(1, 0, 1, 0)
  687. LocalPlayerFrame.Visible = false
  688.  
  689. GoldButton.Name = "GoldButton"
  690. GoldButton.Parent = LocalPlayerFrame
  691. GoldButton.BackgroundColor3 = Color3.new(1, 1, 1)
  692. GoldButton.BackgroundTransparency = 0.80000001192093
  693. GoldButton.BorderSizePixel = 0
  694. GoldButton.Position = UDim2.new(0.100000001, 0, 0.800000012, 0)
  695. GoldButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  696. GoldButton.Font = Enum.Font.SourceSans
  697. GoldButton.FontSize = Enum.FontSize.Size14
  698. GoldButton.Text = "TP to Gold"
  699. GoldButton.TextScaled = true
  700. GoldButton.TextSize = 14
  701. GoldButton.TextWrapped = true
  702.  
  703. BHopOnButton.Name = "BHopOnButton"
  704. BHopOnButton.Parent = LocalPlayerFrame
  705. BHopOnButton.BackgroundColor3 = Color3.new(1, 1, 1)
  706. BHopOnButton.BackgroundTransparency = 0.80000001192093
  707. BHopOnButton.BorderSizePixel = 0
  708. BHopOnButton.Position = UDim2.new(0.400000006, 0, 0.649999976, 0)
  709. BHopOnButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  710. BHopOnButton.Font = Enum.Font.SourceSans
  711. BHopOnButton.FontSize = Enum.FontSize.Size14
  712. BHopOnButton.Text = "On"
  713. BHopOnButton.TextScaled = true
  714. BHopOnButton.TextSize = 14
  715. BHopOnButton.TextWrapped = true
  716.  
  717. BHopOffButton.Name = "BHopOffButton"
  718. BHopOffButton.Parent = LocalPlayerFrame
  719. BHopOffButton.BackgroundColor3 = Color3.new(1, 1, 1)
  720. BHopOffButton.BackgroundTransparency = 0.80000001192093
  721. BHopOffButton.BorderSizePixel = 0
  722. BHopOffButton.Position = UDim2.new(0.649999976, 0, 0.649999976, 0)
  723. BHopOffButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  724. BHopOffButton.Font = Enum.Font.SourceSans
  725. BHopOffButton.FontSize = Enum.FontSize.Size14
  726. BHopOffButton.Text = "Off"
  727. BHopOffButton.TextScaled = true
  728. BHopOffButton.TextSize = 14
  729. BHopOffButton.TextWrapped = true
  730.  
  731. SizeLabel_2.Name = "SizeLabel"
  732. SizeLabel_2.Parent = LocalPlayerFrame
  733. SizeLabel_2.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  734. SizeLabel_2.BackgroundTransparency = 1
  735. SizeLabel_2.BorderSizePixel = 0
  736. SizeLabel_2.Position = UDim2.new(0.0500000007, 0, 0.649999976, 0)
  737. SizeLabel_2.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  738. SizeLabel_2.Font = Enum.Font.Cartoon
  739. SizeLabel_2.FontSize = Enum.FontSize.Size24
  740. SizeLabel_2.Text = "BunnyHop:"
  741. SizeLabel_2.TextColor3 = Color3.new(1, 1, 1)
  742. SizeLabel_2.TextScaled = true
  743. SizeLabel_2.TextSize = 24
  744. SizeLabel_2.TextStrokeTransparency = 0
  745. SizeLabel_2.TextWrapped = true
  746.  
  747. SizeLabel_3.Name = "SizeLabel"
  748. SizeLabel_3.Parent = LocalPlayerFrame
  749. SizeLabel_3.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  750. SizeLabel_3.BackgroundTransparency = 1
  751. SizeLabel_3.BorderSizePixel = 0
  752. SizeLabel_3.Position = UDim2.new(0.0500000007, 0, 0.5, 0)
  753. SizeLabel_3.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  754. SizeLabel_3.Font = Enum.Font.Cartoon
  755. SizeLabel_3.FontSize = Enum.FontSize.Size24
  756. SizeLabel_3.Text = "HipHeight:"
  757. SizeLabel_3.TextColor3 = Color3.new(1, 1, 1)
  758. SizeLabel_3.TextScaled = true
  759. SizeLabel_3.TextSize = 24
  760. SizeLabel_3.TextStrokeTransparency = 0
  761. SizeLabel_3.TextWrapped = true
  762.  
  763. HipHeightPlusButton.Name = "HipHeightPlusButton"
  764. HipHeightPlusButton.Parent = LocalPlayerFrame
  765. HipHeightPlusButton.BackgroundColor3 = Color3.new(1, 1, 1)
  766. HipHeightPlusButton.BackgroundTransparency = 0.80000001192093
  767. HipHeightPlusButton.BorderSizePixel = 0
  768. HipHeightPlusButton.Position = UDim2.new(0.550000012, 0, 0.5, 0)
  769. HipHeightPlusButton.Size = UDim2.new(0.125, 0, 0.100000001, 0)
  770. HipHeightPlusButton.Font = Enum.Font.SourceSans
  771. HipHeightPlusButton.FontSize = Enum.FontSize.Size14
  772. HipHeightPlusButton.Text = "+2"
  773. HipHeightPlusButton.TextScaled = true
  774. HipHeightPlusButton.TextSize = 14
  775. HipHeightPlusButton.TextWrapped = true
  776.  
  777. HipHeightMinusButton.Name = "HipHeightMinusButton"
  778. HipHeightMinusButton.Parent = LocalPlayerFrame
  779. HipHeightMinusButton.BackgroundColor3 = Color3.new(1, 1, 1)
  780. HipHeightMinusButton.BackgroundTransparency = 0.80000001192093
  781. HipHeightMinusButton.BorderSizePixel = 0
  782. HipHeightMinusButton.Position = UDim2.new(0.400000006, 0, 0.5, 0)
  783. HipHeightMinusButton.Size = UDim2.new(0.125, 0, 0.100000001, 0)
  784. HipHeightMinusButton.Font = Enum.Font.SourceSans
  785. HipHeightMinusButton.FontSize = Enum.FontSize.Size14
  786. HipHeightMinusButton.Text = "-2"
  787. HipHeightMinusButton.TextScaled = true
  788. HipHeightMinusButton.TextSize = 14
  789. HipHeightMinusButton.TextWrapped = true
  790.  
  791. HipHeightResetButton.Name = "HipHeightResetButton"
  792. HipHeightResetButton.Parent = LocalPlayerFrame
  793. HipHeightResetButton.BackgroundColor3 = Color3.new(1, 1, 1)
  794. HipHeightResetButton.BackgroundTransparency = 0.80000001192093
  795. HipHeightResetButton.BorderSizePixel = 0
  796. HipHeightResetButton.Position = UDim2.new(0.725000024, 0, 0.5, 0)
  797. HipHeightResetButton.Size = UDim2.new(0.125, 0, 0.100000001, 0)
  798. HipHeightResetButton.Font = Enum.Font.SourceSans
  799. HipHeightResetButton.FontSize = Enum.FontSize.Size14
  800. HipHeightResetButton.Text = "Reset"
  801. HipHeightResetButton.TextScaled = true
  802. HipHeightResetButton.TextSize = 14
  803. HipHeightResetButton.TextWrapped = true
  804.  
  805. SizeLabel_4.Name = "SizeLabel"
  806. SizeLabel_4.Parent = LocalPlayerFrame
  807. SizeLabel_4.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  808. SizeLabel_4.BackgroundTransparency = 1
  809. SizeLabel_4.BorderSizePixel = 0
  810. SizeLabel_4.Position = UDim2.new(0.0500000007, 0, 0.100000001, 0)
  811. SizeLabel_4.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  812. SizeLabel_4.Font = Enum.Font.Cartoon
  813. SizeLabel_4.FontSize = Enum.FontSize.Size24
  814. SizeLabel_4.Text = "WalkSpeed:"
  815. SizeLabel_4.TextColor3 = Color3.new(1, 1, 1)
  816. SizeLabel_4.TextScaled = true
  817. SizeLabel_4.TextSize = 24
  818. SizeLabel_4.TextStrokeTransparency = 0
  819. SizeLabel_4.TextWrapped = true
  820.  
  821. WSResetButton.Name = "WSResetButton"
  822. WSResetButton.Parent = LocalPlayerFrame
  823. WSResetButton.BackgroundColor3 = Color3.new(1, 1, 1)
  824. WSResetButton.BackgroundTransparency = 0.80000001192093
  825. WSResetButton.BorderSizePixel = 0
  826. WSResetButton.Position = UDim2.new(0.725000024, 0, 0.100000001, 0)
  827. WSResetButton.Size = UDim2.new(0.125, 0, 0.100000001, 0)
  828. WSResetButton.Font = Enum.Font.SourceSans
  829. WSResetButton.FontSize = Enum.FontSize.Size14
  830. WSResetButton.Text = "Reset"
  831. WSResetButton.TextScaled = true
  832. WSResetButton.TextSize = 14
  833. WSResetButton.TextWrapped = true
  834.  
  835. WSSetButton.Name = "WSSetButton"
  836. WSSetButton.Parent = LocalPlayerFrame
  837. WSSetButton.BackgroundColor3 = Color3.new(1, 1, 1)
  838. WSSetButton.BackgroundTransparency = 0.80000001192093
  839. WSSetButton.BorderSizePixel = 0
  840. WSSetButton.Position = UDim2.new(0.574999988, 0, 0.100000001, 0)
  841. WSSetButton.Size = UDim2.new(0.125, 0, 0.100000001, 0)
  842. WSSetButton.Font = Enum.Font.SourceSans
  843. WSSetButton.FontSize = Enum.FontSize.Size14
  844. WSSetButton.Text = "Boost"
  845. WSSetButton.TextScaled = true
  846. WSSetButton.TextSize = 14
  847. WSSetButton.TextWrapped = true
  848.  
  849. WSBox.Name = "WSBox"
  850. WSBox.Parent = LocalPlayerFrame
  851. WSBox.BackgroundColor3 = Color3.new(1, 1, 1)
  852. WSBox.BackgroundTransparency = 0.60000002384186
  853. WSBox.BorderSizePixel = 0
  854. WSBox.Position = UDim2.new(0.400000006, 0, 0.100000001, 0)
  855. WSBox.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  856. WSBox.Font = Enum.Font.Cartoon
  857. WSBox.FontSize = Enum.FontSize.Size14
  858. WSBox.Text = "16"
  859. WSBox.TextColor3 = Color3.new(0.32549, 0.509804, 0.639216)
  860. WSBox.TextScaled = true
  861. WSBox.TextSize = 14
  862. WSBox.TextWrapped = true
  863.  
  864. JPBox.Name = "JPBox"
  865. JPBox.Parent = LocalPlayerFrame
  866. JPBox.BackgroundColor3 = Color3.new(1, 1, 1)
  867. JPBox.BackgroundTransparency = 0.60000002384186
  868. JPBox.BorderSizePixel = 0
  869. JPBox.Position = UDim2.new(0.400000006, 0, 0.25, 0)
  870. JPBox.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  871. JPBox.Font = Enum.Font.Cartoon
  872. JPBox.FontSize = Enum.FontSize.Size14
  873. JPBox.Text = "50"
  874. JPBox.TextColor3 = Color3.new(0.32549, 0.509804, 0.639216)
  875. JPBox.TextScaled = true
  876. JPBox.TextSize = 14
  877. JPBox.TextWrapped = true
  878.  
  879. JPSetButton.Name = "JPSetButton"
  880. JPSetButton.Parent = LocalPlayerFrame
  881. JPSetButton.BackgroundColor3 = Color3.new(1, 1, 1)
  882. JPSetButton.BackgroundTransparency = 0.80000001192093
  883. JPSetButton.BorderSizePixel = 0
  884. JPSetButton.Position = UDim2.new(0.574999988, 0, 0.25, 0)
  885. JPSetButton.Size = UDim2.new(0.125, 0, 0.100000001, 0)
  886. JPSetButton.Font = Enum.Font.SourceSans
  887. JPSetButton.FontSize = Enum.FontSize.Size14
  888. JPSetButton.Text = "Boost"
  889. JPSetButton.TextScaled = true
  890. JPSetButton.TextSize = 14
  891. JPSetButton.TextWrapped = true
  892.  
  893. JPResetButton.Name = "JPResetButton"
  894. JPResetButton.Parent = LocalPlayerFrame
  895. JPResetButton.BackgroundColor3 = Color3.new(1, 1, 1)
  896. JPResetButton.BackgroundTransparency = 0.80000001192093
  897. JPResetButton.BorderSizePixel = 0
  898. JPResetButton.Position = UDim2.new(0.725000024, 0, 0.25, 0)
  899. JPResetButton.Size = UDim2.new(0.125, 0, 0.100000001, 0)
  900. JPResetButton.Font = Enum.Font.SourceSans
  901. JPResetButton.FontSize = Enum.FontSize.Size14
  902. JPResetButton.Text = "Reset"
  903. JPResetButton.TextScaled = true
  904. JPResetButton.TextSize = 14
  905. JPResetButton.TextWrapped = true
  906.  
  907. SizeLabel_5.Name = "SizeLabel"
  908. SizeLabel_5.Parent = LocalPlayerFrame
  909. SizeLabel_5.BackgroundColor3 = Color3.new(0.745098, 0.745098, 0.745098)
  910. SizeLabel_5.BackgroundTransparency = 1
  911. SizeLabel_5.BorderSizePixel = 0
  912. SizeLabel_5.Position = UDim2.new(0.0500000007, 0, 0.25, 0)
  913. SizeLabel_5.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  914. SizeLabel_5.Font = Enum.Font.Cartoon
  915. SizeLabel_5.FontSize = Enum.FontSize.Size24
  916. SizeLabel_5.Text = "JumpPower:"
  917. SizeLabel_5.TextColor3 = Color3.new(1, 1, 1)
  918. SizeLabel_5.TextScaled = true
  919. SizeLabel_5.TextSize = 24
  920. SizeLabel_5.TextStrokeTransparency = 0
  921. SizeLabel_5.TextWrapped = true
  922.  
  923. FoxButton.Name = "FoxButton"
  924. FoxButton.Parent = LocalPlayerFrame
  925. FoxButton.BackgroundColor3 = Color3.new(1, 1, 1)
  926. FoxButton.BackgroundTransparency = 0.80000001192093
  927. FoxButton.BorderSizePixel = 0
  928. FoxButton.Position = UDim2.new(0.400000006, 0, 0.800000012, 0)
  929. FoxButton.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  930. FoxButton.Font = Enum.Font.SourceSans
  931. FoxButton.FontSize = Enum.FontSize.Size14
  932. FoxButton.Text = "Fox"
  933. FoxButton.TextScaled = true
  934. FoxButton.TextSize = 14
  935. FoxButton.TextWrapped = true
  936.  
  937. PenguinButton.Name = "PenguinButton"
  938. PenguinButton.Parent = LocalPlayerFrame
  939. PenguinButton.BackgroundColor3 = Color3.new(1, 1, 1)
  940. PenguinButton.BackgroundTransparency = 0.80000001192093
  941. PenguinButton.BorderSizePixel = 0
  942. PenguinButton.Position = UDim2.new(0.550000012, 0, 0.800000012, 0)
  943. PenguinButton.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  944. PenguinButton.Font = Enum.Font.SourceSans
  945. PenguinButton.FontSize = Enum.FontSize.Size14
  946. PenguinButton.Text = "Penguin"
  947. PenguinButton.TextScaled = true
  948. PenguinButton.TextSize = 14
  949. PenguinButton.TextWrapped = true
  950.  
  951. ChickenButton.Name = "ChickenButton"
  952. ChickenButton.Parent = LocalPlayerFrame
  953. ChickenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  954. ChickenButton.BackgroundTransparency = 0.80000001192093
  955. ChickenButton.BorderSizePixel = 0
  956. ChickenButton.Position = UDim2.new(0.699999988, 0, 0.800000012, 0)
  957. ChickenButton.Size = UDim2.new(0.100000001, 0, 0.100000001, 0)
  958. ChickenButton.Font = Enum.Font.SourceSans
  959. ChickenButton.FontSize = Enum.FontSize.Size14
  960. ChickenButton.Text = "Chicken"
  961. ChickenButton.TextScaled = true
  962. ChickenButton.TextSize = 14
  963. ChickenButton.TextWrapped = true
  964.  
  965. TeamsFrame.Name = "TeamsFrame"
  966. TeamsFrame.Parent = ContentFrame
  967. TeamsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  968. TeamsFrame.BackgroundTransparency = 1
  969. TeamsFrame.Size = UDim2.new(1, 0, 1, 0)
  970. TeamsFrame.Visible = false
  971.  
  972. Playerlist.Name = "Playerlist"
  973. Playerlist.Parent = TeamsFrame
  974. Playerlist.BackgroundColor3 = Color3.new(255, 255, 255)
  975. Playerlist.BackgroundTransparency = 0.75
  976. Playerlist.BorderSizePixel = 0
  977. Playerlist.Position = UDim2.new(0.0250000004, 0, 0.150000006, 0)
  978. Playerlist.Size = UDim2.new(0.300000012, 0, 0.675000012, 0)
  979. Playerlist.CanvasSize = UDim2.new(0.100000001, 0, 50, 0)
  980. Playerlist.ScrollBarThickness = 0
  981.  
  982. SelectedPlayerLabel.Name = "SelectedPlayerLabel"
  983. SelectedPlayerLabel.Parent = TeamsFrame
  984. SelectedPlayerLabel.BackgroundColor3 = Color3.new(255, 255, 255)
  985. SelectedPlayerLabel.BackgroundTransparency = 1
  986. SelectedPlayerLabel.Position = UDim2.new(0.0250000004, 0, 0.100000001, 0)
  987. SelectedPlayerLabel.Size = UDim2.new(0.300000012, 0, 0.0500000007, 0)
  988. SelectedPlayerLabel.Font = Enum.Font.SourceSans
  989. SelectedPlayerLabel.FontSize = Enum.FontSize.Size28
  990. SelectedPlayerLabel.Text = "Selected Player: Player1"
  991. SelectedPlayerLabel.TextColor3 = Color3.new(255, 255, 255)
  992. SelectedPlayerLabel.TextScaled = true
  993. SelectedPlayerLabel.TextSize = 26
  994. SelectedPlayerLabel.TextWrapped = true
  995.  
  996. TeamWhite.Name = "TeamWhite"
  997. TeamWhite.Parent = TeamsFrame
  998. TeamWhite.BackgroundColor3 = Color3.new(1, 1, 1)
  999. TeamWhite.BackgroundTransparency = 0.20000000298023
  1000. TeamWhite.BorderSizePixel = 0
  1001. TeamWhite.Position = UDim2.new(0.600000024, 0, 0.0204892978, 0)
  1002. TeamWhite.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1003. TeamWhite.Font = Enum.Font.SourceSans
  1004. TeamWhite.FontSize = Enum.FontSize.Size14
  1005. TeamWhite.Text = ""
  1006. TeamWhite.TextColor3 = Color3.new(0, 0, 0)
  1007. TeamWhite.TextSize = 14
  1008.  
  1009. TeamBlue.Name = "TeamBlue"
  1010. TeamBlue.Parent = TeamsFrame
  1011. TeamBlue.BackgroundColor3 = Color3.new(0.113725, 0, 1)
  1012. TeamBlue.BackgroundTransparency = 0.20000000298023
  1013. TeamBlue.BorderSizePixel = 0
  1014. TeamBlue.Position = UDim2.new(0.75, 0, 0.0204892978, 0)
  1015. TeamBlue.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1016. TeamBlue.Font = Enum.Font.SourceSans
  1017. TeamBlue.FontSize = Enum.FontSize.Size14
  1018. TeamBlue.Text = ""
  1019. TeamBlue.TextColor3 = Color3.new(0, 0, 0)
  1020. TeamBlue.TextSize = 14
  1021.  
  1022. TeamGreen.Name = "TeamGreen"
  1023. TeamGreen.Parent = TeamsFrame
  1024. TeamGreen.BackgroundColor3 = Color3.new(0.137255, 0.764706, 0)
  1025. TeamGreen.BackgroundTransparency = 0.20000000298023
  1026. TeamGreen.BorderSizePixel = 0
  1027. TeamGreen.Position = UDim2.new(0.600000024, 0, 0.120489299, 0)
  1028. TeamGreen.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1029. TeamGreen.Font = Enum.Font.SourceSans
  1030. TeamGreen.FontSize = Enum.FontSize.Size14
  1031. TeamGreen.Text = ""
  1032. TeamGreen.TextColor3 = Color3.new(0, 0, 0)
  1033. TeamGreen.TextSize = 14
  1034.  
  1035. TeamRed.Name = "TeamRed"
  1036. TeamRed.Parent = TeamsFrame
  1037. TeamRed.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  1038. TeamRed.BackgroundTransparency = 0.20000000298023
  1039. TeamRed.BorderSizePixel = 0
  1040. TeamRed.Position = UDim2.new(0.75, 0, 0.120489299, 0)
  1041. TeamRed.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1042. TeamRed.Font = Enum.Font.SourceSans
  1043. TeamRed.FontSize = Enum.FontSize.Size14
  1044. TeamRed.Text = ""
  1045. TeamRed.TextColor3 = Color3.new(0, 0, 0)
  1046. TeamRed.TextSize = 14
  1047.  
  1048. TeamBlack.Name = "TeamBlack"
  1049. TeamBlack.Parent = TeamsFrame
  1050. TeamBlack.BackgroundColor3 = Color3.new(0, 0, 0)
  1051. TeamBlack.BackgroundTransparency = 0.20000000298023
  1052. TeamBlack.BorderSizePixel = 0
  1053. TeamBlack.Position = UDim2.new(0.600000024, 0, 0.220489308, 0)
  1054. TeamBlack.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1055. TeamBlack.Font = Enum.Font.SourceSans
  1056. TeamBlack.FontSize = Enum.FontSize.Size14
  1057. TeamBlack.Text = ""
  1058. TeamBlack.TextColor3 = Color3.new(0, 0, 0)
  1059. TeamBlack.TextSize = 14
  1060.  
  1061. TeamYellow.Name = "TeamYellow"
  1062. TeamYellow.Parent = TeamsFrame
  1063. TeamYellow.BackgroundColor3 = Color3.new(1, 0.933333, 0)
  1064. TeamYellow.BackgroundTransparency = 0.20000000298023
  1065. TeamYellow.BorderSizePixel = 0
  1066. TeamYellow.Position = UDim2.new(0.75, 0, 0.220489308, 0)
  1067. TeamYellow.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1068. TeamYellow.Font = Enum.Font.SourceSans
  1069. TeamYellow.FontSize = Enum.FontSize.Size14
  1070. TeamYellow.Text = ""
  1071. TeamYellow.TextColor3 = Color3.new(0, 0, 0)
  1072. TeamYellow.TextSize = 14
  1073.  
  1074. TeamPurple.Name = "TeamPurple"
  1075. TeamPurple.Parent = TeamsFrame
  1076. TeamPurple.BackgroundColor3 = Color3.new(0.721569, 0, 0.627451)
  1077. TeamPurple.BackgroundTransparency = 0.20000000298023
  1078. TeamPurple.BorderSizePixel = 0
  1079. TeamPurple.Position = UDim2.new(0.600000024, 0, 0.320489287, 0)
  1080. TeamPurple.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1081. TeamPurple.Font = Enum.Font.SourceSans
  1082. TeamPurple.FontSize = Enum.FontSize.Size14
  1083. TeamPurple.Text = ""
  1084. TeamPurple.TextColor3 = Color3.new(0, 0, 0)
  1085. TeamPurple.TextSize = 14
  1086. TeamPurple.TextWrapped = true
  1087.  
  1088. FloodGreen.Name = "FloodGreen"
  1089. FloodGreen.Parent = TeamsFrame
  1090. FloodGreen.BackgroundColor3 = Color3.new(0.137255, 0.764706, 0)
  1091. FloodGreen.BackgroundTransparency = 0.20000000298023
  1092. FloodGreen.BorderSizePixel = 0
  1093. FloodGreen.Position = UDim2.new(0.600000024, 0, 0.67706424, 0)
  1094. FloodGreen.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1095. FloodGreen.Font = Enum.Font.SourceSans
  1096. FloodGreen.FontSize = Enum.FontSize.Size14
  1097. FloodGreen.Text = ""
  1098. FloodGreen.TextColor3 = Color3.new(0, 0, 0)
  1099. FloodGreen.TextSize = 14
  1100. FloodGreen.TextWrapped = true
  1101.  
  1102. FloodBlack.Name = "FloodBlack"
  1103. FloodBlack.Parent = TeamsFrame
  1104. FloodBlack.BackgroundColor3 = Color3.new(0, 0, 0)
  1105. FloodBlack.BackgroundTransparency = 0.20000000298023
  1106. FloodBlack.BorderSizePixel = 0
  1107. FloodBlack.Position = UDim2.new(0.600000024, 0, 0.777064204, 0)
  1108. FloodBlack.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1109. FloodBlack.Font = Enum.Font.SourceSans
  1110. FloodBlack.FontSize = Enum.FontSize.Size14
  1111. FloodBlack.Text = ""
  1112. FloodBlack.TextColor3 = Color3.new(0, 0, 0)
  1113. FloodBlack.TextSize = 14
  1114. FloodBlack.TextWrapped = true
  1115.  
  1116. FloodWhite.Name = "FloodWhite"
  1117. FloodWhite.Parent = TeamsFrame
  1118. FloodWhite.BackgroundColor3 = Color3.new(1, 1, 1)
  1119. FloodWhite.BackgroundTransparency = 0.20000000298023
  1120. FloodWhite.BorderSizePixel = 0
  1121. FloodWhite.Position = UDim2.new(0.600000024, 0, 0.577064216, 0)
  1122. FloodWhite.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1123. FloodWhite.Font = Enum.Font.SourceSans
  1124. FloodWhite.FontSize = Enum.FontSize.Size14
  1125. FloodWhite.Text = ""
  1126. FloodWhite.TextColor3 = Color3.new(0, 0, 0)
  1127. FloodWhite.TextSize = 14
  1128. FloodWhite.TextWrapped = true
  1129.  
  1130. FloodBlue.Name = "FloodBlue"
  1131. FloodBlue.Parent = TeamsFrame
  1132. FloodBlue.BackgroundColor3 = Color3.new(0.113725, 0, 1)
  1133. FloodBlue.BackgroundTransparency = 0.20000000298023
  1134. FloodBlue.BorderSizePixel = 0
  1135. FloodBlue.Position = UDim2.new(0.75, 0, 0.577064216, 0)
  1136. FloodBlue.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1137. FloodBlue.Font = Enum.Font.SourceSans
  1138. FloodBlue.FontSize = Enum.FontSize.Size14
  1139. FloodBlue.Text = ""
  1140. FloodBlue.TextColor3 = Color3.new(0, 0, 0)
  1141. FloodBlue.TextSize = 14
  1142. FloodBlue.TextWrapped = true
  1143.  
  1144. FloodRed.Name = "FloodRed"
  1145. FloodRed.Parent = TeamsFrame
  1146. FloodRed.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  1147. FloodRed.BackgroundTransparency = 0.20000000298023
  1148. FloodRed.BorderSizePixel = 0
  1149. FloodRed.Position = UDim2.new(0.75, 0, 0.67706424, 0)
  1150. FloodRed.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1151. FloodRed.Font = Enum.Font.SourceSans
  1152. FloodRed.FontSize = Enum.FontSize.Size14
  1153. FloodRed.Text = ""
  1154. FloodRed.TextColor3 = Color3.new(0, 0, 0)
  1155. FloodRed.TextSize = 14
  1156. FloodRed.TextWrapped = true
  1157.  
  1158. FloodYellow.Name = "FloodYellow"
  1159. FloodYellow.Parent = TeamsFrame
  1160. FloodYellow.BackgroundColor3 = Color3.new(1, 0.933333, 0)
  1161. FloodYellow.BackgroundTransparency = 0.20000000298023
  1162. FloodYellow.BorderSizePixel = 0
  1163. FloodYellow.Position = UDim2.new(0.75, 0, 0.777064204, 0)
  1164. FloodYellow.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1165. FloodYellow.Font = Enum.Font.SourceSans
  1166. FloodYellow.FontSize = Enum.FontSize.Size14
  1167. FloodYellow.Text = ""
  1168. FloodYellow.TextColor3 = Color3.new(0, 0, 0)
  1169. FloodYellow.TextSize = 14
  1170. FloodYellow.TextWrapped = true
  1171.  
  1172. FloodPurple.Name = "FloodPurple"
  1173. FloodPurple.Parent = TeamsFrame
  1174. FloodPurple.BackgroundColor3 = Color3.new(0.721569, 0, 0.627451)
  1175. FloodPurple.BackgroundTransparency = 0.20000000298023
  1176. FloodPurple.BorderSizePixel = 0
  1177. FloodPurple.Position = UDim2.new(0.600000024, 0, 0.877064228, 0)
  1178. FloodPurple.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1179. FloodPurple.Font = Enum.Font.SourceSans
  1180. FloodPurple.FontSize = Enum.FontSize.Size14
  1181. FloodPurple.Text = ""
  1182. FloodPurple.TextColor3 = Color3.new(0, 0, 0)
  1183. FloodPurple.TextSize = 14
  1184. FloodPurple.TextWrapped = true
  1185.  
  1186. KillButton.Name = "KillButton"
  1187. KillButton.Parent = TeamsFrame
  1188. KillButton.BackgroundColor3 = Color3.new(0.721569, 0.721569, 0.721569)
  1189. KillButton.BackgroundTransparency = 0.20000000298023
  1190. KillButton.BorderSizePixel = 0
  1191. KillButton.Position = UDim2.new(0.75, 0, 0.320489287, 0)
  1192. KillButton.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
  1193. KillButton.Font = Enum.Font.SourceSans
  1194. KillButton.FontSize = Enum.FontSize.Size14
  1195. KillButton.Text = "Kill"
  1196. KillButton.TextColor3 = Color3.new(0, 0, 0)
  1197. KillButton.TextSize = 14
  1198. KillButton.TextWrapped = true
  1199.  
  1200. Deco.Name = "Deco"
  1201. Deco.Parent = TeamsFrame
  1202. Deco.BackgroundColor3 = Color3.new(255, 255, 255)
  1203. Deco.BackgroundTransparency = 1
  1204. Deco.Position = UDim2.new(0.400000006, 0, 0.150000006, 0)
  1205. Deco.Size = UDim2.new(0.150000006, 0, 0.150000006, 0)
  1206. Deco.Font = Enum.Font.SourceSans
  1207. Deco.FontSize = Enum.FontSize.Size28
  1208. Deco.Text = "Selected Player Team:"
  1209. Deco.TextColor3 = Color3.new(255, 255, 255)
  1210. Deco.TextScaled = true
  1211. Deco.TextSize = 26
  1212. Deco.TextWrapped = true
  1213.  
  1214. Deco_2.Name = "Deco"
  1215. Deco_2.Parent = TeamsFrame
  1216. Deco_2.BackgroundColor3 = Color3.new(255, 255, 255)
  1217. Deco_2.BackgroundTransparency = 1
  1218. Deco_2.Position = UDim2.new(0.400000006, 0, 0.699999988, 0)
  1219. Deco_2.Size = UDim2.new(0.150000006, 0, 0.150000006, 0)
  1220. Deco_2.Font = Enum.Font.SourceSans
  1221. Deco_2.FontSize = Enum.FontSize.Size28
  1222. Deco_2.Text = "Flood Team:"
  1223. Deco_2.TextColor3 = Color3.new(255, 255, 255)
  1224. Deco_2.TextScaled = true
  1225. Deco_2.TextSize = 26
  1226. Deco_2.TextWrapped = true
  1227.  
  1228. CreditsFrame.Name = "CreditsFrame"
  1229. CreditsFrame.Parent = ContentFrame
  1230. CreditsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1231. CreditsFrame.BackgroundTransparency = 1
  1232. CreditsFrame.Size = UDim2.new(1, 0, 1, 0)
  1233. CreditsFrame.Visible = false
  1234.  
  1235. ImageLabel.Parent = CreditsFrame
  1236. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1237. ImageLabel.BackgroundTransparency = 1
  1238. ImageLabel.Position = UDim2.new(0.100000001, 0, 0.200000003, 0)
  1239. ImageLabel.Size = UDim2.new(0.300000012, 0, 0.600000024, 0)
  1240. ImageLabel.ZIndex = 2
  1241. ImageLabel.Image = "rbxassetid://1135215259"
  1242.  
  1243. TextLabel.Parent = CreditsFrame
  1244. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1245. TextLabel.BackgroundTransparency = 1
  1246. TextLabel.Position = UDim2.new(0.449999988, 0, 0.200000003, 0)
  1247. TextLabel.Size = UDim2.new(0.449999988, 0, 0.600000024, 0)
  1248. TextLabel.Font = Enum.Font.Cartoon
  1249. TextLabel.FontSize = Enum.FontSize.Size14
  1250. TextLabel.Text = "LeviTheOtaku - Discord: Levi#7059."
  1251. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1252. TextLabel.TextScaled = true
  1253. TextLabel.TextSize = 14
  1254. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  1255. TextLabel.TextStrokeTransparency = 0
  1256. TextLabel.TextWrapped = true
  1257. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  1258.  
  1259. ImageLabel_2.Parent = CreditsFrame
  1260. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1261. ImageLabel_2.BackgroundTransparency = 1
  1262. ImageLabel_2.Position = UDim2.new(0.174999997, 0, 0, 0)
  1263. ImageLabel_2.Size = UDim2.new(0.150000006, 0, 0.300000012, 0)
  1264. ImageLabel_2.Image = "rbxassetid://656945725"
  1265.  
  1266. ExecutorFrame.Name = "ExecutorFrame"
  1267. ExecutorFrame.Parent = ContentFrame
  1268. ExecutorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1269. ExecutorFrame.BackgroundTransparency = 1
  1270. ExecutorFrame.Size = UDim2.new(1, 0, 1, 0)
  1271. ExecutorFrame.Visible = false
  1272.  
  1273. ScriptBox.Name = "ScriptBox"
  1274. ScriptBox.Parent = ExecutorFrame
  1275. ScriptBox.BackgroundColor3 = Color3.new(0, 0, 0)
  1276. ScriptBox.BackgroundTransparency = 0.40000000596046
  1277. ScriptBox.BorderSizePixel = 0
  1278. ScriptBox.Size = UDim2.new(1, 0, 0.800000012, 0)
  1279. ScriptBox.Font = Enum.Font.Code
  1280. ScriptBox.FontSize = Enum.FontSize.Size14
  1281. ScriptBox.Text = "print(\"Hello world!\")"
  1282. ScriptBox.TextColor3 = Color3.new(0, 0.74902, 0)
  1283. ScriptBox.TextSize = 14
  1284. ScriptBox.TextWrapped = true
  1285. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  1286. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  1287.  
  1288. ExecuteButton.Name = "ExecuteButton"
  1289. ExecuteButton.Parent = ExecutorFrame
  1290. ExecuteButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1291. ExecuteButton.BackgroundTransparency = 0.5
  1292. ExecuteButton.BorderSizePixel = 0
  1293. ExecuteButton.Position = UDim2.new(0, 0, 0.800000012, 0)
  1294. ExecuteButton.Size = UDim2.new(0.5, 0, 0.200000003, 0)
  1295. ExecuteButton.Font = Enum.Font.Code
  1296. ExecuteButton.FontSize = Enum.FontSize.Size14
  1297. ExecuteButton.Text = "Execute"
  1298. ExecuteButton.TextColor3 = Color3.new(0.0470588, 1, 0)
  1299. ExecuteButton.TextScaled = true
  1300. ExecuteButton.TextSize = 14
  1301. ExecuteButton.TextWrapped = true
  1302.  
  1303. ClearButton.Name = "ClearButton"
  1304. ClearButton.Parent = ExecutorFrame
  1305. ClearButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1306. ClearButton.BackgroundTransparency = 0.5
  1307. ClearButton.BorderSizePixel = 0
  1308. ClearButton.Position = UDim2.new(0.5, 0, 0.800000012, 0)
  1309. ClearButton.Size = UDim2.new(0.5, 0, 0.200000003, 0)
  1310. ClearButton.Font = Enum.Font.Code
  1311. ClearButton.FontSize = Enum.FontSize.Size14
  1312. ClearButton.Text = "Clear"
  1313. ClearButton.TextColor3 = Color3.new(0.0470588, 1, 0)
  1314. ClearButton.TextScaled = true
  1315. ClearButton.TextSize = 14
  1316. ClearButton.TextWrapped = true
  1317.  
  1318. local WhoToAffect = Instance.new("StringValue")
  1319.  
  1320. function update()
  1321. Playerlist:ClearAllChildren()
  1322. local currentPos = UDim2.new(0,0,0,0)
  1323. for _,v in pairs(game.Players:GetPlayers()) do
  1324. local plrbutton = Instance.new("TextButton")
  1325. plrbutton.Name = "PlayerButton"
  1326. plrbutton.Parent = Playerlist
  1327. plrbutton.BackgroundColor3 = Color3.fromRGB(0,0,0)
  1328. plrbutton.BorderSizePixel = 0
  1329. plrbutton.Size = UDim2.new(1,0,0.005,0)
  1330. plrbutton.Position = currentPos
  1331. plrbutton.Font = Enum.Font.ArialBold
  1332. plrbutton.FontSize = Enum.FontSize.Size18
  1333. plrbutton.Text = v.Name
  1334. plrbutton.TextSize = 18
  1335. plrbutton.BackgroundTransparency = 0.6
  1336. plrbutton.TextColor3 = Color3.fromRGB(250,250,250)
  1337. currentPos = currentPos + UDim2.new(0,0,0.005,0)
  1338. plrbutton.MouseButton1Down:connect(function()
  1339. WhoToAffect.Value = plrbutton.Text
  1340. end)
  1341. end
  1342. end
  1343. update()
  1344.  
  1345. game.Players.PlayerAdded:connect(function(player)
  1346. update()
  1347. player.CharacterAdded:connect(function(update)
  1348. end)
  1349. player.CharacterRemoving:connect(function(update)
  1350. end)
  1351. end)
  1352.  
  1353.  
  1354. TeamWhite.MouseButton1Down:connect(function()
  1355. workspace.ChangeTeam:FireServer(BrickColor.new("White"), game.Players:FindFirstChild(WhoToAffect.Value))
  1356. end)
  1357. TeamBlue.MouseButton1Down:connect(function()
  1358. workspace.ChangeTeam:FireServer(BrickColor.new("Really blue"), game.Players:FindFirstChild(WhoToAffect.Value))
  1359. end)
  1360. TeamGreen.MouseButton1Down:connect(function()
  1361. workspace.ChangeTeam:FireServer(BrickColor.new("Camo"), game.Players:FindFirstChild(WhoToAffect.Value))
  1362. end)
  1363. TeamRed.MouseButton1Down:connect(function()
  1364. workspace.ChangeTeam:FireServer(BrickColor.new("Really red"), game.Players:FindFirstChild(WhoToAffect.Value))
  1365. end)
  1366. TeamBlack.MouseButton1Down:connect(function()
  1367. workspace.ChangeTeam:FireServer(BrickColor.new("Black"), game.Players:FindFirstChild(WhoToAffect.Value))
  1368. end)
  1369. TeamYellow.MouseButton1Down:connect(function()
  1370. workspace.ChangeTeam:FireServer(BrickColor.new("New Yeller"), game.Players:FindFirstChild(WhoToAffect.Value))
  1371. end)
  1372. TeamPurple.MouseButton1Down:connect(function()
  1373. workspace.ChangeTeam:FireServer(BrickColor.new("Magenta"), game.Players:FindFirstChild(WhoToAffect.Value))
  1374. end)
  1375. KillButton.MouseButton1Down:connect(function()
  1376. workspace.ChangeTeam:FireServer(BrickColor.new("Really black"), game.Players:FindFirstChild(WhoToAffect.Value))
  1377. wait()
  1378. local val = Instance.new("BrickColorValue")
  1379. val.Value = game.Players:FindFirstChild(WhoToAffect.Value).TeamColor
  1380. workspace.ChangeTeam:FireServer(val.Value, game.Players:FindFirstChild(WhoToAffect.Value))
  1381. end)
  1382.  
  1383.  
  1384. FloodWhite.MouseButton1Down:connect(function()
  1385. workspace.WhiteZone.RE:FireServer()
  1386. end)
  1387. FloodBlue.MouseButton1Down:connect(function()
  1388. workspace["Really blueZone"].RE:FireServer()
  1389. end)
  1390. FloodGreen.MouseButton1Down:connect(function()
  1391. workspace.CamoZone.RE:FireServer()
  1392. end)
  1393. FloodRed.MouseButton1Down:connect(function()
  1394. workspace["Really redZone"].RE:FireServer()
  1395. end)
  1396. FloodBlack.MouseButton1Down:connect(function()
  1397. workspace.BlackZone.RE:FireServer()
  1398. end)
  1399. FloodYellow.MouseButton1Down:connect(function()
  1400. workspace["New YellerZone"].RE:FireServer()
  1401. end)
  1402. FloodPurple.MouseButton1Down:connect(function()
  1403. workspace.MagentaZone.RE:FireServer()
  1404. end)
  1405.  
  1406.  
  1407.  
  1408.  
  1409. GoldButton.MouseButton1Down:connect(function()
  1410. local x = 50
  1411. local y = 50
  1412. local waittime = 0.09
  1413. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1360)
  1414. wait(waittime)
  1415. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,1606)
  1416. wait(waittime)
  1417. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2110)
  1418. wait(waittime)
  1419. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2356)
  1420. wait(waittime)
  1421. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,2860)
  1422. wait(waittime)
  1423. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3610)
  1424. wait(waittime)
  1425. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,3856)
  1426. wait(waittime)
  1427. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4360)
  1428. wait(waittime)
  1429. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,4606)
  1430. wait(waittime)
  1431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5111)
  1432. wait(waittime)
  1433. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5356)
  1434. wait(waittime)
  1435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,5860)
  1436. wait(waittime)
  1437. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6106)
  1438. wait(waittime)
  1439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6610)
  1440. wait(waittime)
  1441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,6857)
  1442. wait(waittime)
  1443. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7360)
  1444. wait(waittime)
  1445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,7606)
  1446. wait(waittime)
  1447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8110)
  1448. wait(waittime)
  1449. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,8356)
  1450. wait(waittime*2)
  1451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-60,-250,9523)
  1452. wait(waittime*7)
  1453. end)
  1454.  
  1455.  
  1456.  
  1457. -- [[ EXECUTOR ]] --
  1458. ExecuteButton.MouseButton1Down:connect(function()
  1459. loadstring(tostring(ScriptBox.Text))()
  1460. end)
  1461.  
  1462. ClearButton.MouseButton1Down:connect(function()
  1463. ScriptBox.Text = ""
  1464. end)
  1465.  
  1466.  
  1467. -- [[ SWITCHERS ]] --
  1468.  
  1469. HubSettingsSwitch.MouseButton1Down:connect(function()
  1470. HubSettingsFrame.Visible = true
  1471. LocalPlayerFrame.Visible = false
  1472. TeamsFrame.Visible = false
  1473. ExecutorFrame.Visible = false
  1474. CreditsFrame.Visible = false
  1475. end)
  1476.  
  1477.  
  1478. LocalPlayerSwitch.MouseButton1Down:connect(function()
  1479. HubSettingsFrame.Visible = false
  1480. LocalPlayerFrame.Visible = true
  1481. TeamsFrame.Visible = false
  1482. ExecutorFrame.Visible = false
  1483. CreditsFrame.Visible = false
  1484. end)
  1485.  
  1486.  
  1487. TeamsSwitch.MouseButton1Down:connect(function()
  1488. HubSettingsFrame.Visible = false
  1489. LocalPlayerFrame.Visible = false
  1490. TeamsFrame.Visible = true
  1491. ExecutorFrame.Visible = false
  1492. CreditsFrame.Visible = false
  1493. end)
  1494.  
  1495.  
  1496. ExecutorSwitch.MouseButton1Down:connect(function()
  1497. HubSettingsFrame.Visible = false
  1498. LocalPlayerFrame.Visible = false
  1499. TeamsFrame.Visible = false
  1500. ExecutorFrame.Visible = true
  1501. CreditsFrame.Visible = false
  1502. end)
  1503.  
  1504.  
  1505. CreditsSwitch.MouseButton1Down:connect(function()
  1506. HubSettingsFrame.Visible = false
  1507. LocalPlayerFrame.Visible = false
  1508. TeamsFrame.Visible = false
  1509. ExecutorFrame.Visible = false
  1510. CreditsFrame.Visible = true
  1511. end)
  1512.  
  1513. -- [[ CLOSE/MINIMIZE ]] --
  1514. local min = false
  1515. MinimizeButton.MouseButton1Down:connect(function()
  1516. if min == false then
  1517. min = true
  1518. BottomFrame.Visible = false
  1519. MainFrame.BackgroundTransparency = 1
  1520. else
  1521. min = false
  1522. BottomFrame.Visible = true
  1523. MainFrame.BackgroundTransparency = 0
  1524. end
  1525. end)
  1526.  
  1527. CloseButton.MouseButton1Down:connect(function()
  1528. BaBFTHub:remove()
  1529. end)
  1530.  
  1531. -- [[ GUI SETTINGS ]] --
  1532. MainFrame.Draggable = true
  1533.  
  1534. local rainbow = false
  1535. ColorButtonRed.MouseButton1Down:connect(function()
  1536. rainbow = false
  1537. MainFrame.BackgroundColor3 = ColorButtonRed.BackgroundColor3
  1538. end)
  1539. ColorButtonOrange.MouseButton1Down:connect(function()
  1540. rainbow = false
  1541. MainFrame.BackgroundColor3 = ColorButtonOrange.BackgroundColor3
  1542. end)
  1543. ColorButtonYellow.MouseButton1Down:connect(function()
  1544. rainbow = false
  1545. MainFrame.BackgroundColor3 = ColorButtonYellow.BackgroundColor3
  1546. end)
  1547. ColorButtonGreen.MouseButton1Down:connect(function()
  1548. rainbow = false
  1549. MainFrame.BackgroundColor3 = ColorButtonGreen.BackgroundColor3
  1550. end)
  1551. ColorButtonBlue.MouseButton1Down:connect(function()
  1552. rainbow = false
  1553. MainFrame.BackgroundColor3 = ColorButtonBlue.BackgroundColor3
  1554. end)
  1555. ColorButtonIndigo.MouseButton1Down:connect(function()
  1556. rainbow = false
  1557. MainFrame.BackgroundColor3 = ColorButtonIndigo.BackgroundColor3
  1558. end)
  1559. ColorButtonViolet.MouseButton1Down:connect(function()
  1560. rainbow = false
  1561. MainFrame.BackgroundColor3 = ColorButtonViolet.BackgroundColor3
  1562. end)
  1563. ColorButtonGray.MouseButton1Down:connect(function()
  1564. rainbow = false
  1565. MainFrame.BackgroundColor3 = ColorButtonGray.BackgroundColor3
  1566. end)
  1567. ColorButtonBlack.MouseButton1Down:connect(function()
  1568. rainbow = false
  1569. MainFrame.BackgroundColor3 = ColorButtonBlack.BackgroundColor3
  1570. end)
  1571. ColorButtonPastelViolet.MouseButton1Down:connect(function()
  1572. rainbow = false
  1573. MainFrame.BackgroundColor3 = ColorButtonPastelViolet.BackgroundColor3
  1574. end)
  1575. ColorButtonPastelIndigo.MouseButton1Down:connect(function()
  1576. rainbow = false
  1577. MainFrame.BackgroundColor3 = ColorButtonPastelIndigo.BackgroundColor3
  1578. end)
  1579. ColorButtonPastelBlue.MouseButton1Down:connect(function()
  1580. rainbow = false
  1581. MainFrame.BackgroundColor3 = ColorButtonPastelBlue.BackgroundColor3
  1582. end)
  1583. ColorButtonPastelGreen.MouseButton1Down:connect(function()
  1584. rainbow = false
  1585. MainFrame.BackgroundColor3 = ColorButtonPastelGreen.BackgroundColor3
  1586. end)
  1587. ColorButtonPastelYellow.MouseButton1Down:connect(function()
  1588. rainbow = false
  1589. MainFrame.BackgroundColor3 = ColorButtonPastelYellow.BackgroundColor3
  1590. end)
  1591. ColorButtonPastelOrange.MouseButton1Down:connect(function()
  1592. rainbow = false
  1593. MainFrame.BackgroundColor3 = ColorButtonPastelOrange.BackgroundColor3
  1594. end)
  1595. ColorButtonPastelRed.MouseButton1Down:connect(function()
  1596. rainbow = false
  1597. MainFrame.BackgroundColor3 = ColorButtonPastelRed.BackgroundColor3
  1598. end)
  1599.  
  1600. spawn(function()
  1601. while true do
  1602. wait(0.1)
  1603. CustomColorButton.BackgroundColor3 = Color3.fromRGB(CustomColorRBox.Text,CustomColorBBox.Text,CustomColorGBox.Text)
  1604. end
  1605. end)
  1606. CustomColorButton.MouseButton1Down:connect(function()
  1607. rainbow = false
  1608. MainFrame.BackgroundColor3 = CustomColorButton.BackgroundColor3
  1609. end)
  1610.  
  1611. spawn(function()
  1612. while true do
  1613. wait(0.1)
  1614. if rainbow == true then
  1615. MainFrame.BackgroundColor3 = Color3.new(1,0,0)
  1616. for i=1,15 do
  1617. game:GetService("RunService").RenderStepped:wait()
  1618. MainFrame.BackgroundColor3 = Color3.new(MainFrame.BackgroundColor3.r,MainFrame.BackgroundColor3.g+(17/255),MainFrame.BackgroundColor3.b)
  1619. ColorButtonRainbow.BackgroundColor3 = Color3.new(ColorButtonRainbow.BackgroundColor3.r,ColorButtonRainbow.BackgroundColor3.g+(17/255),ColorButtonRainbow.BackgroundColor3.b)
  1620. end
  1621. for i=1,15 do
  1622. game:GetService("RunService").RenderStepped:wait()
  1623. MainFrame.BackgroundColor3 = Color3.new(MainFrame.BackgroundColor3.r-(17/255),MainFrame.BackgroundColor3.g,MainFrame.BackgroundColor3.b)
  1624. ColorButtonRainbow.BackgroundColor3 = Color3.new(ColorButtonRainbow.BackgroundColor3.r-(17/255),ColorButtonRainbow.BackgroundColor3.g,ColorButtonRainbow.BackgroundColor3.b)
  1625. end
  1626. for i=1,15 do
  1627. game:GetService("RunService").RenderStepped:wait()
  1628. MainFrame.BackgroundColor3 = Color3.new(MainFrame.BackgroundColor3.r,MainFrame.BackgroundColor3.g,MainFrame.BackgroundColor3.b+(17/255))
  1629. ColorButtonRainbow.BackgroundColor3 = Color3.new(ColorButtonRainbow.BackgroundColor3.r,ColorButtonRainbow.BackgroundColor3.g,ColorButtonRainbow.BackgroundColor3.b+(17/255))
  1630. end
  1631. for i=1,15 do
  1632. game:GetService("RunService").RenderStepped:wait()
  1633. MainFrame.BackgroundColor3 = Color3.new(MainFrame.BackgroundColor3.r,MainFrame.BackgroundColor3.g-(17/255),MainFrame.BackgroundColor3.b)
  1634. ColorButtonRainbow.BackgroundColor3 = Color3.new(ColorButtonRainbow.BackgroundColor3.r,ColorButtonRainbow.BackgroundColor3.g-(17/255),ColorButtonRainbow.BackgroundColor3.b)
  1635. end
  1636. for i=1,15 do
  1637. game:GetService("RunService").RenderStepped:wait()
  1638. MainFrame.BackgroundColor3 = Color3.new(MainFrame.BackgroundColor3.r+(17/255),MainFrame.BackgroundColor3.g,MainFrame.BackgroundColor3.b)
  1639. ColorButtonRainbow.BackgroundColor3 = Color3.new(ColorButtonRainbow.BackgroundColor3.r+(17/255),ColorButtonRainbow.BackgroundColor3.g,ColorButtonRainbow.BackgroundColor3.b)
  1640. end
  1641. for i=1,15 do
  1642. game:GetService("RunService").RenderStepped:wait()
  1643. MainFrame.BackgroundColor3 = Color3.new(MainFrame.BackgroundColor3.r,MainFrame.BackgroundColor3.g,MainFrame.BackgroundColor3.b-(17/255))
  1644. ColorButtonRainbow.BackgroundColor3 = Color3.new(ColorButtonRainbow.BackgroundColor3.r,ColorButtonRainbow.BackgroundColor3.g,ColorButtonRainbow.BackgroundColor3.b-(17/255))
  1645. end
  1646. end
  1647. end
  1648. end)
  1649. ColorButtonRainbow.MouseButton1Down:connect(function()
  1650. if rainbow == false then
  1651. rainbow = true
  1652. end
  1653. end)
  1654.  
  1655. GuiSizeButton1.MouseButton1Down:connect(function()
  1656. MainFrame.Size = UDim2.new(0.2, 0, 0.2, 0)
  1657. end)
  1658.  
  1659. GuiSizeButton2.MouseButton1Down:connect(function()
  1660. MainFrame.Size = UDim2.new(0.3, 0, 0.3, 0)
  1661. end)
  1662.  
  1663. GuiSizeButton3.MouseButton1Down:connect(function()
  1664. MainFrame.Size = UDim2.new(0.4, 0, 0.4, 0)
  1665. end)
  1666.  
  1667. GuiSizeButton4.MouseButton1Down:connect(function()
  1668. MainFrame.Size = UDim2.new(0.5, 0, 0.5, 0)
  1669. end)
  1670.  
  1671. GuiSizeButton5.MouseButton1Down:connect(function()
  1672. MainFrame.Size = UDim2.new(0.6, 0, 0.6, 0)
  1673. end)
  1674.  
  1675.  
  1676.  
  1677. -- [[ LOCALPLAYER ]] --
  1678. local char = game.Players.LocalPlayer.Character
  1679. WSSetButton.MouseButton1Down:connect(function()
  1680. char.Humanoid.WalkSpeed = WSBox.Text
  1681. end)
  1682.  
  1683. WSResetButton.MouseButton1Down:connect(function()
  1684. char.Humanoid.WalkSpeed = 16
  1685. end)
  1686.  
  1687. JPSetButton.MouseButton1Down:connect(function()
  1688. char.Humanoid.JumpPower = JPBox.Text
  1689. end)
  1690.  
  1691. JPResetButton.MouseButton1Down:connect(function()
  1692. char.Humanoid.JumpPower = 50
  1693. end)
  1694.  
  1695. HipHeightPlusButton.MouseButton1Down:connect(function()
  1696. char.Humanoid.HipHeight = char.Humanoid.HipHeight+2
  1697. end)
  1698.  
  1699.  
  1700. HipHeightMinusButton.MouseButton1Down:connect(function()
  1701. char.Humanoid.HipHeight = char.Humanoid.HipHeight-2
  1702. end)
  1703.  
  1704. HipHeightResetButton.MouseButton1Down:connect(function()
  1705. char.Humanoid.HipHeight = 1.41
  1706. end)
  1707.  
  1708. local bhop = false
  1709. spawn (function()
  1710. while true do
  1711. wait()
  1712. if bhop == true then
  1713. char.Humanoid.Jump = true
  1714. end
  1715. end
  1716. end)
  1717.  
  1718. BHopOnButton.MouseButton1Down:connect(function()
  1719. bhop = true
  1720. end)
  1721.  
  1722. BHopOffButton.MouseButton1Down:connect(function()
  1723. bhop = false
  1724. end)
  1725.  
  1726. spawn(function()
  1727. while true do
  1728. wait()
  1729. SelectedPlayerLabel.Text = "Selected player: " .. WhoToAffect.Value
  1730. end
  1731. end)
  1732.  
  1733.  
  1734. FoxButton.MouseButton1Down:connect(function()
  1735. workspace.ChangeCharacter:FireServer("FoxCharacter")
  1736. end)
  1737. ChickenButton.MouseButton1Down:connect(function()
  1738. workspace.ChangeCharacter:FireServer("ChickenCharacter")
  1739. end)
  1740. PenguinButton.MouseButton1Down:connect(function()
  1741. workspace.ChangeCharacter:FireServer("PenguinCharacter")
  1742. end)
Add Comment
Please, Sign In to add comment