Advertisement
Derek1017

Test

Aug 13th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 115.05 KB | None | 0 0
  1. --Created with ttyyuu12345's compiler
  2. --Errors: LocalScript
  3. Create = function(itemClass,tabl)
  4. local item = Instance.new(itemClass)
  5. for i,v in pairs(tabl) do
  6. local a,b = ypcall(function() return item[i] end)
  7. if a then
  8. item[i] = tabl[i]
  9. end
  10. end
  11. return item
  12. end
  13. function runDummyScript(f,scri)
  14. local oldenv = getfenv(f)
  15. local newenv = setmetatable({}, {
  16. __index = function(_, k)
  17. if k:lower() == 'script' then
  18. return scri
  19. else
  20. return oldenv[k]
  21. end
  22. end
  23. })
  24. setfenv(f, newenv)
  25. ypcall(function() f() end)
  26. end
  27. cors = {}
  28. mas = Instance.new("Model",game:GetService("Lighting"))
  29. mas.Name = "CompiledModel"
  30. o1 = Create("ScreenGui",{
  31. ["Name"] = "AdminGui",
  32. ["Parent"] = mas,
  33. })
  34. o2 = Create("Frame",{
  35. ["Name"] = "Gui",
  36. ["Parent"] = o1,
  37. ["Transparency"] = 0.69999998807907,
  38. ["Position"] = UDim2.new(0,400,0,155),
  39. ["Size"] = UDim2.new(0,650,0,445),
  40. ["Active"] = true,
  41. ["Visible"] = false,
  42. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  43. ["BackgroundTransparency"] = 0.69999998807907,
  44. ["BorderColor3"] = Color3.new(0, 0, 0),
  45. ["BorderSizePixel"] = 0,
  46. ["Draggable"] = true,
  47. })
  48. o3 = Create("Frame",{
  49. ["Name"] = "Scripts",
  50. ["Parent"] = o2,
  51. ["Transparency"] = 1,
  52. ["Position"] = UDim2.new(0,0,0,35),
  53. ["Size"] = UDim2.new(0,650,0,410),
  54. ["Visible"] = false,
  55. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  56. ["BackgroundTransparency"] = 1,
  57. ["BorderSizePixel"] = 0,
  58. })
  59. o4 = Create("ScrollingFrame",{
  60. ["Name"] = "ScrollingScripts",
  61. ["Parent"] = o3,
  62. ["Transparency"] = 0.40000000596046,
  63. ["Position"] = UDim2.new(0,0,0,5),
  64. ["Size"] = UDim2.new(0,650,0,405),
  65. ["CanvasSize"] = UDim2.new(0,0,0,0),
  66. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  67. ["BackgroundTransparency"] = 0.40000000596046,
  68. ["BorderColor3"] = Color3.new(0, 0, 0),
  69. ["BorderSizePixel"] = 0,
  70. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  71. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  72. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  73. })
  74. o5 = Create("TextButton",{
  75. ["Name"] = "Draw Tool",
  76. ["Parent"] = o4,
  77. ["Transparency"] = 0.40000000596046,
  78. ["Position"] = UDim2.new(0,200,0,160),
  79. ["Size"] = UDim2.new(0,200,0,40),
  80. ["Text"] = "Draw Tool",
  81. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  82. ["BackgroundTransparency"] = 0.40000000596046,
  83. ["BorderSizePixel"] = 0,
  84. ["Font"] = Enum.Font.ArialBold,
  85. ["FontSize"] = Enum.FontSize.Size24,
  86. ["TextColor3"] = Color3.new(1, 1, 1),
  87. ["TextWrapped"] = true,
  88. })
  89. o7 = Create("TextButton",{
  90. ["Name"] = "Spike",
  91. ["Parent"] = o4,
  92. ["Transparency"] = 0.40000000596046,
  93. ["Position"] = UDim2.new(0,200,0,120),
  94. ["Size"] = UDim2.new(0,200,0,40),
  95. ["Text"] = "Spike",
  96. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  97. ["BackgroundTransparency"] = 0.40000000596046,
  98. ["BorderSizePixel"] = 0,
  99. ["Font"] = Enum.Font.ArialBold,
  100. ["FontSize"] = Enum.FontSize.Size24,
  101. ["TextColor3"] = Color3.new(1, 1, 1),
  102. ["TextWrapped"] = true,
  103. })
  104. o9 = Create("TextLabel",{
  105. ["Name"] = "Border",
  106. ["Parent"] = o4,
  107. ["Transparency"] = 0.40000000596046,
  108. ["Position"] = UDim2.new(0,200,0,360),
  109. ["Size"] = UDim2.new(0,400,0,45),
  110. ["Text"] = "",
  111. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  112. ["BackgroundTransparency"] = 0.40000000596046,
  113. ["BorderSizePixel"] = 0,
  114. })
  115. o10 = Create("TextButton",{
  116. ["Name"] = "Atlas Sword",
  117. ["Parent"] = o4,
  118. ["Transparency"] = 0.40000000596046,
  119. ["Position"] = UDim2.new(0,0,0,40),
  120. ["Size"] = UDim2.new(0,200,0,40),
  121. ["Text"] = "Atlas Sword",
  122. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  123. ["BackgroundTransparency"] = 0.40000000596046,
  124. ["BorderSizePixel"] = 0,
  125. ["Font"] = Enum.Font.ArialBold,
  126. ["FontSize"] = Enum.FontSize.Size24,
  127. ["TextColor3"] = Color3.new(1, 1, 1),
  128. ["TextWrapped"] = true,
  129. })
  130. o12 = Create("TextButton",{
  131. ["Name"] = "Scythe",
  132. ["Parent"] = o4,
  133. ["Transparency"] = 0.40000000596046,
  134. ["Position"] = UDim2.new(0,0,0,80),
  135. ["Size"] = UDim2.new(0,200,0,40),
  136. ["Text"] = "Scythe",
  137. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  138. ["BackgroundTransparency"] = 0.40000000596046,
  139. ["BorderSizePixel"] = 0,
  140. ["Font"] = Enum.Font.ArialBold,
  141. ["FontSize"] = Enum.FontSize.Size24,
  142. ["TextColor3"] = Color3.new(1, 1, 1),
  143. ["TextWrapped"] = true,
  144. })
  145. o14 = Create("TextButton",{
  146. ["Name"] = "War Hammer",
  147. ["Parent"] = o4,
  148. ["Transparency"] = 0.40000000596046,
  149. ["Position"] = UDim2.new(0,200,0,0),
  150. ["Size"] = UDim2.new(0,200,0,40),
  151. ["Text"] = "War Hammer",
  152. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  153. ["BackgroundTransparency"] = 0.40000000596046,
  154. ["BorderSizePixel"] = 0,
  155. ["Font"] = Enum.Font.ArialBold,
  156. ["FontSize"] = Enum.FontSize.Size24,
  157. ["TextColor3"] = Color3.new(1, 1, 1),
  158. ["TextWrapped"] = true,
  159. })
  160. o16 = Create("TextButton",{
  161. ["Name"] = "Dominus Tabs",
  162. ["Parent"] = o4,
  163. ["Transparency"] = 0.40000000596046,
  164. ["Position"] = UDim2.new(0,200,0,40),
  165. ["Size"] = UDim2.new(0,200,0,40),
  166. ["Text"] = "Dominus Tabs",
  167. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  168. ["BackgroundTransparency"] = 0.40000000596046,
  169. ["BorderSizePixel"] = 0,
  170. ["Font"] = Enum.Font.ArialBold,
  171. ["FontSize"] = Enum.FontSize.Size24,
  172. ["TextColor3"] = Color3.new(1, 1, 1),
  173. ["TextWrapped"] = true,
  174. })
  175. o18 = Create("TextButton",{
  176. ["Name"] = "Lightsaber",
  177. ["Parent"] = o4,
  178. ["Transparency"] = 0.40000000596046,
  179. ["Position"] = UDim2.new(0,200,0,320),
  180. ["Size"] = UDim2.new(0,200,0,40),
  181. ["Text"] = "Lightsaber",
  182. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  183. ["BackgroundTransparency"] = 0.40000000596046,
  184. ["BorderSizePixel"] = 0,
  185. ["Font"] = Enum.Font.ArialBold,
  186. ["FontSize"] = Enum.FontSize.Size24,
  187. ["TextColor3"] = Color3.new(1, 1, 1),
  188. ["TextWrapped"] = true,
  189. })
  190. o20 = Create("TextButton",{
  191. ["Name"] = "Floating Pad",
  192. ["Parent"] = o4,
  193. ["Transparency"] = 0.40000000596046,
  194. ["Position"] = UDim2.new(0,400,0,80),
  195. ["Size"] = UDim2.new(0,200,0,40),
  196. ["Text"] = "Floating Pad",
  197. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  198. ["BackgroundTransparency"] = 0.40000000596046,
  199. ["BorderSizePixel"] = 0,
  200. ["Font"] = Enum.Font.ArialBold,
  201. ["FontSize"] = Enum.FontSize.Size24,
  202. ["TextColor3"] = Color3.new(1, 1, 1),
  203. ["TextWrapped"] = true,
  204. })
  205. o22 = Create("TextButton",{
  206. ["Name"] = "Teleport Tool",
  207. ["Parent"] = o4,
  208. ["Transparency"] = 0.40000000596046,
  209. ["Position"] = UDim2.new(0,400,0,320),
  210. ["Size"] = UDim2.new(0,200,0,40),
  211. ["Text"] = "Teleport Tool",
  212. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  213. ["BackgroundTransparency"] = 0.40000000596046,
  214. ["BorderSizePixel"] = 0,
  215. ["Font"] = Enum.Font.ArialBold,
  216. ["FontSize"] = Enum.FontSize.Size24,
  217. ["TextColor3"] = Color3.new(1, 1, 1),
  218. ["TextWrapped"] = true,
  219. })
  220. o24 = Create("HopperBin",{
  221. ["Name"] = "Teleport",
  222. ["Parent"] = mas,
  223. ["Selected"] = Signal Selected,
  224. })
  225. o26 = Create("TextButton",{
  226. ["Name"] = "Fly",
  227. ["Parent"] = o4,
  228. ["Transparency"] = 0.40000000596046,
  229. ["Position"] = UDim2.new(0,0,0,360),
  230. ["Size"] = UDim2.new(0,200,0,45),
  231. ["Text"] = "Fly",
  232. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  233. ["BackgroundTransparency"] = 0.40000000596046,
  234. ["BorderSizePixel"] = 0,
  235. ["Font"] = Enum.Font.ArialBold,
  236. ["FontSize"] = Enum.FontSize.Size24,
  237. ["TextColor3"] = Color3.new(1, 1, 1),
  238. ["TextWrapped"] = true,
  239. })
  240. o28 = Create("TextButton",{
  241. ["Name"] = "5tr0b3 Gun",
  242. ["Parent"] = o4,
  243. ["Transparency"] = 0.40000000596046,
  244. ["Position"] = UDim2.new(0,0,0,120),
  245. ["Size"] = UDim2.new(0,200,0,40),
  246. ["Text"] = "5tr0b3 Gun",
  247. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  248. ["BackgroundTransparency"] = 0.40000000596046,
  249. ["BorderSizePixel"] = 0,
  250. ["Font"] = Enum.Font.ArialBold,
  251. ["FontSize"] = Enum.FontSize.Size24,
  252. ["TextColor3"] = Color3.new(1, 1, 1),
  253. ["TextWrapped"] = true,
  254. })
  255. o30 = Create("TextButton",{
  256. ["Name"] = "Clear Workspace",
  257. ["Parent"] = o4,
  258. ["Transparency"] = 0.40000000596046,
  259. ["Position"] = UDim2.new(0,400,0,120),
  260. ["Size"] = UDim2.new(0,200,0,40),
  261. ["Text"] = "Clear Workspace",
  262. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  263. ["BackgroundTransparency"] = 0.40000000596046,
  264. ["BorderSizePixel"] = 0,
  265. ["Font"] = Enum.Font.ArialBold,
  266. ["FontSize"] = Enum.FontSize.Size24,
  267. ["TextColor3"] = Color3.new(1, 1, 1),
  268. ["TextWrapped"] = true,
  269. })
  270. o32 = Create("TextButton",{
  271. ["Name"] = "Tool Stealer",
  272. ["Parent"] = o4,
  273. ["Transparency"] = 0.40000000596046,
  274. ["Position"] = UDim2.new(0,0,0,160),
  275. ["Size"] = UDim2.new(0,200,0,40),
  276. ["Text"] = "Tool Stealer",
  277. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  278. ["BackgroundTransparency"] = 0.40000000596046,
  279. ["BorderSizePixel"] = 0,
  280. ["Font"] = Enum.Font.ArialBold,
  281. ["FontSize"] = Enum.FontSize.Size24,
  282. ["TextColor3"] = Color3.new(1, 1, 1),
  283. ["TextWrapped"] = true,
  284. })
  285. o34 = Create("TextButton",{
  286. ["Name"] = "Unanchor All",
  287. ["Parent"] = o4,
  288. ["Transparency"] = 0.40000000596046,
  289. ["Position"] = UDim2.new(0,400,0,160),
  290. ["Size"] = UDim2.new(0,200,0,40),
  291. ["Text"] = "Unanchor All",
  292. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  293. ["BackgroundTransparency"] = 0.40000000596046,
  294. ["BorderSizePixel"] = 0,
  295. ["Font"] = Enum.Font.ArialBold,
  296. ["FontSize"] = Enum.FontSize.Size24,
  297. ["TextColor3"] = Color3.new(1, 1, 1),
  298. ["TextWrapped"] = true,
  299. })
  300. o36 = Create("TextButton",{
  301. ["Name"] = "Laser",
  302. ["Parent"] = o4,
  303. ["Transparency"] = 0.40000000596046,
  304. ["Position"] = UDim2.new(0,0,0,200),
  305. ["Size"] = UDim2.new(0,200,0,40),
  306. ["Text"] = "Laser",
  307. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  308. ["BackgroundTransparency"] = 0.40000000596046,
  309. ["BorderSizePixel"] = 0,
  310. ["Font"] = Enum.Font.ArialBold,
  311. ["FontSize"] = Enum.FontSize.Size24,
  312. ["TextColor3"] = Color3.new(1, 1, 1),
  313. ["TextWrapped"] = true,
  314. })
  315. o38 = Create("TextButton",{
  316. ["Name"] = "Troll",
  317. ["Parent"] = o4,
  318. ["Transparency"] = 0.40000000596046,
  319. ["Position"] = UDim2.new(0,200,0,200),
  320. ["Size"] = UDim2.new(0,200,0,40),
  321. ["Text"] = "Troll",
  322. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  323. ["BackgroundTransparency"] = 0.40000000596046,
  324. ["BorderSizePixel"] = 0,
  325. ["Font"] = Enum.Font.ArialBold,
  326. ["FontSize"] = Enum.FontSize.Size24,
  327. ["TextColor3"] = Color3.new(1, 1, 1),
  328. ["TextWrapped"] = true,
  329. })
  330. o40 = Create("TextButton",{
  331. ["Name"] = "SpiderBot",
  332. ["Parent"] = o4,
  333. ["Transparency"] = 0.40000000596046,
  334. ["Position"] = UDim2.new(0,200,0,80),
  335. ["Size"] = UDim2.new(0,200,0,40),
  336. ["Text"] = "SpiderBot",
  337. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  338. ["BackgroundTransparency"] = 0.40000000596046,
  339. ["BorderSizePixel"] = 0,
  340. ["Font"] = Enum.Font.ArialBold,
  341. ["FontSize"] = Enum.FontSize.Size24,
  342. ["TextColor3"] = Color3.new(1, 1, 1),
  343. ["TextWrapped"] = true,
  344. })
  345. o42 = Create("TextButton",{
  346. ["Name"] = "New BasePlate",
  347. ["Parent"] = o4,
  348. ["Transparency"] = 0.40000000596046,
  349. ["Position"] = UDim2.new(0,0,0,240),
  350. ["Size"] = UDim2.new(0,200,0,40),
  351. ["Text"] = "New BasePlate",
  352. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  353. ["BackgroundTransparency"] = 0.40000000596046,
  354. ["BorderSizePixel"] = 0,
  355. ["Font"] = Enum.Font.ArialBold,
  356. ["FontSize"] = Enum.FontSize.Size24,
  357. ["TextColor3"] = Color3.new(1, 1, 1),
  358. ["TextWrapped"] = true,
  359. })
  360. o44 = Create("TextButton",{
  361. ["Name"] = "Techno Gauntlet",
  362. ["Parent"] = o4,
  363. ["Transparency"] = 0.40000000596046,
  364. ["Position"] = UDim2.new(0,200,0,240),
  365. ["Size"] = UDim2.new(0,200,0,40),
  366. ["Text"] = "Techno Gauntlet",
  367. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  368. ["BackgroundTransparency"] = 0.40000000596046,
  369. ["BorderSizePixel"] = 0,
  370. ["Font"] = Enum.Font.ArialBold,
  371. ["FontSize"] = Enum.FontSize.Size24,
  372. ["TextColor3"] = Color3.new(1, 1, 1),
  373. ["TextWrapped"] = true,
  374. })
  375. o46 = Create("TextButton",{
  376. ["Name"] = "xBow",
  377. ["Parent"] = o4,
  378. ["Transparency"] = 0.40000000596046,
  379. ["Position"] = UDim2.new(0,400,0,240),
  380. ["Size"] = UDim2.new(0,200,0,40),
  381. ["Text"] = "xBow",
  382. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  383. ["BackgroundTransparency"] = 0.40000000596046,
  384. ["BorderSizePixel"] = 0,
  385. ["Font"] = Enum.Font.ArialBold,
  386. ["FontSize"] = Enum.FontSize.Size24,
  387. ["TextColor3"] = Color3.new(1, 1, 1),
  388. ["TextWrapped"] = true,
  389. })
  390. o48 = Create("TextButton",{
  391. ["Name"] = "Flood",
  392. ["Parent"] = o4,
  393. ["Transparency"] = 0.40000000596046,
  394. ["Position"] = UDim2.new(0,0,0,280),
  395. ["Size"] = UDim2.new(0,200,0,40),
  396. ["Text"] = "Flood",
  397. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  398. ["BackgroundTransparency"] = 0.40000000596046,
  399. ["BorderSizePixel"] = 0,
  400. ["Font"] = Enum.Font.ArialBold,
  401. ["FontSize"] = Enum.FontSize.Size24,
  402. ["TextColor3"] = Color3.new(1, 1, 1),
  403. ["TextWrapped"] = true,
  404. })
  405. o50 = Create("TextButton",{
  406. ["Name"] = "Knife",
  407. ["Parent"] = o4,
  408. ["Transparency"] = 0.40000000596046,
  409. ["Position"] = UDim2.new(0,200,0,280),
  410. ["Size"] = UDim2.new(0,200,0,40),
  411. ["Text"] = "Knife",
  412. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  413. ["BackgroundTransparency"] = 0.40000000596046,
  414. ["BorderSizePixel"] = 0,
  415. ["Font"] = Enum.Font.ArialBold,
  416. ["FontSize"] = Enum.FontSize.Size24,
  417. ["TextColor3"] = Color3.new(1, 1, 1),
  418. ["TextWrapped"] = true,
  419. })
  420. o52 = Create("TextButton",{
  421. ["Name"] = "MasterHand",
  422. ["Parent"] = o4,
  423. ["Transparency"] = 0.40000000596046,
  424. ["Position"] = UDim2.new(0,400,0,280),
  425. ["Size"] = UDim2.new(0,200,0,40),
  426. ["Text"] = "MasterHand",
  427. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  428. ["BackgroundTransparency"] = 0.40000000596046,
  429. ["BorderSizePixel"] = 0,
  430. ["Font"] = Enum.Font.ArialBold,
  431. ["FontSize"] = Enum.FontSize.Size24,
  432. ["TextColor3"] = Color3.new(1, 1, 1),
  433. ["TextWrapped"] = true,
  434. })
  435. o54 = Create("TextButton",{
  436. ["Name"] = "Dominus Ghost",
  437. ["Parent"] = o4,
  438. ["Transparency"] = 0.40000000596046,
  439. ["Position"] = UDim2.new(0,400,0,40),
  440. ["Size"] = UDim2.new(0,200,0,40),
  441. ["Text"] = "Dominus Ghost",
  442. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  443. ["BackgroundTransparency"] = 0.40000000596046,
  444. ["BorderSizePixel"] = 0,
  445. ["Font"] = Enum.Font.ArialBold,
  446. ["FontSize"] = Enum.FontSize.Size24,
  447. ["TextColor3"] = Color3.new(1, 1, 1),
  448. ["TextWrapped"] = true,
  449. })
  450. o56 = Create("TextButton",{
  451. ["Name"] = "iOrb",
  452. ["Parent"] = o4,
  453. ["Transparency"] = 0.40000000596046,
  454. ["Position"] = UDim2.new(0,400,0,0),
  455. ["Size"] = UDim2.new(0,200,0,40),
  456. ["Text"] = "iOrb",
  457. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  458. ["BackgroundTransparency"] = 0.40000000596046,
  459. ["BorderSizePixel"] = 0,
  460. ["Font"] = Enum.Font.ArialBold,
  461. ["FontSize"] = Enum.FontSize.Size24,
  462. ["TextColor3"] = Color3.new(1, 1, 1),
  463. ["TextWrapped"] = true,
  464. })
  465. o58 = Create("TextButton",{
  466. ["Name"] = "Remso's Admin",
  467. ["Parent"] = o4,
  468. ["Transparency"] = 0.40000000596046,
  469. ["Position"] = UDim2.new(0,400,0,200),
  470. ["Size"] = UDim2.new(0,200,0,40),
  471. ["Text"] = "Remso's Admin",
  472. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  473. ["BackgroundTransparency"] = 0.40000000596046,
  474. ["BorderSizePixel"] = 0,
  475. ["Font"] = Enum.Font.ArialBold,
  476. ["FontSize"] = Enum.FontSize.Size24,
  477. ["TextColor3"] = Color3.new(1, 1, 1),
  478. ["TextWrapped"] = true,
  479. })
  480. o60 = Create("TextButton",{
  481. ["Name"] = "Kronos",
  482. ["Parent"] = o4,
  483. ["Transparency"] = 0.40000000596046,
  484. ["Position"] = UDim2.new(0,0,0,320),
  485. ["Size"] = UDim2.new(0,200,0,40),
  486. ["Text"] = "Kronos",
  487. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  488. ["BackgroundTransparency"] = 0.40000000596046,
  489. ["BorderSizePixel"] = 0,
  490. ["Font"] = Enum.Font.ArialBold,
  491. ["FontSize"] = Enum.FontSize.Size24,
  492. ["TextColor3"] = Color3.new(1, 1, 1),
  493. ["TextWrapped"] = true,
  494. })
  495. o62 = Create("TextButton",{
  496. ["Name"] = "Kohl's Admin",
  497. ["Parent"] = o4,
  498. ["Transparency"] = 0.40000000596046,
  499. ["Size"] = UDim2.new(0,200,0,40),
  500. ["Text"] = "Kohl's Admin",
  501. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  502. ["BackgroundTransparency"] = 0.40000000596046,
  503. ["BorderSizePixel"] = 0,
  504. ["Font"] = Enum.Font.ArialBold,
  505. ["FontSize"] = Enum.FontSize.Size24,
  506. ["TextColor3"] = Color3.new(1, 1, 1),
  507. ["TextWrapped"] = true,
  508. })
  509. o64 = Create("TextLabel",{
  510. ["Name"] = "Border",
  511. ["Parent"] = o3,
  512. ["Transparency"] = 0.40000000596046,
  513. ["Position"] = UDim2.new(0,600,0,5),
  514. ["Size"] = UDim2.new(0,50,0,405),
  515. ["Text"] = "",
  516. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  517. ["BackgroundTransparency"] = 0.40000000596046,
  518. ["BorderSizePixel"] = 0,
  519. })
  520. o65 = Create("Frame",{
  521. ["Name"] = "Updates",
  522. ["Parent"] = o2,
  523. ["Transparency"] = 1,
  524. ["Position"] = UDim2.new(0,0,0,35),
  525. ["Size"] = UDim2.new(0,650,0,406),
  526. ["Visible"] = false,
  527. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  528. ["BackgroundTransparency"] = 1,
  529. ["BorderSizePixel"] = 0,
  530. })
  531. o66 = Create("ScrollingFrame",{
  532. ["Name"] = "ScrollingUpdates",
  533. ["Parent"] = o65,
  534. ["Transparency"] = 0.40000000596046,
  535. ["Position"] = UDim2.new(0,0,0,5),
  536. ["Size"] = UDim2.new(0,650,0,405),
  537. ["CanvasSize"] = UDim2.new(0,0,0,0),
  538. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  539. ["BackgroundTransparency"] = 0.40000000596046,
  540. ["BorderColor3"] = Color3.new(0, 0, 0),
  541. ["BorderSizePixel"] = 0,
  542. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  543. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  544. ["ScrollingEnabled"] = false,
  545. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  546. })
  547. o67 = Create("TextButton",{
  548. ["Name"] = "Close Updates Log",
  549. ["Parent"] = o66,
  550. ["Transparency"] = 0.40000000596046,
  551. ["Position"] = UDim2.new(0,90,0,345),
  552. ["Size"] = UDim2.new(0,450,0,40),
  553. ["Text"] = "Close Updates Log",
  554. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  555. ["BackgroundTransparency"] = 0.40000000596046,
  556. ["BorderSizePixel"] = 0,
  557. ["Font"] = Enum.Font.ArialBold,
  558. ["FontSize"] = Enum.FontSize.Size24,
  559. ["TextColor3"] = Color3.new(1, 1, 1),
  560. })
  561. o69 = Create("TextLabel",{
  562. ["Name"] = "Added (4)",
  563. ["Parent"] = o66,
  564. ["Transparency"] = 0.40000000596046,
  565. ["Position"] = UDim2.new(0,220,0,260),
  566. ["Size"] = UDim2.new(0,110,0,45),
  567. ["Text"] = "Added:",
  568. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  569. ["BackgroundTransparency"] = 0.40000000596046,
  570. ["BorderSizePixel"] = 0,
  571. ["Font"] = Enum.Font.ArialBold,
  572. ["FontSize"] = Enum.FontSize.Size36,
  573. ["TextColor3"] = Color3.new(1, 1, 1),
  574. ["TextWrapped"] = true,
  575. })
  576. o70 = Create("TextLabel",{
  577. ["Name"] = "What's Added (1)",
  578. ["Parent"] = o66,
  579. ["Transparency"] = 0.40000000596046,
  580. ["Position"] = UDim2.new(0,330,0,20),
  581. ["Size"] = UDim2.new(0,250,0,45),
  582. ["Text"] = "Fixed Major Bugs",
  583. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  584. ["BackgroundTransparency"] = 0.40000000596046,
  585. ["BorderSizePixel"] = 0,
  586. ["Font"] = Enum.Font.ArialBold,
  587. ["FontSize"] = Enum.FontSize.Size36,
  588. ["TextColor3"] = Color3.new(1, 1, 1),
  589. ["TextScaled"] = true,
  590. ["TextWrapped"] = true,
  591. })
  592. o71 = Create("TextLabel",{
  593. ["Name"] = "Version (3)",
  594. ["Parent"] = o66,
  595. ["Transparency"] = 0.40000000596046,
  596. ["Position"] = UDim2.new(0,0,0,180),
  597. ["Size"] = UDim2.new(0,110,0,45),
  598. ["Text"] = "Version:",
  599. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  600. ["BackgroundTransparency"] = 0.40000000596046,
  601. ["BorderSizePixel"] = 0,
  602. ["Font"] = Enum.Font.ArialBold,
  603. ["FontSize"] = Enum.FontSize.Size36,
  604. ["TextColor3"] = Color3.new(1, 1, 1),
  605. ["TextScaled"] = true,
  606. ["TextWrapped"] = true,
  607. })
  608. o72 = Create("TextLabel",{
  609. ["Name"] = "Version (1)",
  610. ["Parent"] = o66,
  611. ["Transparency"] = 0.40000000596046,
  612. ["Position"] = UDim2.new(0,0,0,20),
  613. ["Size"] = UDim2.new(0,110,0,45),
  614. ["Text"] = "Version: ",
  615. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  616. ["BackgroundTransparency"] = 0.40000000596046,
  617. ["BorderSizePixel"] = 0,
  618. ["Font"] = Enum.Font.ArialBold,
  619. ["FontSize"] = Enum.FontSize.Size36,
  620. ["TextColor3"] = Color3.new(1, 1, 1),
  621. ["TextScaled"] = true,
  622. ["TextWrapped"] = true,
  623. })
  624. o73 = Create("TextLabel",{
  625. ["Name"] = "Update (1)",
  626. ["Parent"] = o66,
  627. ["Transparency"] = 0.40000000596046,
  628. ["Position"] = UDim2.new(0,110,0,20),
  629. ["Size"] = UDim2.new(0,90,0,45),
  630. ["Text"] = "1.8.3",
  631. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  632. ["BackgroundTransparency"] = 0.40000000596046,
  633. ["BorderSizePixel"] = 0,
  634. ["Font"] = Enum.Font.ArialBold,
  635. ["FontSize"] = Enum.FontSize.Size36,
  636. ["TextColor3"] = Color3.new(1, 1, 1),
  637. ["TextWrapped"] = true,
  638. })
  639. o74 = Create("TextLabel",{
  640. ["Name"] = "Added (1)",
  641. ["Parent"] = o66,
  642. ["Transparency"] = 0.40000000596046,
  643. ["Position"] = UDim2.new(0,220,0,20),
  644. ["Size"] = UDim2.new(0,110,0,45),
  645. ["Text"] = "Added:",
  646. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  647. ["BackgroundTransparency"] = 0.40000000596046,
  648. ["BorderSizePixel"] = 0,
  649. ["Font"] = Enum.Font.ArialBold,
  650. ["FontSize"] = Enum.FontSize.Size36,
  651. ["TextColor3"] = Color3.new(1, 1, 1),
  652. ["TextScaled"] = true,
  653. ["TextWrapped"] = true,
  654. })
  655. o75 = Create("TextLabel",{
  656. ["Name"] = "What's Added (2)",
  657. ["Parent"] = o66,
  658. ["Transparency"] = 0.40000000596046,
  659. ["Position"] = UDim2.new(0,330,0,100),
  660. ["Size"] = UDim2.new(0,250,0,45),
  661. ["Text"] = "",
  662. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  663. ["BackgroundTransparency"] = 0.40000000596046,
  664. ["BorderSizePixel"] = 0,
  665. ["Font"] = Enum.Font.ArialBold,
  666. ["FontSize"] = Enum.FontSize.Size36,
  667. ["TextColor3"] = Color3.new(1, 1, 1),
  668. ["TextScaled"] = true,
  669. ["TextWrapped"] = true,
  670. })
  671. o76 = Create("TextLabel",{
  672. ["Name"] = "Version (2)",
  673. ["Parent"] = o66,
  674. ["Transparency"] = 0.40000000596046,
  675. ["Position"] = UDim2.new(0,0,0,100),
  676. ["Size"] = UDim2.new(0,110,0,45),
  677. ["Text"] = "Version:",
  678. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  679. ["BackgroundTransparency"] = 0.40000000596046,
  680. ["BorderSizePixel"] = 0,
  681. ["Font"] = Enum.Font.ArialBold,
  682. ["FontSize"] = Enum.FontSize.Size36,
  683. ["TextColor3"] = Color3.new(1, 1, 1),
  684. ["TextScaled"] = true,
  685. ["TextWrapped"] = true,
  686. })
  687. o77 = Create("TextLabel",{
  688. ["Name"] = "Update (2)",
  689. ["Parent"] = o66,
  690. ["Transparency"] = 0.40000000596046,
  691. ["Position"] = UDim2.new(0,110,0,100),
  692. ["Size"] = UDim2.new(0,90,0,45),
  693. ["Text"] = "",
  694. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  695. ["BackgroundTransparency"] = 0.40000000596046,
  696. ["BorderSizePixel"] = 0,
  697. ["Font"] = Enum.Font.ArialBold,
  698. ["FontSize"] = Enum.FontSize.Size36,
  699. ["TextColor3"] = Color3.new(1, 1, 1),
  700. ["TextWrapped"] = true,
  701. })
  702. o78 = Create("TextLabel",{
  703. ["Name"] = "Added (2)",
  704. ["Parent"] = o66,
  705. ["Transparency"] = 0.40000000596046,
  706. ["Position"] = UDim2.new(0,220,0,100),
  707. ["Size"] = UDim2.new(0,110,0,45),
  708. ["Text"] = "Added:",
  709. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  710. ["BackgroundTransparency"] = 0.40000000596046,
  711. ["BorderSizePixel"] = 0,
  712. ["Font"] = Enum.Font.ArialBold,
  713. ["FontSize"] = Enum.FontSize.Size36,
  714. ["TextColor3"] = Color3.new(1, 1, 1),
  715. ["TextScaled"] = true,
  716. ["TextWrapped"] = true,
  717. })
  718. o79 = Create("TextLabel",{
  719. ["Name"] = "What's Added (3)",
  720. ["Parent"] = o66,
  721. ["Transparency"] = 0.40000000596046,
  722. ["Position"] = UDim2.new(0,330,0,180),
  723. ["Size"] = UDim2.new(0,250,0,45),
  724. ["Text"] = "",
  725. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  726. ["BackgroundTransparency"] = 0.40000000596046,
  727. ["BorderSizePixel"] = 0,
  728. ["Font"] = Enum.Font.ArialBold,
  729. ["FontSize"] = Enum.FontSize.Size36,
  730. ["TextColor3"] = Color3.new(1, 1, 1),
  731. ["TextScaled"] = true,
  732. ["TextWrapped"] = true,
  733. })
  734. o80 = Create("TextLabel",{
  735. ["Name"] = "What's Added (4)",
  736. ["Parent"] = o66,
  737. ["Transparency"] = 0.40000000596046,
  738. ["Position"] = UDim2.new(0,330,0,260),
  739. ["Size"] = UDim2.new(0,250,0,45),
  740. ["Text"] = "",
  741. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  742. ["BackgroundTransparency"] = 0.40000000596046,
  743. ["BorderSizePixel"] = 0,
  744. ["Font"] = Enum.Font.ArialBold,
  745. ["FontSize"] = Enum.FontSize.Size36,
  746. ["TextColor3"] = Color3.new(1, 1, 1),
  747. ["TextScaled"] = true,
  748. ["TextWrapped"] = true,
  749. })
  750. o81 = Create("TextLabel",{
  751. ["Name"] = "Added (3)",
  752. ["Parent"] = o66,
  753. ["Transparency"] = 0.40000000596046,
  754. ["Position"] = UDim2.new(0,220,0,180),
  755. ["Size"] = UDim2.new(0,110,0,45),
  756. ["Text"] = "Added:",
  757. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  758. ["BackgroundTransparency"] = 0.40000000596046,
  759. ["BorderSizePixel"] = 0,
  760. ["Font"] = Enum.Font.ArialBold,
  761. ["FontSize"] = Enum.FontSize.Size36,
  762. ["TextColor3"] = Color3.new(1, 1, 1),
  763. ["TextWrapped"] = true,
  764. })
  765. o82 = Create("TextLabel",{
  766. ["Name"] = "Update (3)",
  767. ["Parent"] = o66,
  768. ["Transparency"] = 0.40000000596046,
  769. ["Position"] = UDim2.new(0,110,0,180),
  770. ["Size"] = UDim2.new(0,90,0,45),
  771. ["Text"] = "",
  772. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  773. ["BackgroundTransparency"] = 0.40000000596046,
  774. ["BorderSizePixel"] = 0,
  775. ["Font"] = Enum.Font.ArialBold,
  776. ["FontSize"] = Enum.FontSize.Size36,
  777. ["TextColor3"] = Color3.new(1, 1, 1),
  778. ["TextWrapped"] = true,
  779. })
  780. o83 = Create("TextLabel",{
  781. ["Name"] = "Update (4)",
  782. ["Parent"] = o66,
  783. ["Transparency"] = 0.40000000596046,
  784. ["Position"] = UDim2.new(0,110,0,260),
  785. ["Size"] = UDim2.new(0,90,0,45),
  786. ["Text"] = "",
  787. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  788. ["BackgroundTransparency"] = 0.40000000596046,
  789. ["BorderSizePixel"] = 0,
  790. ["Font"] = Enum.Font.ArialBold,
  791. ["FontSize"] = Enum.FontSize.Size36,
  792. ["TextColor3"] = Color3.new(1, 1, 1),
  793. ["TextWrapped"] = true,
  794. })
  795. o84 = Create("TextLabel",{
  796. ["Name"] = "Version (4)",
  797. ["Parent"] = o66,
  798. ["Transparency"] = 0.40000000596046,
  799. ["Position"] = UDim2.new(0,0,0,260),
  800. ["Size"] = UDim2.new(0,110,0,45),
  801. ["Text"] = "Version:",
  802. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  803. ["BackgroundTransparency"] = 0.40000000596046,
  804. ["BorderSizePixel"] = 0,
  805. ["Font"] = Enum.Font.ArialBold,
  806. ["FontSize"] = Enum.FontSize.Size36,
  807. ["TextColor3"] = Color3.new(1, 1, 1),
  808. ["TextScaled"] = true,
  809. ["TextWrapped"] = true,
  810. })
  811. o85 = Create("TextButton",{
  812. ["Name"] = "Updates - Hotkeys",
  813. ["Parent"] = o65,
  814. ["Transparency"] = 0.40000000596046,
  815. ["Text"] = "",
  816. ["Visible"] = false,
  817. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  818. ["BackgroundTransparency"] = 0.40000000596046,
  819. ["BorderSizePixel"] = 0,
  820. ["Font"] = Enum.Font.ArialBold,
  821. ["FontSize"] = Enum.FontSize.Size10,
  822. ["TextColor3"] = Color3.new(1, 1, 1),
  823. ["TextWrapped"] = true,
  824. })
  825. o87 = Create("Frame",{
  826. ["Name"] = "Music",
  827. ["Parent"] = o2,
  828. ["Transparency"] = 1,
  829. ["Position"] = UDim2.new(0,0,0,35),
  830. ["Size"] = UDim2.new(0,650,0,410),
  831. ["Visible"] = false,
  832. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  833. ["BackgroundTransparency"] = 1,
  834. ["BorderColor3"] = Color3.new(0, 0, 0),
  835. ["BorderSizePixel"] = 0,
  836. })
  837. o88 = Create("ScrollingFrame",{
  838. ["Name"] = "ScrollingMusic",
  839. ["Parent"] = o87,
  840. ["Transparency"] = 0.40000000596046,
  841. ["Position"] = UDim2.new(0,0,0,5),
  842. ["Size"] = UDim2.new(0,650,0,405),
  843. ["CanvasSize"] = UDim2.new(0,0,0,0),
  844. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  845. ["BackgroundTransparency"] = 0.40000000596046,
  846. ["BorderColor3"] = Color3.new(0, 0.00392157, 0.443137),
  847. ["BorderSizePixel"] = 0,
  848. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  849. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  850. ["ScrollingEnabled"] = false,
  851. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  852. })
  853. o89 = Create("ScrollingFrame",{
  854. ["Name"] = "Preloaded Music",
  855. ["Parent"] = o88,
  856. ["Transparency"] = 0.60000002384186,
  857. ["Position"] = UDim2.new(0,130,0,0),
  858. ["Size"] = UDim2.new(0,410,0,320),
  859. ["CanvasSize"] = UDim2.new(0,0,3,0),
  860. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  861. ["BackgroundTransparency"] = 0.60000002384186,
  862. ["BorderColor3"] = Color3.new(0, 0, 0),
  863. ["BorderSizePixel"] = 0,
  864. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  865. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  866. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  867. })
  868. o90 = Create("TextButton",{
  869. ["Name"] = "Fade",
  870. ["Parent"] = o89,
  871. ["Transparency"] = 0.40000000596046,
  872. ["Position"] = UDim2.new(0,0,0,120),
  873. ["Size"] = UDim2.new(0,200,0,40),
  874. ["Text"] = "Fade",
  875. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  876. ["BackgroundTransparency"] = 0.40000000596046,
  877. ["BorderSizePixel"] = 0,
  878. ["Font"] = Enum.Font.ArialBold,
  879. ["FontSize"] = Enum.FontSize.Size24,
  880. ["TextColor3"] = Color3.new(1, 1, 1),
  881. ["TextWrapped"] = true,
  882. })
  883. o92 = Create("TextButton",{
  884. ["Name"] = "Snowman",
  885. ["Parent"] = o89,
  886. ["Transparency"] = 0.40000000596046,
  887. ["Position"] = UDim2.new(0,0,0,80),
  888. ["Size"] = UDim2.new(0,200,0,40),
  889. ["Text"] = "Snowman",
  890. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  891. ["BackgroundTransparency"] = 0.40000000596046,
  892. ["BorderSizePixel"] = 0,
  893. ["Font"] = Enum.Font.ArialBold,
  894. ["FontSize"] = Enum.FontSize.Size24,
  895. ["TextColor3"] = Color3.new(1, 1, 1),
  896. ["TextWrapped"] = true,
  897. })
  898. o94 = Create("TextButton",{
  899. ["Name"] = "Bangarang",
  900. ["Parent"] = o89,
  901. ["Transparency"] = 0.40000000596046,
  902. ["Position"] = UDim2.new(0,200,0,40),
  903. ["Size"] = UDim2.new(0,200,0,40),
  904. ["Text"] = "Bangarang",
  905. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  906. ["BackgroundTransparency"] = 0.40000000596046,
  907. ["BorderSizePixel"] = 0,
  908. ["Font"] = Enum.Font.ArialBold,
  909. ["FontSize"] = Enum.FontSize.Size24,
  910. ["TextColor3"] = Color3.new(1, 1, 1),
  911. ["TextWrapped"] = true,
  912. })
  913. o96 = Create("TextButton",{
  914. ["Name"] = "Turn Down For What",
  915. ["Parent"] = o89,
  916. ["Transparency"] = 0.40000000596046,
  917. ["Size"] = UDim2.new(0,200,0,40),
  918. ["Text"] = "Turn Down",
  919. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  920. ["BackgroundTransparency"] = 0.40000000596046,
  921. ["BorderSizePixel"] = 0,
  922. ["Font"] = Enum.Font.ArialBold,
  923. ["FontSize"] = Enum.FontSize.Size24,
  924. ["TextColor3"] = Color3.new(1, 1, 1),
  925. ["TextWrapped"] = true,
  926. })
  927. o98 = Create("TextButton",{
  928. ["Name"] = "Developers",
  929. ["Parent"] = o89,
  930. ["Transparency"] = 0.40000000596046,
  931. ["Position"] = UDim2.new(0,200,0,120),
  932. ["Size"] = UDim2.new(0,200,0,40),
  933. ["Text"] = "Developers",
  934. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  935. ["BackgroundTransparency"] = 0.40000000596046,
  936. ["BorderSizePixel"] = 0,
  937. ["Font"] = Enum.Font.ArialBold,
  938. ["FontSize"] = Enum.FontSize.Size24,
  939. ["TextColor3"] = Color3.new(1, 1, 1),
  940. ["TextWrapped"] = true,
  941. })
  942. o100 = Create("TextButton",{
  943. ["Name"] = "Troll",
  944. ["Parent"] = o89,
  945. ["Transparency"] = 0.40000000596046,
  946. ["Position"] = UDim2.new(0,200,0,80),
  947. ["Size"] = UDim2.new(0,200,0,40),
  948. ["Text"] = "Troll",
  949. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  950. ["BackgroundTransparency"] = 0.40000000596046,
  951. ["BorderSizePixel"] = 0,
  952. ["Font"] = Enum.Font.ArialBold,
  953. ["FontSize"] = Enum.FontSize.Size24,
  954. ["TextColor3"] = Color3.new(1, 1, 1),
  955. ["TextWrapped"] = true,
  956. })
  957. o102 = Create("TextButton",{
  958. ["Name"] = "Spin",
  959. ["Parent"] = o89,
  960. ["Transparency"] = 0.40000000596046,
  961. ["Position"] = UDim2.new(0,200,0,0),
  962. ["Size"] = UDim2.new(0,200,0,40),
  963. ["Text"] = "Spin",
  964. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  965. ["BackgroundTransparency"] = 0.40000000596046,
  966. ["BorderSizePixel"] = 0,
  967. ["Font"] = Enum.Font.ArialBold,
  968. ["FontSize"] = Enum.FontSize.Size24,
  969. ["TextColor3"] = Color3.new(1, 1, 1),
  970. ["TextWrapped"] = true,
  971. })
  972. o104 = Create("TextButton",{
  973. ["Name"] = "Radioactive",
  974. ["Parent"] = o89,
  975. ["Transparency"] = 0.40000000596046,
  976. ["Position"] = UDim2.new(0,0,0,40),
  977. ["Size"] = UDim2.new(0,200,0,40),
  978. ["Text"] = "Radioactive",
  979. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  980. ["BackgroundTransparency"] = 0.40000000596046,
  981. ["BorderSizePixel"] = 0,
  982. ["Font"] = Enum.Font.ArialBold,
  983. ["FontSize"] = Enum.FontSize.Size24,
  984. ["TextColor3"] = Color3.new(1, 1, 1),
  985. ["TextWrapped"] = true,
  986. })
  987. o106 = Create("TextButton",{
  988. ["Name"] = "Gangnam",
  989. ["Parent"] = o89,
  990. ["Transparency"] = 0.40000000596046,
  991. ["Position"] = UDim2.new(0,0,0,680),
  992. ["Size"] = UDim2.new(0,200,0,40),
  993. ["Text"] = "Gangnam",
  994. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  995. ["BackgroundTransparency"] = 0.40000000596046,
  996. ["BorderSizePixel"] = 0,
  997. ["Font"] = Enum.Font.ArialBold,
  998. ["FontSize"] = Enum.FontSize.Size24,
  999. ["TextColor3"] = Color3.new(1, 1, 1),
  1000. ["TextWrapped"] = true,
  1001. })
  1002. o108 = Create("TextButton",{
  1003. ["Name"] = "Dance",
  1004. ["Parent"] = o89,
  1005. ["Transparency"] = 0.40000000596046,
  1006. ["Position"] = UDim2.new(0,0,0,160),
  1007. ["Size"] = UDim2.new(0,200,0,40),
  1008. ["Text"] = "Dance",
  1009. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1010. ["BackgroundTransparency"] = 0.40000000596046,
  1011. ["BorderSizePixel"] = 0,
  1012. ["Font"] = Enum.Font.ArialBold,
  1013. ["FontSize"] = Enum.FontSize.Size24,
  1014. ["TextColor3"] = Color3.new(1, 1, 1),
  1015. ["TextWrapped"] = true,
  1016. })
  1017. o110 = Create("TextButton",{
  1018. ["Name"] = "Gifted",
  1019. ["Parent"] = o89,
  1020. ["Transparency"] = 0.40000000596046,
  1021. ["Position"] = UDim2.new(0,0,0,200),
  1022. ["Size"] = UDim2.new(0,200,0,40),
  1023. ["Text"] = "Gifted",
  1024. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1025. ["BackgroundTransparency"] = 0.40000000596046,
  1026. ["BorderSizePixel"] = 0,
  1027. ["Font"] = Enum.Font.ArialBold,
  1028. ["FontSize"] = Enum.FontSize.Size24,
  1029. ["TextColor3"] = Color3.new(1, 1, 1),
  1030. ["TextWrapped"] = true,
  1031. })
  1032. o112 = Create("TextButton",{
  1033. ["Name"] = "Let it go",
  1034. ["Parent"] = o89,
  1035. ["Transparency"] = 0.40000000596046,
  1036. ["Position"] = UDim2.new(0,200,0,160),
  1037. ["Size"] = UDim2.new(0,200,0,40),
  1038. ["Text"] = "Let it Go",
  1039. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1040. ["BackgroundTransparency"] = 0.40000000596046,
  1041. ["BorderSizePixel"] = 0,
  1042. ["Font"] = Enum.Font.ArialBold,
  1043. ["FontSize"] = Enum.FontSize.Size24,
  1044. ["TextColor3"] = Color3.new(1, 1, 1),
  1045. ["TextWrapped"] = true,
  1046. })
  1047. o114 = Create("TextButton",{
  1048. ["Name"] = "Mario",
  1049. ["Parent"] = o89,
  1050. ["Transparency"] = 0.40000000596046,
  1051. ["Position"] = UDim2.new(0,200,0,800),
  1052. ["Size"] = UDim2.new(0,200,0,40),
  1053. ["Text"] = "Mario",
  1054. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1055. ["BackgroundTransparency"] = 0.40000000596046,
  1056. ["BorderSizePixel"] = 0,
  1057. ["Font"] = Enum.Font.ArialBold,
  1058. ["FontSize"] = Enum.FontSize.Size24,
  1059. ["TextColor3"] = Color3.new(1, 1, 1),
  1060. ["TextWrapped"] = true,
  1061. })
  1062. o116 = Create("TextButton",{
  1063. ["Name"] = "Doge",
  1064. ["Parent"] = o89,
  1065. ["Transparency"] = 0.40000000596046,
  1066. ["Position"] = UDim2.new(0,200,0,200),
  1067. ["Size"] = UDim2.new(0,200,0,40),
  1068. ["Text"] = "Doge",
  1069. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1070. ["BackgroundTransparency"] = 0.40000000596046,
  1071. ["BorderSizePixel"] = 0,
  1072. ["Font"] = Enum.Font.ArialBold,
  1073. ["FontSize"] = Enum.FontSize.Size24,
  1074. ["TextColor3"] = Color3.new(1, 1, 1),
  1075. ["TextWrapped"] = true,
  1076. })
  1077. o118 = Create("TextButton",{
  1078. ["Name"] = "Thunder",
  1079. ["Parent"] = o89,
  1080. ["Transparency"] = 0.40000000596046,
  1081. ["Position"] = UDim2.new(0,0,0,720),
  1082. ["Size"] = UDim2.new(0,200,0,40),
  1083. ["Text"] = "Thunder",
  1084. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1085. ["BackgroundTransparency"] = 0.40000000596046,
  1086. ["BorderSizePixel"] = 0,
  1087. ["Font"] = Enum.Font.ArialBold,
  1088. ["FontSize"] = Enum.FontSize.Size24,
  1089. ["TextColor3"] = Color3.new(1, 1, 1),
  1090. ["TextWrapped"] = true,
  1091. })
  1092. o120 = Create("TextButton",{
  1093. ["Name"] = "Skrillex",
  1094. ["Parent"] = o89,
  1095. ["Transparency"] = 0.40000000596046,
  1096. ["Position"] = UDim2.new(0,0,0,240),
  1097. ["Size"] = UDim2.new(0,200,0,40),
  1098. ["Text"] = "Skrillex",
  1099. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1100. ["BackgroundTransparency"] = 0.40000000596046,
  1101. ["BorderSizePixel"] = 0,
  1102. ["Font"] = Enum.Font.ArialBold,
  1103. ["FontSize"] = Enum.FontSize.Size24,
  1104. ["TextColor3"] = Color3.new(1, 1, 1),
  1105. ["TextWrapped"] = true,
  1106. })
  1107. o122 = Create("TextButton",{
  1108. ["Name"] = "Try it out",
  1109. ["Parent"] = o89,
  1110. ["Transparency"] = 0.40000000596046,
  1111. ["Position"] = UDim2.new(0,200,0,240),
  1112. ["Size"] = UDim2.new(0,200,0,40),
  1113. ["Text"] = "Try it Out",
  1114. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1115. ["BackgroundTransparency"] = 0.40000000596046,
  1116. ["BorderSizePixel"] = 0,
  1117. ["Font"] = Enum.Font.ArialBold,
  1118. ["FontSize"] = Enum.FontSize.Size24,
  1119. ["TextColor3"] = Color3.new(1, 1, 1),
  1120. ["TextWrapped"] = true,
  1121. })
  1122. o124 = Create("TextButton",{
  1123. ["Name"] = "I'm blue",
  1124. ["Parent"] = o89,
  1125. ["Transparency"] = 0.40000000596046,
  1126. ["Position"] = UDim2.new(0,200,0,280),
  1127. ["Size"] = UDim2.new(0,200,0,40),
  1128. ["Text"] = "I'm blue",
  1129. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1130. ["BackgroundTransparency"] = 0.40000000596046,
  1131. ["BorderSizePixel"] = 0,
  1132. ["Font"] = Enum.Font.ArialBold,
  1133. ["FontSize"] = Enum.FontSize.Size24,
  1134. ["TextColor3"] = Color3.new(1, 1, 1),
  1135. ["TextWrapped"] = true,
  1136. })
  1137. o126 = Create("TextButton",{
  1138. ["Name"] = "I am the doctor",
  1139. ["Parent"] = o89,
  1140. ["Transparency"] = 0.40000000596046,
  1141. ["Position"] = UDim2.new(0,0,0,280),
  1142. ["Size"] = UDim2.new(0,200,0,40),
  1143. ["Text"] = "I am the doctor",
  1144. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1145. ["BackgroundTransparency"] = 0.40000000596046,
  1146. ["BorderSizePixel"] = 0,
  1147. ["Font"] = Enum.Font.ArialBold,
  1148. ["FontSize"] = Enum.FontSize.Size24,
  1149. ["TextColor3"] = Color3.new(1, 1, 1),
  1150. ["TextWrapped"] = true,
  1151. })
  1152. o128 = Create("TextButton",{
  1153. ["Name"] = "Eurodancer",
  1154. ["Parent"] = o89,
  1155. ["Transparency"] = 0.40000000596046,
  1156. ["Position"] = UDim2.new(0,200,0,320),
  1157. ["Size"] = UDim2.new(0,200,0,40),
  1158. ["Text"] = "Eurodancer",
  1159. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1160. ["BackgroundTransparency"] = 0.40000000596046,
  1161. ["BorderSizePixel"] = 0,
  1162. ["Font"] = Enum.Font.ArialBold,
  1163. ["FontSize"] = Enum.FontSize.Size24,
  1164. ["TextColor3"] = Color3.new(1, 1, 1),
  1165. ["TextWrapped"] = true,
  1166. })
  1167. o130 = Create("TextButton",{
  1168. ["Name"] = "Happy",
  1169. ["Parent"] = o89,
  1170. ["Transparency"] = 0.40000000596046,
  1171. ["Position"] = UDim2.new(0,0,0,320),
  1172. ["Size"] = UDim2.new(0,200,0,40),
  1173. ["Text"] = "Happy",
  1174. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1175. ["BackgroundTransparency"] = 0.40000000596046,
  1176. ["BorderSizePixel"] = 0,
  1177. ["Font"] = Enum.Font.ArialBold,
  1178. ["FontSize"] = Enum.FontSize.Size24,
  1179. ["TextColor3"] = Color3.new(1, 1, 1),
  1180. ["TextWrapped"] = true,
  1181. })
  1182. o132 = Create("TextButton",{
  1183. ["Name"] = "Run Away",
  1184. ["Parent"] = o89,
  1185. ["Transparency"] = 0.40000000596046,
  1186. ["Position"] = UDim2.new(0,200,0,760),
  1187. ["Size"] = UDim2.new(0,200,0,40),
  1188. ["Text"] = "Run Away",
  1189. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1190. ["BackgroundTransparency"] = 0.40000000596046,
  1191. ["BorderSizePixel"] = 0,
  1192. ["Font"] = Enum.Font.ArialBold,
  1193. ["FontSize"] = Enum.FontSize.Size24,
  1194. ["TextColor3"] = Color3.new(1, 1, 1),
  1195. ["TextWrapped"] = true,
  1196. })
  1197. o134 = Create("TextButton",{
  1198. ["Name"] = "Raining Tacos",
  1199. ["Parent"] = o89,
  1200. ["Transparency"] = 0.40000000596046,
  1201. ["Position"] = UDim2.new(0,200,0,360),
  1202. ["Size"] = UDim2.new(0,200,0,40),
  1203. ["Text"] = "Raining Tacos",
  1204. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1205. ["BackgroundTransparency"] = 0.40000000596046,
  1206. ["BorderSizePixel"] = 0,
  1207. ["Font"] = Enum.Font.ArialBold,
  1208. ["FontSize"] = Enum.FontSize.Size24,
  1209. ["TextColor3"] = Color3.new(1, 1, 1),
  1210. ["TextWrapped"] = true,
  1211. })
  1212. o136 = Create("TextButton",{
  1213. ["Name"] = "Ravers in the UK",
  1214. ["Parent"] = o89,
  1215. ["Transparency"] = 0.40000000596046,
  1216. ["Position"] = UDim2.new(0,0,0,360),
  1217. ["Size"] = UDim2.new(0,200,0,40),
  1218. ["Text"] = "Ravers in the Uk",
  1219. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1220. ["BackgroundTransparency"] = 0.40000000596046,
  1221. ["BorderSizePixel"] = 0,
  1222. ["Font"] = Enum.Font.ArialBold,
  1223. ["FontSize"] = Enum.FontSize.Size24,
  1224. ["TextColor3"] = Color3.new(1, 1, 1),
  1225. ["TextWrapped"] = true,
  1226. })
  1227. o138 = Create("TextButton",{
  1228. ["Name"] = "Fox",
  1229. ["Parent"] = o89,
  1230. ["Transparency"] = 0.40000000596046,
  1231. ["Position"] = UDim2.new(0,200,0,400),
  1232. ["Size"] = UDim2.new(0,200,0,40),
  1233. ["Text"] = "Fox",
  1234. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1235. ["BackgroundTransparency"] = 0.40000000596046,
  1236. ["BorderSizePixel"] = 0,
  1237. ["Font"] = Enum.Font.ArialBold,
  1238. ["FontSize"] = Enum.FontSize.Size24,
  1239. ["TextColor3"] = Color3.new(1, 1, 1),
  1240. ["TextWrapped"] = true,
  1241. })
  1242. o140 = Create("TextButton",{
  1243. ["Name"] = "Rickroll",
  1244. ["Parent"] = o89,
  1245. ["Transparency"] = 0.40000000596046,
  1246. ["Position"] = UDim2.new(0,0,0,400),
  1247. ["Size"] = UDim2.new(0,200,0,40),
  1248. ["Text"] = "Rickroll",
  1249. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1250. ["BackgroundTransparency"] = 0.40000000596046,
  1251. ["BorderSizePixel"] = 0,
  1252. ["Font"] = Enum.Font.ArialBold,
  1253. ["FontSize"] = Enum.FontSize.Size24,
  1254. ["TextColor3"] = Color3.new(1, 1, 1),
  1255. ["TextWrapped"] = true,
  1256. })
  1257. o142 = Create("TextButton",{
  1258. ["Name"] = "Doctor Dubstep",
  1259. ["Parent"] = o89,
  1260. ["Transparency"] = 0.40000000596046,
  1261. ["Position"] = UDim2.new(0,0,0,440),
  1262. ["Size"] = UDim2.new(0,200,0,40),
  1263. ["Text"] = "Doctor Dubstep",
  1264. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1265. ["BackgroundTransparency"] = 0.40000000596046,
  1266. ["BorderSizePixel"] = 0,
  1267. ["Font"] = Enum.Font.ArialBold,
  1268. ["FontSize"] = Enum.FontSize.Size24,
  1269. ["TextColor3"] = Color3.new(1, 1, 1),
  1270. ["TextWrapped"] = true,
  1271. })
  1272. o144 = Create("TextButton",{
  1273. ["Name"] = "Fiji Wiiji",
  1274. ["Parent"] = o89,
  1275. ["Transparency"] = 0.40000000596046,
  1276. ["Position"] = UDim2.new(0,200,0,440),
  1277. ["Size"] = UDim2.new(0,200,0,40),
  1278. ["Text"] = "Fiji Wiiji",
  1279. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1280. ["BackgroundTransparency"] = 0.40000000596046,
  1281. ["BorderSizePixel"] = 0,
  1282. ["Font"] = Enum.Font.ArialBold,
  1283. ["FontSize"] = Enum.FontSize.Size24,
  1284. ["TextColor3"] = Color3.new(1, 1, 1),
  1285. ["TextWrapped"] = true,
  1286. })
  1287. o146 = Create("TextButton",{
  1288. ["Name"] = "Battle",
  1289. ["Parent"] = o89,
  1290. ["Transparency"] = 0.40000000596046,
  1291. ["Position"] = UDim2.new(0,200,0,480),
  1292. ["Size"] = UDim2.new(0,200,0,40),
  1293. ["Text"] = "Battle",
  1294. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1295. ["BackgroundTransparency"] = 0.40000000596046,
  1296. ["BorderSizePixel"] = 0,
  1297. ["Font"] = Enum.Font.ArialBold,
  1298. ["FontSize"] = Enum.FontSize.Size24,
  1299. ["TextColor3"] = Color3.new(1, 1, 1),
  1300. ["TextWrapped"] = true,
  1301. })
  1302. o148 = Create("TextButton",{
  1303. ["Name"] = "We Own it",
  1304. ["Parent"] = o89,
  1305. ["Transparency"] = 0.40000000596046,
  1306. ["Position"] = UDim2.new(0,200,0,600),
  1307. ["Size"] = UDim2.new(0,200,0,40),
  1308. ["Text"] = "We Own it",
  1309. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1310. ["BackgroundTransparency"] = 0.40000000596046,
  1311. ["BorderSizePixel"] = 0,
  1312. ["Font"] = Enum.Font.ArialBold,
  1313. ["FontSize"] = Enum.FontSize.Size24,
  1314. ["TextColor3"] = Color3.new(1, 1, 1),
  1315. ["TextWrapped"] = true,
  1316. })
  1317. o150 = Create("TextButton",{
  1318. ["Name"] = "Spitfire",
  1319. ["Parent"] = o89,
  1320. ["Transparency"] = 0.40000000596046,
  1321. ["Position"] = UDim2.new(0,0,0,480),
  1322. ["Size"] = UDim2.new(0,200,0,40),
  1323. ["Text"] = "Spitfire",
  1324. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1325. ["BackgroundTransparency"] = 0.40000000596046,
  1326. ["BorderSizePixel"] = 0,
  1327. ["Font"] = Enum.Font.ArialBold,
  1328. ["FontSize"] = Enum.FontSize.Size24,
  1329. ["TextColor3"] = Color3.new(1, 1, 1),
  1330. ["TextWrapped"] = true,
  1331. })
  1332. o152 = Create("TextButton",{
  1333. ["Name"] = "Dope",
  1334. ["Parent"] = o89,
  1335. ["Transparency"] = 0.40000000596046,
  1336. ["Position"] = UDim2.new(0,200,0,520),
  1337. ["Size"] = UDim2.new(0,200,0,40),
  1338. ["Text"] = "Dope",
  1339. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1340. ["BackgroundTransparency"] = 0.40000000596046,
  1341. ["BorderSizePixel"] = 0,
  1342. ["Font"] = Enum.Font.ArialBold,
  1343. ["FontSize"] = Enum.FontSize.Size24,
  1344. ["TextColor3"] = Color3.new(1, 1, 1),
  1345. ["TextWrapped"] = true,
  1346. })
  1347. o154 = Create("TextButton",{
  1348. ["Name"] = "Amazing Horse",
  1349. ["Parent"] = o89,
  1350. ["Transparency"] = 0.40000000596046,
  1351. ["Position"] = UDim2.new(0,0,0,520),
  1352. ["Size"] = UDim2.new(0,200,0,40),
  1353. ["Text"] = "Amazing Horse",
  1354. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1355. ["BackgroundTransparency"] = 0.40000000596046,
  1356. ["BorderSizePixel"] = 0,
  1357. ["Font"] = Enum.Font.ArialBold,
  1358. ["FontSize"] = Enum.FontSize.Size24,
  1359. ["TextColor3"] = Color3.new(1, 1, 1),
  1360. ["TextWrapped"] = true,
  1361. })
  1362. o156 = Create("TextButton",{
  1363. ["Name"] = "Numa",
  1364. ["Parent"] = o89,
  1365. ["Transparency"] = 0.40000000596046,
  1366. ["Position"] = UDim2.new(0,0,0,560),
  1367. ["Size"] = UDim2.new(0,200,0,40),
  1368. ["Text"] = "Numa",
  1369. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1370. ["BackgroundTransparency"] = 0.40000000596046,
  1371. ["BorderSizePixel"] = 0,
  1372. ["Font"] = Enum.Font.ArialBold,
  1373. ["FontSize"] = Enum.FontSize.Size24,
  1374. ["TextColor3"] = Color3.new(1, 1, 1),
  1375. ["TextWrapped"] = true,
  1376. })
  1377. o158 = Create("TextButton",{
  1378. ["Name"] = "Case",
  1379. ["Parent"] = o89,
  1380. ["Transparency"] = 0.40000000596046,
  1381. ["Position"] = UDim2.new(0,200,0,560),
  1382. ["Size"] = UDim2.new(0,200,0,40),
  1383. ["Text"] = "Case",
  1384. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1385. ["BackgroundTransparency"] = 0.40000000596046,
  1386. ["BorderSizePixel"] = 0,
  1387. ["Font"] = Enum.Font.ArialBold,
  1388. ["FontSize"] = Enum.FontSize.Size24,
  1389. ["TextColor3"] = Color3.new(1, 1, 1),
  1390. ["TextWrapped"] = true,
  1391. })
  1392. o160 = Create("TextButton",{
  1393. ["Name"] = "Monsters",
  1394. ["Parent"] = o89,
  1395. ["Transparency"] = 0.40000000596046,
  1396. ["Position"] = UDim2.new(0,0,0,600),
  1397. ["Size"] = UDim2.new(0,200,0,40),
  1398. ["Text"] = "Monsters",
  1399. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1400. ["BackgroundTransparency"] = 0.40000000596046,
  1401. ["BorderSizePixel"] = 0,
  1402. ["Font"] = Enum.Font.ArialBold,
  1403. ["FontSize"] = Enum.FontSize.Size24,
  1404. ["TextColor3"] = Color3.new(1, 1, 1),
  1405. ["TextWrapped"] = true,
  1406. })
  1407. o162 = Create("TextButton",{
  1408. ["Name"] = "Problem",
  1409. ["Parent"] = o89,
  1410. ["Transparency"] = 0.40000000596046,
  1411. ["Position"] = UDim2.new(0,200,0,840),
  1412. ["Size"] = UDim2.new(0,200,0,40),
  1413. ["Text"] = "Problem",
  1414. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1415. ["BackgroundTransparency"] = 0.40000000596046,
  1416. ["BorderSizePixel"] = 0,
  1417. ["Font"] = Enum.Font.ArialBold,
  1418. ["FontSize"] = Enum.FontSize.Size24,
  1419. ["TextColor3"] = Color3.new(1, 1, 1),
  1420. ["TextWrapped"] = true,
  1421. })
  1422. o164 = Create("TextButton",{
  1423. ["Name"] = "Royal",
  1424. ["Parent"] = o89,
  1425. ["Transparency"] = 0.40000000596046,
  1426. ["Position"] = UDim2.new(0,0,0,760),
  1427. ["Size"] = UDim2.new(0,200,0,40),
  1428. ["Text"] = "Royal",
  1429. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1430. ["BackgroundTransparency"] = 0.40000000596046,
  1431. ["BorderSizePixel"] = 0,
  1432. ["Font"] = Enum.Font.ArialBold,
  1433. ["FontSize"] = Enum.FontSize.Size24,
  1434. ["TextColor3"] = Color3.new(1, 1, 1),
  1435. ["TextWrapped"] = true,
  1436. })
  1437. o166 = Create("TextButton",{
  1438. ["Name"] = "Get Lucky",
  1439. ["Parent"] = o89,
  1440. ["Transparency"] = 0.40000000596046,
  1441. ["Position"] = UDim2.new(0,200,0,640),
  1442. ["Size"] = UDim2.new(0,200,0,40),
  1443. ["Text"] = "Get Lucky",
  1444. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1445. ["BackgroundTransparency"] = 0.40000000596046,
  1446. ["BorderSizePixel"] = 0,
  1447. ["Font"] = Enum.Font.ArialBold,
  1448. ["FontSize"] = Enum.FontSize.Size24,
  1449. ["TextColor3"] = Color3.new(1, 1, 1),
  1450. ["TextWrapped"] = true,
  1451. })
  1452. o168 = Create("TextButton",{
  1453. ["Name"] = "Tonight",
  1454. ["Parent"] = o89,
  1455. ["Transparency"] = 0.40000000596046,
  1456. ["Position"] = UDim2.new(0,200,0,720),
  1457. ["Size"] = UDim2.new(0,200,0,40),
  1458. ["Text"] = "Tonight",
  1459. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1460. ["BackgroundTransparency"] = 0.40000000596046,
  1461. ["BorderSizePixel"] = 0,
  1462. ["Font"] = Enum.Font.ArialBold,
  1463. ["FontSize"] = Enum.FontSize.Size24,
  1464. ["TextColor3"] = Color3.new(1, 1, 1),
  1465. ["TextWrapped"] = true,
  1466. })
  1467. o170 = Create("TextButton",{
  1468. ["Name"] = "Roblox",
  1469. ["Parent"] = o89,
  1470. ["Transparency"] = 0.40000000596046,
  1471. ["Position"] = UDim2.new(0,0,0,640),
  1472. ["Size"] = UDim2.new(0,200,0,40),
  1473. ["Text"] = "Roblox",
  1474. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1475. ["BackgroundTransparency"] = 0.40000000596046,
  1476. ["BorderSizePixel"] = 0,
  1477. ["Font"] = Enum.Font.ArialBold,
  1478. ["FontSize"] = Enum.FontSize.Size24,
  1479. ["TextColor3"] = Color3.new(1, 1, 1),
  1480. ["TextWrapped"] = true,
  1481. })
  1482. o172 = Create("TextButton",{
  1483. ["Name"] = "Engineer",
  1484. ["Parent"] = o89,
  1485. ["Transparency"] = 0.40000000596046,
  1486. ["Position"] = UDim2.new(0,200,0,680),
  1487. ["Size"] = UDim2.new(0,200,0,40),
  1488. ["Text"] = "Engineer",
  1489. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1490. ["BackgroundTransparency"] = 0.40000000596046,
  1491. ["BorderSizePixel"] = 0,
  1492. ["Font"] = Enum.Font.ArialBold,
  1493. ["FontSize"] = Enum.FontSize.Size24,
  1494. ["TextColor3"] = Color3.new(1, 1, 1),
  1495. ["TextWrapped"] = true,
  1496. })
  1497. o174 = Create("TextLabel",{
  1498. ["Name"] = "Border",
  1499. ["Parent"] = o89,
  1500. ["Transparency"] = 0.40000000596046,
  1501. ["Position"] = UDim2.new(0,0,0,1160),
  1502. ["Size"] = UDim2.new(0,410,0,1000),
  1503. ["Text"] = "",
  1504. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1505. ["BackgroundTransparency"] = 0.40000000596046,
  1506. ["BorderSizePixel"] = 0,
  1507. ["Font"] = Enum.Font.ArialBold,
  1508. ["FontSize"] = Enum.FontSize.Size14,
  1509. ["TextColor3"] = Color3.new(1, 1, 1),
  1510. })
  1511. o175 = Create("TextButton",{
  1512. ["Name"] = "James Bond",
  1513. ["Parent"] = o89,
  1514. ["Transparency"] = 0.40000000596046,
  1515. ["Position"] = UDim2.new(0,0,0,800),
  1516. ["Size"] = UDim2.new(0,200,0,40),
  1517. ["Text"] = "James Bond",
  1518. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1519. ["BackgroundTransparency"] = 0.40000000596046,
  1520. ["BorderSizePixel"] = 0,
  1521. ["Font"] = Enum.Font.ArialBold,
  1522. ["FontSize"] = Enum.FontSize.Size24,
  1523. ["TextColor3"] = Color3.new(1, 1, 1),
  1524. ["TextWrapped"] = true,
  1525. })
  1526. o177 = Create("TextButton",{
  1527. ["Name"] = "Purge",
  1528. ["Parent"] = o89,
  1529. ["Transparency"] = 0.40000000596046,
  1530. ["Position"] = UDim2.new(0,200,0,880),
  1531. ["Size"] = UDim2.new(0,200,0,40),
  1532. ["Text"] = "Purge",
  1533. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1534. ["BackgroundTransparency"] = 0.40000000596046,
  1535. ["BorderSizePixel"] = 0,
  1536. ["Font"] = Enum.Font.ArialBold,
  1537. ["FontSize"] = Enum.FontSize.Size24,
  1538. ["TextColor3"] = Color3.new(1, 1, 1),
  1539. ["TextWrapped"] = true,
  1540. })
  1541. o179 = Create("TextButton",{
  1542. ["Name"] = "Caramell",
  1543. ["Parent"] = o89,
  1544. ["Transparency"] = 0.40000000596046,
  1545. ["Position"] = UDim2.new(0,0,0,840),
  1546. ["Size"] = UDim2.new(0,200,0,40),
  1547. ["Text"] = "Caramell",
  1548. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1549. ["BackgroundTransparency"] = 0.40000000596046,
  1550. ["BorderSizePixel"] = 0,
  1551. ["Font"] = Enum.Font.ArialBold,
  1552. ["FontSize"] = Enum.FontSize.Size24,
  1553. ["TextColor3"] = Color3.new(1, 1, 1),
  1554. ["TextWrapped"] = true,
  1555. })
  1556. o181 = Create("TextButton",{
  1557. ["Name"] = "Skeletons",
  1558. ["Parent"] = o89,
  1559. ["Transparency"] = 0.40000000596046,
  1560. ["Position"] = UDim2.new(0,0,0,880),
  1561. ["Size"] = UDim2.new(0,200,0,40),
  1562. ["Text"] = "Skeletons",
  1563. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1564. ["BackgroundTransparency"] = 0.40000000596046,
  1565. ["BorderSizePixel"] = 0,
  1566. ["Font"] = Enum.Font.ArialBold,
  1567. ["FontSize"] = Enum.FontSize.Size24,
  1568. ["TextColor3"] = Color3.new(1, 1, 1),
  1569. ["TextWrapped"] = true,
  1570. })
  1571. o183 = Create("TextButton",{
  1572. ["Name"] = "Five Night's At Freddy",
  1573. ["Parent"] = o89,
  1574. ["Transparency"] = 0.40000000596046,
  1575. ["Position"] = UDim2.new(0,0,0,960),
  1576. ["Size"] = UDim2.new(0,200,0,40),
  1577. ["Text"] = "Five Nights",
  1578. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1579. ["BackgroundTransparency"] = 0.40000000596046,
  1580. ["BorderSizePixel"] = 0,
  1581. ["Font"] = Enum.Font.ArialBold,
  1582. ["FontSize"] = Enum.FontSize.Size24,
  1583. ["TextColor3"] = Color3.new(1, 1, 1),
  1584. ["TextWrapped"] = true,
  1585. })
  1586. o185 = Create("TextButton",{
  1587. ["Name"] = "Fun",
  1588. ["Parent"] = o89,
  1589. ["Transparency"] = 0.40000000596046,
  1590. ["Position"] = UDim2.new(0,200,0,920),
  1591. ["Size"] = UDim2.new(0,200,0,40),
  1592. ["Text"] = "Fun",
  1593. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1594. ["BackgroundTransparency"] = 0.40000000596046,
  1595. ["BorderSizePixel"] = 0,
  1596. ["Font"] = Enum.Font.ArialBold,
  1597. ["FontSize"] = Enum.FontSize.Size24,
  1598. ["TextColor3"] = Color3.new(1, 1, 1),
  1599. ["TextWrapped"] = true,
  1600. })
  1601. o187 = Create("TextButton",{
  1602. ["Name"] = "I'm not Afraid",
  1603. ["Parent"] = o89,
  1604. ["Transparency"] = 0.40000000596046,
  1605. ["Position"] = UDim2.new(0,0,0,920),
  1606. ["Size"] = UDim2.new(0,200,0,40),
  1607. ["Text"] = "I'm Not Afraid",
  1608. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1609. ["BackgroundTransparency"] = 0.40000000596046,
  1610. ["BorderSizePixel"] = 0,
  1611. ["Font"] = Enum.Font.ArialBold,
  1612. ["FontSize"] = Enum.FontSize.Size24,
  1613. ["TextColor3"] = Color3.new(1, 1, 1),
  1614. ["TextWrapped"] = true,
  1615. })
  1616. o189 = Create("TextButton",{
  1617. ["Name"] = "Mako - Beam",
  1618. ["Parent"] = o89,
  1619. ["Transparency"] = 0.40000000596046,
  1620. ["Position"] = UDim2.new(0,200,0,960),
  1621. ["Size"] = UDim2.new(0,200,0,40),
  1622. ["Text"] = "Mako - Beam",
  1623. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1624. ["BackgroundTransparency"] = 0.40000000596046,
  1625. ["BorderSizePixel"] = 0,
  1626. ["Font"] = Enum.Font.ArialBold,
  1627. ["FontSize"] = Enum.FontSize.Size24,
  1628. ["TextColor3"] = Color3.new(1, 1, 1),
  1629. ["TextWrapped"] = true,
  1630. })
  1631. o191 = Create("TextButton",{
  1632. ["Name"] = "Bad",
  1633. ["Parent"] = o89,
  1634. ["Transparency"] = 0.40000000596046,
  1635. ["Position"] = UDim2.new(0,0,0,1120),
  1636. ["Size"] = UDim2.new(0,200,0,40),
  1637. ["Text"] = "Bad",
  1638. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1639. ["BackgroundTransparency"] = 0.40000000596046,
  1640. ["BorderSizePixel"] = 0,
  1641. ["Font"] = Enum.Font.ArialBold,
  1642. ["FontSize"] = Enum.FontSize.Size24,
  1643. ["TextColor3"] = Color3.new(1, 1, 1),
  1644. ["TextWrapped"] = true,
  1645. })
  1646. o193 = Create("TextButton",{
  1647. ["Name"] = "It's Muffin Time ",
  1648. ["Parent"] = o89,
  1649. ["Transparency"] = 0.40000000596046,
  1650. ["Position"] = UDim2.new(0,200,0,1040),
  1651. ["Size"] = UDim2.new(0,200,0,40),
  1652. ["Text"] = "It's Muffin Time ",
  1653. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1654. ["BackgroundTransparency"] = 0.40000000596046,
  1655. ["BorderSizePixel"] = 0,
  1656. ["Font"] = Enum.Font.ArialBold,
  1657. ["FontSize"] = Enum.FontSize.Size24,
  1658. ["TextColor3"] = Color3.new(1, 1, 1),
  1659. ["TextWrapped"] = true,
  1660. })
  1661. o195 = Create("TextButton",{
  1662. ["Name"] = "Dubstep Gun - Saint row 4",
  1663. ["Parent"] = o89,
  1664. ["Transparency"] = 0.40000000596046,
  1665. ["Position"] = UDim2.new(0,200,0,1000),
  1666. ["Size"] = UDim2.new(0,200,0,40),
  1667. ["Text"] = "Dubstep Gun",
  1668. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1669. ["BackgroundTransparency"] = 0.40000000596046,
  1670. ["BorderSizePixel"] = 0,
  1671. ["Font"] = Enum.Font.ArialBold,
  1672. ["FontSize"] = Enum.FontSize.Size24,
  1673. ["TextColor3"] = Color3.new(1, 1, 1),
  1674. ["TextWrapped"] = true,
  1675. })
  1676. o197 = Create("TextButton",{
  1677. ["Name"] = "Five Night's At Freddy 2",
  1678. ["Parent"] = o89,
  1679. ["Transparency"] = 0.40000000596046,
  1680. ["Position"] = UDim2.new(0,0,0,1000),
  1681. ["Size"] = UDim2.new(0,200,0,40),
  1682. ["Text"] = "Five Nights 2",
  1683. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1684. ["BackgroundTransparency"] = 0.40000000596046,
  1685. ["BorderSizePixel"] = 0,
  1686. ["Font"] = Enum.Font.ArialBold,
  1687. ["FontSize"] = Enum.FontSize.Size24,
  1688. ["TextColor3"] = Color3.new(1, 1, 1),
  1689. ["TextWrapped"] = true,
  1690. })
  1691. o199 = Create("TextButton",{
  1692. ["Name"] = "Hunger Games",
  1693. ["Parent"] = o89,
  1694. ["Transparency"] = 0.40000000596046,
  1695. ["Position"] = UDim2.new(0,0,0,1040),
  1696. ["Size"] = UDim2.new(0,200,0,40),
  1697. ["Text"] = "Hunger Games",
  1698. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1699. ["BackgroundTransparency"] = 0.40000000596046,
  1700. ["BorderSizePixel"] = 0,
  1701. ["Font"] = Enum.Font.ArialBold,
  1702. ["FontSize"] = Enum.FontSize.Size24,
  1703. ["TextColor3"] = Color3.new(1, 1, 1),
  1704. ["TextWrapped"] = true,
  1705. })
  1706. o201 = Create("TextButton",{
  1707. ["Name"] = "SpongeBob - Hat",
  1708. ["Parent"] = o89,
  1709. ["Transparency"] = 0.40000000596046,
  1710. ["Position"] = UDim2.new(0,200,0,1080),
  1711. ["Size"] = UDim2.new(0,200,0,40),
  1712. ["Text"] = "SpongeBob - Hat",
  1713. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1714. ["BackgroundTransparency"] = 0.40000000596046,
  1715. ["BorderSizePixel"] = 0,
  1716. ["Font"] = Enum.Font.ArialBold,
  1717. ["FontSize"] = Enum.FontSize.Size24,
  1718. ["TextColor3"] = Color3.new(1, 1, 1),
  1719. ["TextWrapped"] = true,
  1720. })
  1721. o203 = Create("TextButton",{
  1722. ["Name"] = "Barrel Roll",
  1723. ["Parent"] = o89,
  1724. ["Transparency"] = 0.40000000596046,
  1725. ["Position"] = UDim2.new(0,0,0,1080),
  1726. ["Size"] = UDim2.new(0,200,0,40),
  1727. ["Text"] = "Barrel Roll",
  1728. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1729. ["BackgroundTransparency"] = 0.40000000596046,
  1730. ["BorderSizePixel"] = 0,
  1731. ["Font"] = Enum.Font.ArialBold,
  1732. ["FontSize"] = Enum.FontSize.Size24,
  1733. ["TextColor3"] = Color3.new(1, 1, 1),
  1734. ["TextWrapped"] = true,
  1735. })
  1736. o205 = Create("TextButton",{
  1737. ["Name"] = "Noob",
  1738. ["Parent"] = o89,
  1739. ["Transparency"] = 0.40000000596046,
  1740. ["Position"] = UDim2.new(0,200,0,1120),
  1741. ["Size"] = UDim2.new(0,200,0,40),
  1742. ["Text"] = "Noob",
  1743. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1744. ["BackgroundTransparency"] = 0.40000000596046,
  1745. ["BorderSizePixel"] = 0,
  1746. ["Font"] = Enum.Font.ArialBold,
  1747. ["FontSize"] = Enum.FontSize.Size24,
  1748. ["TextColor3"] = Color3.new(1, 1, 1),
  1749. ["TextWrapped"] = true,
  1750. })
  1751. o207 = Create("TextButton",{
  1752. ["Name"] = "Execute",
  1753. ["Parent"] = o88,
  1754. ["Transparency"] = 0.30000001192093,
  1755. ["Position"] = UDim2.new(0,130,0,355),
  1756. ["Size"] = UDim2.new(0,200,0,30),
  1757. ["Text"] = "Execute",
  1758. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1759. ["BackgroundTransparency"] = 0.30000001192093,
  1760. ["BorderSizePixel"] = 0,
  1761. ["Font"] = Enum.Font.ArialBold,
  1762. ["FontSize"] = Enum.FontSize.Size36,
  1763. ["TextColor3"] = Color3.new(1, 1, 1),
  1764. ["TextWrapped"] = true,
  1765. })
  1766. o210 = Create("TextButton",{
  1767. ["Name"] = "Music Stop",
  1768. ["Parent"] = o88,
  1769. ["Transparency"] = 0.30000001192093,
  1770. ["Position"] = UDim2.new(0,330,0,355),
  1771. ["Size"] = UDim2.new(0,198,0,30),
  1772. ["Text"] = "Stop",
  1773. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1774. ["BackgroundTransparency"] = 0.30000001192093,
  1775. ["BorderSizePixel"] = 0,
  1776. ["Font"] = Enum.Font.ArialBold,
  1777. ["FontSize"] = Enum.FontSize.Size36,
  1778. ["TextColor3"] = Color3.new(1, 1, 1),
  1779. ["TextWrapped"] = true,
  1780. })
  1781. o212 = Create("TextBox",{
  1782. ["Name"] = "MusicBox",
  1783. ["Parent"] = o88,
  1784. ["Transparency"] = 0.30000001192093,
  1785. ["Position"] = UDim2.new(0,130,0,320),
  1786. ["Size"] = UDim2.new(0,200,0,30),
  1787. ["Text"] = "Music ID",
  1788. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1789. ["BackgroundTransparency"] = 0.30000001192093,
  1790. ["BorderSizePixel"] = 0,
  1791. ["MultiLine"] = true,
  1792. ["Font"] = Enum.Font.ArialBold,
  1793. ["FontSize"] = Enum.FontSize.Size36,
  1794. ["TextColor3"] = Color3.new(1, 1, 1),
  1795. ["TextWrapped"] = true,
  1796. })
  1797. o213 = Create("TextBox",{
  1798. ["Name"] = "MusicPitch",
  1799. ["Parent"] = o88,
  1800. ["Transparency"] = 0.30000001192093,
  1801. ["Position"] = UDim2.new(0,330,0,320),
  1802. ["Size"] = UDim2.new(0,198,0,30),
  1803. ["Text"] = "Music Pitch",
  1804. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1805. ["BackgroundTransparency"] = 0.30000001192093,
  1806. ["BorderSizePixel"] = 0,
  1807. ["MultiLine"] = true,
  1808. ["Font"] = Enum.Font.ArialBold,
  1809. ["FontSize"] = Enum.FontSize.Size36,
  1810. ["TextColor3"] = Color3.new(1, 1, 1),
  1811. ["TextWrapped"] = true,
  1812. })
  1813. o214 = Create("TextLabel",{
  1814. ["Name"] = "Border1",
  1815. ["Parent"] = o87,
  1816. ["Transparency"] = 0.40000000596046,
  1817. ["Position"] = UDim2.new(0,527,0,5),
  1818. ["Size"] = UDim2.new(0,1,0,320),
  1819. ["Text"] = "",
  1820. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1821. ["BackgroundTransparency"] = 0.40000000596046,
  1822. ["BorderSizePixel"] = 0,
  1823. ["Font"] = Enum.Font.ArialBold,
  1824. ["FontSize"] = Enum.FontSize.Size14,
  1825. ["TextColor3"] = Color3.new(1, 1, 1),
  1826. })
  1827. o215 = Create("TextLabel",{
  1828. ["Name"] = "Border2",
  1829. ["Parent"] = o87,
  1830. ["Transparency"] = 0.30000001192093,
  1831. ["Position"] = UDim2.new(0,130,0,355),
  1832. ["Size"] = UDim2.new(0,398,0,5),
  1833. ["Text"] = "",
  1834. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1835. ["BackgroundTransparency"] = 0.30000001192093,
  1836. ["BorderSizePixel"] = 0,
  1837. ["Font"] = Enum.Font.ArialBold,
  1838. ["FontSize"] = Enum.FontSize.Size14,
  1839. ["TextColor3"] = Color3.new(1, 1, 1),
  1840. })
  1841. o216 = Create("TextLabel",{
  1842. ["Name"] = "Border5",
  1843. ["Parent"] = o87,
  1844. ["Transparency"] = 0.30000001192093,
  1845. ["Position"] = UDim2.new(0,0,0,5),
  1846. ["Size"] = UDim2.new(0,130,0,405),
  1847. ["Text"] = "",
  1848. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1849. ["BackgroundTransparency"] = 0.30000001192093,
  1850. ["BorderSizePixel"] = 0,
  1851. ["Font"] = Enum.Font.ArialBold,
  1852. ["FontSize"] = Enum.FontSize.Size14,
  1853. ["TextColor3"] = Color3.new(1, 1, 1),
  1854. })
  1855. o217 = Create("TextLabel",{
  1856. ["Name"] = "Border3",
  1857. ["Parent"] = o87,
  1858. ["Transparency"] = 0.30000001192093,
  1859. ["Position"] = UDim2.new(0,130,0,390),
  1860. ["Size"] = UDim2.new(0,410,0,20),
  1861. ["Text"] = "",
  1862. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1863. ["BackgroundTransparency"] = 0.30000001192093,
  1864. ["BorderSizePixel"] = 0,
  1865. ["Font"] = Enum.Font.ArialBold,
  1866. ["FontSize"] = Enum.FontSize.Size14,
  1867. ["TextColor3"] = Color3.new(1, 1, 1),
  1868. })
  1869. o218 = Create("TextLabel",{
  1870. ["Name"] = "Border6",
  1871. ["Parent"] = o87,
  1872. ["Transparency"] = 0.30000001192093,
  1873. ["Position"] = UDim2.new(0,540,0,5),
  1874. ["Size"] = UDim2.new(0,110,0,405),
  1875. ["Text"] = "",
  1876. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1877. ["BackgroundTransparency"] = 0.30000001192093,
  1878. ["BorderSizePixel"] = 0,
  1879. ["Font"] = Enum.Font.ArialBold,
  1880. ["FontSize"] = Enum.FontSize.Size14,
  1881. ["TextColor3"] = Color3.new(1, 1, 1),
  1882. })
  1883. o219 = Create("TextLabel",{
  1884. ["Name"] = "Border4",
  1885. ["Parent"] = o87,
  1886. ["Transparency"] = 0.30000001192093,
  1887. ["Position"] = UDim2.new(0,528,0,325),
  1888. ["Size"] = UDim2.new(0,12,0,65),
  1889. ["Text"] = "",
  1890. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1891. ["BackgroundTransparency"] = 0.30000001192093,
  1892. ["BorderSizePixel"] = 0,
  1893. ["Font"] = Enum.Font.ArialBold,
  1894. ["FontSize"] = Enum.FontSize.Size14,
  1895. ["TextColor3"] = Color3.new(1, 1, 1),
  1896. })
  1897. o220 = Create("Frame",{
  1898. ["Name"] = "TopSettings",
  1899. ["Parent"] = o2,
  1900. ["Transparency"] = 0.60000002384186,
  1901. ["Size"] = UDim2.new(0,650,0,40),
  1902. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1903. ["BackgroundTransparency"] = 0.60000002384186,
  1904. ["BorderSizePixel"] = 0,
  1905. })
  1906. o221 = Create("TextLabel",{
  1907. ["Name"] = "Border1",
  1908. ["Parent"] = o220,
  1909. ["Transparency"] = 0.40000000596046,
  1910. ["Position"] = UDim2.new(0,620,0,25),
  1911. ["Size"] = UDim2.new(0,30,0,15),
  1912. ["Text"] = "",
  1913. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1914. ["BackgroundTransparency"] = 0.40000000596046,
  1915. ["BorderSizePixel"] = 0,
  1916. ["Font"] = Enum.Font.SourceSans,
  1917. ["FontSize"] = Enum.FontSize.Size14,
  1918. ["TextColor3"] = Color3.new(1, 1, 1),
  1919. })
  1920. o222 = Create("ScrollingFrame",{
  1921. ["Name"] = "ScrollingTopSettings",
  1922. ["Parent"] = o220,
  1923. ["Transparency"] = 0.40000000596046,
  1924. ["Size"] = UDim2.new(0,650,0,40),
  1925. ["CanvasSize"] = UDim2.new(0,0,0,0),
  1926. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  1927. ["BackgroundTransparency"] = 0.40000000596046,
  1928. ["BorderColor3"] = Color3.new(0, 0, 0),
  1929. ["BorderSizePixel"] = 0,
  1930. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  1931. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  1932. ["ScrollingEnabled"] = false,
  1933. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  1934. })
  1935. o223 = Create("TextButton",{
  1936. ["Name"] = "Commands",
  1937. ["Parent"] = o222,
  1938. ["Transparency"] = 0.40000000596046,
  1939. ["Size"] = UDim2.new(0,120,0,40),
  1940. ["Text"] = "Commands",
  1941. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1942. ["BackgroundTransparency"] = 0.40000000596046,
  1943. ["BorderSizePixel"] = 0,
  1944. ["Font"] = Enum.Font.ArialBold,
  1945. ["FontSize"] = Enum.FontSize.Size18,
  1946. ["TextColor3"] = Color3.new(1, 1, 1),
  1947. ["TextWrapped"] = true,
  1948. })
  1949. o225 = Create("TextButton",{
  1950. ["Name"] = "Gear",
  1951. ["Parent"] = o222,
  1952. ["Transparency"] = 0.40000000596046,
  1953. ["Position"] = UDim2.new(0,240,0,0),
  1954. ["Size"] = UDim2.new(0,120,0,40),
  1955. ["Text"] = "Gear",
  1956. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1957. ["BackgroundTransparency"] = 0.40000000596046,
  1958. ["BorderSizePixel"] = 0,
  1959. ["Font"] = Enum.Font.ArialBold,
  1960. ["FontSize"] = Enum.FontSize.Size18,
  1961. ["TextColor3"] = Color3.new(1, 1, 1),
  1962. ["TextWrapped"] = true,
  1963. })
  1964. o227 = Create("TextButton",{
  1965. ["Name"] = "Music",
  1966. ["Parent"] = o222,
  1967. ["Transparency"] = 0.40000000596046,
  1968. ["Position"] = UDim2.new(0,360,0,0),
  1969. ["Size"] = UDim2.new(0,120,0,40),
  1970. ["Text"] = "Music",
  1971. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1972. ["BackgroundTransparency"] = 0.40000000596046,
  1973. ["BorderSizePixel"] = 0,
  1974. ["Font"] = Enum.Font.ArialBold,
  1975. ["FontSize"] = Enum.FontSize.Size18,
  1976. ["TextColor3"] = Color3.new(1, 1, 1),
  1977. ["TextWrapped"] = true,
  1978. })
  1979. o229 = Create("TextButton",{
  1980. ["Name"] = "Scripts",
  1981. ["Parent"] = o222,
  1982. ["Transparency"] = 0.40000000596046,
  1983. ["Position"] = UDim2.new(0,120,0,0),
  1984. ["Size"] = UDim2.new(0,120,0,40),
  1985. ["Text"] = "Scripts",
  1986. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  1987. ["BackgroundTransparency"] = 0.40000000596046,
  1988. ["BorderSizePixel"] = 0,
  1989. ["Font"] = Enum.Font.ArialBold,
  1990. ["FontSize"] = Enum.FontSize.Size18,
  1991. ["TextColor3"] = Color3.new(1, 1, 1),
  1992. ["TextWrapped"] = true,
  1993. })
  1994. o231 = Create("TextButton",{
  1995. ["Name"] = "Settings",
  1996. ["Parent"] = o222,
  1997. ["Transparency"] = 0.40000000596046,
  1998. ["Position"] = UDim2.new(0,480,0,0),
  1999. ["Size"] = UDim2.new(0,120,0,40),
  2000. ["Text"] = "Settings",
  2001. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2002. ["BackgroundTransparency"] = 0.40000000596046,
  2003. ["BorderSizePixel"] = 0,
  2004. ["Font"] = Enum.Font.ArialBold,
  2005. ["FontSize"] = Enum.FontSize.Size18,
  2006. ["TextColor3"] = Color3.new(1, 1, 1),
  2007. ["TextWrapped"] = true,
  2008. })
  2009. o233 = Create("TextLabel",{
  2010. ["Name"] = "Border2",
  2011. ["Parent"] = o220,
  2012. ["Transparency"] = 0.40000000596046,
  2013. ["Position"] = UDim2.new(0,600,0,0),
  2014. ["Size"] = UDim2.new(0,20,0,40),
  2015. ["Text"] = "",
  2016. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2017. ["BackgroundTransparency"] = 0.40000000596046,
  2018. ["BorderSizePixel"] = 0,
  2019. ["Font"] = Enum.Font.ArialBold,
  2020. ["FontSize"] = Enum.FontSize.Size24,
  2021. ["TextColor3"] = Color3.new(1, 1, 1),
  2022. ["TextWrapped"] = true,
  2023. })
  2024. o234 = Create("TextButton",{
  2025. ["Name"] = "Close",
  2026. ["Parent"] = o220,
  2027. ["Transparency"] = 0.30000001192093,
  2028. ["Position"] = UDim2.new(0,620,0,0),
  2029. ["Size"] = UDim2.new(0,30,0,25),
  2030. ["Text"] = "X",
  2031. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2032. ["BackgroundTransparency"] = 0.30000001192093,
  2033. ["BorderSizePixel"] = 0,
  2034. ["Font"] = Enum.Font.ArialBold,
  2035. ["FontSize"] = Enum.FontSize.Size14,
  2036. ["TextColor3"] = Color3.new(1, 0.0470588, 0),
  2037. ["TextWrapped"] = true,
  2038. })
  2039. o236 = Create("Frame",{
  2040. ["Name"] = "Commands",
  2041. ["Parent"] = o2,
  2042. ["Transparency"] = 1,
  2043. ["Position"] = UDim2.new(0,0,0,35),
  2044. ["Size"] = UDim2.new(0,650,0,410),
  2045. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2046. ["BackgroundTransparency"] = 1,
  2047. ["BorderSizePixel"] = 0,
  2048. })
  2049. o237 = Create("ScrollingFrame",{
  2050. ["Name"] = "ScrollingCommands",
  2051. ["Parent"] = o236,
  2052. ["Transparency"] = 0.40000000596046,
  2053. ["Position"] = UDim2.new(0,0,0,5),
  2054. ["Size"] = UDim2.new(0,650,0,405),
  2055. ["CanvasSize"] = UDim2.new(0,0,0,0),
  2056. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  2057. ["BackgroundTransparency"] = 0.40000000596046,
  2058. ["BorderColor3"] = Color3.new(0, 0, 0),
  2059. ["BorderSizePixel"] = 0,
  2060. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  2061. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  2062. ["ScrollingEnabled"] = false,
  2063. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  2064. })
  2065. o238 = Create("TextButton",{
  2066. ["Name"] = "UnForceField",
  2067. ["Parent"] = o237,
  2068. ["Transparency"] = 0.40000000596046,
  2069. ["Position"] = UDim2.new(0,200,0,160),
  2070. ["Size"] = UDim2.new(0,200,0,40),
  2071. ["Text"] = "UnForceField",
  2072. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2073. ["BackgroundTransparency"] = 0.40000000596046,
  2074. ["BorderSizePixel"] = 0,
  2075. ["Font"] = Enum.Font.ArialBold,
  2076. ["FontSize"] = Enum.FontSize.Size24,
  2077. ["TextColor3"] = Color3.new(1, 1, 1),
  2078. ["TextWrapped"] = true,
  2079. })
  2080. o240 = Create("TextButton",{
  2081. ["Name"] = "Visible",
  2082. ["Parent"] = o237,
  2083. ["Transparency"] = 0.40000000596046,
  2084. ["Position"] = UDim2.new(0,200,0,120),
  2085. ["Size"] = UDim2.new(0,200,0,40),
  2086. ["Text"] = "Visible",
  2087. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2088. ["BackgroundTransparency"] = 0.40000000596046,
  2089. ["BorderSizePixel"] = 0,
  2090. ["Font"] = Enum.Font.ArialBold,
  2091. ["FontSize"] = Enum.FontSize.Size24,
  2092. ["TextColor3"] = Color3.new(1, 1, 1),
  2093. ["TextWrapped"] = true,
  2094. })
  2095. o242 = Create("TextButton",{
  2096. ["Name"] = "Kill",
  2097. ["Parent"] = o237,
  2098. ["Transparency"] = 0.40000000596046,
  2099. ["Size"] = UDim2.new(0,200,0,40),
  2100. ["Text"] = "Kill",
  2101. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2102. ["BackgroundTransparency"] = 0.40000000596046,
  2103. ["BorderSizePixel"] = 0,
  2104. ["Font"] = Enum.Font.ArialBold,
  2105. ["FontSize"] = Enum.FontSize.Size24,
  2106. ["TextColor3"] = Color3.new(1, 1, 1),
  2107. ["TextWrapped"] = true,
  2108. })
  2109. o244 = Create("TextButton",{
  2110. ["Name"] = "God",
  2111. ["Parent"] = o237,
  2112. ["Transparency"] = 0.40000000596046,
  2113. ["Position"] = UDim2.new(0,0,0,40),
  2114. ["Size"] = UDim2.new(0,200,0,40),
  2115. ["Text"] = "God",
  2116. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2117. ["BackgroundTransparency"] = 0.40000000596046,
  2118. ["BorderSizePixel"] = 0,
  2119. ["Font"] = Enum.Font.ArialBold,
  2120. ["FontSize"] = Enum.FontSize.Size24,
  2121. ["TextColor3"] = Color3.new(1, 1, 1),
  2122. ["TextWrapped"] = true,
  2123. })
  2124. o246 = Create("TextButton",{
  2125. ["Name"] = "Punish",
  2126. ["Parent"] = o237,
  2127. ["Transparency"] = 0.40000000596046,
  2128. ["Position"] = UDim2.new(0,0,0,80),
  2129. ["Size"] = UDim2.new(0,200,0,40),
  2130. ["Text"] = "Punish",
  2131. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2132. ["BackgroundTransparency"] = 0.40000000596046,
  2133. ["BorderSizePixel"] = 0,
  2134. ["Font"] = Enum.Font.ArialBold,
  2135. ["FontSize"] = Enum.FontSize.Size24,
  2136. ["TextColor3"] = Color3.new(1, 1, 1),
  2137. ["TextWrapped"] = true,
  2138. })
  2139. o248 = Create("TextButton",{
  2140. ["Name"] = "Kill All",
  2141. ["Parent"] = o237,
  2142. ["Transparency"] = 0.40000000596046,
  2143. ["Position"] = UDim2.new(0,200,0,0),
  2144. ["Size"] = UDim2.new(0,200,0,40),
  2145. ["Text"] = "Kill All",
  2146. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2147. ["BackgroundTransparency"] = 0.40000000596046,
  2148. ["BorderSizePixel"] = 0,
  2149. ["Font"] = Enum.Font.ArialBold,
  2150. ["FontSize"] = Enum.FontSize.Size24,
  2151. ["TextColor3"] = Color3.new(1, 1, 1),
  2152. ["TextWrapped"] = true,
  2153. })
  2154. o250 = Create("TextButton",{
  2155. ["Name"] = "UnGod",
  2156. ["Parent"] = o237,
  2157. ["Transparency"] = 0.40000000596046,
  2158. ["Position"] = UDim2.new(0,200,0,40),
  2159. ["Size"] = UDim2.new(0,200,0,40),
  2160. ["Text"] = "UnGod",
  2161. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2162. ["BackgroundTransparency"] = 0.40000000596046,
  2163. ["BorderSizePixel"] = 0,
  2164. ["Font"] = Enum.Font.ArialBold,
  2165. ["FontSize"] = Enum.FontSize.Size24,
  2166. ["TextColor3"] = Color3.new(1, 1, 1),
  2167. ["TextWrapped"] = true,
  2168. })
  2169. o252 = Create("TextButton",{
  2170. ["Name"] = "Kick",
  2171. ["Parent"] = o237,
  2172. ["Transparency"] = 0.40000000596046,
  2173. ["Position"] = UDim2.new(0,400,0,0),
  2174. ["Size"] = UDim2.new(0,200,0,40),
  2175. ["Text"] = "Kick",
  2176. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2177. ["BackgroundTransparency"] = 0.40000000596046,
  2178. ["BorderSizePixel"] = 0,
  2179. ["Font"] = Enum.Font.ArialBold,
  2180. ["FontSize"] = Enum.FontSize.Size24,
  2181. ["TextColor3"] = Color3.new(1, 1, 1),
  2182. ["TextWrapped"] = true,
  2183. })
  2184. o254 = Create("TextButton",{
  2185. ["Name"] = "Explode",
  2186. ["Parent"] = o237,
  2187. ["Transparency"] = 0.40000000596046,
  2188. ["Position"] = UDim2.new(0,400,0,80),
  2189. ["Size"] = UDim2.new(0,200,0,40),
  2190. ["Text"] = "Explode",
  2191. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2192. ["BackgroundTransparency"] = 0.40000000596046,
  2193. ["BorderSizePixel"] = 0,
  2194. ["Font"] = Enum.Font.ArialBold,
  2195. ["FontSize"] = Enum.FontSize.Size24,
  2196. ["TextColor3"] = Color3.new(1, 1, 1),
  2197. ["TextWrapped"] = true,
  2198. })
  2199. o256 = Create("TextButton",{
  2200. ["Name"] = "UnPunish",
  2201. ["Parent"] = o237,
  2202. ["Transparency"] = 0.40000000596046,
  2203. ["Position"] = UDim2.new(0,200,0,80),
  2204. ["Size"] = UDim2.new(0,200,0,40),
  2205. ["Text"] = "UnPunish",
  2206. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2207. ["BackgroundTransparency"] = 0.40000000596046,
  2208. ["BorderSizePixel"] = 0,
  2209. ["Font"] = Enum.Font.ArialBold,
  2210. ["FontSize"] = Enum.FontSize.Size24,
  2211. ["TextColor3"] = Color3.new(1, 1, 1),
  2212. ["TextWrapped"] = true,
  2213. })
  2214. o258 = Create("TextButton",{
  2215. ["Name"] = "Kick All",
  2216. ["Parent"] = o237,
  2217. ["Transparency"] = 0.40000000596046,
  2218. ["Position"] = UDim2.new(0,400,0,40),
  2219. ["Size"] = UDim2.new(0,200,0,40),
  2220. ["Text"] = "Kick All",
  2221. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2222. ["BackgroundTransparency"] = 0.40000000596046,
  2223. ["BorderSizePixel"] = 0,
  2224. ["Font"] = Enum.Font.ArialBold,
  2225. ["FontSize"] = Enum.FontSize.Size24,
  2226. ["TextColor3"] = Color3.new(1, 1, 1),
  2227. ["TextWrapped"] = true,
  2228. })
  2229. o260 = Create("TextButton",{
  2230. ["Name"] = "Invisible",
  2231. ["Parent"] = o237,
  2232. ["Transparency"] = 0.40000000596046,
  2233. ["Position"] = UDim2.new(0,0,0,120),
  2234. ["Size"] = UDim2.new(0,200,0,40),
  2235. ["Text"] = "Invisible",
  2236. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2237. ["BackgroundTransparency"] = 0.40000000596046,
  2238. ["BorderSizePixel"] = 0,
  2239. ["Font"] = Enum.Font.ArialBold,
  2240. ["FontSize"] = Enum.FontSize.Size24,
  2241. ["TextColor3"] = Color3.new(1, 1, 1),
  2242. ["TextWrapped"] = true,
  2243. })
  2244. o262 = Create("TextButton",{
  2245. ["Name"] = "Explode All",
  2246. ["Parent"] = o237,
  2247. ["Transparency"] = 0.40000000596046,
  2248. ["Position"] = UDim2.new(0,400,0,120),
  2249. ["Size"] = UDim2.new(0,200,0,40),
  2250. ["Text"] = "Explode All",
  2251. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2252. ["BackgroundTransparency"] = 0.40000000596046,
  2253. ["BorderSizePixel"] = 0,
  2254. ["Font"] = Enum.Font.ArialBold,
  2255. ["FontSize"] = Enum.FontSize.Size24,
  2256. ["TextColor3"] = Color3.new(1, 1, 1),
  2257. ["TextWrapped"] = true,
  2258. })
  2259. o264 = Create("TextButton",{
  2260. ["Name"] = "ForceField",
  2261. ["Parent"] = o237,
  2262. ["Transparency"] = 0.40000000596046,
  2263. ["Position"] = UDim2.new(0,0,0,160),
  2264. ["Size"] = UDim2.new(0,200,0,40),
  2265. ["Text"] = "ForceField",
  2266. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2267. ["BackgroundTransparency"] = 0.40000000596046,
  2268. ["BorderSizePixel"] = 0,
  2269. ["Font"] = Enum.Font.ArialBold,
  2270. ["FontSize"] = Enum.FontSize.Size24,
  2271. ["TextColor3"] = Color3.new(1, 1, 1),
  2272. ["TextWrapped"] = true,
  2273. })
  2274. o266 = Create("TextButton",{
  2275. ["Name"] = "Lag",
  2276. ["Parent"] = o237,
  2277. ["Transparency"] = 0.40000000596046,
  2278. ["Position"] = UDim2.new(0,400,0,160),
  2279. ["Size"] = UDim2.new(0,200,0,40),
  2280. ["Text"] = "Lag",
  2281. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2282. ["BackgroundTransparency"] = 0.40000000596046,
  2283. ["BorderSizePixel"] = 0,
  2284. ["Font"] = Enum.Font.ArialBold,
  2285. ["FontSize"] = Enum.FontSize.Size24,
  2286. ["TextColor3"] = Color3.new(1, 1, 1),
  2287. ["TextWrapped"] = true,
  2288. })
  2289. o268 = Create("TextButton",{
  2290. ["Name"] = "Freeze",
  2291. ["Parent"] = o237,
  2292. ["Transparency"] = 0.40000000596046,
  2293. ["Position"] = UDim2.new(0,0,0,200),
  2294. ["Size"] = UDim2.new(0,200,0,40),
  2295. ["Text"] = "Freeze",
  2296. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2297. ["BackgroundTransparency"] = 0.40000000596046,
  2298. ["BorderSizePixel"] = 0,
  2299. ["Font"] = Enum.Font.ArialBold,
  2300. ["FontSize"] = Enum.FontSize.Size24,
  2301. ["TextColor3"] = Color3.new(1, 1, 1),
  2302. ["TextWrapped"] = true,
  2303. })
  2304. o270 = Create("TextButton",{
  2305. ["Name"] = "Thaw",
  2306. ["Parent"] = o237,
  2307. ["Transparency"] = 0.40000000596046,
  2308. ["Position"] = UDim2.new(0,200,0,200),
  2309. ["Size"] = UDim2.new(0,200,0,40),
  2310. ["Text"] = "Thaw",
  2311. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2312. ["BackgroundTransparency"] = 0.40000000596046,
  2313. ["BorderSizePixel"] = 0,
  2314. ["Font"] = Enum.Font.ArialBold,
  2315. ["FontSize"] = Enum.FontSize.Size24,
  2316. ["TextColor3"] = Color3.new(1, 1, 1),
  2317. ["TextWrapped"] = true,
  2318. })
  2319. o272 = Create("TextButton",{
  2320. ["Name"] = "God All",
  2321. ["Parent"] = o237,
  2322. ["Transparency"] = 0.40000000596046,
  2323. ["Position"] = UDim2.new(0,400,0,200),
  2324. ["Size"] = UDim2.new(0,200,0,40),
  2325. ["Text"] = "God All",
  2326. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2327. ["BackgroundTransparency"] = 0.40000000596046,
  2328. ["BorderSizePixel"] = 0,
  2329. ["Font"] = Enum.Font.ArialBold,
  2330. ["FontSize"] = Enum.FontSize.Size24,
  2331. ["TextColor3"] = Color3.new(1, 1, 1),
  2332. ["TextWrapped"] = true,
  2333. })
  2334. o274 = Create("TextButton",{
  2335. ["Name"] = "Human",
  2336. ["Parent"] = o237,
  2337. ["Transparency"] = 0.40000000596046,
  2338. ["Position"] = UDim2.new(0,200,0,240),
  2339. ["Size"] = UDim2.new(0,200,0,40),
  2340. ["Text"] = "Human",
  2341. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2342. ["BackgroundTransparency"] = 0.40000000596046,
  2343. ["BorderSizePixel"] = 0,
  2344. ["Font"] = Enum.Font.ArialBold,
  2345. ["FontSize"] = Enum.FontSize.Size24,
  2346. ["TextColor3"] = Color3.new(1, 1, 1),
  2347. ["TextWrapped"] = true,
  2348. })
  2349. o276 = Create("TextButton",{
  2350. ["Name"] = "Remove Tools",
  2351. ["Parent"] = o237,
  2352. ["Transparency"] = 0.40000000596046,
  2353. ["Position"] = UDim2.new(0,200,0,280),
  2354. ["Size"] = UDim2.new(0,200,0,40),
  2355. ["Text"] = "Remove Backpack",
  2356. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2357. ["BackgroundTransparency"] = 0.40000000596046,
  2358. ["BorderSizePixel"] = 0,
  2359. ["Font"] = Enum.Font.ArialBold,
  2360. ["FontSize"] = Enum.FontSize.Size24,
  2361. ["TextColor3"] = Color3.new(1, 1, 1),
  2362. ["TextWrapped"] = true,
  2363. })
  2364. o278 = Create("TextButton",{
  2365. ["Name"] = "UnGod All",
  2366. ["Parent"] = o237,
  2367. ["Transparency"] = 0.40000000596046,
  2368. ["Position"] = UDim2.new(0,400,0,240),
  2369. ["Size"] = UDim2.new(0,200,0,40),
  2370. ["Text"] = "UnGod All",
  2371. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2372. ["BackgroundTransparency"] = 0.40000000596046,
  2373. ["BorderSizePixel"] = 0,
  2374. ["Font"] = Enum.Font.ArialBold,
  2375. ["FontSize"] = Enum.FontSize.Size24,
  2376. ["TextColor3"] = Color3.new(1, 1, 1),
  2377. ["TextWrapped"] = true,
  2378. })
  2379. o280 = Create("TextButton",{
  2380. ["Name"] = "Thaw All",
  2381. ["Parent"] = o237,
  2382. ["Transparency"] = 0.40000000596046,
  2383. ["Position"] = UDim2.new(0,400,0,320),
  2384. ["Size"] = UDim2.new(0,200,0,40),
  2385. ["Text"] = "Thaw All",
  2386. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2387. ["BackgroundTransparency"] = 0.40000000596046,
  2388. ["BorderSizePixel"] = 0,
  2389. ["Font"] = Enum.Font.ArialBold,
  2390. ["FontSize"] = Enum.FontSize.Size24,
  2391. ["TextColor3"] = Color3.new(1, 1, 1),
  2392. ["TextWrapped"] = true,
  2393. })
  2394. o282 = Create("TextButton",{
  2395. ["Name"] = "Freeze All",
  2396. ["Parent"] = o237,
  2397. ["Transparency"] = 0.40000000596046,
  2398. ["Position"] = UDim2.new(0,400,0,280),
  2399. ["Size"] = UDim2.new(0,200,0,40),
  2400. ["Text"] = "Freeze All",
  2401. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2402. ["BackgroundTransparency"] = 0.40000000596046,
  2403. ["BorderSizePixel"] = 0,
  2404. ["Font"] = Enum.Font.ArialBold,
  2405. ["FontSize"] = Enum.FontSize.Size24,
  2406. ["TextColor3"] = Color3.new(1, 1, 1),
  2407. ["TextWrapped"] = true,
  2408. })
  2409. o284 = Create("TextButton",{
  2410. ["Name"] = "Ghost",
  2411. ["Parent"] = o237,
  2412. ["Transparency"] = 0.40000000596046,
  2413. ["Position"] = UDim2.new(0,0,0,240),
  2414. ["Size"] = UDim2.new(0,200,0,40),
  2415. ["Text"] = "Ghost",
  2416. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2417. ["BackgroundTransparency"] = 0.40000000596046,
  2418. ["BorderSizePixel"] = 0,
  2419. ["Font"] = Enum.Font.ArialBold,
  2420. ["FontSize"] = Enum.FontSize.Size24,
  2421. ["TextColor3"] = Color3.new(1, 1, 1),
  2422. ["TextWrapped"] = true,
  2423. })
  2424. o286 = Create("TextButton",{
  2425. ["Name"] = "Btools",
  2426. ["Parent"] = o237,
  2427. ["Transparency"] = 0.40000000596046,
  2428. ["Position"] = UDim2.new(0,0,0,280),
  2429. ["Size"] = UDim2.new(0,200,0,40),
  2430. ["Text"] = "Btools",
  2431. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2432. ["BackgroundTransparency"] = 0.40000000596046,
  2433. ["BorderSizePixel"] = 0,
  2434. ["Font"] = Enum.Font.ArialBold,
  2435. ["FontSize"] = Enum.FontSize.Size24,
  2436. ["TextColor3"] = Color3.new(1, 1, 1),
  2437. ["TextWrapped"] = true,
  2438. })
  2439. o288 = Create("TextLabel",{
  2440. ["Name"] = "Border1",
  2441. ["Parent"] = o236,
  2442. ["Transparency"] = 0.40000000596046,
  2443. ["Position"] = UDim2.new(0,600,0,5),
  2444. ["Size"] = UDim2.new(0,50,0,405),
  2445. ["Text"] = "",
  2446. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2447. ["BackgroundTransparency"] = 0.40000000596046,
  2448. ["BorderSizePixel"] = 0,
  2449. })
  2450. o289 = Create("TextLabel",{
  2451. ["Name"] = "Border2",
  2452. ["Parent"] = o236,
  2453. ["Transparency"] = 0.40000000596046,
  2454. ["Position"] = UDim2.new(0,400,0,365),
  2455. ["Size"] = UDim2.new(0,200,0,45),
  2456. ["Text"] = "",
  2457. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2458. ["BackgroundTransparency"] = 0.40000000596046,
  2459. ["BorderSizePixel"] = 0,
  2460. })
  2461. o290 = Create("TextLabel",{
  2462. ["Name"] = "Border4",
  2463. ["Parent"] = o236,
  2464. ["Transparency"] = 0.40000000596046,
  2465. ["Position"] = UDim2.new(0,0,0,325),
  2466. ["Size"] = UDim2.new(0,400,0,85),
  2467. ["Text"] = "",
  2468. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2469. ["BackgroundTransparency"] = 0.40000000596046,
  2470. ["BorderSizePixel"] = 0,
  2471. })
  2472. o291 = Create("Frame",{
  2473. ["Name"] = "Gear",
  2474. ["Parent"] = o2,
  2475. ["Transparency"] = 1,
  2476. ["Position"] = UDim2.new(0,0,0,35),
  2477. ["Size"] = UDim2.new(0,650,0,410),
  2478. ["Visible"] = false,
  2479. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2480. ["BackgroundTransparency"] = 1,
  2481. ["BorderColor3"] = Color3.new(0, 0, 0),
  2482. ["BorderSizePixel"] = 0,
  2483. })
  2484. o292 = Create("ScrollingFrame",{
  2485. ["Name"] = "ScrollingGear",
  2486. ["Parent"] = o291,
  2487. ["Transparency"] = 0.40000000596046,
  2488. ["Position"] = UDim2.new(0,0,0,5),
  2489. ["Size"] = UDim2.new(0,650,0,405),
  2490. ["CanvasSize"] = UDim2.new(0,0,0,0),
  2491. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  2492. ["BackgroundTransparency"] = 0.40000000596046,
  2493. ["BorderColor3"] = Color3.new(0, 0.00392157, 0.443137),
  2494. ["BorderSizePixel"] = 0,
  2495. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  2496. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  2497. ["ScrollingEnabled"] = false,
  2498. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  2499. })
  2500. o293 = Create("ScrollingFrame",{
  2501. ["Name"] = "Preloaded Gear",
  2502. ["Parent"] = o292,
  2503. ["Transparency"] = 0.60000002384186,
  2504. ["Position"] = UDim2.new(0,130,0,0),
  2505. ["Size"] = UDim2.new(0,410,0,320),
  2506. ["CanvasSize"] = UDim2.new(0,0,3,0),
  2507. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  2508. ["BackgroundTransparency"] = 0.60000002384186,
  2509. ["BorderColor3"] = Color3.new(0, 0, 0),
  2510. ["BorderSizePixel"] = 0,
  2511. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  2512. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  2513. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  2514. })
  2515. o294 = Create("TextLabel",{
  2516. ["Name"] = "Border",
  2517. ["Parent"] = o293,
  2518. ["Transparency"] = 0.40000000596046,
  2519. ["Position"] = UDim2.new(0,0,0,840),
  2520. ["Size"] = UDim2.new(0,410,0,1000),
  2521. ["Text"] = "",
  2522. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2523. ["BackgroundTransparency"] = 0.40000000596046,
  2524. ["BorderSizePixel"] = 0,
  2525. ["Font"] = Enum.Font.ArialBold,
  2526. ["FontSize"] = Enum.FontSize.Size14,
  2527. ["TextColor3"] = Color3.new(1, 1, 1),
  2528. })
  2529. o295 = Create("TextButton",{
  2530. ["Name"] = "AirStrike",
  2531. ["Parent"] = o293,
  2532. ["Transparency"] = 0.40000000596046,
  2533. ["Position"] = UDim2.new(0,0,0,160),
  2534. ["Size"] = UDim2.new(0,200,0,40),
  2535. ["Text"] = "AirStrike",
  2536. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2537. ["BackgroundTransparency"] = 0.40000000596046,
  2538. ["BorderSizePixel"] = 0,
  2539. ["Font"] = Enum.Font.ArialBold,
  2540. ["FontSize"] = Enum.FontSize.Size24,
  2541. ["TextColor3"] = Color3.new(1, 1, 1),
  2542. ["TextWrapped"] = true,
  2543. })
  2544. o297 = Create("TextButton",{
  2545. ["Name"] = "Bloxster 2XH ",
  2546. ["Parent"] = o293,
  2547. ["Transparency"] = 0.40000000596046,
  2548. ["Position"] = UDim2.new(0,200,0,240),
  2549. ["Size"] = UDim2.new(0,200,0,40),
  2550. ["Text"] = "Bloxster 2XH ",
  2551. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2552. ["BackgroundTransparency"] = 0.40000000596046,
  2553. ["BorderSizePixel"] = 0,
  2554. ["Font"] = Enum.Font.ArialBold,
  2555. ["FontSize"] = Enum.FontSize.Size24,
  2556. ["TextColor3"] = Color3.new(1, 1, 1),
  2557. ["TextWrapped"] = true,
  2558. })
  2559. o299 = Create("TextButton",{
  2560. ["Name"] = "Ice Dragon Slayer
  2561. ",
  2562. ["Parent"] = o293,
  2563. ["Transparency"] = 0.40000000596046,
  2564. ["Position"] = UDim2.new(0,0,0,520),
  2565. ["Size"] = UDim2.new(0,200,0,40),
  2566. ["Text"] = "Ice Dragon Slayer
  2567. ",
  2568. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2569. ["BackgroundTransparency"] = 0.40000000596046,
  2570. ["BorderSizePixel"] = 0,
  2571. ["Font"] = Enum.Font.ArialBold,
  2572. ["FontSize"] = Enum.FontSize.Size24,
  2573. ["TextColor3"] = Color3.new(1, 1, 1),
  2574. ["TextWrapped"] = true,
  2575. })
  2576. o301 = Create("TextButton",{
  2577. ["Name"] = "Darkheart",
  2578. ["Parent"] = o293,
  2579. ["Transparency"] = 0.40000000596046,
  2580. ["Position"] = UDim2.new(0,200,0,0),
  2581. ["Size"] = UDim2.new(0,200,0,40),
  2582. ["Text"] = "Darkheart",
  2583. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2584. ["BackgroundTransparency"] = 0.40000000596046,
  2585. ["BorderSizePixel"] = 0,
  2586. ["Font"] = Enum.Font.ArialBold,
  2587. ["FontSize"] = Enum.FontSize.Size24,
  2588. ["TextColor3"] = Color3.new(1, 1, 1),
  2589. ["TextWrapped"] = true,
  2590. })
  2591. o303 = Create("TextButton",{
  2592. ["Name"] = "Darkest Arts Sword",
  2593. ["Parent"] = o293,
  2594. ["Transparency"] = 0.40000000596046,
  2595. ["Position"] = UDim2.new(0,0,0,40),
  2596. ["Size"] = UDim2.new(0,200,0,40),
  2597. ["Text"] = "Darkest Sword",
  2598. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2599. ["BackgroundTransparency"] = 0.40000000596046,
  2600. ["BorderSizePixel"] = 0,
  2601. ["Font"] = Enum.Font.ArialBold,
  2602. ["FontSize"] = Enum.FontSize.Size24,
  2603. ["TextColor3"] = Color3.new(1, 1, 1),
  2604. ["TextWrapped"] = true,
  2605. })
  2606. o305 = Create("TextButton",{
  2607. ["Name"] = "Hyperlaser Gun",
  2608. ["Parent"] = o293,
  2609. ["Transparency"] = 0.40000000596046,
  2610. ["Position"] = UDim2.new(0,200,0,160),
  2611. ["Size"] = UDim2.new(0,200,0,40),
  2612. ["Text"] = "Hyperlaser Gun",
  2613. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2614. ["BackgroundTransparency"] = 0.40000000596046,
  2615. ["BorderSizePixel"] = 0,
  2616. ["Font"] = Enum.Font.ArialBold,
  2617. ["FontSize"] = Enum.FontSize.Size24,
  2618. ["TextColor3"] = Color3.new(1, 1, 1),
  2619. ["TextWrapped"] = true,
  2620. })
  2621. o307 = Create("TextButton",{
  2622. ["Name"] = "Icedagger",
  2623. ["Parent"] = o293,
  2624. ["Transparency"] = 0.40000000596046,
  2625. ["Position"] = UDim2.new(0,0,0,80),
  2626. ["Size"] = UDim2.new(0,200,0,40),
  2627. ["Text"] = "Icedagger",
  2628. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2629. ["BackgroundTransparency"] = 0.40000000596046,
  2630. ["BorderSizePixel"] = 0,
  2631. ["Font"] = Enum.Font.ArialBold,
  2632. ["FontSize"] = Enum.FontSize.Size24,
  2633. ["TextColor3"] = Color3.new(1, 1, 1),
  2634. ["TextWrapped"] = true,
  2635. })
  2636. o309 = Create("TextButton",{
  2637. ["Name"] = "Illumina",
  2638. ["Parent"] = o293,
  2639. ["Transparency"] = 0.40000000596046,
  2640. ["Position"] = UDim2.new(0,200,0,40),
  2641. ["Size"] = UDim2.new(0,200,0,40),
  2642. ["Text"] = "Illumina",
  2643. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2644. ["BackgroundTransparency"] = 0.40000000596046,
  2645. ["BorderSizePixel"] = 0,
  2646. ["Font"] = Enum.Font.ArialBold,
  2647. ["FontSize"] = Enum.FontSize.Size24,
  2648. ["TextColor3"] = Color3.new(1, 1, 1),
  2649. ["TextWrapped"] = true,
  2650. })
  2651. o311 = Create("TextButton",{
  2652. ["Name"] = "LinkedSword",
  2653. ["Parent"] = o293,
  2654. ["Transparency"] = 0.40000000596046,
  2655. ["Size"] = UDim2.new(0,200,0,40),
  2656. ["Text"] = "Linked Sword",
  2657. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2658. ["BackgroundTransparency"] = 0.40000000596046,
  2659. ["BorderSizePixel"] = 0,
  2660. ["Font"] = Enum.Font.ArialBold,
  2661. ["FontSize"] = Enum.FontSize.Size24,
  2662. ["TextColor3"] = Color3.new(1, 1, 1),
  2663. ["TextWrapped"] = true,
  2664. })
  2665. o313 = Create("TextButton",{
  2666. ["Name"] = "Overseer Bow",
  2667. ["Parent"] = o293,
  2668. ["Transparency"] = 0.40000000596046,
  2669. ["Position"] = UDim2.new(0,0,0,200),
  2670. ["Size"] = UDim2.new(0,200,0,40),
  2671. ["Text"] = "Overseer Bow",
  2672. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2673. ["BackgroundTransparency"] = 0.40000000596046,
  2674. ["BorderSizePixel"] = 0,
  2675. ["Font"] = Enum.Font.ArialBold,
  2676. ["FontSize"] = Enum.FontSize.Size24,
  2677. ["TextColor3"] = Color3.new(1, 1, 1),
  2678. ["TextWrapped"] = true,
  2679. })
  2680. o315 = Create("TextButton",{
  2681. ["Name"] = "VenomShank",
  2682. ["Parent"] = o293,
  2683. ["Transparency"] = 0.40000000596046,
  2684. ["Position"] = UDim2.new(0,200,0,120),
  2685. ["Size"] = UDim2.new(0,200,0,40),
  2686. ["Text"] = "VenomShank",
  2687. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2688. ["BackgroundTransparency"] = 0.40000000596046,
  2689. ["BorderSizePixel"] = 0,
  2690. ["Font"] = Enum.Font.ArialBold,
  2691. ["FontSize"] = Enum.FontSize.Size24,
  2692. ["TextColor3"] = Color3.new(1, 1, 1),
  2693. ["TextWrapped"] = true,
  2694. })
  2695. o317 = Create("TextButton",{
  2696. ["Name"] = "Web Slinger",
  2697. ["Parent"] = o293,
  2698. ["Transparency"] = 0.40000000596046,
  2699. ["Position"] = UDim2.new(0,0,0,240),
  2700. ["Size"] = UDim2.new(0,200,0,40),
  2701. ["Text"] = "Web Slinger",
  2702. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2703. ["BackgroundTransparency"] = 0.40000000596046,
  2704. ["BorderSizePixel"] = 0,
  2705. ["Font"] = Enum.Font.ArialBold,
  2706. ["FontSize"] = Enum.FontSize.Size24,
  2707. ["TextColor3"] = Color3.new(1, 1, 1),
  2708. ["TextWrapped"] = true,
  2709. })
  2710. o319 = Create("TextButton",{
  2711. ["Name"] = "WindForce",
  2712. ["Parent"] = o293,
  2713. ["Transparency"] = 0.40000000596046,
  2714. ["Position"] = UDim2.new(0,200,0,80),
  2715. ["Size"] = UDim2.new(0,200,0,40),
  2716. ["Text"] = "WindForce",
  2717. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2718. ["BackgroundTransparency"] = 0.40000000596046,
  2719. ["BorderSizePixel"] = 0,
  2720. ["Font"] = Enum.Font.ArialBold,
  2721. ["FontSize"] = Enum.FontSize.Size24,
  2722. ["TextColor3"] = Color3.new(1, 1, 1),
  2723. ["TextWrapped"] = true,
  2724. })
  2725. o321 = Create("TextButton",{
  2726. ["Name"] = "Ghostwalker",
  2727. ["Parent"] = o293,
  2728. ["Transparency"] = 0.40000000596046,
  2729. ["Position"] = UDim2.new(0,0,0,120),
  2730. ["Size"] = UDim2.new(0,200,0,40),
  2731. ["Text"] = "Ghostwalker",
  2732. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2733. ["BackgroundTransparency"] = 0.40000000596046,
  2734. ["BorderSizePixel"] = 0,
  2735. ["Font"] = Enum.Font.ArialBold,
  2736. ["FontSize"] = Enum.FontSize.Size24,
  2737. ["TextColor3"] = Color3.new(1, 1, 1),
  2738. ["TextWrapped"] = true,
  2739. })
  2740. o323 = Create("TextButton",{
  2741. ["Name"] = "Gravity Coil",
  2742. ["Parent"] = o293,
  2743. ["Transparency"] = 0.40000000596046,
  2744. ["Position"] = UDim2.new(0,0,0,280),
  2745. ["Size"] = UDim2.new(0,200,0,40),
  2746. ["Text"] = "Gravity Coil",
  2747. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2748. ["BackgroundTransparency"] = 0.40000000596046,
  2749. ["BorderSizePixel"] = 0,
  2750. ["Font"] = Enum.Font.ArialBold,
  2751. ["FontSize"] = Enum.FontSize.Size24,
  2752. ["TextColor3"] = Color3.new(1, 1, 1),
  2753. ["TextWrapped"] = true,
  2754. })
  2755. o325 = Create("TextButton",{
  2756. ["Name"] = "Dual Gravity Coil",
  2757. ["Parent"] = o293,
  2758. ["Transparency"] = 0.40000000596046,
  2759. ["Position"] = UDim2.new(0,200,0,280),
  2760. ["Size"] = UDim2.new(0,200,0,40),
  2761. ["Text"] = "Dual Gravity Coil",
  2762. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2763. ["BackgroundTransparency"] = 0.40000000596046,
  2764. ["BorderSizePixel"] = 0,
  2765. ["Font"] = Enum.Font.ArialBold,
  2766. ["FontSize"] = Enum.FontSize.Size24,
  2767. ["TextColor3"] = Color3.new(1, 1, 1),
  2768. ["TextWrapped"] = true,
  2769. })
  2770. o327 = Create("TextButton",{
  2771. ["Name"] = "Jetpack",
  2772. ["Parent"] = o293,
  2773. ["Transparency"] = 0.40000000596046,
  2774. ["Position"] = UDim2.new(0,0,0,320),
  2775. ["Size"] = UDim2.new(0,200,0,40),
  2776. ["Text"] = "Jetpack",
  2777. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2778. ["BackgroundTransparency"] = 0.40000000596046,
  2779. ["BorderSizePixel"] = 0,
  2780. ["Font"] = Enum.Font.ArialBold,
  2781. ["FontSize"] = Enum.FontSize.Size24,
  2782. ["TextColor3"] = Color3.new(1, 1, 1),
  2783. ["TextWrapped"] = true,
  2784. })
  2785. o329 = Create("TextButton",{
  2786. ["Name"] = "R - Orb",
  2787. ["Parent"] = o293,
  2788. ["Transparency"] = 0.40000000596046,
  2789. ["Position"] = UDim2.new(0,200,0,320),
  2790. ["Size"] = UDim2.new(0,200,0,40),
  2791. ["Text"] = "R - Orb",
  2792. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2793. ["BackgroundTransparency"] = 0.40000000596046,
  2794. ["BorderSizePixel"] = 0,
  2795. ["Font"] = Enum.Font.ArialBold,
  2796. ["FontSize"] = Enum.FontSize.Size24,
  2797. ["TextColor3"] = Color3.new(1, 1, 1),
  2798. ["TextWrapped"] = true,
  2799. })
  2800. o331 = Create("TextButton",{
  2801. ["Name"] = "Transportation",
  2802. ["Parent"] = o293,
  2803. ["Transparency"] = 0.40000000596046,
  2804. ["Position"] = UDim2.new(0,200,0,360),
  2805. ["Size"] = UDim2.new(0,200,0,40),
  2806. ["Text"] = "Transportation",
  2807. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2808. ["BackgroundTransparency"] = 0.40000000596046,
  2809. ["BorderSizePixel"] = 0,
  2810. ["Font"] = Enum.Font.ArialBold,
  2811. ["FontSize"] = Enum.FontSize.Size24,
  2812. ["TextColor3"] = Color3.new(1, 1, 1),
  2813. ["TextWrapped"] = true,
  2814. })
  2815. o333 = Create("TextButton",{
  2816. ["Name"] = "Vampire",
  2817. ["Parent"] = o293,
  2818. ["Transparency"] = 0.40000000596046,
  2819. ["Position"] = UDim2.new(0,0,0,360),
  2820. ["Size"] = UDim2.new(0,200,0,40),
  2821. ["Text"] = "Vampire",
  2822. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2823. ["BackgroundTransparency"] = 0.40000000596046,
  2824. ["BorderSizePixel"] = 0,
  2825. ["Font"] = Enum.Font.ArialBold,
  2826. ["FontSize"] = Enum.FontSize.Size24,
  2827. ["TextColor3"] = Color3.new(1, 1, 1),
  2828. ["TextWrapped"] = true,
  2829. })
  2830. o335 = Create("TextButton",{
  2831. ["Name"] = "Soul Stealer",
  2832. ["Parent"] = o293,
  2833. ["Transparency"] = 0.40000000596046,
  2834. ["Position"] = UDim2.new(0,0,0,400),
  2835. ["Size"] = UDim2.new(0,200,0,40),
  2836. ["Text"] = "Soul Stealer",
  2837. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2838. ["BackgroundTransparency"] = 0.40000000596046,
  2839. ["BorderSizePixel"] = 0,
  2840. ["Font"] = Enum.Font.ArialBold,
  2841. ["FontSize"] = Enum.FontSize.Size24,
  2842. ["TextColor3"] = Color3.new(1, 1, 1),
  2843. ["TextWrapped"] = true,
  2844. })
  2845. o337 = Create("TextButton",{
  2846. ["Name"] = "Sorcus' Sword",
  2847. ["Parent"] = o293,
  2848. ["Transparency"] = 0.40000000596046,
  2849. ["Position"] = UDim2.new(0,200,0,400),
  2850. ["Size"] = UDim2.new(0,200,0,40),
  2851. ["Text"] = "Sorcus' Sword",
  2852. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2853. ["BackgroundTransparency"] = 0.40000000596046,
  2854. ["BorderSizePixel"] = 0,
  2855. ["Font"] = Enum.Font.ArialBold,
  2856. ["FontSize"] = Enum.FontSize.Size24,
  2857. ["TextColor3"] = Color3.new(1, 1, 1),
  2858. ["TextWrapped"] = true,
  2859. })
  2860. o339 = Create("TextButton",{
  2861. ["Name"] = "Skeleton Sword",
  2862. ["Parent"] = o293,
  2863. ["Transparency"] = 0.40000000596046,
  2864. ["Position"] = UDim2.new(0,0,0,480),
  2865. ["Size"] = UDim2.new(0,200,0,40),
  2866. ["Text"] = "Skeleton Sword",
  2867. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2868. ["BackgroundTransparency"] = 0.40000000596046,
  2869. ["BorderSizePixel"] = 0,
  2870. ["Font"] = Enum.Font.ArialBold,
  2871. ["FontSize"] = Enum.FontSize.Size24,
  2872. ["TextColor3"] = Color3.new(1, 1, 1),
  2873. ["TextWrapped"] = true,
  2874. })
  2875. o341 = Create("TextButton",{
  2876. ["Name"] = "Crimson Katana",
  2877. ["Parent"] = o293,
  2878. ["Transparency"] = 0.40000000596046,
  2879. ["Position"] = UDim2.new(0,200,0,480),
  2880. ["Size"] = UDim2.new(0,200,0,40),
  2881. ["Text"] = "Crimson Katana",
  2882. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2883. ["BackgroundTransparency"] = 0.40000000596046,
  2884. ["BorderSizePixel"] = 0,
  2885. ["Font"] = Enum.Font.ArialBold,
  2886. ["FontSize"] = Enum.FontSize.Size24,
  2887. ["TextColor3"] = Color3.new(1, 1, 1),
  2888. ["TextWrapped"] = true,
  2889. })
  2890. o343 = Create("TextButton",{
  2891. ["Name"] = "Missile Launcher",
  2892. ["Parent"] = o293,
  2893. ["Transparency"] = 0.40000000596046,
  2894. ["Position"] = UDim2.new(0,200,0,560),
  2895. ["Size"] = UDim2.new(0,200,0,40),
  2896. ["Text"] = "Missile Launcher",
  2897. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2898. ["BackgroundTransparency"] = 0.40000000596046,
  2899. ["BorderSizePixel"] = 0,
  2900. ["Font"] = Enum.Font.ArialBold,
  2901. ["FontSize"] = Enum.FontSize.Size24,
  2902. ["TextColor3"] = Color3.new(1, 1, 1),
  2903. ["TextWrapped"] = true,
  2904. })
  2905. o345 = Create("TextButton",{
  2906. ["Name"] = "Shadow Dancer",
  2907. ["Parent"] = o293,
  2908. ["Transparency"] = 0.40000000596046,
  2909. ["Position"] = UDim2.new(0,200,0,520),
  2910. ["Size"] = UDim2.new(0,200,0,40),
  2911. ["Text"] = "Shadow Dancer",
  2912. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2913. ["BackgroundTransparency"] = 0.40000000596046,
  2914. ["BorderSizePixel"] = 0,
  2915. ["Font"] = Enum.Font.ArialBold,
  2916. ["FontSize"] = Enum.FontSize.Size24,
  2917. ["TextColor3"] = Color3.new(1, 1, 1),
  2918. ["TextWrapped"] = true,
  2919. })
  2920. o347 = Create("TextButton",{
  2921. ["Name"] = "Galactic Laser Gun
  2922. ",
  2923. ["Parent"] = o293,
  2924. ["Transparency"] = 0.40000000596046,
  2925. ["Position"] = UDim2.new(0,0,0,440),
  2926. ["Size"] = UDim2.new(0,200,0,40),
  2927. ["Text"] = "Laser Gun",
  2928. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2929. ["BackgroundTransparency"] = 0.40000000596046,
  2930. ["BorderSizePixel"] = 0,
  2931. ["Font"] = Enum.Font.ArialBold,
  2932. ["FontSize"] = Enum.FontSize.Size24,
  2933. ["TextColor3"] = Color3.new(1, 1, 1),
  2934. ["TextWrapped"] = true,
  2935. })
  2936. o349 = Create("TextButton",{
  2937. ["Name"] = "Artemis Bow
  2938. ",
  2939. ["Parent"] = o293,
  2940. ["Transparency"] = 0.40000000596046,
  2941. ["Position"] = UDim2.new(0,200,0,440),
  2942. ["Size"] = UDim2.new(0,200,0,40),
  2943. ["Text"] = "Artemis Bow
  2944. ",
  2945. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2946. ["BackgroundTransparency"] = 0.40000000596046,
  2947. ["BorderSizePixel"] = 0,
  2948. ["Font"] = Enum.Font.ArialBold,
  2949. ["FontSize"] = Enum.FontSize.Size24,
  2950. ["TextColor3"] = Color3.new(1, 1, 1),
  2951. ["TextWrapped"] = true,
  2952. })
  2953. o351 = Create("TextButton",{
  2954. ["Name"] = "Classic Plane",
  2955. ["Parent"] = o293,
  2956. ["Transparency"] = 0.40000000596046,
  2957. ["Position"] = UDim2.new(0,200,0,200),
  2958. ["Size"] = UDim2.new(0,200,0,40),
  2959. ["Text"] = "Classic Plane",
  2960. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2961. ["BackgroundTransparency"] = 0.40000000596046,
  2962. ["BorderSizePixel"] = 0,
  2963. ["Font"] = Enum.Font.ArialBold,
  2964. ["FontSize"] = Enum.FontSize.Size24,
  2965. ["TextColor3"] = Color3.new(1, 1, 1),
  2966. ["TextWrapped"] = true,
  2967. })
  2968. o353 = Create("TextButton",{
  2969. ["Name"] = "Murderer's Knife",
  2970. ["Parent"] = o293,
  2971. ["Transparency"] = 0.40000000596046,
  2972. ["Position"] = UDim2.new(0,200,0,600),
  2973. ["Size"] = UDim2.new(0,200,0,40),
  2974. ["Text"] = "Murderer's Knife",
  2975. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2976. ["BackgroundTransparency"] = 0.40000000596046,
  2977. ["BorderSizePixel"] = 0,
  2978. ["Font"] = Enum.Font.ArialBold,
  2979. ["FontSize"] = Enum.FontSize.Size24,
  2980. ["TextColor3"] = Color3.new(1, 1, 1),
  2981. ["TextWrapped"] = true,
  2982. })
  2983. o355 = Create("TextButton",{
  2984. ["Name"] = "Golden Boombox",
  2985. ["Parent"] = o293,
  2986. ["Transparency"] = 0.40000000596046,
  2987. ["Position"] = UDim2.new(0,0,0,560),
  2988. ["Size"] = UDim2.new(0,200,0,40),
  2989. ["Text"] = "Golden Boombox",
  2990. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  2991. ["BackgroundTransparency"] = 0.40000000596046,
  2992. ["BorderSizePixel"] = 0,
  2993. ["Font"] = Enum.Font.ArialBold,
  2994. ["FontSize"] = Enum.FontSize.Size24,
  2995. ["TextColor3"] = Color3.new(1, 1, 1),
  2996. ["TextWrapped"] = true,
  2997. })
  2998. o357 = Create("TextButton",{
  2999. ["Name"] = "Pistol",
  3000. ["Parent"] = o293,
  3001. ["Transparency"] = 0.40000000596046,
  3002. ["Position"] = UDim2.new(0,0,0,600),
  3003. ["Size"] = UDim2.new(0,200,0,40),
  3004. ["Text"] = "Pistol",
  3005. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3006. ["BackgroundTransparency"] = 0.40000000596046,
  3007. ["BorderSizePixel"] = 0,
  3008. ["Font"] = Enum.Font.ArialBold,
  3009. ["FontSize"] = Enum.FontSize.Size24,
  3010. ["TextColor3"] = Color3.new(1, 1, 1),
  3011. ["TextWrapped"] = true,
  3012. })
  3013. o359 = Create("TextButton",{
  3014. ["Name"] = "Super Rocket",
  3015. ["Parent"] = o293,
  3016. ["Transparency"] = 0.40000000596046,
  3017. ["Position"] = UDim2.new(0,200,0,640),
  3018. ["Size"] = UDim2.new(0,200,0,40),
  3019. ["Text"] = "Super Rocket",
  3020. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3021. ["BackgroundTransparency"] = 0.40000000596046,
  3022. ["BorderSizePixel"] = 0,
  3023. ["Font"] = Enum.Font.ArialBold,
  3024. ["FontSize"] = Enum.FontSize.Size24,
  3025. ["TextColor3"] = Color3.new(1, 1, 1),
  3026. ["TextWrapped"] = true,
  3027. })
  3028. o361 = Create("TextButton",{
  3029. ["Name"] = "Magic Carpet",
  3030. ["Parent"] = o293,
  3031. ["Transparency"] = 0.40000000596046,
  3032. ["Position"] = UDim2.new(0,0,0,680),
  3033. ["Size"] = UDim2.new(0,200,0,40),
  3034. ["Text"] = "Magic Carpet",
  3035. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3036. ["BackgroundTransparency"] = 0.40000000596046,
  3037. ["BorderSizePixel"] = 0,
  3038. ["Font"] = Enum.Font.ArialBold,
  3039. ["FontSize"] = Enum.FontSize.Size24,
  3040. ["TextColor3"] = Color3.new(1, 1, 1),
  3041. ["TextWrapped"] = true,
  3042. })
  3043. o363 = Create("TextButton",{
  3044. ["Name"] = "Car",
  3045. ["Parent"] = o293,
  3046. ["Transparency"] = 0.40000000596046,
  3047. ["Position"] = UDim2.new(0,0,0,640),
  3048. ["Size"] = UDim2.new(0,200,0,40),
  3049. ["Text"] = "Car",
  3050. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3051. ["BackgroundTransparency"] = 0.40000000596046,
  3052. ["BorderSizePixel"] = 0,
  3053. ["Font"] = Enum.Font.ArialBold,
  3054. ["FontSize"] = Enum.FontSize.Size24,
  3055. ["TextColor3"] = Color3.new(1, 1, 1),
  3056. ["TextWrapped"] = true,
  3057. })
  3058. o365 = Create("TextButton",{
  3059. ["Name"] = "Medusa Head
  3060. ",
  3061. ["Parent"] = o293,
  3062. ["Transparency"] = 0.40000000596046,
  3063. ["Position"] = UDim2.new(0,200,0,680),
  3064. ["Size"] = UDim2.new(0,200,0,40),
  3065. ["Text"] = "Medusa Head
  3066. ",
  3067. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3068. ["BackgroundTransparency"] = 0.40000000596046,
  3069. ["BorderSizePixel"] = 0,
  3070. ["Font"] = Enum.Font.ArialBold,
  3071. ["FontSize"] = Enum.FontSize.Size24,
  3072. ["TextColor3"] = Color3.new(1, 1, 1),
  3073. ["TextWrapped"] = true,
  3074. })
  3075. o367 = Create("TextButton",{
  3076. ["Name"] = "UFO",
  3077. ["Parent"] = o293,
  3078. ["Transparency"] = 0.40000000596046,
  3079. ["Position"] = UDim2.new(0,0,0,720),
  3080. ["Size"] = UDim2.new(0,200,0,40),
  3081. ["Text"] = "UFO",
  3082. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3083. ["BackgroundTransparency"] = 0.40000000596046,
  3084. ["BorderSizePixel"] = 0,
  3085. ["Font"] = Enum.Font.ArialBold,
  3086. ["FontSize"] = Enum.FontSize.Size24,
  3087. ["TextColor3"] = Color3.new(1, 1, 1),
  3088. ["TextWrapped"] = true,
  3089. })
  3090. o369 = Create("TextButton",{
  3091. ["Name"] = "Glider",
  3092. ["Parent"] = o293,
  3093. ["Transparency"] = 0.40000000596046,
  3094. ["Position"] = UDim2.new(0,200,0,720),
  3095. ["Size"] = UDim2.new(0,200,0,40),
  3096. ["Text"] = "Glider",
  3097. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3098. ["BackgroundTransparency"] = 0.40000000596046,
  3099. ["BorderSizePixel"] = 0,
  3100. ["Font"] = Enum.Font.ArialBold,
  3101. ["FontSize"] = Enum.FontSize.Size24,
  3102. ["TextColor3"] = Color3.new(1, 1, 1),
  3103. ["TextWrapped"] = true,
  3104. })
  3105. o371 = Create("TextButton",{
  3106. ["Name"] = "Superman",
  3107. ["Parent"] = o293,
  3108. ["Transparency"] = 0.40000000596046,
  3109. ["Position"] = UDim2.new(0,200,0,760),
  3110. ["Size"] = UDim2.new(0,200,0,40),
  3111. ["Text"] = "Superman",
  3112. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3113. ["BackgroundTransparency"] = 0.40000000596046,
  3114. ["BorderSizePixel"] = 0,
  3115. ["Font"] = Enum.Font.ArialBold,
  3116. ["FontSize"] = Enum.FontSize.Size24,
  3117. ["TextColor3"] = Color3.new(1, 1, 1),
  3118. ["TextWrapped"] = true,
  3119. })
  3120. o373 = Create("TextButton",{
  3121. ["Name"] = "Radar",
  3122. ["Parent"] = o293,
  3123. ["Transparency"] = 0.40000000596046,
  3124. ["Position"] = UDim2.new(0,0,0,760),
  3125. ["Size"] = UDim2.new(0,200,0,40),
  3126. ["Text"] = "Radar",
  3127. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3128. ["BackgroundTransparency"] = 0.40000000596046,
  3129. ["BorderSizePixel"] = 0,
  3130. ["Font"] = Enum.Font.ArialBold,
  3131. ["FontSize"] = Enum.FontSize.Size24,
  3132. ["TextColor3"] = Color3.new(1, 1, 1),
  3133. ["TextWrapped"] = true,
  3134. })
  3135. o375 = Create("TextButton",{
  3136. ["Name"] = "Skateboard",
  3137. ["Parent"] = o293,
  3138. ["Transparency"] = 0.40000000596046,
  3139. ["Position"] = UDim2.new(0,0,0,800),
  3140. ["Size"] = UDim2.new(0,200,0,40),
  3141. ["Text"] = "Skateboard",
  3142. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3143. ["BackgroundTransparency"] = 0.40000000596046,
  3144. ["BorderSizePixel"] = 0,
  3145. ["Font"] = Enum.Font.ArialBold,
  3146. ["FontSize"] = Enum.FontSize.Size24,
  3147. ["TextColor3"] = Color3.new(1, 1, 1),
  3148. ["TextWrapped"] = true,
  3149. })
  3150. o377 = Create("TextButton",{
  3151. ["Name"] = "Hoverboard",
  3152. ["Parent"] = o293,
  3153. ["Transparency"] = 0.40000000596046,
  3154. ["Position"] = UDim2.new(0,200,0,800),
  3155. ["Size"] = UDim2.new(0,200,0,40),
  3156. ["Text"] = "Hoverboard",
  3157. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3158. ["BackgroundTransparency"] = 0.40000000596046,
  3159. ["BorderSizePixel"] = 0,
  3160. ["Font"] = Enum.Font.ArialBold,
  3161. ["FontSize"] = Enum.FontSize.Size24,
  3162. ["TextColor3"] = Color3.new(1, 1, 1),
  3163. ["TextWrapped"] = true,
  3164. })
  3165. o379 = Create("TextButton",{
  3166. ["Name"] = "Execute",
  3167. ["Parent"] = o292,
  3168. ["Transparency"] = 0.30000001192093,
  3169. ["Position"] = UDim2.new(0,330,0,320),
  3170. ["Size"] = UDim2.new(0,198,0,30),
  3171. ["Text"] = "Execute",
  3172. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3173. ["BackgroundTransparency"] = 0.30000001192093,
  3174. ["BorderSizePixel"] = 0,
  3175. ["Font"] = Enum.Font.ArialBold,
  3176. ["FontSize"] = Enum.FontSize.Size36,
  3177. ["TextColor3"] = Color3.new(1, 1, 1),
  3178. ["TextWrapped"] = true,
  3179. })
  3180. o382 = Create("TextBox",{
  3181. ["Name"] = "GearBox",
  3182. ["Parent"] = o292,
  3183. ["Transparency"] = 0.30000001192093,
  3184. ["Position"] = UDim2.new(0,130,0,320),
  3185. ["Size"] = UDim2.new(0,200,0,30),
  3186. ["Text"] = "Gear ID",
  3187. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3188. ["BackgroundTransparency"] = 0.30000001192093,
  3189. ["BorderSizePixel"] = 0,
  3190. ["MultiLine"] = true,
  3191. ["Font"] = Enum.Font.ArialBold,
  3192. ["FontSize"] = Enum.FontSize.Size36,
  3193. ["TextColor3"] = Color3.new(1, 1, 1),
  3194. ["TextWrapped"] = true,
  3195. })
  3196. o383 = Create("TextLabel",{
  3197. ["Name"] = "Border1",
  3198. ["Parent"] = o291,
  3199. ["Transparency"] = 0.40000000596046,
  3200. ["Position"] = UDim2.new(0,527,0,5),
  3201. ["Size"] = UDim2.new(0,1,0,320),
  3202. ["Text"] = "",
  3203. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3204. ["BackgroundTransparency"] = 0.40000000596046,
  3205. ["BorderSizePixel"] = 0,
  3206. ["Font"] = Enum.Font.ArialBold,
  3207. ["FontSize"] = Enum.FontSize.Size14,
  3208. ["TextColor3"] = Color3.new(1, 1, 1),
  3209. })
  3210. o384 = Create("TextLabel",{
  3211. ["Name"] = "Border3",
  3212. ["Parent"] = o291,
  3213. ["Transparency"] = 0.30000001192093,
  3214. ["Position"] = UDim2.new(0,130,0,355),
  3215. ["Size"] = UDim2.new(0,410,0,55),
  3216. ["Text"] = "",
  3217. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3218. ["BackgroundTransparency"] = 0.30000001192093,
  3219. ["BorderSizePixel"] = 0,
  3220. ["Font"] = Enum.Font.ArialBold,
  3221. ["FontSize"] = Enum.FontSize.Size14,
  3222. ["TextColor3"] = Color3.new(1, 1, 1),
  3223. })
  3224. o385 = Create("TextLabel",{
  3225. ["Name"] = "Border4",
  3226. ["Parent"] = o291,
  3227. ["Transparency"] = 0.30000001192093,
  3228. ["Position"] = UDim2.new(0,528,0,325),
  3229. ["Size"] = UDim2.new(0,12,0,30),
  3230. ["Text"] = "",
  3231. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3232. ["BackgroundTransparency"] = 0.30000001192093,
  3233. ["BorderSizePixel"] = 0,
  3234. ["Font"] = Enum.Font.ArialBold,
  3235. ["FontSize"] = Enum.FontSize.Size14,
  3236. ["TextColor3"] = Color3.new(1, 1, 1),
  3237. })
  3238. o386 = Create("TextLabel",{
  3239. ["Name"] = "Border5",
  3240. ["Parent"] = o291,
  3241. ["Transparency"] = 0.30000001192093,
  3242. ["Position"] = UDim2.new(0,0,0,5),
  3243. ["Size"] = UDim2.new(0,130,0,405),
  3244. ["Text"] = "",
  3245. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3246. ["BackgroundTransparency"] = 0.30000001192093,
  3247. ["BorderSizePixel"] = 0,
  3248. ["Font"] = Enum.Font.ArialBold,
  3249. ["FontSize"] = Enum.FontSize.Size14,
  3250. ["TextColor3"] = Color3.new(1, 1, 1),
  3251. })
  3252. o387 = Create("TextLabel",{
  3253. ["Name"] = "Border6",
  3254. ["Parent"] = o291,
  3255. ["Transparency"] = 0.30000001192093,
  3256. ["Position"] = UDim2.new(0,540,0,5),
  3257. ["Size"] = UDim2.new(0,110,0,405),
  3258. ["Text"] = "",
  3259. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3260. ["BackgroundTransparency"] = 0.30000001192093,
  3261. ["BorderSizePixel"] = 0,
  3262. ["Font"] = Enum.Font.ArialBold,
  3263. ["FontSize"] = Enum.FontSize.Size14,
  3264. ["TextColor3"] = Color3.new(1, 1, 1),
  3265. })
  3266. o388 = Create("Frame",{
  3267. ["Name"] = "Settings",
  3268. ["Parent"] = o2,
  3269. ["Transparency"] = 1,
  3270. ["Position"] = UDim2.new(0,0,0,35),
  3271. ["Size"] = UDim2.new(0,650,0,465),
  3272. ["Visible"] = false,
  3273. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3274. ["BackgroundTransparency"] = 1,
  3275. ["BorderSizePixel"] = 0,
  3276. })
  3277. o389 = Create("ScrollingFrame",{
  3278. ["Name"] = "ScrollingSettings",
  3279. ["Parent"] = o388,
  3280. ["Transparency"] = 0.40000000596046,
  3281. ["Position"] = UDim2.new(0,0,0,5),
  3282. ["Size"] = UDim2.new(0,650,0,405),
  3283. ["CanvasSize"] = UDim2.new(0,0,0,0),
  3284. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  3285. ["BackgroundTransparency"] = 0.40000000596046,
  3286. ["BorderColor3"] = Color3.new(0, 0, 0),
  3287. ["BorderSizePixel"] = 0,
  3288. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  3289. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  3290. ["ScrollingEnabled"] = false,
  3291. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  3292. })
  3293. o390 = Create("Frame",{
  3294. ["Name"] = "Players",
  3295. ["Parent"] = o389,
  3296. ["Transparency"] = 1,
  3297. ["Position"] = UDim2.new(0,90,0,60),
  3298. ["Size"] = UDim2.new(0,450,0,348),
  3299. ["Visible"] = false,
  3300. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3301. ["BackgroundTransparency"] = 1,
  3302. })
  3303. o391 = Create("ScrollingFrame",{
  3304. ["Name"] = "Frame",
  3305. ["Parent"] = o390,
  3306. ["Transparency"] = 0.60000002384186,
  3307. ["Position"] = UDim2.new(0,-1,0,-1),
  3308. ["Size"] = UDim2.new(0,452,0,348),
  3309. ["CanvasSize"] = UDim2.new(0,0,20,0),
  3310. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3311. ["BackgroundTransparency"] = 0.60000002384186,
  3312. ["BorderColor3"] = Color3.new(0, 0, 0),
  3313. ["BorderSizePixel"] = 0,
  3314. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  3315. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  3316. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  3317. })
  3318. o393 = Create("TextButton",{
  3319. ["Name"] = "Template",
  3320. ["Parent"] = o390,
  3321. ["Transparency"] = 0.60000002384186,
  3322. ["Position"] = UDim2.new(0,20,0,-40),
  3323. ["Size"] = UDim2.new(0,400,0,40),
  3324. ["Text"] = "",
  3325. ["Visible"] = false,
  3326. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3327. ["BackgroundTransparency"] = 0.60000002384186,
  3328. ["BorderSizePixel"] = 0,
  3329. ["Font"] = Enum.Font.ArialBold,
  3330. ["FontSize"] = Enum.FontSize.Size24,
  3331. ["TextColor3"] = Color3.new(1, 1, 1),
  3332. ["TextWrapped"] = true,
  3333. })
  3334. o395 = Create("TextLabel",{
  3335. ["Name"] = "SelectedText",
  3336. ["Parent"] = o389,
  3337. ["Transparency"] = 0.5,
  3338. ["Position"] = UDim2.new(0,290,0,152),
  3339. ["Size"] = UDim2.new(0,250,0,40),
  3340. ["Text"] = "",
  3341. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3342. ["BackgroundTransparency"] = 0.5,
  3343. ["BorderSizePixel"] = 0,
  3344. ["Font"] = Enum.Font.ArialBold,
  3345. ["FontSize"] = Enum.FontSize.Size24,
  3346. ["TextColor3"] = Color3.new(1, 1, 1),
  3347. ["TextWrapped"] = true,
  3348. })
  3349. o396 = Create("TextButton",{
  3350. ["Name"] = "SelectedPlayer",
  3351. ["Parent"] = o389,
  3352. ["Transparency"] = 0.40000000596046,
  3353. ["Position"] = UDim2.new(0,90,0,152),
  3354. ["Size"] = UDim2.new(0,200,0,40),
  3355. ["Text"] = "Selected Player",
  3356. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3357. ["BackgroundTransparency"] = 0.40000000596046,
  3358. ["BorderSizePixel"] = 0,
  3359. ["Font"] = Enum.Font.ArialBold,
  3360. ["FontSize"] = Enum.FontSize.Size24,
  3361. ["TextColor3"] = Color3.new(1, 1, 1),
  3362. })
  3363. o398 = Create("Frame",{
  3364. ["Name"] = "Extra",
  3365. ["Parent"] = o389,
  3366. ["Transparency"] = 0.5,
  3367. ["Position"] = UDim2.new(0,90,0,192),
  3368. ["Size"] = UDim2.new(0,200,0,105),
  3369. ["Visible"] = false,
  3370. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3371. ["BackgroundTransparency"] = 0.5,
  3372. ["BorderSizePixel"] = 0,
  3373. })
  3374. o399 = Create("TextButton",{
  3375. ["Name"] = "Clear",
  3376. ["Parent"] = o398,
  3377. ["Transparency"] = 0.69999998807907,
  3378. ["Size"] = UDim2.new(0,200,0,35),
  3379. ["Text"] = "Clear",
  3380. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3381. ["BackgroundTransparency"] = 0.69999998807907,
  3382. ["BorderSizePixel"] = 0,
  3383. ["Font"] = Enum.Font.ArialBold,
  3384. ["FontSize"] = Enum.FontSize.Size24,
  3385. ["TextColor3"] = Color3.new(1, 1, 1),
  3386. })
  3387. o402 = Create("TextButton",{
  3388. ["Name"] = "Execute",
  3389. ["Parent"] = o398,
  3390. ["Transparency"] = 0.69999998807907,
  3391. ["Position"] = UDim2.new(0,0,0,70),
  3392. ["Size"] = UDim2.new(0,200,0,35),
  3393. ["Text"] = "Execute",
  3394. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3395. ["BackgroundTransparency"] = 0.69999998807907,
  3396. ["BorderSizePixel"] = 0,
  3397. ["Font"] = Enum.Font.ArialBold,
  3398. ["FontSize"] = Enum.FontSize.Size24,
  3399. ["TextColor3"] = Color3.new(1, 1, 1),
  3400. })
  3401. o405 = Create("TextBox",{
  3402. ["Name"] = "SelectedPlayer",
  3403. ["Parent"] = o398,
  3404. ["Transparency"] = 0.69999998807907,
  3405. ["Position"] = UDim2.new(0,0,0,35),
  3406. ["Size"] = UDim2.new(0,200,0,35),
  3407. ["Text"] = "Enter Player's Name",
  3408. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3409. ["BackgroundTransparency"] = 0.69999998807907,
  3410. ["BorderSizePixel"] = 0,
  3411. ["Font"] = Enum.Font.ArialBold,
  3412. ["FontSize"] = Enum.FontSize.Size24,
  3413. ["TextColor3"] = Color3.new(1, 1, 1),
  3414. ["TextScaled"] = true,
  3415. ["TextWrapped"] = true,
  3416. })
  3417. o406 = Create("TextButton",{
  3418. ["Name"] = "OpenOp",
  3419. ["Parent"] = o389,
  3420. ["Transparency"] = 0.40000000596046,
  3421. ["Position"] = UDim2.new(0,90,0,85),
  3422. ["Size"] = UDim2.new(0,450,0,40),
  3423. ["Text"] = "Open Options",
  3424. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3425. ["BackgroundTransparency"] = 0.40000000596046,
  3426. ["Font"] = Enum.Font.ArialBold,
  3427. ["FontSize"] = Enum.FontSize.Size24,
  3428. ["TextColor3"] = Color3.new(1, 1, 1),
  3429. })
  3430. o408 = Create("TextButton",{
  3431. ["Name"] = "Open/Close",
  3432. ["Parent"] = o389,
  3433. ["Transparency"] = 0.40000000596046,
  3434. ["Position"] = UDim2.new(0,90,0,18),
  3435. ["Size"] = UDim2.new(0,450,0,40),
  3436. ["Text"] = "Open Players",
  3437. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3438. ["BackgroundTransparency"] = 0.40000000596046,
  3439. ["Font"] = Enum.Font.ArialBold,
  3440. ["FontSize"] = Enum.FontSize.Size24,
  3441. ["TextColor3"] = Color3.new(1, 1, 1),
  3442. })
  3443. o411 = Create("Frame",{
  3444. ["Name"] = "Options",
  3445. ["Parent"] = o389,
  3446. ["Transparency"] = 0.69999998807907,
  3447. ["Position"] = UDim2.new(0,89,0,126),
  3448. ["Size"] = UDim2.new(0,452,0,279),
  3449. ["Visible"] = false,
  3450. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3451. ["BackgroundTransparency"] = 0.69999998807907,
  3452. ["BorderSizePixel"] = 0,
  3453. })
  3454. o412 = Create("TextButton",{
  3455. ["Name"] = "DraggingEn",
  3456. ["Parent"] = o411,
  3457. ["Transparency"] = 0.60000002384186,
  3458. ["Position"] = UDim2.new(0,200,0,20),
  3459. ["Size"] = UDim2.new(0,250,0,40),
  3460. ["Text"] = "Enabled",
  3461. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3462. ["BackgroundTransparency"] = 0.60000002384186,
  3463. ["BorderSizePixel"] = 0,
  3464. ["Font"] = Enum.Font.ArialBold,
  3465. ["FontSize"] = Enum.FontSize.Size24,
  3466. ["TextColor3"] = Color3.new(1, 1, 1),
  3467. ["TextWrapped"] = true,
  3468. })
  3469. o414 = Create("TextLabel",{
  3470. ["Name"] = "Dragging",
  3471. ["Parent"] = o411,
  3472. ["Transparency"] = 0.5,
  3473. ["Position"] = UDim2.new(0,0,0,20),
  3474. ["Size"] = UDim2.new(0,200,0,40),
  3475. ["Text"] = "Dragging",
  3476. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3477. ["BackgroundTransparency"] = 0.5,
  3478. ["BorderSizePixel"] = 0,
  3479. ["Font"] = Enum.Font.ArialBold,
  3480. ["FontSize"] = Enum.FontSize.Size24,
  3481. ["TextColor3"] = Color3.new(1, 1, 1),
  3482. ["TextWrapped"] = true,
  3483. })
  3484. o415 = Create("TextLabel",{
  3485. ["Name"] = "Output",
  3486. ["Parent"] = o411,
  3487. ["Transparency"] = 0.5,
  3488. ["Position"] = UDim2.new(0,0,0,80),
  3489. ["Size"] = UDim2.new(0,200,0,40),
  3490. ["Text"] = "Output",
  3491. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3492. ["BackgroundTransparency"] = 0.5,
  3493. ["BorderSizePixel"] = 0,
  3494. ["Font"] = Enum.Font.ArialBold,
  3495. ["FontSize"] = Enum.FontSize.Size24,
  3496. ["TextColor3"] = Color3.new(1, 1, 1),
  3497. ["TextWrapped"] = true,
  3498. })
  3499. o416 = Create("TextLabel",{
  3500. ["Name"] = "OutputText",
  3501. ["Parent"] = o411,
  3502. ["Transparency"] = 0.60000002384186,
  3503. ["Position"] = UDim2.new(0,200,0,80),
  3504. ["Size"] = UDim2.new(0,250,0,40),
  3505. ["Text"] = "",
  3506. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3507. ["BackgroundTransparency"] = 0.60000002384186,
  3508. ["BorderSizePixel"] = 0,
  3509. ["Font"] = Enum.Font.ArialBold,
  3510. ["FontSize"] = Enum.FontSize.Size24,
  3511. ["TextColor3"] = Color3.new(1, 1, 1),
  3512. ["TextWrapped"] = true,
  3513. })
  3514. o417 = Create("TextButton",{
  3515. ["Name"] = "Open Credits",
  3516. ["Parent"] = o388,
  3517. ["Transparency"] = 0.40000000596046,
  3518. ["Position"] = UDim2.new(0,90,0,290),
  3519. ["Size"] = UDim2.new(0,450,0,40),
  3520. ["Text"] = "Open Credits",
  3521. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3522. ["BackgroundTransparency"] = 0.40000000596046,
  3523. ["BorderSizePixel"] = 0,
  3524. ["Font"] = Enum.Font.ArialBold,
  3525. ["FontSize"] = Enum.FontSize.Size24,
  3526. ["TextColor3"] = Color3.new(1, 1, 1),
  3527. })
  3528. o419 = Create("TextButton",{
  3529. ["Name"] = "Open Updates",
  3530. ["Parent"] = o388,
  3531. ["Transparency"] = 0.40000000596046,
  3532. ["Position"] = UDim2.new(0,90,0,350),
  3533. ["Size"] = UDim2.new(0,450,0,40),
  3534. ["Text"] = "Open Updates Log",
  3535. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3536. ["BackgroundTransparency"] = 0.40000000596046,
  3537. ["BorderSizePixel"] = 0,
  3538. ["Font"] = Enum.Font.ArialBold,
  3539. ["FontSize"] = Enum.FontSize.Size24,
  3540. ["TextColor3"] = Color3.new(1, 1, 1),
  3541. })
  3542. o421 = Create("Frame",{
  3543. ["Name"] = "Credits",
  3544. ["Parent"] = o2,
  3545. ["Transparency"] = 1,
  3546. ["Position"] = UDim2.new(0,0,0,35),
  3547. ["Size"] = UDim2.new(0,650,0,406),
  3548. ["Visible"] = false,
  3549. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3550. ["BackgroundTransparency"] = 1,
  3551. ["BorderSizePixel"] = 0,
  3552. })
  3553. o422 = Create("ScrollingFrame",{
  3554. ["Name"] = "ScrollingCredits",
  3555. ["Parent"] = o421,
  3556. ["Transparency"] = 0.40000000596046,
  3557. ["Position"] = UDim2.new(0,0,0,5),
  3558. ["Size"] = UDim2.new(0,650,0,405),
  3559. ["CanvasSize"] = UDim2.new(0,0,0,0),
  3560. ["BackgroundColor3"] = Color3.new(1, 1, 1),
  3561. ["BackgroundTransparency"] = 0.40000000596046,
  3562. ["BorderColor3"] = Color3.new(0, 0, 0),
  3563. ["BorderSizePixel"] = 0,
  3564. ["BottomImage"] = "rbxasset://textures/blackBkg_square.png",
  3565. ["MidImage"] = "rbxasset://textures/blackBkg_square.png",
  3566. ["ScrollingEnabled"] = false,
  3567. ["TopImage"] = "rbxasset://textures/blackBkg_square.png",
  3568. })
  3569. o423 = Create("TextLabel",{
  3570. ["Name"] = "Made",
  3571. ["Parent"] = o422,
  3572. ["Transparency"] = 0.40000000596046,
  3573. ["Position"] = UDim2.new(0,100,0,20),
  3574. ["Size"] = UDim2.new(0,450,0,50),
  3575. ["Text"] = "Made By: Derek1017",
  3576. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3577. ["BackgroundTransparency"] = 0.40000000596046,
  3578. ["BorderSizePixel"] = 0,
  3579. ["Font"] = Enum.Font.ArialBold,
  3580. ["FontSize"] = Enum.FontSize.Size24,
  3581. ["TextColor3"] = Color3.new(1, 1, 1),
  3582. ["TextWrapped"] = true,
  3583. })
  3584. o424 = Create("TextLabel",{
  3585. ["Name"] = "Playerlist",
  3586. ["Parent"] = o422,
  3587. ["Transparency"] = 0.40000000596046,
  3588. ["Position"] = UDim2.new(0,100,0,80),
  3589. ["Size"] = UDim2.new(0,450,0,40),
  3590. ["Text"] = "Player List By: Derek1017",
  3591. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3592. ["BackgroundTransparency"] = 0.40000000596046,
  3593. ["BorderSizePixel"] = 0,
  3594. ["Font"] = Enum.Font.ArialBold,
  3595. ["FontSize"] = Enum.FontSize.Size24,
  3596. ["TextColor3"] = Color3.new(1, 1, 1),
  3597. })
  3598. o425 = Create("TextButton",{
  3599. ["Name"] = "Close Credits",
  3600. ["Parent"] = o422,
  3601. ["Transparency"] = 0.40000000596046,
  3602. ["Position"] = UDim2.new(0,90,0,345),
  3603. ["Size"] = UDim2.new(0,450,0,40),
  3604. ["Text"] = "Close Credits",
  3605. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3606. ["BackgroundTransparency"] = 0.40000000596046,
  3607. ["BorderSizePixel"] = 0,
  3608. ["Font"] = Enum.Font.ArialBold,
  3609. ["FontSize"] = Enum.FontSize.Size24,
  3610. ["TextColor3"] = Color3.new(1, 1, 1),
  3611. })
  3612. o427 = Create("TextLabel",{
  3613. ["Name"] = "Border1",
  3614. ["Parent"] = o421,
  3615. ["Transparency"] = 0.30000001192093,
  3616. ["Position"] = UDim2.new(0,0,0,145),
  3617. ["Size"] = UDim2.new(0,650,0,205),
  3618. ["Text"] = "",
  3619. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3620. ["BackgroundTransparency"] = 0.30000001192093,
  3621. ["BorderSizePixel"] = 0,
  3622. ["Font"] = Enum.Font.ArialBold,
  3623. ["FontSize"] = Enum.FontSize.Size24,
  3624. ["TextColor3"] = Color3.new(1, 1, 1),
  3625. })
  3626. o428 = Create("TextLabel",{
  3627. ["Name"] = "Border2",
  3628. ["Parent"] = o421,
  3629. ["Transparency"] = 0.30000001192093,
  3630. ["Position"] = UDim2.new(0,0,0,5),
  3631. ["Size"] = UDim2.new(0,650,0,20),
  3632. ["Text"] = "",
  3633. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3634. ["BackgroundTransparency"] = 0.30000001192093,
  3635. ["BorderSizePixel"] = 0,
  3636. ["Font"] = Enum.Font.ArialBold,
  3637. ["FontSize"] = Enum.FontSize.Size24,
  3638. ["TextColor3"] = Color3.new(1, 1, 1),
  3639. })
  3640. o429 = Create("TextLabel",{
  3641. ["Name"] = "Border3",
  3642. ["Parent"] = o421,
  3643. ["Transparency"] = 0.30000001192093,
  3644. ["Position"] = UDim2.new(0,0,0,25),
  3645. ["Size"] = UDim2.new(0,100,0,120),
  3646. ["Text"] = "",
  3647. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3648. ["BackgroundTransparency"] = 0.30000001192093,
  3649. ["BorderSizePixel"] = 0,
  3650. ["Font"] = Enum.Font.ArialBold,
  3651. ["FontSize"] = Enum.FontSize.Size24,
  3652. ["TextColor3"] = Color3.new(1, 1, 1),
  3653. })
  3654. o430 = Create("TextLabel",{
  3655. ["Name"] = "Border4",
  3656. ["Parent"] = o421,
  3657. ["Transparency"] = 0.30000001192093,
  3658. ["Position"] = UDim2.new(0,550,0,25),
  3659. ["Size"] = UDim2.new(0,100,0,120),
  3660. ["Text"] = "",
  3661. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3662. ["BackgroundTransparency"] = 0.30000001192093,
  3663. ["BorderSizePixel"] = 0,
  3664. ["Font"] = Enum.Font.ArialBold,
  3665. ["FontSize"] = Enum.FontSize.Size24,
  3666. ["TextColor3"] = Color3.new(1, 1, 1),
  3667. })
  3668. o431 = Create("TextLabel",{
  3669. ["Name"] = "Border6",
  3670. ["Parent"] = o421,
  3671. ["Transparency"] = 0.40000000596046,
  3672. ["Position"] = UDim2.new(0,100,0,125),
  3673. ["Size"] = UDim2.new(0,450,0,20),
  3674. ["Text"] = "",
  3675. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3676. ["BackgroundTransparency"] = 0.40000000596046,
  3677. ["BorderSizePixel"] = 0,
  3678. ["Font"] = Enum.Font.ArialBold,
  3679. ["FontSize"] = Enum.FontSize.Size24,
  3680. ["TextColor3"] = Color3.new(1, 1, 1),
  3681. })
  3682. o432 = Create("TextLabel",{
  3683. ["Name"] = "Border7",
  3684. ["Parent"] = o421,
  3685. ["Transparency"] = 0.30000001192093,
  3686. ["Position"] = UDim2.new(0,0,0,390),
  3687. ["Size"] = UDim2.new(0,650,0,20),
  3688. ["Text"] = "",
  3689. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3690. ["BackgroundTransparency"] = 0.30000001192093,
  3691. ["BorderSizePixel"] = 0,
  3692. ["Font"] = Enum.Font.ArialBold,
  3693. ["FontSize"] = Enum.FontSize.Size24,
  3694. ["TextColor3"] = Color3.new(1, 1, 1),
  3695. })
  3696. o433 = Create("TextLabel",{
  3697. ["Name"] = "Border8",
  3698. ["Parent"] = o421,
  3699. ["Transparency"] = 0.30000001192093,
  3700. ["Position"] = UDim2.new(0,0,0,350),
  3701. ["Size"] = UDim2.new(0,90,0,40),
  3702. ["Text"] = "",
  3703. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3704. ["BackgroundTransparency"] = 0.30000001192093,
  3705. ["BorderSizePixel"] = 0,
  3706. ["Font"] = Enum.Font.ArialBold,
  3707. ["FontSize"] = Enum.FontSize.Size24,
  3708. ["TextColor3"] = Color3.new(1, 1, 1),
  3709. })
  3710. o434 = Create("TextLabel",{
  3711. ["Name"] = "Border9",
  3712. ["Parent"] = o421,
  3713. ["Transparency"] = 0.30000001192093,
  3714. ["Position"] = UDim2.new(0,540,0,350),
  3715. ["Size"] = UDim2.new(0,110,0,40),
  3716. ["Text"] = "",
  3717. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3718. ["BackgroundTransparency"] = 0.30000001192093,
  3719. ["BorderSizePixel"] = 0,
  3720. ["Font"] = Enum.Font.ArialBold,
  3721. ["FontSize"] = Enum.FontSize.Size24,
  3722. ["TextColor3"] = Color3.new(1, 1, 1),
  3723. })
  3724. o435 = Create("TextButton",{
  3725. ["Name"] = "Credits - Hotkeys",
  3726. ["Parent"] = o421,
  3727. ["Transparency"] = 0.40000000596046,
  3728. ["Text"] = "",
  3729. ["Visible"] = false,
  3730. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3731. ["BackgroundTransparency"] = 0.40000000596046,
  3732. ["BorderSizePixel"] = 0,
  3733. ["Font"] = Enum.Font.ArialBold,
  3734. ["FontSize"] = Enum.FontSize.Size10,
  3735. ["TextColor3"] = Color3.new(1, 1, 1),
  3736. ["TextWrapped"] = true,
  3737. })
  3738. o437 = Create("TextLabel",{
  3739. ["Name"] = "Border5",
  3740. ["Parent"] = o421,
  3741. ["Transparency"] = 0.40000000596046,
  3742. ["Position"] = UDim2.new(0,100,0,75),
  3743. ["Size"] = UDim2.new(0,450,0,10),
  3744. ["Text"] = "",
  3745. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3746. ["BackgroundTransparency"] = 0.40000000596046,
  3747. ["BorderSizePixel"] = 0,
  3748. ["Font"] = Enum.Font.ArialBold,
  3749. ["FontSize"] = Enum.FontSize.Size24,
  3750. ["TextColor3"] = Color3.new(1, 1, 1),
  3751. })
  3752. o438 = Create("Frame",{
  3753. ["Name"] = "OpenGui",
  3754. ["Parent"] = o1,
  3755. ["Transparency"] = 1,
  3756. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3757. ["BackgroundTransparency"] = 1,
  3758. ["BorderSizePixel"] = 0,
  3759. })
  3760. o439 = Create("TextButton",{
  3761. ["Name"] = "Open",
  3762. ["Parent"] = o438,
  3763. ["Transparency"] = 0.5,
  3764. ["Position"] = UDim2.new(0,15,0,518),
  3765. ["Size"] = UDim2.new(0,110,0,35),
  3766. ["Text"] = "Open",
  3767. ["BackgroundColor3"] = Color3.new(0, 0, 0),
  3768. ["BackgroundTransparency"] = 0.5,
  3769. ["BorderSizePixel"] = 0,
  3770. ["Font"] = Enum.Font.ArialBold,
  3771. ["FontSize"] = Enum.FontSize.Size18,
  3772. ["TextColor3"] = Color3.new(1, 1, 1),
  3773. ["TextWrapped"] = true,
  3774. })
  3775. mas.Parent = workspace
  3776. mas:MakeJoints()
  3777. local mas1 = mas:GetChildren()
  3778. for i=1,#mas1 do
  3779.     mas1[i].Parent = workspace
  3780.     ypcall(function() mas1[i]:MakeJoints() end)
  3781. end
  3782. mas:Destroy()
  3783. for i=1,#cors do
  3784. coroutine.resume(cors[i])
  3785. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement