CriShoux

test

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