Advertisement
Its_YeBoi

Untitled

Mar 17th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.06 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SupBrah = Instance.new("ScreenGui")
  4. local MainTitle = Instance.new("Frame")
  5. local TitleLabel = Instance.new("TextLabel")
  6. local TitleLabel_2 = Instance.new("TextLabel")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local FOOD_MENU = Instance.new("Frame")
  9. local FoodLabel = Instance.new("TextLabel")
  10. local FoodLine = Instance.new("Frame")
  11. local Chips = Instance.new("TextButton")
  12. local Spam = Instance.new("TextButton")
  13. local CannedBeef = Instance.new("TextButton")
  14. local CannedCorn = Instance.new("TextButton")
  15. local CannedGreenBeans = Instance.new("TextButton")
  16. local MRE = Instance.new("TextButton")
  17. local Water = Instance.new("TextButton")
  18. local Medkit = Instance.new("TextButton")
  19. local WEP_MENU = Instance.new("Frame")
  20. local WepLabel = Instance.new("TextLabel")
  21. local WepLine = Instance.new("Frame")
  22. local Glock = Instance.new("TextButton")
  23. local M1911 = Instance.new("TextButton")
  24. local M4A1 = Instance.new("TextButton")
  25. local M14 = Instance.new("TextButton")
  26. local Hatchet = Instance.new("TextButton")
  27. local Hammer = Instance.new("TextButton")
  28. local SteelPipe = Instance.new("TextButton")
  29. local MISC_MENU = Instance.new("Frame")
  30. local FoodLabel_2 = Instance.new("TextLabel")
  31. local FoodLine_2 = Instance.new("Frame")
  32. local Wire = Instance.new("TextButton")
  33. local Lockpick = Instance.new("TextButton")
  34. local Metal = Instance.new("TextButton")
  35. local EmptyJar = Instance.new("TextButton")
  36. local BoxOfNails = Instance.new("TextButton")
  37. local Concrete = Instance.new("TextButton")
  38. local Wood = Instance.new("TextButton")
  39. local Book = Instance.new("TextButton")
  40. local Paper = Instance.new("TextButton")
  41. local Battery = Instance.new("TextButton")
  42. local ARMOR_MENU = Instance.new("Frame")
  43. local ArmorLabel = Instance.new("TextLabel")
  44. local ArmorLine = Instance.new("Frame")
  45. local BulletVest2 = Instance.new("TextButton")
  46. local BulletVest4 = Instance.new("TextButton")
  47. local BulletVest1 = Instance.new("TextButton")
  48. local BulletVest3 = Instance.new("TextButton")
  49. local TELE_MENU = Instance.new("Frame")
  50. local TeleLabel = Instance.new("TextLabel")
  51. local WepLine_2 = Instance.new("Frame")
  52. local GunShop = Instance.new("TextButton")
  53. local BarberShop = Instance.new("TextButton")
  54. local ClothesShop = Instance.new("TextButton")
  55. local Bunker = Instance.new("TextButton")
  56. local PawnShop = Instance.new("TextButton")
  57. local Park = Instance.new("TextButton")
  58. local CrawlingZombie = Instance.new("TextButton")
  59. local FastZombie = Instance.new("TextButton")
  60. local MediumZombie = Instance.new("TextButton")
  61. local SuperZombie = Instance.new("TextButton")
  62. local Close = Instance.new("TextButton")
  63. local Minimize = Instance.new("TextButton")
  64. local Next_Button_Right = Instance.new("TextButton")
  65. local Next_Button_Left = Instance.new("TextButton")
  66. local THEME_MENU = Instance.new("Frame")
  67. local ThemeLabel = Instance.new("TextLabel")
  68. local ThemeLine = Instance.new("Frame")
  69. local BackgroundIdLabel = Instance.new("TextBox")
  70. local BackgroundIdBtn = Instance.new("TextButton")
  71. local BackgroundR = Instance.new("TextBox")
  72. local BackgroundG = Instance.new("TextBox")
  73. local BackgroundB = Instance.new("TextBox")
  74. local TextLabel = Instance.new("TextLabel")
  75. local TextLabel_2 = Instance.new("TextLabel")
  76. local TextLabel_3 = Instance.new("TextLabel")
  77. local TextLabel_4 = Instance.new("TextLabel")
  78. local TextLabel_5 = Instance.new("TextLabel")
  79. local TextLabel_6 = Instance.new("TextLabel")
  80. local TextLabel_7 = Instance.new("TextLabel")
  81. local SetBackgroundRBG = Instance.new("TextButton")
  82. local SetTitleRBG = Instance.new("TextButton")
  83. local TitleShade = Instance.new("Frame")
  84. local HAX_MENU = Instance.new("Frame")
  85. local HaxLabel = Instance.new("TextLabel")
  86. local WepLine_3 = Instance.new("Frame")
  87. local Noclip = Instance.new("TextButton")
  88. local InfAmmo = Instance.new("TextButton")
  89. local Esp = Instance.new("TextButton")
  90. local LowGravity = Instance.new("TextButton")
  91. local TpToPlayerValue = Instance.new("TextBox")
  92. local TpToPlayerButton = Instance.new("TextButton")
  93. local ClickTp = Instance.new("TextButton")
  94. local Btool = Instance.new("TextButton")
  95. local Tracers = Instance.new("TextButton")
  96. local Fullbright = Instance.new("TextButton")
  97. local Open = Instance.new("TextButton")
  98. local SetIMColorRBG = Instance.new("TextButton")
  99.  
  100. -- Properties
  101.  
  102. SupBrah.Name = "Sup Brah"
  103. SupBrah.Parent = game.CoreGui
  104.  
  105. MainTitle.Name = "MainTitle"
  106. MainTitle.Parent = SupBrah
  107. MainTitle.Active = true
  108. MainTitle.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  109. MainTitle.BorderSizePixel = 0
  110. MainTitle.Draggable = true
  111. MainTitle.Position = UDim2.new(0.197652936, 0, 0.232229069, 0)
  112. MainTitle.Size = UDim2.new(0, 709, 0, 52)
  113.  
  114. TitleLabel.Name = "TitleLabel"
  115. TitleLabel.Parent = MainTitle
  116. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  117. TitleLabel.BackgroundTransparency = 1
  118. TitleLabel.BorderSizePixel = 0
  119. TitleLabel.Position = UDim2.new(0.310296178, 0, 0, 0)
  120. TitleLabel.Size = UDim2.new(0, 263, 0, 31)
  121. TitleLabel.Font = Enum.Font.SourceSans
  122. TitleLabel.Text = "Alone Gui"
  123. TitleLabel.TextColor3 = Color3.new(1, 1, 1)
  124. TitleLabel.TextScaled = true
  125. TitleLabel.TextSize = 14
  126. TitleLabel.TextWrapped = true
  127.  
  128. TitleLabel_2.Name = "TitleLabel"
  129. TitleLabel_2.Parent = MainTitle
  130. TitleLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  131. TitleLabel_2.BackgroundTransparency = 1
  132. TitleLabel_2.BorderSizePixel = 0
  133. TitleLabel_2.Position = UDim2.new(0.310296178, 0, 0.365384609, 0)
  134. TitleLabel_2.Size = UDim2.new(0, 263, 0, 38)
  135. TitleLabel_2.Font = Enum.Font.SourceSans
  136. TitleLabel_2.Text = "By Omega_Phoenix and Sharkringan"
  137. TitleLabel_2.TextColor3 = Color3.new(0.0117647, 1, 0.937255)
  138. TitleLabel_2.TextScaled = true
  139. TitleLabel_2.TextSize = 14
  140. TitleLabel_2.TextStrokeColor3 = Color3.new(0.00784314, 1, 1)
  141. TitleLabel_2.TextWrapped = true
  142.  
  143. ImageLabel.Parent = MainTitle
  144. ImageLabel.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  145. ImageLabel.BorderSizePixel = 0
  146. ImageLabel.Position = UDim2.new(0, 0, 1.13461542, 0)
  147. ImageLabel.Size = UDim2.new(0, 709, 0, 276)
  148. ImageLabel.Image = "rbxassetid://55490503"
  149. ImageLabel.ImageColor3 = Color3.new(0, 0, 0)
  150.  
  151. FOOD_MENU.Name = "FOOD_MENU"
  152. FOOD_MENU.Parent = MainTitle
  153. FOOD_MENU.BackgroundColor3 = Color3.new(1, 1, 1)
  154. FOOD_MENU.BackgroundTransparency = 1
  155. FOOD_MENU.Position = UDim2.new(0, 0, 1.09615386, 0)
  156. FOOD_MENU.Size = UDim2.new(0, 709, 0, 276)
  157. FOOD_MENU.Visible = false
  158.  
  159. FoodLabel.Name = "FoodLabel"
  160. FoodLabel.Parent = FOOD_MENU
  161. FoodLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  162. FoodLabel.BackgroundTransparency = 1
  163. FoodLabel.BorderSizePixel = 0
  164. FoodLabel.Position = UDim2.new(0.383638918, 0, 0, 0)
  165. FoodLabel.Size = UDim2.new(0, 165, 0, 52)
  166. FoodLabel.Font = Enum.Font.SourceSans
  167. FoodLabel.Text = "Consumables"
  168. FoodLabel.TextColor3 = Color3.new(1, 1, 1)
  169. FoodLabel.TextScaled = true
  170. FoodLabel.TextSize = 14
  171. FoodLabel.TextWrapped = true
  172.  
  173. FoodLine.Name = "FoodLine"
  174. FoodLine.Parent = FoodLabel
  175. FoodLine.BackgroundColor3 = Color3.new(1, 1, 1)
  176. FoodLine.Position = UDim2.new(-0.0181818176, 0, 1, 0)
  177. FoodLine.Size = UDim2.new(0, 168, 0, 2)
  178.  
  179. Chips.Name = "Chips"
  180. Chips.Parent = FOOD_MENU
  181. Chips.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  182. Chips.BorderSizePixel = 0
  183. Chips.Position = UDim2.new(0.0169252474, 0, 0.23550725, 0)
  184. Chips.Size = UDim2.new(0, 200, 0, 50)
  185. Chips.Font = Enum.Font.SourceSansLight
  186. Chips.Text = "Chips"
  187. Chips.TextColor3 = Color3.new(0, 0, 0)
  188. Chips.TextScaled = true
  189. Chips.TextSize = 14
  190. Chips.TextWrapped = true
  191.  
  192. Spam.Name = "Spam"
  193. Spam.Parent = FOOD_MENU
  194. Spam.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  195. Spam.BorderSizePixel = 0
  196. Spam.Position = UDim2.new(0.0170000009, 0, 0.43599999, 0)
  197. Spam.Size = UDim2.new(0, 200, 0, 50)
  198. Spam.Font = Enum.Font.SourceSansLight
  199. Spam.Text = "Spam"
  200. Spam.TextColor3 = Color3.new(0, 0, 0)
  201. Spam.TextScaled = true
  202. Spam.TextSize = 14
  203. Spam.TextWrapped = true
  204.  
  205. CannedBeef.Name = "Canned Beef"
  206. CannedBeef.Parent = FOOD_MENU
  207. CannedBeef.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  208. CannedBeef.BorderSizePixel = 0
  209. CannedBeef.Position = UDim2.new(0.0170000009, 0, 0.635999978, 0)
  210. CannedBeef.Size = UDim2.new(0, 200, 0, 50)
  211. CannedBeef.Font = Enum.Font.SourceSansLight
  212. CannedBeef.Text = "Canned Beef"
  213. CannedBeef.TextColor3 = Color3.new(0, 0, 0)
  214. CannedBeef.TextScaled = true
  215. CannedBeef.TextSize = 14
  216. CannedBeef.TextWrapped = true
  217.  
  218. CannedCorn.Name = "Canned Corn"
  219. CannedCorn.Parent = FOOD_MENU
  220. CannedCorn.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  221. CannedCorn.BorderSizePixel = 0
  222. CannedCorn.Position = UDim2.new(0.310296178, 0, 0.23550725, 0)
  223. CannedCorn.Size = UDim2.new(0, 200, 0, 50)
  224. CannedCorn.Font = Enum.Font.SourceSansLight
  225. CannedCorn.Text = "Canned Corn"
  226. CannedCorn.TextColor3 = Color3.new(0, 0, 0)
  227. CannedCorn.TextScaled = true
  228. CannedCorn.TextSize = 14
  229. CannedCorn.TextWrapped = true
  230.  
  231. CannedGreenBeans.Name = "Canned Green Beans"
  232. CannedGreenBeans.Parent = FOOD_MENU
  233. CannedGreenBeans.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  234. CannedGreenBeans.BorderSizePixel = 0
  235. CannedGreenBeans.Position = UDim2.new(0.310296178, 0, 0.434782624, 0)
  236. CannedGreenBeans.Size = UDim2.new(0, 200, 0, 50)
  237. CannedGreenBeans.Font = Enum.Font.SourceSansLight
  238. CannedGreenBeans.Text = "Canned G-Beans"
  239. CannedGreenBeans.TextColor3 = Color3.new(0, 0, 0)
  240. CannedGreenBeans.TextScaled = true
  241. CannedGreenBeans.TextSize = 14
  242. CannedGreenBeans.TextWrapped = true
  243.  
  244. MRE.Name = "MRE"
  245. MRE.Parent = FOOD_MENU
  246. MRE.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  247. MRE.BorderSizePixel = 0
  248. MRE.Position = UDim2.new(0.310296178, 0, 0.637681186, 0)
  249. MRE.Size = UDim2.new(0, 200, 0, 50)
  250. MRE.Font = Enum.Font.SourceSansLight
  251. MRE.Text = "MRE"
  252. MRE.TextColor3 = Color3.new(0, 0, 0)
  253. MRE.TextScaled = true
  254. MRE.TextSize = 14
  255. MRE.TextWrapped = true
  256.  
  257. Water.Name = "Water"
  258. Water.Parent = FOOD_MENU
  259. Water.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  260. Water.BorderSizePixel = 0
  261. Water.Position = UDim2.new(0.604856133, 0, 0.236000001, 0)
  262. Water.Size = UDim2.new(0, 200, 0, 50)
  263. Water.Font = Enum.Font.SourceSansLight
  264. Water.Text = "Water"
  265. Water.TextColor3 = Color3.new(0, 0, 0)
  266. Water.TextScaled = true
  267. Water.TextSize = 14
  268. Water.TextWrapped = true
  269.  
  270. Medkit.Name = "Medkit"
  271. Medkit.Parent = FOOD_MENU
  272. Medkit.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  273. Medkit.BorderSizePixel = 0
  274. Medkit.Position = UDim2.new(0.604856133, 0, 0.435275376, 0)
  275. Medkit.Size = UDim2.new(0, 200, 0, 50)
  276. Medkit.Font = Enum.Font.SourceSansLight
  277. Medkit.Text = "MedKit"
  278. Medkit.TextColor3 = Color3.new(0, 0, 0)
  279. Medkit.TextScaled = true
  280. Medkit.TextSize = 14
  281. Medkit.TextWrapped = true
  282.  
  283. WEP_MENU.Name = "WEP_MENU"
  284. WEP_MENU.Parent = MainTitle
  285. WEP_MENU.BackgroundColor3 = Color3.new(1, 1, 1)
  286. WEP_MENU.BackgroundTransparency = 1
  287. WEP_MENU.Position = UDim2.new(0, 0, 1.09615386, 0)
  288. WEP_MENU.Size = UDim2.new(0, 709, 0, 276)
  289.  
  290. WepLabel.Name = "WepLabel"
  291. WepLabel.Parent = WEP_MENU
  292. WepLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  293. WepLabel.BackgroundTransparency = 1
  294. WepLabel.BorderSizePixel = 0
  295. WepLabel.Position = UDim2.new(0.407616377, 0, 0, 0)
  296. WepLabel.Size = UDim2.new(0, 131, 0, 52)
  297. WepLabel.Font = Enum.Font.SourceSans
  298. WepLabel.Text = "Weapons"
  299. WepLabel.TextColor3 = Color3.new(1, 1, 1)
  300. WepLabel.TextScaled = true
  301. WepLabel.TextSize = 14
  302. WepLabel.TextWrapped = true
  303.  
  304. WepLine.Name = "WepLine"
  305. WepLine.Parent = WepLabel
  306. WepLine.BackgroundColor3 = Color3.new(1, 1, 1)
  307. WepLine.Position = UDim2.new(-0.0152671756, 0, 1, 0)
  308. WepLine.Size = UDim2.new(0, 133, 0, 2)
  309.  
  310. Glock.Name = "Glock"
  311. Glock.Parent = WEP_MENU
  312. Glock.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  313. Glock.BorderSizePixel = 0
  314. Glock.Position = UDim2.new(0.0169252474, 0, 0.23550725, 0)
  315. Glock.Size = UDim2.new(0, 200, 0, 50)
  316. Glock.Font = Enum.Font.SourceSansLight
  317. Glock.Text = "Glock 17"
  318. Glock.TextColor3 = Color3.new(0, 0, 0)
  319. Glock.TextScaled = true
  320. Glock.TextSize = 14
  321. Glock.TextWrapped = true
  322.  
  323. M1911.Name = "M1911"
  324. M1911.Parent = WEP_MENU
  325. M1911.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  326. M1911.BorderSizePixel = 0
  327. M1911.Position = UDim2.new(0.0170000009, 0, 0.43599999, 0)
  328. M1911.Size = UDim2.new(0, 200, 0, 50)
  329. M1911.Font = Enum.Font.SourceSansLight
  330. M1911.Text = "M1911"
  331. M1911.TextColor3 = Color3.new(0, 0, 0)
  332. M1911.TextScaled = true
  333. M1911.TextSize = 14
  334. M1911.TextWrapped = true
  335.  
  336. M4A1.Name = "M4A1"
  337. M4A1.Parent = WEP_MENU
  338. M4A1.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  339. M4A1.BorderSizePixel = 0
  340. M4A1.Position = UDim2.new(0.0170000009, 0, 0.635999978, 0)
  341. M4A1.Size = UDim2.new(0, 200, 0, 50)
  342. M4A1.Font = Enum.Font.SourceSansLight
  343. M4A1.Text = "M4A1"
  344. M4A1.TextColor3 = Color3.new(0, 0, 0)
  345. M4A1.TextScaled = true
  346. M4A1.TextSize = 14
  347. M4A1.TextWrapped = true
  348.  
  349. M14.Name = "M14"
  350. M14.Parent = WEP_MENU
  351. M14.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  352. M14.BorderSizePixel = 0
  353. M14.Position = UDim2.new(0.310296178, 0, 0.23550725, 0)
  354. M14.Size = UDim2.new(0, 200, 0, 50)
  355. M14.Font = Enum.Font.SourceSansLight
  356. M14.Text = "M14"
  357. M14.TextColor3 = Color3.new(0, 0, 0)
  358. M14.TextScaled = true
  359. M14.TextSize = 14
  360. M14.TextWrapped = true
  361.  
  362. Hatchet.Name = "Hatchet"
  363. Hatchet.Parent = WEP_MENU
  364. Hatchet.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  365. Hatchet.BorderSizePixel = 0
  366. Hatchet.Position = UDim2.new(0.310296178, 0, 0.434782624, 0)
  367. Hatchet.Size = UDim2.new(0, 200, 0, 50)
  368. Hatchet.Font = Enum.Font.SourceSansLight
  369. Hatchet.Text = "Hatchet"
  370. Hatchet.TextColor3 = Color3.new(0, 0, 0)
  371. Hatchet.TextScaled = true
  372. Hatchet.TextSize = 14
  373. Hatchet.TextWrapped = true
  374.  
  375. Hammer.Name = "Hammer"
  376. Hammer.Parent = WEP_MENU
  377. Hammer.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  378. Hammer.BorderSizePixel = 0
  379. Hammer.Position = UDim2.new(0.310296178, 0, 0.637681186, 0)
  380. Hammer.Size = UDim2.new(0, 200, 0, 50)
  381. Hammer.Font = Enum.Font.SourceSansLight
  382. Hammer.Text = "Hammer"
  383. Hammer.TextColor3 = Color3.new(0, 0, 0)
  384. Hammer.TextScaled = true
  385. Hammer.TextSize = 14
  386. Hammer.TextWrapped = true
  387.  
  388. SteelPipe.Name = "SteelPipe"
  389. SteelPipe.Parent = WEP_MENU
  390. SteelPipe.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  391. SteelPipe.BorderSizePixel = 0
  392. SteelPipe.Position = UDim2.new(0.60366714, 0, 0.23550725, 0)
  393. SteelPipe.Size = UDim2.new(0, 200, 0, 50)
  394. SteelPipe.Font = Enum.Font.SourceSansLight
  395. SteelPipe.Text = "Steel Pipe"
  396. SteelPipe.TextColor3 = Color3.new(0, 0, 0)
  397. SteelPipe.TextScaled = true
  398. SteelPipe.TextSize = 14
  399. SteelPipe.TextWrapped = true
  400.  
  401. MISC_MENU.Name = "MISC_MENU"
  402. MISC_MENU.Parent = MainTitle
  403. MISC_MENU.BackgroundColor3 = Color3.new(1, 1, 1)
  404. MISC_MENU.BackgroundTransparency = 1
  405. MISC_MENU.Position = UDim2.new(0, 0, 1.09615386, 0)
  406. MISC_MENU.Size = UDim2.new(0, 709, 0, 276)
  407. MISC_MENU.Visible = false
  408.  
  409. FoodLabel_2.Name = "FoodLabel"
  410. FoodLabel_2.Parent = MISC_MENU
  411. FoodLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  412. FoodLabel_2.BackgroundTransparency = 1
  413. FoodLabel_2.BorderSizePixel = 0
  414. FoodLabel_2.Position = UDim2.new(0.383638918, 0, 0, 0)
  415. FoodLabel_2.Size = UDim2.new(0, 165, 0, 52)
  416. FoodLabel_2.Font = Enum.Font.SourceSans
  417. FoodLabel_2.Text = "Misc"
  418. FoodLabel_2.TextColor3 = Color3.new(1, 1, 1)
  419. FoodLabel_2.TextScaled = true
  420. FoodLabel_2.TextSize = 14
  421. FoodLabel_2.TextWrapped = true
  422.  
  423. FoodLine_2.Name = "FoodLine"
  424. FoodLine_2.Parent = FoodLabel_2
  425. FoodLine_2.BackgroundColor3 = Color3.new(1, 1, 1)
  426. FoodLine_2.Position = UDim2.new(-0.0181818176, 0, 1, 0)
  427. FoodLine_2.Size = UDim2.new(0, 168, 0, 2)
  428.  
  429. Wire.Name = "Wire"
  430. Wire.Parent = MISC_MENU
  431. Wire.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  432. Wire.BorderSizePixel = 0
  433. Wire.Position = UDim2.new(0.0239774324, 0, 0.241200864, 0)
  434. Wire.Size = UDim2.new(0, 213, 0, 44)
  435. Wire.Font = Enum.Font.SourceSansLight
  436. Wire.Text = "Wire"
  437. Wire.TextColor3 = Color3.new(0, 0, 0)
  438. Wire.TextScaled = true
  439. Wire.TextSize = 14
  440. Wire.TextWrapped = true
  441.  
  442. Lockpick.Name = "Lockpick"
  443. Lockpick.Parent = MISC_MENU
  444. Lockpick.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  445. Lockpick.BorderSizePixel = 0
  446. Lockpick.Position = UDim2.new(0.0239774324, 0, 0.415803999, 0)
  447. Lockpick.Size = UDim2.new(0, 213, 0, 44)
  448. Lockpick.Font = Enum.Font.SourceSansLight
  449. Lockpick.Text = "Lock Pick"
  450. Lockpick.TextColor3 = Color3.new(0, 0, 0)
  451. Lockpick.TextScaled = true
  452. Lockpick.TextSize = 14
  453. Lockpick.TextWrapped = true
  454.  
  455. Metal.Name = "Metal"
  456. Metal.Parent = MISC_MENU
  457. Metal.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  458. Metal.BorderSizePixel = 0
  459. Metal.Position = UDim2.new(0.0239774324, 0, 0.594202876, 0)
  460. Metal.Size = UDim2.new(0, 213, 0, 44)
  461. Metal.Font = Enum.Font.SourceSansLight
  462. Metal.Text = "Metal"
  463. Metal.TextColor3 = Color3.new(0, 0, 0)
  464. Metal.TextScaled = true
  465. Metal.TextSize = 14
  466. Metal.TextWrapped = true
  467.  
  468. EmptyJar.Name = "EmptyJar"
  469. EmptyJar.Parent = MISC_MENU
  470. EmptyJar.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  471. EmptyJar.BorderSizePixel = 0
  472. EmptyJar.Position = UDim2.new(0.33850494, 0, 0.241200864, 0)
  473. EmptyJar.Size = UDim2.new(0, 213, 0, 44)
  474. EmptyJar.Font = Enum.Font.SourceSansLight
  475. EmptyJar.Text = "Empty Jar"
  476. EmptyJar.TextColor3 = Color3.new(0, 0, 0)
  477. EmptyJar.TextScaled = true
  478. EmptyJar.TextSize = 14
  479. EmptyJar.TextWrapped = true
  480.  
  481. BoxOfNails.Name = "BoxOfNails"
  482. BoxOfNails.Parent = MISC_MENU
  483. BoxOfNails.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  484. BoxOfNails.BorderSizePixel = 0
  485. BoxOfNails.Position = UDim2.new(0.33850494, 0, 0.415803999, 0)
  486. BoxOfNails.Size = UDim2.new(0, 213, 0, 44)
  487. BoxOfNails.Font = Enum.Font.SourceSansLight
  488. BoxOfNails.Text = "Box of Nails"
  489. BoxOfNails.TextColor3 = Color3.new(0, 0, 0)
  490. BoxOfNails.TextScaled = true
  491. BoxOfNails.TextSize = 14
  492. BoxOfNails.TextWrapped = true
  493.  
  494. Concrete.Name = "Concrete"
  495. Concrete.Parent = MISC_MENU
  496. Concrete.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  497. Concrete.BorderSizePixel = 0
  498. Concrete.Position = UDim2.new(0.33850494, 0, 0.594202876, 0)
  499. Concrete.Size = UDim2.new(0, 213, 0, 44)
  500. Concrete.Font = Enum.Font.SourceSansLight
  501. Concrete.Text = "Concrete"
  502. Concrete.TextColor3 = Color3.new(0, 0, 0)
  503. Concrete.TextScaled = true
  504. Concrete.TextSize = 14
  505. Concrete.TextWrapped = true
  506.  
  507. Wood.Name = "Wood"
  508. Wood.Parent = MISC_MENU
  509. Wood.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  510. Wood.BorderSizePixel = 0
  511. Wood.Position = UDim2.new(0.654442906, 0, 0.241200864, 0)
  512. Wood.Size = UDim2.new(0, 213, 0, 44)
  513. Wood.Font = Enum.Font.SourceSansLight
  514. Wood.Text = "Wood"
  515. Wood.TextColor3 = Color3.new(0, 0, 0)
  516. Wood.TextScaled = true
  517. Wood.TextSize = 14
  518. Wood.TextWrapped = true
  519.  
  520. Book.Name = "Book"
  521. Book.Parent = MISC_MENU
  522. Book.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  523. Book.BorderSizePixel = 0
  524. Book.Position = UDim2.new(0.654442906, 0, 0.415803999, 0)
  525. Book.Size = UDim2.new(0, 213, 0, 44)
  526. Book.Font = Enum.Font.SourceSansLight
  527. Book.Text = "Book"
  528. Book.TextColor3 = Color3.new(0, 0, 0)
  529. Book.TextScaled = true
  530. Book.TextSize = 14
  531. Book.TextWrapped = true
  532.  
  533. Paper.Name = "Paper"
  534. Paper.Parent = MISC_MENU
  535. Paper.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  536. Paper.BorderSizePixel = 0
  537. Paper.Position = UDim2.new(0.654442906, 0, 0.594202876, 0)
  538. Paper.Size = UDim2.new(0, 213, 0, 44)
  539. Paper.Font = Enum.Font.SourceSansLight
  540. Paper.Text = "Paper"
  541. Paper.TextColor3 = Color3.new(0, 0, 0)
  542. Paper.TextScaled = true
  543. Paper.TextSize = 14
  544. Paper.TextWrapped = true
  545.  
  546. Battery.Name = "Battery"
  547. Battery.Parent = MISC_MENU
  548. Battery.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  549. Battery.BorderSizePixel = 0
  550. Battery.Position = UDim2.new(0.33850494, 0, 0.776569963, 0)
  551. Battery.Size = UDim2.new(0, 213, 0, 44)
  552. Battery.Font = Enum.Font.SourceSansLight
  553. Battery.Text = "Battery"
  554. Battery.TextColor3 = Color3.new(0, 0, 0)
  555. Battery.TextScaled = true
  556. Battery.TextSize = 14
  557. Battery.TextWrapped = true
  558.  
  559. ARMOR_MENU.Name = "ARMOR_MENU"
  560. ARMOR_MENU.Parent = MainTitle
  561. ARMOR_MENU.BackgroundColor3 = Color3.new(1, 1, 1)
  562. ARMOR_MENU.BackgroundTransparency = 1
  563. ARMOR_MENU.Position = UDim2.new(0, 0, 1.09615386, 0)
  564. ARMOR_MENU.Size = UDim2.new(0, 709, 0, 276)
  565. ARMOR_MENU.Visible = false
  566.  
  567. ArmorLabel.Name = "ArmorLabel"
  568. ArmorLabel.Parent = ARMOR_MENU
  569. ArmorLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  570. ArmorLabel.BackgroundTransparency = 1
  571. ArmorLabel.BorderSizePixel = 0
  572. ArmorLabel.Position = UDim2.new(0.407616377, 0, 0, 0)
  573. ArmorLabel.Size = UDim2.new(0, 131, 0, 52)
  574. ArmorLabel.Font = Enum.Font.SourceSans
  575. ArmorLabel.Text = "Armor"
  576. ArmorLabel.TextColor3 = Color3.new(1, 1, 1)
  577. ArmorLabel.TextScaled = true
  578. ArmorLabel.TextSize = 14
  579. ArmorLabel.TextWrapped = true
  580.  
  581. ArmorLine.Name = "ArmorLine"
  582. ArmorLine.Parent = ArmorLabel
  583. ArmorLine.BackgroundColor3 = Color3.new(1, 1, 1)
  584. ArmorLine.Position = UDim2.new(-0.0152671756, 0, 1, 0)
  585. ArmorLine.Size = UDim2.new(0, 133, 0, 2)
  586.  
  587. BulletVest2.Name = "BulletVest2"
  588. BulletVest2.Parent = ARMOR_MENU
  589. BulletVest2.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  590. BulletVest2.BorderSizePixel = 0
  591. BulletVest2.Position = UDim2.new(0.267983079, 0, 0.23550725, 0)
  592. BulletVest2.Size = UDim2.new(0, 157, 0, 57)
  593. BulletVest2.Font = Enum.Font.SourceSansLight
  594. BulletVest2.Text = "Hunter's Vest"
  595. BulletVest2.TextColor3 = Color3.new(0, 0, 0)
  596. BulletVest2.TextScaled = true
  597. BulletVest2.TextSize = 14
  598. BulletVest2.TextWrapped = true
  599.  
  600. BulletVest4.Name = "BulletVest4"
  601. BulletVest4.Parent = ARMOR_MENU
  602. BulletVest4.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  603. BulletVest4.BorderSizePixel = 0
  604. BulletVest4.Position = UDim2.new(0.734581113, 0, 0.236000001, 0)
  605. BulletVest4.Size = UDim2.new(0, 157, 0, 57)
  606. BulletVest4.Font = Enum.Font.SourceSansLight
  607. BulletVest4.Text = "Military Vest"
  608. BulletVest4.TextColor3 = Color3.new(0, 0, 0)
  609. BulletVest4.TextScaled = true
  610. BulletVest4.TextSize = 14
  611. BulletVest4.TextWrapped = true
  612.  
  613. BulletVest1.Name = "BulletVest1"
  614. BulletVest1.Parent = ARMOR_MENU
  615. BulletVest1.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  616. BulletVest1.BorderSizePixel = 0
  617. BulletVest1.Position = UDim2.new(0.0324400552, 0, 0.23550725, 0)
  618. BulletVest1.Size = UDim2.new(0, 157, 0, 57)
  619. BulletVest1.Font = Enum.Font.SourceSansLight
  620. BulletVest1.Text = "Vest"
  621. BulletVest1.TextColor3 = Color3.new(0, 0, 0)
  622. BulletVest1.TextScaled = true
  623. BulletVest1.TextSize = 14
  624. BulletVest1.TextWrapped = true
  625.  
  626. BulletVest3.Name = "BulletVest3"
  627. BulletVest3.Parent = ARMOR_MENU
  628. BulletVest3.BackgroundColor3 = Color3.new(0.635294, 0, 0)
  629. BulletVest3.BorderSizePixel = 0
  630. BulletVest3.Position = UDim2.new(0.502115667, 0, 0.23550725, 0)
  631. BulletVest3.Size = UDim2.new(0, 157, 0, 57)
  632. BulletVest3.Font = Enum.Font.SourceSansLight
  633. BulletVest3.Text = "Tactical Vest"
  634. BulletVest3.TextColor3 = Color3.new(0, 0, 0)
  635. BulletVest3.TextScaled = true
  636. BulletVest3.TextSize = 14
  637. BulletVest3.TextWrapped = true
  638.  
  639. TELE_MENU.Name = "TELE_MENU"
  640. TELE_MENU.Parent = MainTitle
  641. TELE_MENU.BackgroundColor3 = Color3.new(1, 1, 1)
  642. TELE_MENU.BackgroundTransparency = 1
  643. TELE_MENU.Position = UDim2.new(0, 0, 1.09615386, 0)
  644. TELE_MENU.Size = UDim2.new(0, 709, 0, 276)
  645. TELE_MENU.Visible = false
  646.  
  647. TeleLabel.Name = "TeleLabel"
  648. TeleLabel.Parent = TELE_MENU
  649. TeleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  650. TeleLabel.BackgroundTransparency = 1
  651. TeleLabel.BorderSizePixel = 0
  652. TeleLabel.Position = UDim2.new(0.407616377, 0, 0, 0)
  653. TeleLabel.Size = UDim2.new(0, 131, 0, 52)
  654. TeleLabel.Font = Enum.Font.SourceSans
  655. TeleLabel.Text = "Teleports"
  656. TeleLabel.TextColor3 = Color3.new(1, 1, 1)
  657. TeleLabel.TextScaled = true
  658. TeleLabel.TextSize = 14
  659. TeleLabel.TextWrapped = true
  660.  
  661. WepLine_2.Name = "WepLine"
  662. WepLine_2.Parent = TeleLabel
  663. WepLine_2.BackgroundColor3 = Color3.new(1, 1, 1)
  664. WepLine_2.Position = UDim2.new(-0.0152671756, 0, 1, 0)
  665. WepLine_2.Size = UDim2.new(0, 133, 0, 2)
  666.  
  667. GunShop.Name = "GunShop"
  668. GunShop.Parent = TELE_MENU
  669. GunShop.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  670. GunShop.BorderSizePixel = 0
  671. GunShop.Position = UDim2.new(0.0169252474, 0, 0.23550725, 0)
  672. GunShop.Size = UDim2.new(0, 167, 0, 61)
  673. GunShop.Font = Enum.Font.SourceSansLight
  674. GunShop.Text = "Gun Shop"
  675. GunShop.TextColor3 = Color3.new(0, 0, 0)
  676. GunShop.TextScaled = true
  677. GunShop.TextSize = 14
  678. GunShop.TextWrapped = true
  679.  
  680. BarberShop.Name = "BarberShop"
  681. BarberShop.Parent = TELE_MENU
  682. BarberShop.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  683. BarberShop.BorderSizePixel = 0
  684. BarberShop.Position = UDim2.new(0.0169252474, 0, 0.481884062, 0)
  685. BarberShop.Size = UDim2.new(0, 167, 0, 61)
  686. BarberShop.Font = Enum.Font.SourceSansLight
  687. BarberShop.Text = "Barber Shop"
  688. BarberShop.TextColor3 = Color3.new(0, 0, 0)
  689. BarberShop.TextScaled = true
  690. BarberShop.TextSize = 14
  691. BarberShop.TextWrapped = true
  692.  
  693. ClothesShop.Name = "ClothesShop"
  694. ClothesShop.Parent = TELE_MENU
  695. ClothesShop.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  696. ClothesShop.BorderSizePixel = 0
  697. ClothesShop.Position = UDim2.new(0.0169252474, 0, 0.728260875, 0)
  698. ClothesShop.Size = UDim2.new(0, 167, 0, 61)
  699. ClothesShop.Font = Enum.Font.SourceSansLight
  700. ClothesShop.Text = "Clothes Shop"
  701. ClothesShop.TextColor3 = Color3.new(0, 0, 0)
  702. ClothesShop.TextScaled = true
  703. ClothesShop.TextSize = 14
  704. ClothesShop.TextWrapped = true
  705.  
  706. Bunker.Name = "Bunker"
  707. Bunker.Parent = TELE_MENU
  708. Bunker.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  709. Bunker.BorderSizePixel = 0
  710. Bunker.Position = UDim2.new(0.261456996, 0, 0.23550725, 0)
  711. Bunker.Size = UDim2.new(0, 167, 0, 61)
  712. Bunker.Font = Enum.Font.SourceSansLight
  713. Bunker.Text = "Bunker"
  714. Bunker.TextColor3 = Color3.new(0, 0, 0)
  715. Bunker.TextScaled = true
  716. Bunker.TextSize = 14
  717. Bunker.TextWrapped = true
  718.  
  719. PawnShop.Name = "PawnShop"
  720. PawnShop.Parent = TELE_MENU
  721. PawnShop.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  722. PawnShop.BorderSizePixel = 0
  723. PawnShop.Position = UDim2.new(0.261456996, 0, 0.481884062, 0)
  724. PawnShop.Size = UDim2.new(0, 167, 0, 61)
  725. PawnShop.Font = Enum.Font.SourceSansLight
  726. PawnShop.Text = "Pawn Shop"
  727. PawnShop.TextColor3 = Color3.new(0, 0, 0)
  728. PawnShop.TextScaled = true
  729. PawnShop.TextSize = 14
  730. PawnShop.TextWrapped = true
  731.  
  732. Park.Name = "Park"
  733. Park.Parent = TELE_MENU
  734. Park.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  735. Park.BorderSizePixel = 0
  736. Park.Position = UDim2.new(0.261456996, 0, 0.728260875, 0)
  737. Park.Size = UDim2.new(0, 167, 0, 61)
  738. Park.Font = Enum.Font.SourceSansLight
  739. Park.Text = "Park"
  740. Park.TextColor3 = Color3.new(0, 0, 0)
  741. Park.TextScaled = true
  742. Park.TextSize = 14
  743. Park.TextWrapped = true
  744.  
  745. CrawlingZombie.Name = "CrawlingZombie"
  746. CrawlingZombie.Parent = TELE_MENU
  747. CrawlingZombie.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  748. CrawlingZombie.BorderSizePixel = 0
  749. CrawlingZombie.Position = UDim2.new(0.505988777, 0, 0.23550725, 0)
  750. CrawlingZombie.Size = UDim2.new(0, 167, 0, 61)
  751. CrawlingZombie.Font = Enum.Font.SourceSansLight
  752. CrawlingZombie.Text = "Crawling Zombie"
  753. CrawlingZombie.TextColor3 = Color3.new(0, 0, 0)
  754. CrawlingZombie.TextScaled = true
  755. CrawlingZombie.TextSize = 14
  756. CrawlingZombie.TextWrapped = true
  757.  
  758. FastZombie.Name = "FastZombie"
  759. FastZombie.Parent = TELE_MENU
  760. FastZombie.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  761. FastZombie.BorderSizePixel = 0
  762. FastZombie.Position = UDim2.new(0.505988777, 0, 0.481884062, 0)
  763. FastZombie.Size = UDim2.new(0, 167, 0, 61)
  764. FastZombie.Font = Enum.Font.SourceSansLight
  765. FastZombie.Text = "FastZombie"
  766. FastZombie.TextColor3 = Color3.new(0, 0, 0)
  767. FastZombie.TextScaled = true
  768. FastZombie.TextSize = 14
  769. FastZombie.TextWrapped = true
  770.  
  771. MediumZombie.Name = "MediumZombie"
  772. MediumZombie.Parent = TELE_MENU
  773. MediumZombie.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  774. MediumZombie.BorderSizePixel = 0
  775. MediumZombie.Position = UDim2.new(0.505988777, 0, 0.728260875, 0)
  776. MediumZombie.Size = UDim2.new(0, 167, 0, 61)
  777. MediumZombie.Font = Enum.Font.SourceSansLight
  778. MediumZombie.Text = "MediumZombie"
  779. MediumZombie.TextColor3 = Color3.new(0, 0, 0)
  780. MediumZombie.TextScaled = true
  781. MediumZombie.TextSize = 14
  782. MediumZombie.TextWrapped = true
  783.  
  784. SuperZombie.Name = "SuperZombie"
  785. SuperZombie.Parent = TELE_MENU
  786. SuperZombie.BackgroundColor3 = Color3.new(0.027451, 0.584314, 0.635294)
  787. SuperZombie.BorderSizePixel = 0
  788. SuperZombie.Position = UDim2.new(0.753397405, 0, 0.23550725, 0)
  789. SuperZombie.Size = UDim2.new(0, 167, 0, 61)
  790. SuperZombie.Font = Enum.Font.SourceSansLight
  791. SuperZombie.Text = "Super Zombie"
  792. SuperZombie.TextColor3 = Color3.new(0, 0, 0)
  793. SuperZombie.TextScaled = true
  794. SuperZombie.TextSize = 14
  795. SuperZombie.TextWrapped = true
  796.  
  797. Close.Name = "Close"
  798. Close.Parent = MainTitle
  799. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  800. Close.BackgroundTransparency = 1
  801. Close.Position = UDim2.new(0.930888593, 0, 0.0961538479, 0)
  802. Close.Size = UDim2.new(0, 49, 0, 36)
  803. Close.Font = Enum.Font.SourceSans
  804. Close.Text = "X"
  805. Close.TextColor3 = Color3.new(1, 1, 1)
  806. Close.TextScaled = true
  807. Close.TextSize = 100
  808. Close.TextWrapped = true
  809.  
  810. Minimize.Name = "Minimize"
  811. Minimize.Parent = MainTitle
  812. Minimize.BackgroundColor3 = Color3.new(1, 1, 1)
  813. Minimize.BackgroundTransparency = 1
  814. Minimize.Position = UDim2.new(0.861777186, 0, 0, 0)
  815. Minimize.Size = UDim2.new(0, 49, 0, 41)
  816. Minimize.Font = Enum.Font.SourceSans
  817. Minimize.Text = "-"
  818. Minimize.TextColor3 = Color3.new(1, 1, 1)
  819. Minimize.TextSize = 100
  820. Minimize.TextWrapped = true
  821.  
  822. Next_Button_Right.Name = "Next_Button_Right"
  823. Next_Button_Right.Parent = MainTitle
  824. Next_Button_Right.BackgroundColor3 = Color3.new(0, 0, 0)
  825. Next_Button_Right.BackgroundTransparency = 1
  826. Next_Button_Right.BorderSizePixel = 0
  827. Next_Button_Right.Position = UDim2.new(0.669957757, 0, 1.1346153, 0)
  828. Next_Button_Right.Size = UDim2.new(0, 73, 0, 50)
  829. Next_Button_Right.Font = Enum.Font.SourceSans
  830. Next_Button_Right.Text = ">"
  831. Next_Button_Right.TextColor3 = Color3.new(1, 1, 1)
  832. Next_Button_Right.TextScaled = true
  833. Next_Button_Right.TextSize = 14
  834. Next_Button_Right.TextWrapped = true
  835.  
  836. Next_Button_Left.Name = "Next_Button_Left"
  837. Next_Button_Left.Parent = MainTitle
  838. Next_Button_Left.BackgroundColor3 = Color3.new(0, 0, 0)
  839. Next_Button_Left.BackgroundTransparency = 1
  840. Next_Button_Left.BorderSizePixel = 0
  841. Next_Button_Left.Position = UDim2.new(0.224259585, 0, 1.1346153, 0)
  842. Next_Button_Left.Size = UDim2.new(0, 73, 0, 50)
  843. Next_Button_Left.Font = Enum.Font.SourceSans
  844. Next_Button_Left.Text = "<"
  845. Next_Button_Left.TextColor3 = Color3.new(1, 1, 1)
  846. Next_Button_Left.TextScaled = true
  847. Next_Button_Left.TextSize = 14
  848. Next_Button_Left.TextWrapped = true
  849.  
  850. THEME_MENU.Name = "THEME_MENU"
  851. THEME_MENU.Parent = MainTitle
  852. THEME_MENU.BackgroundColor3 = Color3.new(1, 1, 1)
  853. THEME_MENU.BackgroundTransparency = 1
  854. THEME_MENU.Position = UDim2.new(0, 0, 1.09615386, 0)
  855. THEME_MENU.Size = UDim2.new(0, 709, 0, 276)
  856. THEME_MENU.Visible = false
  857.  
  858. ThemeLabel.Name = "ThemeLabel"
  859. ThemeLabel.Parent = THEME_MENU
  860. ThemeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  861. ThemeLabel.BackgroundTransparency = 1
  862. ThemeLabel.BorderSizePixel = 0
  863. ThemeLabel.Position = UDim2.new(0.407616377, 0, 0, 0)
  864. ThemeLabel.Size = UDim2.new(0, 131, 0, 52)
  865. ThemeLabel.Font = Enum.Font.SourceSans
  866. ThemeLabel.Text = "Theme"
  867. ThemeLabel.TextColor3 = Color3.new(1, 1, 1)
  868. ThemeLabel.TextScaled = true
  869. ThemeLabel.TextSize = 14
  870. ThemeLabel.TextWrapped = true
  871.  
  872. ThemeLine.Name = "ThemeLine"
  873. ThemeLine.Parent = ThemeLabel
  874. ThemeLine.BackgroundColor3 = Color3.new(1, 1, 1)
  875. ThemeLine.Position = UDim2.new(-0.0152671756, 0, 1, 0)
  876. ThemeLine.Size = UDim2.new(0, 133, 0, 2)
  877.  
  878. BackgroundIdLabel.Name = "BackgroundIdLabel"
  879. BackgroundIdLabel.Parent = THEME_MENU
  880. BackgroundIdLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  881. BackgroundIdLabel.BackgroundTransparency = 1
  882. BackgroundIdLabel.BorderSizePixel = 0
  883. BackgroundIdLabel.Position = UDim2.new(0, 0, 0.231884062, 0)
  884. BackgroundIdLabel.Size = UDim2.new(0, 200, 0, 50)
  885. BackgroundIdLabel.Font = Enum.Font.SourceSans
  886. BackgroundIdLabel.PlaceholderColor3 = Color3.new(1, 1, 1)
  887. BackgroundIdLabel.Text = "55490503"
  888. BackgroundIdLabel.TextColor3 = Color3.new(1, 1, 1)
  889. BackgroundIdLabel.TextScaled = true
  890. BackgroundIdLabel.TextSize = 14
  891. BackgroundIdLabel.TextWrapped = true
  892.  
  893. BackgroundIdBtn.Name = "BackgroundIdBtn"
  894. BackgroundIdBtn.Parent = THEME_MENU
  895. BackgroundIdBtn.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  896. BackgroundIdBtn.BackgroundTransparency = 0.40000000596046
  897. BackgroundIdBtn.BorderSizePixel = 0
  898. BackgroundIdBtn.Position = UDim2.new(0.282087445, 0, 0.231884062, 0)
  899. BackgroundIdBtn.Size = UDim2.new(0, 200, 0, 50)
  900. BackgroundIdBtn.Font = Enum.Font.SourceSans
  901. BackgroundIdBtn.Text = "Set Background Id"
  902. BackgroundIdBtn.TextColor3 = Color3.new(1, 1, 1)
  903. BackgroundIdBtn.TextScaled = true
  904. BackgroundIdBtn.TextSize = 14
  905. BackgroundIdBtn.TextWrapped = true
  906.  
  907. BackgroundR.Name = "BackgroundR"
  908. BackgroundR.Parent = THEME_MENU
  909. BackgroundR.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  910. BackgroundR.BackgroundTransparency = 0.30000001192093
  911. BackgroundR.BorderSizePixel = 0
  912. BackgroundR.Position = UDim2.new(0.026798306, 0, 0.670289874, 0)
  913. BackgroundR.Size = UDim2.new(0, 85, 0, 32)
  914. BackgroundR.Font = Enum.Font.SourceSans
  915. BackgroundR.PlaceholderColor3 = Color3.new(1, 1, 1)
  916. BackgroundR.Text = "71"
  917. BackgroundR.TextColor3 = Color3.new(1, 1, 1)
  918. BackgroundR.TextScaled = true
  919. BackgroundR.TextSize = 14
  920. BackgroundR.TextWrapped = true
  921.  
  922. BackgroundG.Name = "BackgroundG"
  923. BackgroundG.Parent = THEME_MENU
  924. BackgroundG.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  925. BackgroundG.BackgroundTransparency = 0.30000001192093
  926. BackgroundG.BorderSizePixel = 0
  927. BackgroundG.Position = UDim2.new(0.162200287, 0, 0.670289874, 0)
  928. BackgroundG.Size = UDim2.new(0, 85, 0, 32)
  929. BackgroundG.Font = Enum.Font.SourceSans
  930. BackgroundG.PlaceholderColor3 = Color3.new(1, 1, 1)
  931. BackgroundG.Text = "71"
  932. BackgroundG.TextColor3 = Color3.new(1, 1, 1)
  933. BackgroundG.TextScaled = true
  934. BackgroundG.TextSize = 14
  935. BackgroundG.TextWrapped = true
  936.  
  937. BackgroundB.Name = "BackgroundB"
  938. BackgroundB.Parent = THEME_MENU
  939. BackgroundB.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  940. BackgroundB.BackgroundTransparency = 0.30000001192093
  941. BackgroundB.BorderSizePixel = 0
  942. BackgroundB.Position = UDim2.new(0.299012721, 0, 0.670289874, 0)
  943. BackgroundB.Size = UDim2.new(0, 85, 0, 32)
  944. BackgroundB.Font = Enum.Font.SourceSans
  945. BackgroundB.PlaceholderColor3 = Color3.new(1, 1, 1)
  946. BackgroundB.Text = "71"
  947. BackgroundB.TextColor3 = Color3.new(1, 1, 1)
  948. BackgroundB.TextScaled = true
  949. BackgroundB.TextSize = 14
  950. BackgroundB.TextWrapped = true
  951.  
  952. TextLabel.Parent = THEME_MENU
  953. TextLabel.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  954. TextLabel.BorderSizePixel = 0
  955. TextLabel.Position = UDim2.new(0.0183356833, 0, 0.445652187, 0)
  956. TextLabel.Size = UDim2.new(0, 298, 0, 50)
  957. TextLabel.Font = Enum.Font.SourceSans
  958. TextLabel.Text = "RGB Color menu,"
  959. TextLabel.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  960. TextLabel.TextScaled = true
  961. TextLabel.TextSize = 14
  962. TextLabel.TextWrapped = true
  963. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  964.  
  965. TextLabel_2.Parent = THEME_MENU
  966. TextLabel_2.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  967. TextLabel_2.BorderSizePixel = 0
  968. TextLabel_2.Position = UDim2.new(0.43300423, 0, 0.445652187, 0)
  969. TextLabel_2.Size = UDim2.new(0, 66, 0, 50)
  970. TextLabel_2.Font = Enum.Font.SourceSans
  971. TextLabel_2.Text = "Red"
  972. TextLabel_2.TextColor3 = Color3.new(1, 0.219608, 0.231373)
  973. TextLabel_2.TextScaled = true
  974. TextLabel_2.TextSize = 14
  975. TextLabel_2.TextWrapped = true
  976. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  977.  
  978. TextLabel_3.Parent = THEME_MENU
  979. TextLabel_3.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  980. TextLabel_3.BorderSizePixel = 0
  981. TextLabel_3.Position = UDim2.new(0.540197432, 0, 0.445652187, 0)
  982. TextLabel_3.Size = UDim2.new(0, 109, 0, 50)
  983. TextLabel_3.Font = Enum.Font.SourceSans
  984. TextLabel_3.Text = "Green"
  985. TextLabel_3.TextColor3 = Color3.new(0.478431, 0.956863, 0.372549)
  986. TextLabel_3.TextScaled = true
  987. TextLabel_3.TextSize = 14
  988. TextLabel_3.TextWrapped = true
  989. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  990.  
  991. TextLabel_4.Parent = THEME_MENU
  992. TextLabel_4.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  993. TextLabel_4.BorderSizePixel = 0
  994. TextLabel_4.Position = UDim2.new(0.69534564, 0, 0.445652187, 0)
  995. TextLabel_4.Size = UDim2.new(0, 65, 0, 50)
  996. TextLabel_4.Font = Enum.Font.SourceSans
  997. TextLabel_4.Text = "and"
  998. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  999. TextLabel_4.TextScaled = true
  1000. TextLabel_4.TextSize = 14
  1001. TextLabel_4.TextWrapped = true
  1002. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  1003.  
  1004. TextLabel_5.Parent = THEME_MENU
  1005. TextLabel_5.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  1006. TextLabel_5.BorderSizePixel = 0
  1007. TextLabel_5.Position = UDim2.new(0.526093066, 0, 0.445652187, 0)
  1008. TextLabel_5.Size = UDim2.new(0, 10, 0, 50)
  1009. TextLabel_5.Font = Enum.Font.SourceSans
  1010. TextLabel_5.Text = ","
  1011. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1012. TextLabel_5.TextScaled = true
  1013. TextLabel_5.TextSize = 14
  1014. TextLabel_5.TextWrapped = true
  1015. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  1016.  
  1017. TextLabel_6.Parent = THEME_MENU
  1018. TextLabel_6.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  1019. TextLabel_6.BorderSizePixel = 0
  1020. TextLabel_6.Position = UDim2.new(0.681241155, 0, 0.445652187, 0)
  1021. TextLabel_6.Size = UDim2.new(0, 10, 0, 50)
  1022. TextLabel_6.Font = Enum.Font.SourceSans
  1023. TextLabel_6.Text = ","
  1024. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1025. TextLabel_6.TextScaled = true
  1026. TextLabel_6.TextSize = 14
  1027. TextLabel_6.TextWrapped = true
  1028. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  1029.  
  1030. TextLabel_7.Parent = THEME_MENU
  1031. TextLabel_7.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  1032. TextLabel_7.BorderSizePixel = 0
  1033. TextLabel_7.Position = UDim2.new(0.787023962, 0, 0.445652187, 0)
  1034. TextLabel_7.Size = UDim2.new(0, 66, 0, 50)
  1035. TextLabel_7.Font = Enum.Font.SourceSans
  1036. TextLabel_7.Text = "Bleu"
  1037. TextLabel_7.TextColor3 = Color3.new(0.203922, 0.670588, 0.956863)
  1038. TextLabel_7.TextScaled = true
  1039. TextLabel_7.TextSize = 14
  1040. TextLabel_7.TextWrapped = true
  1041. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  1042.  
  1043. SetBackgroundRBG.Name = "SetBackgroundRBG"
  1044. SetBackgroundRBG.Parent = THEME_MENU
  1045. SetBackgroundRBG.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  1046. SetBackgroundRBG.BackgroundTransparency = 0.40000000596046
  1047. SetBackgroundRBG.BorderSizePixel = 0
  1048. SetBackgroundRBG.Position = UDim2.new(0.0267983079, 0, 0.811594188, 0)
  1049. SetBackgroundRBG.Size = UDim2.new(0, 140, 0, 26)
  1050. SetBackgroundRBG.Font = Enum.Font.SourceSans
  1051. SetBackgroundRBG.Text = "Set Background"
  1052. SetBackgroundRBG.TextColor3 = Color3.new(1, 1, 1)
  1053. SetBackgroundRBG.TextScaled = true
  1054. SetBackgroundRBG.TextSize = 14
  1055. SetBackgroundRBG.TextWrapped = true
  1056.  
  1057. SetTitleRBG.Name = "SetTitleRBG"
  1058. SetTitleRBG.Parent = THEME_MENU
  1059. SetTitleRBG.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  1060. SetTitleRBG.BackgroundTransparency = 0.40000000596046
  1061. SetTitleRBG.BorderSizePixel = 0
  1062. SetTitleRBG.Position = UDim2.new(0.235543013, 0, 0.811594188, 0)
  1063. SetTitleRBG.Size = UDim2.new(0, 140, 0, 26)
  1064. SetTitleRBG.Font = Enum.Font.SourceSans
  1065. SetTitleRBG.Text = "Set Title Bar"
  1066. SetTitleRBG.TextColor3 = Color3.new(1, 1, 1)
  1067. SetTitleRBG.TextScaled = true
  1068. SetTitleRBG.TextSize = 14
  1069. SetTitleRBG.TextWrapped = true
  1070.  
  1071. TitleShade.Name = "TitleShade"
  1072. TitleShade.Parent = MainTitle
  1073. TitleShade.BackgroundColor3 = Color3.new(0, 0, 0)
  1074. TitleShade.BorderSizePixel = 0
  1075. TitleShade.Position = UDim2.new(0, 0, 1, 0)
  1076. TitleShade.Size = UDim2.new(0, 709, 0, 7)
  1077.  
  1078. HAX_MENU.Name = "HAX_MENU"
  1079. HAX_MENU.Parent = MainTitle
  1080. HAX_MENU.BackgroundColor3 = Color3.new(1, 1, 1)
  1081. HAX_MENU.BackgroundTransparency = 1
  1082. HAX_MENU.Position = UDim2.new(0, 0, 1.09615386, 0)
  1083. HAX_MENU.Size = UDim2.new(0, 709, 0, 276)
  1084. HAX_MENU.Visible = false
  1085.  
  1086. HaxLabel.Name = "HaxLabel"
  1087. HaxLabel.Parent = HAX_MENU
  1088. HaxLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1089. HaxLabel.BackgroundTransparency = 1
  1090. HaxLabel.BorderSizePixel = 0
  1091. HaxLabel.Position = UDim2.new(0.407616377, 0, 0, 0)
  1092. HaxLabel.Size = UDim2.new(0, 131, 0, 52)
  1093. HaxLabel.Font = Enum.Font.SourceSans
  1094. HaxLabel.Text = "Cheats"
  1095. HaxLabel.TextColor3 = Color3.new(1, 1, 1)
  1096. HaxLabel.TextScaled = true
  1097. HaxLabel.TextSize = 14
  1098. HaxLabel.TextWrapped = true
  1099.  
  1100. WepLine_3.Name = "WepLine"
  1101. WepLine_3.Parent = HaxLabel
  1102. WepLine_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1103. WepLine_3.Position = UDim2.new(-0.0152671756, 0, 1, 0)
  1104. WepLine_3.Size = UDim2.new(0, 133, 0, 2)
  1105.  
  1106. Noclip.Name = "Noclip"
  1107. Noclip.Parent = HAX_MENU
  1108. Noclip.BackgroundColor3 = Color3.new(1, 0, 0)
  1109. Noclip.BackgroundTransparency = 0.60000002384186
  1110. Noclip.BorderSizePixel = 0
  1111. Noclip.Position = UDim2.new(0.00884286687, 0, 0.619565189, 0)
  1112. Noclip.Size = UDim2.new(0, 225, 0, 43)
  1113. Noclip.Font = Enum.Font.SourceSans
  1114. Noclip.Text = "Toggle Noclip"
  1115. Noclip.TextColor3 = Color3.new(1, 1, 1)
  1116. Noclip.TextScaled = true
  1117. Noclip.TextSize = 14
  1118. Noclip.TextWrapped = true
  1119.  
  1120. InfAmmo.Name = "InfAmmo"
  1121. InfAmmo.Parent = HAX_MENU
  1122. InfAmmo.BackgroundColor3 = Color3.new(1, 0, 0)
  1123. InfAmmo.BackgroundTransparency = 0.60000002384186
  1124. InfAmmo.BorderSizePixel = 0
  1125. InfAmmo.Position = UDim2.new(0.00884286687, 0, 0.804347813, 0)
  1126. InfAmmo.Size = UDim2.new(0, 225, 0, 43)
  1127. InfAmmo.Font = Enum.Font.SourceSans
  1128. InfAmmo.Text = "Toggle Inf Ammo"
  1129. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  1130. InfAmmo.TextScaled = true
  1131. InfAmmo.TextSize = 14
  1132. InfAmmo.TextWrapped = true
  1133.  
  1134. Esp.Name = "Esp"
  1135. Esp.Parent = HAX_MENU
  1136. Esp.BackgroundColor3 = Color3.new(1, 0, 0)
  1137. Esp.BackgroundTransparency = 0.60000002384186
  1138. Esp.BorderSizePixel = 0
  1139. Esp.Position = UDim2.new(0.33850494, 0, 0.619565189, 0)
  1140. Esp.Size = UDim2.new(0, 225, 0, 43)
  1141. Esp.Font = Enum.Font.SourceSans
  1142. Esp.Text = "Toggle Esp"
  1143. Esp.TextColor3 = Color3.new(1, 1, 1)
  1144. Esp.TextScaled = true
  1145. Esp.TextSize = 14
  1146. Esp.TextWrapped = true
  1147.  
  1148. LowGravity.Name = "LowGravity"
  1149. LowGravity.Parent = HAX_MENU
  1150. LowGravity.BackgroundColor3 = Color3.new(1, 0, 0)
  1151. LowGravity.BackgroundTransparency = 0.60000002384186
  1152. LowGravity.BorderSizePixel = 0
  1153. LowGravity.Position = UDim2.new(0.33850494, 0, 0.804347813, 0)
  1154. LowGravity.Size = UDim2.new(0, 225, 0, 43)
  1155. LowGravity.Font = Enum.Font.SourceSans
  1156. LowGravity.Text = "Toggle Low Grav"
  1157. LowGravity.TextColor3 = Color3.new(1, 1, 1)
  1158. LowGravity.TextScaled = true
  1159. LowGravity.TextSize = 14
  1160. LowGravity.TextWrapped = true
  1161.  
  1162. TpToPlayerValue.Name = "TpToPlayerValue"
  1163. TpToPlayerValue.Parent = HAX_MENU
  1164. TpToPlayerValue.BackgroundColor3 = Color3.new(1, 1, 1)
  1165. TpToPlayerValue.BackgroundTransparency = 1
  1166. TpToPlayerValue.Position = UDim2.new(0.00884286687, 0, 0.2210145, 0)
  1167. TpToPlayerValue.Size = UDim2.new(0, 693, 0, 50)
  1168. TpToPlayerValue.Font = Enum.Font.SourceSans
  1169. TpToPlayerValue.Text = "Player1"
  1170. TpToPlayerValue.TextColor3 = Color3.new(1, 1, 1)
  1171. TpToPlayerValue.TextScaled = true
  1172. TpToPlayerValue.TextSize = 14
  1173. TpToPlayerValue.TextWrapped = true
  1174.  
  1175. TpToPlayerButton.Name = "TpToPlayerButton"
  1176. TpToPlayerButton.Parent = HAX_MENU
  1177. TpToPlayerButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1178. TpToPlayerButton.BackgroundTransparency = 0.60000002384186
  1179. TpToPlayerButton.BorderSizePixel = 0
  1180. TpToPlayerButton.Position = UDim2.new(0.668547273, 0, 0.442028999, 0)
  1181. TpToPlayerButton.Size = UDim2.new(0, 225, 0, 43)
  1182. TpToPlayerButton.Font = Enum.Font.SourceSans
  1183. TpToPlayerButton.Text = "Goto Player"
  1184. TpToPlayerButton.TextColor3 = Color3.new(1, 1, 1)
  1185. TpToPlayerButton.TextScaled = true
  1186. TpToPlayerButton.TextSize = 14
  1187. TpToPlayerButton.TextWrapped = true
  1188.  
  1189. ClickTp.Name = "ClickTp"
  1190. ClickTp.Parent = HAX_MENU
  1191. ClickTp.BackgroundColor3 = Color3.new(1, 0, 0)
  1192. ClickTp.BackgroundTransparency = 0.60000002384186
  1193. ClickTp.BorderSizePixel = 0
  1194. ClickTp.Position = UDim2.new(0.668166995, 0, 0.619565189, 0)
  1195. ClickTp.Size = UDim2.new(0, 225, 0, 43)
  1196. ClickTp.Font = Enum.Font.SourceSans
  1197. ClickTp.Text = "Toggle Click-TP"
  1198. ClickTp.TextColor3 = Color3.new(1, 1, 1)
  1199. ClickTp.TextScaled = true
  1200. ClickTp.TextSize = 14
  1201. ClickTp.TextWrapped = true
  1202.  
  1203. Btool.Name = "Btool"
  1204. Btool.Parent = HAX_MENU
  1205. Btool.BackgroundColor3 = Color3.new(1, 0, 0)
  1206. Btool.BackgroundTransparency = 0.60000002384186
  1207. Btool.BorderSizePixel = 0
  1208. Btool.Position = UDim2.new(0.668166995, 0, 0.804347813, 0)
  1209. Btool.Size = UDim2.new(0, 225, 0, 43)
  1210. Btool.Font = Enum.Font.SourceSans
  1211. Btool.Text = "Toggle Btool"
  1212. Btool.TextColor3 = Color3.new(1, 1, 1)
  1213. Btool.TextScaled = true
  1214. Btool.TextSize = 14
  1215. Btool.TextWrapped = true
  1216.  
  1217. Tracers.Name = "Tracers"
  1218. Tracers.Parent = HAX_MENU
  1219. Tracers.BackgroundColor3 = Color3.new(1, 0, 0)
  1220. Tracers.BackgroundTransparency = 0.60000002384186
  1221. Tracers.BorderSizePixel = 0
  1222. Tracers.Position = UDim2.new(0.00884286687, 0, 0.442028999, 0)
  1223. Tracers.Size = UDim2.new(0, 225, 0, 43)
  1224. Tracers.Font = Enum.Font.SourceSans
  1225. Tracers.Text = "Toggle Tracers"
  1226. Tracers.TextColor3 = Color3.new(1, 1, 1)
  1227. Tracers.TextScaled = true
  1228. Tracers.TextSize = 14
  1229. Tracers.TextWrapped = true
  1230.  
  1231. Fullbright.Name = "Fullbright"
  1232. Fullbright.Parent = HAX_MENU
  1233. Fullbright.BackgroundColor3 = Color3.new(1, 0, 0)
  1234. Fullbright.BackgroundTransparency = 0.60000002384186
  1235. Fullbright.BorderSizePixel = 0
  1236. Fullbright.Position = UDim2.new(0.33850494, 0, 0.442028999, 0)
  1237. Fullbright.Size = UDim2.new(0, 225, 0, 43)
  1238. Fullbright.Font = Enum.Font.SourceSans
  1239. Fullbright.Text = "Toggle FullBright"
  1240. Fullbright.TextColor3 = Color3.new(1, 1, 1)
  1241. Fullbright.TextScaled = true
  1242. Fullbright.TextSize = 14
  1243. Fullbright.TextWrapped = true
  1244.  
  1245. Open.Name = "Open"
  1246. Open.Parent = SupBrah
  1247. Open.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  1248. Open.BorderSizePixel = 0
  1249. Open.Position = UDim2.new(0.924666166, 0, 0.801955938, 0)
  1250. Open.Size = UDim2.new(0, 119, 0, 36)
  1251. Open.Visible = false
  1252. Open.Font = Enum.Font.SourceSans
  1253. Open.Text = "Open"
  1254. Open.TextColor3 = Color3.new(1, 1, 1)
  1255. Open.TextScaled = true
  1256. Open.TextSize = 100
  1257. Open.TextWrapped = true
  1258.  
  1259. SetIMColorRBG.Name = "SetIMColorRBG"
  1260. SetIMColorRBG.Parent = MainTitle.THEME_MENU
  1261. SetIMColorRBG.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  1262. SetIMColorRBG.BackgroundTransparency = 0.40000000596046
  1263. SetIMColorRBG.BorderSizePixel = 0
  1264. SetIMColorRBG.Position = UDim2.new(0.442877293, 0, 0.811594188, 0)
  1265. SetIMColorRBG.Size = UDim2.new(0, 234, 0, 26)
  1266. SetIMColorRBG.Font = Enum.Font.SourceSans
  1267. SetIMColorRBG.Text = "Set Background Image Color"
  1268. SetIMColorRBG.TextColor3 = Color3.new(1, 1, 1)
  1269. SetIMColorRBG.TextScaled = true
  1270. SetIMColorRBG.TextSize = 14
  1271. SetIMColorRBG.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement