Advertisement
FuZe_Bleed

Gui ;)

Sep 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.49 KB | None | 0 0
  1. -- Objects
  2.  
  3. local BasicGui = Instance.new("ScreenGui")
  4. local MainGui = Instance.new("Frame")
  5. local Tabs = Instance.new("Frame")
  6. local Scripts = Instance.new("TextButton")
  7. local Close = Instance.new("TextButton")
  8. local PrevTab = Instance.new("TextButton")
  9. local NextTab = Instance.new("TextButton")
  10. local ScrollingFrame = Instance.new("ScrollingFrame")
  11. local halcyonsword = Instance.new("TextButton")
  12. local corruptionblade = Instance.new("TextButton")
  13. local opSword = Instance.new("TextButton")
  14. local LaserSuit = Instance.new("TextButton")
  15. local LutrisSword = Instance.new("TextButton")
  16. local goldengun = Instance.new("TextButton")
  17. local goldengloves = Instance.new("TextButton")
  18. local sword = Instance.new("TextButton")
  19. local UIGoku = Instance.new("TextButton")
  20. local Lightsword = Instance.new("TextButton")
  21. local revengeclaws = Instance.new("TextButton")
  22. local Minigun = Instance.new("TextButton")
  23. local Scythe = Instance.new("TextButton")
  24. local electricscythe = Instance.new("TextButton")
  25. local greensword = Instance.new("TextButton")
  26. local LaserGun = Instance.new("TextButton")
  27. local killbot = Instance.new("TextButton")
  28. local sheriff = Instance.new("TextButton")
  29. local ender = Instance.new("TextButton")
  30. local card = Instance.new("TextButton")
  31. local noobbat = Instance.new("TextButton")
  32. local VicePurpleSword = Instance.new("TextButton")
  33. local vegito = Instance.new("TextButton")
  34. local hammer = Instance.new("TextButton")
  35. local tf2 = Instance.new("TextButton")
  36. local broadsword = Instance.new("TextButton")
  37. local neoherba = Instance.new("TextButton")
  38. local bluelightsword = Instance.new("TextButton")
  39. local smasher = Instance.new("TextButton")
  40. local sans = Instance.new("TextButton")
  41. local Goku = Instance.new("TextButton")
  42. local saitama = Instance.new("TextButton")
  43. local OpenGui = Instance.new("Frame")
  44. local TextButton = Instance.new("TextButton")
  45.  
  46. -- Properties
  47.  
  48. BasicGui.Name = "BasicGui"
  49. BasicGui.Parent = game.CoreGui
  50.  
  51. MainGui.Name = "MainGui"
  52. MainGui.Parent = BasicGui
  53. MainGui.Active = true
  54. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  55. MainGui.BackgroundTransparency = 0.40000000596046
  56. MainGui.BorderColor3 = Color3.new(0, 0, 0)
  57. MainGui.BorderSizePixel = 3
  58. MainGui.Draggable = true
  59. MainGui.Position = UDim2.new(0, 293, 0, 63)
  60. MainGui.Size = UDim2.new(0, 650, 0, 450)
  61. MainGui.Visible = false
  62.  
  63. Tabs.Name = "Tabs"
  64. Tabs.Parent = MainGui
  65. Tabs.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Tabs.BackgroundTransparency = 1
  67. Tabs.BorderSizePixel = 0
  68. Tabs.Size = UDim2.new(0, 100, 0, 100)
  69.  
  70. Scripts.Name = "Scripts"
  71. Scripts.Parent = Tabs
  72. Scripts.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  73. Scripts.BorderSizePixel = 0
  74. Scripts.Size = UDim2.new(0, 100, 0, 40)
  75. Scripts.Text = "Scripts"
  76. Scripts.TextColor3 = Color3.new(1, 1, 1)
  77. Scripts.TextSize = 14
  78.  
  79. Close.Name = "Close"
  80. Close.Parent = Tabs
  81. Close.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  82. Close.BackgroundTransparency = 1
  83. Close.BorderSizePixel = 0
  84. Close.Position = UDim2.new(0, 600, 0, 0)
  85. Close.Size = UDim2.new(0, 50, 0, 40)
  86. Close.Font = Enum.Font.ArialBold
  87. Close.Text = "X"
  88. Close.TextColor3 = Color3.new(0.898039, 0, 0.0117647)
  89. Close.TextSize = 48
  90.  
  91. PrevTab.Name = "PrevTab"
  92. PrevTab.Parent = Tabs
  93. PrevTab.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  94. PrevTab.BackgroundTransparency = 1
  95. PrevTab.BorderSizePixel = 0
  96. PrevTab.Position = UDim2.new(0, 510, 0, 0)
  97. PrevTab.Size = UDim2.new(0, 45, 0, 40)
  98. PrevTab.Font = Enum.Font.ArialBold
  99. PrevTab.Text = "<"
  100. PrevTab.TextColor3 = Color3.new(0.333333, 0.666667, 0)
  101. PrevTab.TextSize = 48
  102.  
  103. NextTab.Name = "NextTab"
  104. NextTab.Parent = Tabs
  105. NextTab.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  106. NextTab.BackgroundTransparency = 1
  107. NextTab.BorderSizePixel = 0
  108. NextTab.Position = UDim2.new(0, 555, 0, 0)
  109. NextTab.Size = UDim2.new(0, 45, 0, 40)
  110. NextTab.Font = Enum.Font.ArialBold
  111. NextTab.Text = ">"
  112. NextTab.TextColor3 = Color3.new(0.333333, 0.666667, 0)
  113. NextTab.TextSize = 48
  114.  
  115. ScrollingFrame.Parent = MainGui
  116. ScrollingFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  117. ScrollingFrame.BackgroundTransparency = 1
  118. ScrollingFrame.Size = UDim2.new(0, 600, 0, 410)
  119. ScrollingFrame.BottomImage = "rbxasset://textures/blackBkg_square.png"
  120. ScrollingFrame.MidImage = "rbxasset://textures/blackBkg_square.png"
  121. ScrollingFrame.ScrollBarThickness = 0
  122. ScrollingFrame.ScrollingEnabled = false
  123. ScrollingFrame.TopImage = "rbxasset://textures/blackBkg_square.png"
  124.  
  125. halcyonsword.Name = "halcyon sword"
  126. halcyonsword.Parent = ScrollingFrame
  127. halcyonsword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  128. halcyonsword.BorderSizePixel = 0
  129. halcyonsword.Position = UDim2.new(0, 0, 0, 50)
  130. halcyonsword.Size = UDim2.new(0, 150, 0, 50)
  131. halcyonsword.Font = Enum.Font.ArialBold
  132. halcyonsword.Text = "Halcyon Sword"
  133. halcyonsword.TextColor3 = Color3.new(1, 1, 1)
  134. halcyonsword.TextSize = 18
  135. halcyonsword.TextWrapped = true
  136.  
  137. corruptionblade.Name = "corruption blade"
  138. corruptionblade.Parent = ScrollingFrame
  139. corruptionblade.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  140. corruptionblade.BorderSizePixel = 0
  141. corruptionblade.Position = UDim2.new(0, 0, 0, 250)
  142. corruptionblade.Size = UDim2.new(0, 150, 0, 50)
  143. corruptionblade.Font = Enum.Font.ArialBold
  144. corruptionblade.Text = "Corruption Blade"
  145. corruptionblade.TextColor3 = Color3.new(1, 1, 1)
  146. corruptionblade.TextSize = 18
  147. corruptionblade.TextWrapped = true
  148.  
  149. opSword.Name = "opSword"
  150. opSword.Parent = ScrollingFrame
  151. opSword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  152. opSword.BorderSizePixel = 0
  153. opSword.Position = UDim2.new(0, 150, 0, 200)
  154. opSword.Size = UDim2.new(0, 150, 0, 50)
  155. opSword.Font = Enum.Font.ArialBold
  156. opSword.Text = "OPSword"
  157. opSword.TextColor3 = Color3.new(1, 1, 1)
  158. opSword.TextSize = 24
  159. opSword.TextWrapped = true
  160.  
  161. LaserSuit.Name = "LaserSuit"
  162. LaserSuit.Parent = ScrollingFrame
  163. LaserSuit.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  164. LaserSuit.BorderSizePixel = 0
  165. LaserSuit.Position = UDim2.new(0, 0, 0, 200)
  166. LaserSuit.Size = UDim2.new(0, 150, 0, 50)
  167. LaserSuit.Font = Enum.Font.ArialBold
  168. LaserSuit.Text = "Laser"
  169. LaserSuit.TextColor3 = Color3.new(1, 1, 1)
  170. LaserSuit.TextSize = 18
  171. LaserSuit.TextWrapped = true
  172.  
  173. LutrisSword.Name = "Lutris Sword"
  174. LutrisSword.Parent = ScrollingFrame
  175. LutrisSword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  176. LutrisSword.BorderSizePixel = 0
  177. LutrisSword.Position = UDim2.new(0, 150, 0, 50)
  178. LutrisSword.Size = UDim2.new(0, 150, 0, 50)
  179. LutrisSword.Font = Enum.Font.ArialBold
  180. LutrisSword.Text = "Lutris Sword"
  181. LutrisSword.TextColor3 = Color3.new(1, 1, 1)
  182. LutrisSword.TextSize = 18
  183. LutrisSword.TextWrapped = true
  184.  
  185. goldengun.Name = "golden gun"
  186. goldengun.Parent = ScrollingFrame
  187. goldengun.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  188. goldengun.BorderSizePixel = 0
  189. goldengun.Position = UDim2.new(0, 0, 0, 100)
  190. goldengun.Size = UDim2.new(0, 150, 0, 50)
  191. goldengun.Font = Enum.Font.ArialBold
  192. goldengun.Text = "Golden Gun"
  193. goldengun.TextColor3 = Color3.new(1, 1, 1)
  194. goldengun.TextSize = 18
  195. goldengun.TextWrapped = true
  196.  
  197. goldengloves.Name = "golden gloves"
  198. goldengloves.Parent = ScrollingFrame
  199. goldengloves.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  200. goldengloves.BorderSizePixel = 0
  201. goldengloves.Position = UDim2.new(0, 150, 0, 0)
  202. goldengloves.Size = UDim2.new(0, 150, 0, 50)
  203. goldengloves.Font = Enum.Font.ArialBold
  204. goldengloves.Text = "Golden Gloves"
  205. goldengloves.TextColor3 = Color3.new(1, 1, 1)
  206. goldengloves.TextSize = 18
  207. goldengloves.TextWrapped = true
  208.  
  209. sword.Name = "sword"
  210. sword.Parent = ScrollingFrame
  211. sword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  212. sword.BorderSizePixel = 0
  213. sword.Position = UDim2.new(0, 150, 0, 100)
  214. sword.Size = UDim2.new(0, 150, 0, 50)
  215. sword.Font = Enum.Font.ArialBold
  216. sword.Text = "Sword"
  217. sword.TextColor3 = Color3.new(1, 1, 1)
  218. sword.TextSize = 18
  219. sword.TextWrapped = true
  220.  
  221. UIGoku.Name = "UI Goku"
  222. UIGoku.Parent = ScrollingFrame
  223. UIGoku.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  224. UIGoku.BorderSizePixel = 0
  225. UIGoku.Position = UDim2.new(0, 0, 0, 150)
  226. UIGoku.Size = UDim2.new(0, 150, 0, 50)
  227. UIGoku.Font = Enum.Font.ArialBold
  228. UIGoku.Text = "Ultra Instinct Goku"
  229. UIGoku.TextColor3 = Color3.new(1, 1, 1)
  230. UIGoku.TextSize = 18
  231. UIGoku.TextWrapped = true
  232.  
  233. Lightsword.Name = "Light sword"
  234. Lightsword.Parent = ScrollingFrame
  235. Lightsword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  236. Lightsword.BorderSizePixel = 0
  237. Lightsword.Position = UDim2.new(0, 150, 0, 150)
  238. Lightsword.Size = UDim2.new(0, 150, 0, 50)
  239. Lightsword.Font = Enum.Font.ArialBold
  240. Lightsword.Text = "SunSword"
  241. Lightsword.TextColor3 = Color3.new(1, 1, 1)
  242. Lightsword.TextSize = 18
  243. Lightsword.TextWrapped = true
  244.  
  245. revengeclaws.Name = "revenge claws"
  246. revengeclaws.Parent = ScrollingFrame
  247. revengeclaws.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  248. revengeclaws.BorderSizePixel = 0
  249. revengeclaws.Size = UDim2.new(0, 150, 0, 50)
  250. revengeclaws.Font = Enum.Font.ArialBold
  251. revengeclaws.Text = "Ravenger Claws"
  252. revengeclaws.TextColor3 = Color3.new(1, 1, 1)
  253. revengeclaws.TextSize = 18
  254. revengeclaws.TextWrapped = true
  255.  
  256. Minigun.Name = "Minigun"
  257. Minigun.Parent = ScrollingFrame
  258. Minigun.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  259. Minigun.BorderSizePixel = 0
  260. Minigun.Position = UDim2.new(0, 150, 0, 250)
  261. Minigun.Size = UDim2.new(0, 150, 0, 50)
  262. Minigun.Font = Enum.Font.ArialBold
  263. Minigun.Text = "Minigun"
  264. Minigun.TextColor3 = Color3.new(1, 1, 1)
  265. Minigun.TextSize = 18
  266. Minigun.TextWrapped = true
  267.  
  268. Scythe.Name = "Scythe"
  269. Scythe.Parent = ScrollingFrame
  270. Scythe.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  271. Scythe.BorderSizePixel = 0
  272. Scythe.Position = UDim2.new(0, 300, 0, 0)
  273. Scythe.Size = UDim2.new(0, 150, 0, 50)
  274. Scythe.Font = Enum.Font.ArialBold
  275. Scythe.Text = "Scythe"
  276. Scythe.TextColor3 = Color3.new(1, 1, 1)
  277. Scythe.TextSize = 18
  278. Scythe.TextWrapped = true
  279.  
  280. electricscythe.Name = "electric scythe"
  281. electricscythe.Parent = ScrollingFrame
  282. electricscythe.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  283. electricscythe.BorderSizePixel = 0
  284. electricscythe.Position = UDim2.new(0, 300, 0, 50)
  285. electricscythe.Size = UDim2.new(0, 150, 0, 50)
  286. electricscythe.Font = Enum.Font.ArialBold
  287. electricscythe.Text = "Electric Scythe"
  288. electricscythe.TextColor3 = Color3.new(1, 1, 1)
  289. electricscythe.TextSize = 18
  290. electricscythe.TextWrapped = true
  291.  
  292. greensword.Name = "green sword"
  293. greensword.Parent = ScrollingFrame
  294. greensword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  295. greensword.BorderSizePixel = 0
  296. greensword.Position = UDim2.new(0, 300, 0, 100)
  297. greensword.Size = UDim2.new(0, 150, 0, 50)
  298. greensword.Font = Enum.Font.ArialBold
  299. greensword.Text = "GreenOPSword"
  300. greensword.TextColor3 = Color3.new(1, 1, 1)
  301. greensword.TextSize = 18
  302. greensword.TextWrapped = true
  303.  
  304. LaserGun.Name = "Laser Gun"
  305. LaserGun.Parent = ScrollingFrame
  306. LaserGun.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  307. LaserGun.BorderSizePixel = 0
  308. LaserGun.Position = UDim2.new(0, 300, 0, 150)
  309. LaserGun.Size = UDim2.new(0, 150, 0, 50)
  310. LaserGun.Font = Enum.Font.ArialBold
  311. LaserGun.Text = "Laser Gun"
  312. LaserGun.TextColor3 = Color3.new(1, 1, 1)
  313. LaserGun.TextSize = 18
  314. LaserGun.TextWrapped = true
  315.  
  316. killbot.Name = "killbot"
  317. killbot.Parent = ScrollingFrame
  318. killbot.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  319. killbot.BorderSizePixel = 0
  320. killbot.Position = UDim2.new(0, 300, 0, 200)
  321. killbot.Size = UDim2.new(0, 150, 0, 50)
  322. killbot.Font = Enum.Font.ArialBold
  323. killbot.Text = "Killbot"
  324. killbot.TextColor3 = Color3.new(1, 1, 1)
  325. killbot.TextSize = 18
  326. killbot.TextWrapped = true
  327.  
  328. sheriff.Name = "sheriff"
  329. sheriff.Parent = ScrollingFrame
  330. sheriff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  331. sheriff.BorderSizePixel = 0
  332. sheriff.Position = UDim2.new(0, 300, 0, 250)
  333. sheriff.Size = UDim2.new(0, 150, 0, 50)
  334. sheriff.Font = Enum.Font.ArialBold
  335. sheriff.Text = "Sheriff Wilbert"
  336. sheriff.TextColor3 = Color3.new(1, 1, 1)
  337. sheriff.TextSize = 18
  338. sheriff.TextWrapped = true
  339.  
  340. ender.Name = "ender"
  341. ender.Parent = ScrollingFrame
  342. ender.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  343. ender.BorderSizePixel = 0
  344. ender.Position = UDim2.new(0, 450, 0, 0)
  345. ender.Size = UDim2.new(0, 150, 0, 50)
  346. ender.Font = Enum.Font.ArialBold
  347. ender.Text = "Ender"
  348. ender.TextColor3 = Color3.new(1, 1, 1)
  349. ender.TextSize = 18
  350. ender.TextWrapped = true
  351.  
  352. card.Name = "card"
  353. card.Parent = ScrollingFrame
  354. card.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  355. card.BorderSizePixel = 0
  356. card.Position = UDim2.new(0, 450, 0, 50)
  357. card.Size = UDim2.new(0, 150, 0, 50)
  358. card.Font = Enum.Font.ArialBold
  359. card.Text = "Uno Card"
  360. card.TextColor3 = Color3.new(1, 1, 1)
  361. card.TextSize = 18
  362. card.TextWrapped = true
  363.  
  364. noobbat.Name = "noob bat"
  365. noobbat.Parent = ScrollingFrame
  366. noobbat.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  367. noobbat.BorderSizePixel = 0
  368. noobbat.Position = UDim2.new(0, 450, 0, 100)
  369. noobbat.Size = UDim2.new(0, 150, 0, 50)
  370. noobbat.Font = Enum.Font.ArialBold
  371. noobbat.Text = "Noob Baseball Bat"
  372. noobbat.TextColor3 = Color3.new(1, 1, 1)
  373. noobbat.TextSize = 18
  374. noobbat.TextWrapped = true
  375.  
  376. VicePurpleSword.Name = "Vice Purple Sword"
  377. VicePurpleSword.Parent = ScrollingFrame
  378. VicePurpleSword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  379. VicePurpleSword.BorderSizePixel = 0
  380. VicePurpleSword.Position = UDim2.new(0, 450, 0, 150)
  381. VicePurpleSword.Size = UDim2.new(0, 150, 0, 50)
  382. VicePurpleSword.Font = Enum.Font.ArialBold
  383. VicePurpleSword.Text = "Vice Purple Sword"
  384. VicePurpleSword.TextColor3 = Color3.new(1, 1, 1)
  385. VicePurpleSword.TextSize = 18
  386. VicePurpleSword.TextWrapped = true
  387.  
  388. vegito.Name = "vegito"
  389. vegito.Parent = ScrollingFrame
  390. vegito.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  391. vegito.BorderSizePixel = 0
  392. vegito.Position = UDim2.new(0, 450, 0, 200)
  393. vegito.Size = UDim2.new(0, 150, 0, 50)
  394. vegito.Font = Enum.Font.ArialBold
  395. vegito.Text = "Vegito Blue"
  396. vegito.TextColor3 = Color3.new(1, 1, 1)
  397. vegito.TextSize = 18
  398. vegito.TextWrapped = true
  399.  
  400. hammer.Name = "hammer"
  401. hammer.Parent = ScrollingFrame
  402. hammer.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  403. hammer.BorderSizePixel = 0
  404. hammer.Position = UDim2.new(0, 450, 0, 250)
  405. hammer.Size = UDim2.new(0, 150, 0, 50)
  406. hammer.Font = Enum.Font.ArialBold
  407. hammer.Text = "Lua Hammer"
  408. hammer.TextColor3 = Color3.new(1, 1, 1)
  409. hammer.TextSize = 18
  410. hammer.TextWrapped = true
  411.  
  412. tf2.Name = "tf2"
  413. tf2.Parent = ScrollingFrame
  414. tf2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  415. tf2.BorderSizePixel = 0
  416. tf2.Position = UDim2.new(0, 0, 0, 300)
  417. tf2.Size = UDim2.new(0, 150, 0, 50)
  418. tf2.Font = Enum.Font.ArialBold
  419. tf2.Text = "TF2 Heavy"
  420. tf2.TextColor3 = Color3.new(1, 1, 1)
  421. tf2.TextSize = 18
  422. tf2.TextWrapped = true
  423.  
  424. broadsword.Name = "broadsword"
  425. broadsword.Parent = ScrollingFrame
  426. broadsword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  427. broadsword.BorderSizePixel = 0
  428. broadsword.Position = UDim2.new(0, 150, 0, 300)
  429. broadsword.Size = UDim2.new(0, 150, 0, 50)
  430. broadsword.Font = Enum.Font.ArialBold
  431. broadsword.Text = "BroadSword"
  432. broadsword.TextColor3 = Color3.new(1, 1, 1)
  433. broadsword.TextSize = 18
  434. broadsword.TextWrapped = true
  435.  
  436. neoherba.Name = "neoherba"
  437. neoherba.Parent = ScrollingFrame
  438. neoherba.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  439. neoherba.BorderSizePixel = 0
  440. neoherba.Position = UDim2.new(0, 300, 0, 300)
  441. neoherba.Size = UDim2.new(0, 150, 0, 50)
  442. neoherba.Font = Enum.Font.ArialBold
  443. neoherba.Text = "NeoHerba Sword"
  444. neoherba.TextColor3 = Color3.new(1, 1, 1)
  445. neoherba.TextSize = 18
  446. neoherba.TextWrapped = true
  447.  
  448. bluelightsword.Name = "bluelightsword"
  449. bluelightsword.Parent = ScrollingFrame
  450. bluelightsword.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  451. bluelightsword.BorderSizePixel = 0
  452. bluelightsword.Position = UDim2.new(0, 450, 0, 300)
  453. bluelightsword.Size = UDim2.new(0, 150, 0, 50)
  454. bluelightsword.Font = Enum.Font.ArialBold
  455. bluelightsword.Text = "Light Sword"
  456. bluelightsword.TextColor3 = Color3.new(1, 1, 1)
  457. bluelightsword.TextSize = 18
  458. bluelightsword.TextWrapped = true
  459.  
  460. smasher.Name = "smasher"
  461. smasher.Parent = ScrollingFrame
  462. smasher.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  463. smasher.BorderSizePixel = 0
  464. smasher.Position = UDim2.new(0, 0, 0, 350)
  465. smasher.Size = UDim2.new(0, 150, 0, 50)
  466. smasher.Font = Enum.Font.ArialBold
  467. smasher.Text = "Noob Smasher"
  468. smasher.TextColor3 = Color3.new(1, 1, 1)
  469. smasher.TextSize = 18
  470. smasher.TextWrapped = true
  471.  
  472. sans.Name = "sans"
  473. sans.Parent = ScrollingFrame
  474. sans.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  475. sans.BorderSizePixel = 0
  476. sans.Position = UDim2.new(0, 150, 0, 350)
  477. sans.Size = UDim2.new(0, 150, 0, 50)
  478. sans.Font = Enum.Font.ArialBold
  479. sans.Text = "Sans"
  480. sans.TextColor3 = Color3.new(1, 1, 1)
  481. sans.TextSize = 18
  482. sans.TextWrapped = true
  483.  
  484. Goku.Name = "Goku"
  485. Goku.Parent = ScrollingFrame
  486. Goku.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  487. Goku.BorderSizePixel = 0
  488. Goku.Position = UDim2.new(0, 300, 0, 350)
  489. Goku.Size = UDim2.new(0, 150, 0, 50)
  490. Goku.Font = Enum.Font.ArialBold
  491. Goku.Text = "Goku(Edit)"
  492. Goku.TextColor3 = Color3.new(1, 1, 1)
  493. Goku.TextSize = 18
  494. Goku.TextWrapped = true
  495.  
  496. saitama.Name = "saitama"
  497. saitama.Parent = ScrollingFrame
  498. saitama.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  499. saitama.BorderSizePixel = 0
  500. saitama.Position = UDim2.new(0, 450, 0, 350)
  501. saitama.Size = UDim2.new(0, 150, 0, 50)
  502. saitama.Font = Enum.Font.ArialBold
  503. saitama.Text = "Saitama(Edit)"
  504. saitama.TextColor3 = Color3.new(1, 1, 1)
  505. saitama.TextSize = 18
  506. saitama.TextWrapped = true
  507.  
  508. OpenGui.Name = "OpenGui"
  509. OpenGui.Parent = BasicGui
  510. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  511. OpenGui.BackgroundTransparency = 1
  512.  
  513. TextButton.Parent = OpenGui
  514. TextButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  515. TextButton.BorderSizePixel = 0
  516. TextButton.Position = UDim2.new(0, 11, 0, 350)
  517. TextButton.Size = UDim2.new(0, 100, 0, 100)
  518. TextButton.Font = Enum.Font.ArialBold
  519. TextButton.Text = "Gui"
  520. TextButton.TextColor3 = Color3.new(1, 1, 1)
  521. TextButton.TextSize = 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement