Advertisement
Moe7887

My own Exploit GUI

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