CriShoux

SEITH

Aug 31st, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.08 KB | None | 0 0
  1. -- Instances:
  2. local SeithRE = Instance.new("ScreenGui")
  3. local Start = Instance.new("Frame")
  4. local GameButton = Instance.new("TextButton")
  5. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  6. local ScriptButton = Instance.new("TextButton")
  7. local UITextSizeConstraint_2 = Instance.new("UITextSizeConstraint")
  8. local Draggingbar = Instance.new("Frame")
  9. local Exit = Instance.new("ImageButton")
  10. local Title = Instance.new("TextLabel")
  11. local UITextSizeConstraint_3 = Instance.new("UITextSizeConstraint")
  12. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  13. local GameHubLogo = Instance.new("ImageLabel")
  14. local ScriptHubLogo = Instance.new("ImageLabel")
  15. local Games = Instance.new("Frame")
  16. local Draggingbar_2 = Instance.new("Frame")
  17. local Exit_2 = Instance.new("ImageButton")
  18. local TitleGames = Instance.new("TextLabel")
  19. local BeeSwarm = Instance.new("TextButton")
  20. local UITextSizeConstraint_4 = Instance.new("UITextSizeConstraint")
  21. local BeeSwarmV2 = Instance.new("TextButton")
  22. local UITextSizeConstraint_5 = Instance.new("UITextSizeConstraint")
  23. local BoogaF = Instance.new("TextButton")
  24. local UITextSizeConstraint_6 = Instance.new("UITextSizeConstraint")
  25. local InfiniteRPG = Instance.new("TextButton")
  26. local UITextSizeConstraint_7 = Instance.new("UITextSizeConstraint")
  27. local InfiniteRPGTP = Instance.new("TextButton")
  28. local UITextSizeConstraint_8 = Instance.new("UITextSizeConstraint")
  29. local KholsAdminHouse = Instance.new("TextButton")
  30. local UITextSizeConstraint_9 = Instance.new("UITextSizeConstraint")
  31. local HighSchoollife = Instance.new("TextButton")
  32. local UITextSizeConstraint_10 = Instance.new("UITextSizeConstraint")
  33. local PrisonLifeGUI = Instance.new("TextButton")
  34. local UITextSizeConstraint_11 = Instance.new("UITextSizeConstraint")
  35. local Murdermystery2hack = Instance.new("TextButton")
  36. local UITextSizeConstraint_12 = Instance.new("UITextSizeConstraint")
  37. local MurderMystery2GUI = Instance.new("TextButton")
  38. local UITextSizeConstraint_13 = Instance.new("UITextSizeConstraint")
  39. local SpeedSimulatorGUI = Instance.new("TextButton")
  40. local UITextSizeConstraint_14 = Instance.new("UITextSizeConstraint")
  41. local TwistedMurderAdmin = Instance.new("TextButton")
  42. local UITextSizeConstraint_15 = Instance.new("UITextSizeConstraint")
  43. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  44. local Scripts = Instance.new("Frame")
  45. local Draggingbar_3 = Instance.new("Frame")
  46. local Exit_3 = Instance.new("ImageButton")
  47. local TitleScripts = Instance.new("TextLabel")
  48. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  49. local TargetFE = Instance.new("TextButton")
  50. local UITextSizeConstraint_16 = Instance.new("UITextSizeConstraint")
  51. local RevizFE = Instance.new("TextButton")
  52. local UITextSizeConstraint_17 = Instance.new("UITextSizeConstraint")
  53. local Arosia = Instance.new("TextButton")
  54. local UITextSizeConstraint_18 = Instance.new("UITextSizeConstraint")
  55. local StoneHubFE = Instance.new("TextButton")
  56. local UITextSizeConstraint_19 = Instance.new("UITextSizeConstraint")
  57. local OpFinality = Instance.new("TextButton")
  58. local UITextSizeConstraint_20 = Instance.new("UITextSizeConstraint")
  59. local Explorer = Instance.new("TextButton")
  60. local UITextSizeConstraint_21 = Instance.new("UITextSizeConstraint")
  61. local HyperTotal = Instance.new("TextButton")
  62. local UITextSizeConstraint_22 = Instance.new("UITextSizeConstraint")
  63. local FEFly = Instance.new("TextButton")
  64. local UITextSizeConstraint_23 = Instance.new("UITextSizeConstraint")
  65. local FETrickClip = Instance.new("TextButton")
  66. local UITextSizeConstraint_24 = Instance.new("UITextSizeConstraint")
  67. local FEFling = Instance.new("TextButton")
  68. local UITextSizeConstraint_25 = Instance.new("UITextSizeConstraint")
  69. --Properties:
  70. SeithRE.Name = "Seith RE"
  71. SeithRE.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  72.  
  73. Start.Name = "Start"
  74. Start.Parent = SeithRE
  75. Start.Active = true
  76. Start.AnchorPoint = Vector2.new(0.5, 0.5)
  77. Start.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  78. Start.BorderColor3 = Color3.new(0, 0, 0)
  79. Start.BorderSizePixel = 0
  80. Start.Position = UDim2.new(0.5, 0, 0.5, 0)
  81. Start.Size = UDim2.new(0.389999986, 0, 0.300000012, 0)
  82.  
  83. GameButton.Name = "Game Button"
  84. GameButton.Parent = Start
  85. GameButton.AnchorPoint = Vector2.new(0.5, 0.5)
  86. GameButton.BackgroundColor3 = Color3.new(0, 0, 0)
  87. GameButton.BackgroundTransparency = 1
  88. GameButton.BorderSizePixel = 0
  89. GameButton.Position = UDim2.new(0.529999971, 0, 0.620000005, 0)
  90. GameButton.Size = UDim2.new(0.219999999, 0, 0.129999995, 0)
  91. GameButton.Font = Enum.Font.SciFi
  92. GameButton.Text = "GAMES"
  93. GameButton.TextColor3 = Color3.new(1, 1, 1)
  94. GameButton.TextScaled = true
  95. GameButton.TextSize = 30
  96. GameButton.TextWrapped = true
  97.  
  98. UITextSizeConstraint.Parent = GameButton
  99. UITextSizeConstraint.MaxTextSize = 30
  100.  
  101. ScriptButton.Name = "Script Button"
  102. ScriptButton.Parent = Start
  103. ScriptButton.AnchorPoint = Vector2.new(0.5, 0.5)
  104. ScriptButton.BackgroundColor3 = Color3.new(0, 0, 0)
  105. ScriptButton.BackgroundTransparency = 1
  106. ScriptButton.BorderSizePixel = 0
  107. ScriptButton.Position = UDim2.new(0.529999971, 0, 0.449999988, 0)
  108. ScriptButton.Size = UDim2.new(0.200000003, 0, 0.129999995, 0)
  109. ScriptButton.Font = Enum.Font.SciFi
  110. ScriptButton.Text = "SCRIPTS"
  111. ScriptButton.TextColor3 = Color3.new(1, 1, 1)
  112. ScriptButton.TextScaled = true
  113. ScriptButton.TextSize = 30
  114. ScriptButton.TextWrapped = true
  115.  
  116. UITextSizeConstraint_2.Parent = ScriptButton
  117. UITextSizeConstraint_2.MaxTextSize = 30
  118.  
  119. Draggingbar.Name = "Draggingbar"
  120. Draggingbar.Parent = Start
  121. Draggingbar.AnchorPoint = Vector2.new(0.5, 0.5)
  122. Draggingbar.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  123. Draggingbar.BorderSizePixel = 0
  124. Draggingbar.Position = UDim2.new(0.5, 0, 0, 0)
  125. Draggingbar.Size = UDim2.new(1, 0, 0.150000006, 0)
  126.  
  127. Exit.Name = "Exit"
  128. Exit.Parent = Draggingbar
  129. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  130. Exit.BackgroundTransparency = 9
  131. Exit.Position = UDim2.new(0.920000017, 0, 0.0700000003, 0)
  132. Exit.Size = UDim2.new(0.0710000023, 0, 0.899999976, 0)
  133. Exit.Image = "rbxassetid://2289221877"
  134.  
  135. Title.Name = "Title"
  136. Title.Parent = Draggingbar
  137. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Title.BackgroundTransparency = 9
  139. Title.Position = UDim2.new(0.00200000009, 0, -0.150000006, 0)
  140. Title.Size = UDim2.new(0.300000012, 0, 1.20000005, 0)
  141. Title.Font = Enum.Font.SciFi
  142. Title.Text = "Seith Reborn"
  143. Title.TextColor3 = Color3.new(1, 1, 1)
  144. Title.TextScaled = true
  145. Title.TextSize = 25
  146. Title.TextWrapped = true
  147.  
  148. UITextSizeConstraint_3.Parent = Title
  149. UITextSizeConstraint_3.MaxTextSize = 22
  150.  
  151. UIAspectRatioConstraint.Parent = Start
  152. UIAspectRatioConstraint.AspectRatio = 1.7172131538391
  153.  
  154. GameHubLogo.Name = "GameHub Logo"
  155. GameHubLogo.Parent = Start
  156. GameHubLogo.AnchorPoint = Vector2.new(0.5, 0.5)
  157. GameHubLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  158. GameHubLogo.BackgroundTransparency = 1
  159. GameHubLogo.BorderSizePixel = 0
  160. GameHubLogo.Position = UDim2.new(0.349999994, 0, 0.629999995, 0)
  161. GameHubLogo.Size = UDim2.new(0.100000001, 0, 0.158999994, 0)
  162. GameHubLogo.Image = "rbxassetid://2289971724"
  163.  
  164. ScriptHubLogo.Name = "ScriptHub Logo"
  165. ScriptHubLogo.Parent = Start
  166. ScriptHubLogo.AnchorPoint = Vector2.new(0.5, 0.5)
  167. ScriptHubLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  168. ScriptHubLogo.BackgroundTransparency = 1
  169. ScriptHubLogo.BorderSizePixel = 0
  170. ScriptHubLogo.Position = UDim2.new(0.349999994, 0, 0.449999988, 0)
  171. ScriptHubLogo.Size = UDim2.new(0.100000001, 0, 0.158999994, 0)
  172. ScriptHubLogo.Image = "rbxassetid://2289972983"
  173.  
  174. Games.Name = "Games"
  175. Games.Parent = SeithRE
  176. Games.Active = true
  177. Games.AnchorPoint = Vector2.new(0.5, 0.5)
  178. Games.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  179. Games.BorderSizePixel = 0
  180. Games.Position = UDim2.new(0.5, 0, 0.5, 0)
  181. Games.Size = UDim2.new(0.389999986, 0, 0.300000012, 0)
  182. Games.Visible = false
  183.  
  184. Draggingbar_2.Name = "Draggingbar"
  185. Draggingbar_2.Parent = Games
  186. Draggingbar_2.AnchorPoint = Vector2.new(0.5, 0.5)
  187. Draggingbar_2.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  188. Draggingbar_2.BorderSizePixel = 0
  189. Draggingbar_2.Position = UDim2.new(0.5, 0, 0, 0)
  190. Draggingbar_2.Size = UDim2.new(1, 0, 0.150000006, 0)
  191.  
  192. Exit_2.Name = "Exit"
  193. Exit_2.Parent = Draggingbar_2
  194. Exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  195. Exit_2.BackgroundTransparency = 9
  196. Exit_2.Position = UDim2.new(0.923585773, 0, 0.157894731, 0)
  197. Exit_2.Size = UDim2.new(0.0548831634, 0, 0.684210539, 0)
  198. Exit_2.Image = "rbxassetid://2289221877"
  199.  
  200. TitleGames.Name = "Title Games"
  201. TitleGames.Parent = Draggingbar_2
  202. TitleGames.BackgroundColor3 = Color3.new(1, 1, 1)
  203. TitleGames.BackgroundTransparency = 1
  204. TitleGames.BorderSizePixel = 0
  205. TitleGames.Position = UDim2.new(0.00999999978, 0, -0.0973684266, 0)
  206. TitleGames.Size = UDim2.new(0.5, 0, 1.20000005, 0)
  207. TitleGames.Font = Enum.Font.SciFi
  208. TitleGames.Text = "Seith Reborn | Games"
  209. TitleGames.TextColor3 = Color3.new(1, 1, 1)
  210. TitleGames.TextScaled = true
  211. TitleGames.TextSize = 26
  212. TitleGames.TextWrapped = true
  213.  
  214. BeeSwarm.Name = "Bee Swarm"
  215. BeeSwarm.Parent = Games
  216. BeeSwarm.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  217. BeeSwarm.BorderSizePixel = 0
  218. BeeSwarm.Position = UDim2.new(0.0209790189, 0, 0.125490203, 0)
  219. BeeSwarm.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  220. BeeSwarm.Font = Enum.Font.SciFi
  221. BeeSwarm.Text = "Bee Swarm"
  222. BeeSwarm.TextColor3 = Color3.new(1, 1, 1)
  223. BeeSwarm.TextScaled = true
  224. BeeSwarm.TextSize = 12
  225. BeeSwarm.TextWrapped = true
  226.  
  227. UITextSizeConstraint_4.Parent = BeeSwarm
  228. UITextSizeConstraint_4.MaxTextSize = 14
  229.  
  230. BeeSwarmV2.Name = "Bee Swarm V2"
  231. BeeSwarmV2.Parent = Games
  232. BeeSwarmV2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  233. BeeSwarmV2.BorderSizePixel = 0
  234. BeeSwarmV2.Position = UDim2.new(0.0209790189, 0, 0.249988198, 0)
  235. BeeSwarmV2.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  236. BeeSwarmV2.Font = Enum.Font.SciFi
  237. BeeSwarmV2.Text = "Bee Swarm V2"
  238. BeeSwarmV2.TextColor3 = Color3.new(1, 1, 1)
  239. BeeSwarmV2.TextScaled = true
  240. BeeSwarmV2.TextSize = 12
  241. BeeSwarmV2.TextWrapped = true
  242.  
  243. UITextSizeConstraint_5.Parent = BeeSwarmV2
  244. UITextSizeConstraint_5.MaxTextSize = 14
  245.  
  246. BoogaF.Name = "BoogaF"
  247. BoogaF.Parent = Games
  248. BoogaF.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  249. BoogaF.BorderSizePixel = 0
  250. BoogaF.Position = UDim2.new(0.0209790189, 0, 0.374486208, 0)
  251. BoogaF.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  252. BoogaF.Font = Enum.Font.SciFi
  253. BoogaF.Text = "BoogaF'er"
  254. BoogaF.TextColor3 = Color3.new(1, 1, 1)
  255. BoogaF.TextScaled = true
  256. BoogaF.TextSize = 12
  257. BoogaF.TextWrapped = true
  258.  
  259. UITextSizeConstraint_6.Parent = BoogaF
  260. UITextSizeConstraint_6.MaxTextSize = 14
  261.  
  262. InfiniteRPG.Name = "Infinite RPG"
  263. InfiniteRPG.Parent = Games
  264. InfiniteRPG.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  265. InfiniteRPG.BorderSizePixel = 0
  266. InfiniteRPG.Position = UDim2.new(0.0209790189, 0, 0.498984158, 0)
  267. InfiniteRPG.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  268. InfiniteRPG.Font = Enum.Font.SciFi
  269. InfiniteRPG.Text = "Infinite RPG"
  270. InfiniteRPG.TextColor3 = Color3.new(1, 1, 1)
  271. InfiniteRPG.TextSize = 12
  272.  
  273. UITextSizeConstraint_7.Parent = InfiniteRPG
  274. UITextSizeConstraint_7.MaxTextSize = 14
  275.  
  276. InfiniteRPGTP.Name = "Infinite RPG TP"
  277. InfiniteRPGTP.Parent = Games
  278. InfiniteRPGTP.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  279. InfiniteRPGTP.BorderSizePixel = 0
  280. InfiniteRPGTP.Position = UDim2.new(0.0209790189, 0, 0.623482108, 0)
  281. InfiniteRPGTP.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  282. InfiniteRPGTP.Font = Enum.Font.SciFi
  283. InfiniteRPGTP.Text = "Infinite RPG TP"
  284. InfiniteRPGTP.TextColor3 = Color3.new(1, 1, 1)
  285. InfiniteRPGTP.TextSize = 12
  286.  
  287. UITextSizeConstraint_8.Parent = InfiniteRPGTP
  288. UITextSizeConstraint_8.MaxTextSize = 14
  289.  
  290. KholsAdminHouse.Name = "Khols Admin House"
  291. KholsAdminHouse.Parent = Games
  292. KholsAdminHouse.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  293. KholsAdminHouse.BorderSizePixel = 0
  294. KholsAdminHouse.Position = UDim2.new(0.0209790189, 0, 0.743881762, 0)
  295. KholsAdminHouse.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  296. KholsAdminHouse.Font = Enum.Font.SciFi
  297. KholsAdminHouse.Text = "Khols Admin House (F9)"
  298. KholsAdminHouse.TextColor3 = Color3.new(1, 1, 1)
  299. KholsAdminHouse.TextScaled = true
  300. KholsAdminHouse.TextSize = 12
  301. KholsAdminHouse.TextWrapped = true
  302.  
  303. UITextSizeConstraint_9.Parent = KholsAdminHouse
  304. UITextSizeConstraint_9.MaxTextSize = 14
  305.  
  306. HighSchoollife.Name = "High School life"
  307. HighSchoollife.Parent = Games
  308. HighSchoollife.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  309. HighSchoollife.BorderSizePixel = 0
  310. HighSchoollife.Position = UDim2.new(0.0209790189, 0, 0.868462026, 0)
  311. HighSchoollife.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  312. HighSchoollife.Font = Enum.Font.SciFi
  313. HighSchoollife.Text = "High School Life GUI"
  314. HighSchoollife.TextColor3 = Color3.new(1, 1, 1)
  315. HighSchoollife.TextScaled = true
  316. HighSchoollife.TextSize = 12
  317. HighSchoollife.TextWrapped = true
  318.  
  319. UITextSizeConstraint_10.Parent = HighSchoollife
  320. UITextSizeConstraint_10.MaxTextSize = 14
  321.  
  322. PrisonLifeGUI.Name = "Prison Life GUI"
  323. PrisonLifeGUI.Parent = Games
  324. PrisonLifeGUI.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  325. PrisonLifeGUI.BorderSizePixel = 0
  326. PrisonLifeGUI.Position = UDim2.new(0.261072278, 0, 0.125490129, 0)
  327. PrisonLifeGUI.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  328. PrisonLifeGUI.Font = Enum.Font.SciFi
  329. PrisonLifeGUI.Text = "Prison Life GUI"
  330. PrisonLifeGUI.TextColor3 = Color3.new(1, 1, 1)
  331. PrisonLifeGUI.TextScaled = true
  332. PrisonLifeGUI.TextSize = 12
  333. PrisonLifeGUI.TextWrapped = true
  334.  
  335. UITextSizeConstraint_11.Parent = PrisonLifeGUI
  336. UITextSizeConstraint_11.MaxTextSize = 14
  337.  
  338. Murdermystery2hack.Name = "Murder mystery 2 hack"
  339. Murdermystery2hack.Parent = Games
  340. Murdermystery2hack.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  341. Murdermystery2hack.BorderSizePixel = 0
  342. Murdermystery2hack.Position = UDim2.new(0.261072278, 0, 0.249988139, 0)
  343. Murdermystery2hack.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  344. Murdermystery2hack.Font = Enum.Font.SciFi
  345. Murdermystery2hack.Text = "Murder Mystery 2 HACK"
  346. Murdermystery2hack.TextColor3 = Color3.new(1, 1, 1)
  347. Murdermystery2hack.TextScaled = true
  348. Murdermystery2hack.TextSize = 12
  349. Murdermystery2hack.TextWrapped = true
  350.  
  351. UITextSizeConstraint_12.Parent = Murdermystery2hack
  352. UITextSizeConstraint_12.MaxTextSize = 14
  353.  
  354. MurderMystery2GUI.Name = "Murder Mystery 2 GUI"
  355. MurderMystery2GUI.Parent = Games
  356. MurderMystery2GUI.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  357. MurderMystery2GUI.BorderSizePixel = 0
  358. MurderMystery2GUI.Position = UDim2.new(0.261072278, 0, 0.374486148, 0)
  359. MurderMystery2GUI.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  360. MurderMystery2GUI.Font = Enum.Font.SciFi
  361. MurderMystery2GUI.Text = "Murder Mystery 2 GUI"
  362. MurderMystery2GUI.TextColor3 = Color3.new(1, 1, 1)
  363. MurderMystery2GUI.TextScaled = true
  364. MurderMystery2GUI.TextSize = 12
  365. MurderMystery2GUI.TextWrapped = true
  366.  
  367. UITextSizeConstraint_13.Parent = MurderMystery2GUI
  368. UITextSizeConstraint_13.MaxTextSize = 14
  369.  
  370. SpeedSimulatorGUI.Name = "Speed Simulator GUI"
  371. SpeedSimulatorGUI.Parent = Games
  372. SpeedSimulatorGUI.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  373. SpeedSimulatorGUI.BorderSizePixel = 0
  374. SpeedSimulatorGUI.Position = UDim2.new(0.261072278, 0, 0.498984128, 0)
  375. SpeedSimulatorGUI.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  376. SpeedSimulatorGUI.Font = Enum.Font.SciFi
  377. SpeedSimulatorGUI.Text = "Speed Simulator GUI"
  378. SpeedSimulatorGUI.TextColor3 = Color3.new(1, 1, 1)
  379. SpeedSimulatorGUI.TextScaled = true
  380. SpeedSimulatorGUI.TextSize = 12
  381. SpeedSimulatorGUI.TextWrapped = true
  382.  
  383. UITextSizeConstraint_14.Parent = SpeedSimulatorGUI
  384. UITextSizeConstraint_14.MaxTextSize = 14
  385.  
  386. TwistedMurderAdmin.Name = "Twisted Murder Admin"
  387. TwistedMurderAdmin.Parent = Games
  388. TwistedMurderAdmin.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  389. TwistedMurderAdmin.BorderSizePixel = 0
  390. TwistedMurderAdmin.Position = UDim2.new(0.261072278, 0, 0.623482108, 0)
  391. TwistedMurderAdmin.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  392. TwistedMurderAdmin.Font = Enum.Font.SciFi
  393. TwistedMurderAdmin.Text = "Twisted Murder Admin"
  394. TwistedMurderAdmin.TextColor3 = Color3.new(1, 1, 1)
  395. TwistedMurderAdmin.TextScaled = true
  396. TwistedMurderAdmin.TextSize = 12
  397. TwistedMurderAdmin.TextWrapped = true
  398.  
  399. UITextSizeConstraint_15.Parent = TwistedMurderAdmin
  400. UITextSizeConstraint_15.MaxTextSize = 14
  401.  
  402. UIAspectRatioConstraint_2.Parent = Games
  403. UIAspectRatioConstraint_2.AspectRatio = 1.7336065769196
  404.  
  405. Scripts.Name = "Scripts"
  406. Scripts.Parent = SeithRE
  407. Scripts.Active = true
  408. Scripts.AnchorPoint = Vector2.new(0.5, 0.5)
  409. Scripts.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  410. Scripts.BorderSizePixel = 0
  411. Scripts.Position = UDim2.new(0.5, 0, 0.5, 0)
  412. Scripts.Size = UDim2.new(0.389999986, 0, 0.300000012, 0)
  413. Scripts.Visible = false
  414.  
  415. Draggingbar_3.Name = "Draggingbar"
  416. Draggingbar_3.Parent = Scripts
  417. Draggingbar_3.AnchorPoint = Vector2.new(0.5, 0.5)
  418. Draggingbar_3.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  419. Draggingbar_3.BorderSizePixel = 0
  420. Draggingbar_3.Position = UDim2.new(0.5, 0, 0, 0)
  421. Draggingbar_3.Size = UDim2.new(1, 0, 0.150000006, 0)
  422.  
  423. Exit_3.Name = "Exit"
  424. Exit_3.Parent = Draggingbar_3
  425. Exit_3.BackgroundColor3 = Color3.new(1, 1, 1)
  426. Exit_3.BackgroundTransparency = 9
  427. Exit_3.Position = UDim2.new(0.923585773, 0, 0.157894731, 0)
  428. Exit_3.Size = UDim2.new(0.0548831634, 0, 0.684210539, 0)
  429. Exit_3.Image = "rbxassetid://2289221877"
  430.  
  431. TitleScripts.Name = "Title Scripts"
  432. TitleScripts.Parent = Draggingbar_3
  433. TitleScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  434. TitleScripts.BackgroundTransparency = 1
  435. TitleScripts.BorderSizePixel = 0
  436. TitleScripts.Position = UDim2.new(0.00999999978, 0, -0.0973684266, 0)
  437. TitleScripts.Size = UDim2.new(0.5, 0, 1.20000005, 0)
  438. TitleScripts.Font = Enum.Font.SciFi
  439. TitleScripts.Text = "Seith Reborn | Scripts"
  440. TitleScripts.TextColor3 = Color3.new(1, 1, 1)
  441. TitleScripts.TextScaled = true
  442. TitleScripts.TextSize = 26
  443. TitleScripts.TextWrapped = true
  444.  
  445. UIAspectRatioConstraint_3.Parent = Scripts
  446. UIAspectRatioConstraint_3.AspectRatio = 1.7336065769196
  447.  
  448. TargetFE.Name = "Target FE"
  449. TargetFE.Parent = Scripts
  450. TargetFE.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  451. TargetFE.BorderSizePixel = 0
  452. TargetFE.Position = UDim2.new(0.0209999997, 0, 0.125, 0)
  453. TargetFE.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  454. TargetFE.Font = Enum.Font.SciFi
  455. TargetFE.Text = "Target FE"
  456. TargetFE.TextColor3 = Color3.new(1, 1, 1)
  457. TargetFE.TextScaled = true
  458. TargetFE.TextSize = 12
  459. TargetFE.TextWrapped = true
  460.  
  461. UITextSizeConstraint_16.Parent = TargetFE
  462. UITextSizeConstraint_16.MaxTextSize = 14
  463.  
  464. RevizFE.Name = "Reviz FE"
  465. RevizFE.Parent = Scripts
  466. RevizFE.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  467. RevizFE.BorderSizePixel = 0
  468. RevizFE.Position = UDim2.new(0.0209999997, 0, 0.25, 0)
  469. RevizFE.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  470. RevizFE.Font = Enum.Font.SciFi
  471. RevizFE.Text = "Reviz Admin V2"
  472. RevizFE.TextColor3 = Color3.new(1, 1, 1)
  473. RevizFE.TextScaled = true
  474. RevizFE.TextSize = 12
  475. RevizFE.TextWrapped = true
  476.  
  477. UITextSizeConstraint_17.Parent = RevizFE
  478. UITextSizeConstraint_17.MaxTextSize = 14
  479.  
  480. Arosia.Name = "Arosia"
  481. Arosia.Parent = Scripts
  482. Arosia.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  483. Arosia.BorderSizePixel = 0
  484. Arosia.Position = UDim2.new(0.0209999997, 0, 0.374000013, 0)
  485. Arosia.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  486. Arosia.Font = Enum.Font.SciFi
  487. Arosia.Text = "Arosia FE GUI"
  488. Arosia.TextColor3 = Color3.new(1, 1, 1)
  489. Arosia.TextScaled = true
  490. Arosia.TextSize = 12
  491. Arosia.TextWrapped = true
  492.  
  493. UITextSizeConstraint_18.Parent = Arosia
  494. UITextSizeConstraint_18.MaxTextSize = 14
  495.  
  496. StoneHubFE.Name = "Stone Hub FE"
  497. StoneHubFE.Parent = Scripts
  498. StoneHubFE.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  499. StoneHubFE.BorderSizePixel = 0
  500. StoneHubFE.Position = UDim2.new(0.0209999997, 0, 0.499000013, 0)
  501. StoneHubFE.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  502. StoneHubFE.Font = Enum.Font.SciFi
  503. StoneHubFE.Text = "Stone Hub FE"
  504. StoneHubFE.TextColor3 = Color3.new(1, 1, 1)
  505. StoneHubFE.TextScaled = true
  506. StoneHubFE.TextSize = 12
  507. StoneHubFE.TextWrapped = true
  508.  
  509. UITextSizeConstraint_19.Parent = StoneHubFE
  510. UITextSizeConstraint_19.MaxTextSize = 14
  511.  
  512. OpFinality.Name = "OpFinality"
  513. OpFinality.Parent = Scripts
  514. OpFinality.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  515. OpFinality.BorderSizePixel = 0
  516. OpFinality.Position = UDim2.new(0.0209999997, 0, 0.623000026, 0)
  517. OpFinality.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  518. OpFinality.Font = Enum.Font.SciFi
  519. OpFinality.Text = "OpFinality"
  520. OpFinality.TextColor3 = Color3.new(1, 1, 1)
  521. OpFinality.TextScaled = true
  522. OpFinality.TextSize = 12
  523. OpFinality.TextWrapped = true
  524.  
  525. UITextSizeConstraint_20.Parent = OpFinality
  526. UITextSizeConstraint_20.MaxTextSize = 14
  527.  
  528. Explorer.Name = "Explorer"
  529. Explorer.Parent = Scripts
  530. Explorer.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  531. Explorer.BorderSizePixel = 0
  532. Explorer.Position = UDim2.new(0.261000007, 0, 0.125, 0)
  533. Explorer.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  534. Explorer.Font = Enum.Font.SciFi
  535. Explorer.Text = "Explorer"
  536. Explorer.TextColor3 = Color3.new(1, 1, 1)
  537. Explorer.TextScaled = true
  538. Explorer.TextSize = 12
  539. Explorer.TextWrapped = true
  540.  
  541. UITextSizeConstraint_21.Parent = Explorer
  542. UITextSizeConstraint_21.MaxTextSize = 14
  543.  
  544. HyperTotal.Name = "HyperTotal"
  545. HyperTotal.Parent = Scripts
  546. HyperTotal.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  547. HyperTotal.BorderSizePixel = 0
  548. HyperTotal.Position = UDim2.new(0.261000007, 0, 0.25, 0)
  549. HyperTotal.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  550. HyperTotal.Font = Enum.Font.SciFi
  551. HyperTotal.Text = "HyperTotal FE"
  552. HyperTotal.TextColor3 = Color3.new(1, 1, 1)
  553. HyperTotal.TextScaled = true
  554. HyperTotal.TextSize = 12
  555. HyperTotal.TextWrapped = true
  556.  
  557. UITextSizeConstraint_22.Parent = HyperTotal
  558. UITextSizeConstraint_22.MaxTextSize = 14
  559.  
  560. FEFly.Name = "FE Fly"
  561. FEFly.Parent = Scripts
  562. FEFly.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  563. FEFly.BorderSizePixel = 0
  564. FEFly.Position = UDim2.new(0.261000007, 0, 0.374000013, 0)
  565. FEFly.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  566. FEFly.Font = Enum.Font.SciFi
  567. FEFly.Text = "FE Fly (press E)"
  568. FEFly.TextColor3 = Color3.new(1, 1, 1)
  569. FEFly.TextScaled = true
  570. FEFly.TextSize = 12
  571. FEFly.TextWrapped = true
  572.  
  573. UITextSizeConstraint_23.Parent = FEFly
  574. UITextSizeConstraint_23.MaxTextSize = 14
  575.  
  576. FETrickClip.Name = "FE Trick Clip"
  577. FETrickClip.Parent = Scripts
  578. FETrickClip.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  579. FETrickClip.BorderSizePixel = 0
  580. FETrickClip.Position = UDim2.new(0.261000007, 0, 0.499000013, 0)
  581. FETrickClip.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  582. FETrickClip.Font = Enum.Font.SciFi
  583. FETrickClip.Text = "FE Trick Clip"
  584. FETrickClip.TextColor3 = Color3.new(1, 1, 1)
  585. FETrickClip.TextScaled = true
  586. FETrickClip.TextSize = 12
  587. FETrickClip.TextWrapped = true
  588.  
  589. UITextSizeConstraint_24.Parent = FETrickClip
  590. UITextSizeConstraint_24.MaxTextSize = 14
  591.  
  592. FEFling.Name = "FEFling"
  593. FEFling.Parent = Scripts
  594. FEFling.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  595. FEFling.BorderSizePixel = 0
  596. FEFling.Position = UDim2.new(0.0209999997, 0, 0.744000018, 0)
  597. FEFling.Size = UDim2.new(0.219999999, 0, 0.100000001, 0)
  598. FEFling.Font = Enum.Font.SciFi
  599. FEFling.Text = "FE Fling"
  600. FEFling.TextColor3 = Color3.new(1, 1, 1)
  601. FEFling.TextScaled = true
  602. FEFling.TextSize = 12
  603. FEFling.TextWrapped = true
  604.  
  605. UITextSizeConstraint_25.Parent = FEFling
  606. UITextSizeConstraint_25.MaxTextSize = 14
  607.  
  608. -- Scripts
  609.  
  610. Start.Draggable = true
  611. Scripts.Draggable = true
  612. Games.Draggable = true
  613.  
  614. ScriptButton.MouseButton1Down:Connect(function()
  615. Scripts.Position = UDim2.new(-2,0,0.485,0)
  616. Start:TweenPosition(UDim2.new(-2,0,0.485,0), "Out", "Linear", 0.6)
  617. wait(0.25)
  618. Start.Visible = false
  619. Scripts.Visible = true
  620. Scripts:TweenPosition(UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.6)
  621. end)
  622.  
  623. GameButton.MouseButton1Down:Connect(function()
  624. Games.Position = UDim2.new(-2,0,0.485,0)
  625. Start:TweenPosition(UDim2.new(-2,0,0.485,0), "Out", "Linear", 0.6)
  626. wait(0.25)
  627. Start.Visible = false
  628. Games.Visible = true
  629. Games:TweenPosition(UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.6)
  630. end)
  631.  
  632. Exit_2.MouseButton1Down:Connect(function()
  633. Start.Position = UDim2.new(-2,0,0.485,0)
  634. Games:TweenPosition(UDim2.new(-2,0,0.485,0), "Out", "Linear", 0.6)
  635. wait(0.25)
  636. Games.Visible = false
  637. Start.Visible = true
  638. Start:TweenPosition(UDim2.new(0.5,0,0.5,0), "Out", "Linear", 0.6)
  639. end)
  640.  
  641. Exit.MouseButton1Down:Connect(function()
  642. Start:TweenPosition(UDim2.new(-2,0,0.485,0), "Out", "Linear", 0.6)
  643. wait(0.6)
  644. SeithRE:Destroy()
  645. end)
  646.  
  647. BeeSwarm.MouseButton1Down:Connect(function()
  648. wait(0.5)
  649. loadstring(game:HttpGet(('https://pastebin.com/raw/mGmWrQYx'),true))()
  650. end)
  651.  
  652. BeeSwarmV2.MouseButton1Down:Connect(function()
  653. wait(0.5)
  654. loadstring(game:HttpGet(('https://pastebin.com/raw/Sizk8xbU'),true))()
  655. end)
  656.  
  657. BoogaF.MouseButton1Down:Connect(function()
  658. wait(0.5)
  659. loadstring(game:HttpGet(('https://pastebin.com/raw/EnwC7XRf'),true))()
  660. end)
  661.  
  662. HighSchoollife.MouseButton1Down:Connect(function()
  663. wait(0.5)
  664. loadstring(game:HttpGet(('https://pastebin.com/raw/U5TzzfDL'),true))()
  665. end)
  666.  
  667. InfiniteRPG.MouseButton1Down:Connect(function()
  668. wait(0.5)
  669. loadstring(game:HttpGet(('https://pastebin.com/raw/6DsWQEmy'),true))()
  670. end)
Add Comment
Please, Sign In to add comment