Advertisement
_Kipster

EggGuiDeneme

Apr 19th, 2019
6,536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 32.70 KB | None | 0 0
  1. local Credits = Instance.new("ScreenGui")
  2. local OutFrame = Instance.new("Frame")
  3. local InFrame = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local Credits_2 = Instance.new("TextLabel")
  6. local EggGUI = Instance.new("ScreenGui")
  7. local OutFrame_2 = Instance.new("Frame")
  8. local InFrame_2 = Instance.new("Frame")
  9. local HACKR = Instance.new("TextButton")
  10. local PickASide = Instance.new("TextButton")
  11. local WolvesLifeBeta = Instance.new("TextButton")
  12. local KickOff = Instance.new("TextButton")
  13. local FreezeTag = Instance.new("TextButton")
  14. local DroneHeist = Instance.new("TextButton")
  15. local DragonRage = Instance.new("TextButton")
  16. local Speedlands = Instance.new("TextButton")
  17. local ROBLOXTitanic = Instance.new("TextButton")
  18. local ThemePark2 = Instance.new("TextButton")
  19. local SpellBattle = Instance.new("TextButton")
  20. local FairyWorld = Instance.new("TextButton")
  21. local InnovationArcticBase = Instance.new("TextButton")
  22. local Sharkbite = Instance.new("TextButton")
  23. local SpeedRun4 = Instance.new("TextButton")
  24. local Backpacking = Instance.new("TextButton")
  25. local DesignIt = Instance.new("TextButton")
  26. local SuperHeroLifeIII = Instance.new("TextButton")
  27. local Dock = Instance.new("TextButton")
  28. local YolktalesOrigin = Instance.new("TextButton")
  29. local NeighborhoodofRobloxia = Instance.new("TextButton")
  30. local GrudgeEggHunt = Instance.new("TextButton")
  31. local DisasterIsland = Instance.new("TextButton")
  32. local RoyaleHigh = Instance.new("TextButton")
  33. local EggGUI_2 = Instance.new("TextLabel")
  34. local Credits_3 = Instance.new("TextButton")
  35. local EggGUIOpen = Instance.new("ScreenGui")
  36. local Open = Instance.new("TextButton")
  37. local Close = Instance.new("TextButton")
  38. --Properties:
  39. Credits.Name = "Credits"
  40. Credits.Parent = game.CoreGui
  41. Credits.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42.  
  43. OutFrame.Name = "OutFrame"
  44. OutFrame.Parent = Credits
  45. OutFrame.BackgroundColor3 = Color3.new(0.505882, 0.196078, 0.517647)
  46. OutFrame.BackgroundTransparency = 0.40000000596046
  47. OutFrame.Position = UDim2.new(-1, 0, 0.430999994, 0)
  48. OutFrame.Size = UDim2.new(0, 164, 0, 212)
  49.  
  50. InFrame.Name = "InFrame"
  51. InFrame.Parent = OutFrame
  52. InFrame.BackgroundColor3 = Color3.new(0.278431, 0.105882, 0.290196)
  53. InFrame.BackgroundTransparency = 0.5
  54. InFrame.BorderSizePixel = 0
  55. InFrame.Position = UDim2.new(0, 0, 0.162361249, 0)
  56. InFrame.Size = UDim2.new(0, 164, 0, 177)
  57.  
  58. TextLabel.Parent = InFrame
  59. TextLabel.BackgroundColor3 = Color3.new(0.505882, 0.196078, 0.517647)
  60. TextLabel.BackgroundTransparency = 0.40000000596046
  61. TextLabel.BorderSizePixel = 0
  62. TextLabel.Position = UDim2.new(0.0365853645, 0, 0.0395480208, 0)
  63. TextLabel.Size = UDim2.new(0, 152, 0, 163)
  64. TextLabel.Font = Enum.Font.SourceSansSemibold
  65. TextLabel.Text = "All the credits goes to Bean07, sotp, Activities12, Dooopmoop, SilverBeast and Platypuci for their scripts."
  66. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  67. TextLabel.TextSize = 22
  68. TextLabel.TextWrapped = true
  69. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  70. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  71.  
  72. Credits_2.Name = "Credits"
  73. Credits_2.Parent = OutFrame
  74. Credits_2.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Credits_2.BackgroundTransparency = 1
  76. Credits_2.Position = UDim2.new(0.239862397, 0, -0.0049216398, 0)
  77. Credits_2.Size = UDim2.new(0, 84, 0, 34)
  78. Credits_2.Font = Enum.Font.SourceSansSemibold
  79. Credits_2.Text = "Credits"
  80. Credits_2.TextColor3 = Color3.new(1, 1, 1)
  81. Credits_2.TextSize = 28
  82. Credits_2.TextWrapped = true
  83.  
  84. EggGUI.Name = "EggGUI"
  85. EggGUI.Parent = game.CoreGui
  86. EggGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  87.  
  88. OutFrame_2.Name = "OutFrame"
  89. OutFrame_2.Parent = EggGUI
  90. OutFrame_2.BackgroundColor3 = Color3.new(0.505882, 0.196078, 0.517647)
  91. OutFrame_2.BackgroundTransparency = 0.40000000596046
  92. OutFrame_2.Position = UDim2.new(-1, 0, 0.430999994, 0)
  93. OutFrame_2.Size = UDim2.new(0, 260, 0, 378)
  94.  
  95. InFrame_2.Name = "InFrame"
  96. InFrame_2.Parent = OutFrame_2
  97. InFrame_2.BackgroundColor3 = Color3.new(0.278431, 0.105882, 0.290196)
  98. InFrame_2.BackgroundTransparency = 0.5
  99. InFrame_2.BorderSizePixel = 0
  100. InFrame_2.Position = UDim2.new(0, 0, 0.106023237, 0)
  101. InFrame_2.Size = UDim2.new(0, 260, 0, 337)
  102.  
  103. HACKR.Name = "HACKR"
  104. HACKR.Parent = InFrame_2
  105. HACKR.BackgroundColor3 = Color3.new(0, 0, 0)
  106. HACKR.BackgroundTransparency = 0.5
  107. HACKR.Position = UDim2.new(0.369230717, 0, 0.0698052272, 0)
  108. HACKR.Size = UDim2.new(0, 65, 0, 30)
  109. HACKR.Font = Enum.Font.SourceSansSemibold
  110. HACKR.Text = "HACKR"
  111. HACKR.TextColor3 = Color3.new(1, 1, 1)
  112. HACKR.TextSize = 14
  113. HACKR.TextWrapped = true
  114.  
  115. PickASide.Name = "Pick A Side"
  116. PickASide.Parent = InFrame_2
  117. PickASide.BackgroundColor3 = Color3.new(0, 0, 0)
  118. PickASide.BackgroundTransparency = 0.5
  119. PickASide.Position = UDim2.new(0.692307591, 0, 0.0698052272, 0)
  120. PickASide.Size = UDim2.new(0, 65, 0, 30)
  121. PickASide.Font = Enum.Font.SourceSansSemibold
  122. PickASide.Text = "Pick A Side"
  123. PickASide.TextColor3 = Color3.new(1, 1, 1)
  124. PickASide.TextSize = 14
  125. PickASide.TextWrapped = true
  126.  
  127. WolvesLifeBeta.Name = "Wolves' Life Beta"
  128. WolvesLifeBeta.Parent = InFrame_2
  129. WolvesLifeBeta.BackgroundColor3 = Color3.new(0, 0, 0)
  130. WolvesLifeBeta.BackgroundTransparency = 0.5
  131. WolvesLifeBeta.Position = UDim2.new(0.0461537987, 0, 0.0698052272, 0)
  132. WolvesLifeBeta.Size = UDim2.new(0, 65, 0, 30)
  133. WolvesLifeBeta.Font = Enum.Font.SourceSansSemibold
  134. WolvesLifeBeta.Text = "Wolves' Life Beta"
  135. WolvesLifeBeta.TextColor3 = Color3.new(1, 1, 1)
  136. WolvesLifeBeta.TextSize = 14
  137. WolvesLifeBeta.TextWrapped = true
  138.  
  139. KickOff.Name = "Kick Off"
  140. KickOff.Parent = InFrame_2
  141. KickOff.BackgroundColor3 = Color3.new(0, 0, 0)
  142. KickOff.BackgroundTransparency = 0.5
  143. KickOff.Position = UDim2.new(0.369230717, 0, 0.178316861, 0)
  144. KickOff.Size = UDim2.new(0, 65, 0, 30)
  145. KickOff.Font = Enum.Font.SourceSansSemibold
  146. KickOff.Text = "Kick Off"
  147. KickOff.TextColor3 = Color3.new(1, 1, 1)
  148. KickOff.TextSize = 14
  149. KickOff.TextWrapped = true
  150.  
  151. FreezeTag.Name = "Freeze Tag"
  152. FreezeTag.Parent = InFrame_2
  153. FreezeTag.BackgroundColor3 = Color3.new(0, 0, 0)
  154. FreezeTag.BackgroundTransparency = 0.5
  155. FreezeTag.Position = UDim2.new(0.692307591, 0, 0.178316861, 0)
  156. FreezeTag.Size = UDim2.new(0, 65, 0, 30)
  157. FreezeTag.Font = Enum.Font.SourceSansSemibold
  158. FreezeTag.Text = "Freeze Tag"
  159. FreezeTag.TextColor3 = Color3.new(1, 1, 1)
  160. FreezeTag.TextSize = 14
  161. FreezeTag.TextWrapped = true
  162.  
  163. DroneHeist.Name = "Drone Heist"
  164. DroneHeist.Parent = InFrame_2
  165. DroneHeist.BackgroundColor3 = Color3.new(0, 0, 0)
  166. DroneHeist.BackgroundTransparency = 0.5
  167. DroneHeist.Position = UDim2.new(0.0461537987, 0, 0.178316861, 0)
  168. DroneHeist.Size = UDim2.new(0, 65, 0, 30)
  169. DroneHeist.Font = Enum.Font.SourceSansSemibold
  170. DroneHeist.Text = "Drone Heist"
  171. DroneHeist.TextColor3 = Color3.new(1, 1, 1)
  172. DroneHeist.TextSize = 14
  173. DroneHeist.TextWrapped = true
  174.  
  175. DragonRage.Name = "Dragon Rage"
  176. DragonRage.Parent = InFrame_2
  177. DragonRage.BackgroundColor3 = Color3.new(0, 0, 0)
  178. DragonRage.BackgroundTransparency = 0.5
  179. DragonRage.Position = UDim2.new(0.369230717, 0, 0.28386116, 0)
  180. DragonRage.Size = UDim2.new(0, 65, 0, 30)
  181. DragonRage.Font = Enum.Font.SourceSansSemibold
  182. DragonRage.Text = "Dragon Rage"
  183. DragonRage.TextColor3 = Color3.new(1, 1, 1)
  184. DragonRage.TextSize = 14
  185. DragonRage.TextWrapped = true
  186.  
  187. Speedlands.Name = "Speedlands"
  188. Speedlands.Parent = InFrame_2
  189. Speedlands.BackgroundColor3 = Color3.new(0, 0, 0)
  190. Speedlands.BackgroundTransparency = 0.5
  191. Speedlands.Position = UDim2.new(0.692307591, 0, 0.28386116, 0)
  192. Speedlands.Size = UDim2.new(0, 65, 0, 30)
  193. Speedlands.Font = Enum.Font.SourceSansSemibold
  194. Speedlands.Text = "Speedlands"
  195. Speedlands.TextColor3 = Color3.new(1, 1, 1)
  196. Speedlands.TextSize = 14
  197. Speedlands.TextWrapped = true
  198.  
  199. ROBLOXTitanic.Name = "ROBLOX Titanic"
  200. ROBLOXTitanic.Parent = InFrame_2
  201. ROBLOXTitanic.BackgroundColor3 = Color3.new(0, 0, 0)
  202. ROBLOXTitanic.BackgroundTransparency = 0.5
  203. ROBLOXTitanic.Position = UDim2.new(0.0461537987, 0, 0.28386116, 0)
  204. ROBLOXTitanic.Size = UDim2.new(0, 65, 0, 30)
  205. ROBLOXTitanic.Font = Enum.Font.SourceSansSemibold
  206. ROBLOXTitanic.Text = "ROBLOX Titanic"
  207. ROBLOXTitanic.TextColor3 = Color3.new(1, 1, 1)
  208. ROBLOXTitanic.TextSize = 14
  209. ROBLOXTitanic.TextWrapped = true
  210.  
  211. ThemePark2.Name = "Theme Park 2"
  212. ThemePark2.Parent = InFrame_2
  213. ThemePark2.BackgroundColor3 = Color3.new(0, 0, 0)
  214. ThemePark2.BackgroundTransparency = 0.5
  215. ThemePark2.Position = UDim2.new(0.0461537987, 0, 0.395340174, 0)
  216. ThemePark2.Size = UDim2.new(0, 65, 0, 30)
  217. ThemePark2.Font = Enum.Font.SourceSansSemibold
  218. ThemePark2.Text = "Theme Park 2"
  219. ThemePark2.TextColor3 = Color3.new(1, 1, 1)
  220. ThemePark2.TextSize = 14
  221. ThemePark2.TextWrapped = true
  222.  
  223. SpellBattle.Name = "Spell Battle"
  224. SpellBattle.Parent = InFrame_2
  225. SpellBattle.BackgroundColor3 = Color3.new(0, 0, 0)
  226. SpellBattle.BackgroundTransparency = 0.5
  227. SpellBattle.Position = UDim2.new(0.369230717, 0, 0.395340174, 0)
  228. SpellBattle.Size = UDim2.new(0, 65, 0, 30)
  229. SpellBattle.Font = Enum.Font.SourceSansSemibold
  230. SpellBattle.Text = "Spell Battle"
  231. SpellBattle.TextColor3 = Color3.new(1, 1, 1)
  232. SpellBattle.TextSize = 14
  233. SpellBattle.TextWrapped = true
  234.  
  235. FairyWorld.Name = "Fairy World"
  236. FairyWorld.Parent = InFrame_2
  237. FairyWorld.BackgroundColor3 = Color3.new(0, 0, 0)
  238. FairyWorld.BackgroundTransparency = 0.5
  239. FairyWorld.Position = UDim2.new(0.692307591, 0, 0.395340174, 0)
  240. FairyWorld.Size = UDim2.new(0, 65, 0, 30)
  241. FairyWorld.Font = Enum.Font.SourceSansSemibold
  242. FairyWorld.Text = "Fairy World"
  243. FairyWorld.TextColor3 = Color3.new(1, 1, 1)
  244. FairyWorld.TextSize = 14
  245. FairyWorld.TextWrapped = true
  246.  
  247. InnovationArcticBase.Name = "Innovation Arctic Base"
  248. InnovationArcticBase.Parent = InFrame_2
  249. InnovationArcticBase.BackgroundColor3 = Color3.new(0, 0, 0)
  250. InnovationArcticBase.BackgroundTransparency = 0.5
  251. InnovationArcticBase.Position = UDim2.new(0.373076886, 0, 0.50439316, 0)
  252. InnovationArcticBase.Size = UDim2.new(0, 65, 0, 30)
  253. InnovationArcticBase.Font = Enum.Font.SourceSansSemibold
  254. InnovationArcticBase.Text = "Innovation Arctic Base"
  255. InnovationArcticBase.TextColor3 = Color3.new(1, 1, 1)
  256. InnovationArcticBase.TextSize = 14
  257. InnovationArcticBase.TextWrapped = true
  258.  
  259. Sharkbite.Name = "Sharkbite"
  260. Sharkbite.Parent = InFrame_2
  261. Sharkbite.BackgroundColor3 = Color3.new(0, 0, 0)
  262. Sharkbite.BackgroundTransparency = 0.5
  263. Sharkbite.Position = UDim2.new(0.692307591, 0, 0.50439316, 0)
  264. Sharkbite.Size = UDim2.new(0, 65, 0, 30)
  265. Sharkbite.Font = Enum.Font.SourceSansSemibold
  266. Sharkbite.Text = "Sharkbite"
  267. Sharkbite.TextColor3 = Color3.new(1, 1, 1)
  268. Sharkbite.TextSize = 14
  269. Sharkbite.TextWrapped = true
  270.  
  271. SpeedRun4.Name = "Speed Run 4"
  272. SpeedRun4.Parent = InFrame_2
  273. SpeedRun4.BackgroundColor3 = Color3.new(0, 0, 0)
  274. SpeedRun4.BackgroundTransparency = 0.5
  275. SpeedRun4.Position = UDim2.new(0.0499999523, 0, 0.50439316, 0)
  276. SpeedRun4.Size = UDim2.new(0, 65, 0, 30)
  277. SpeedRun4.Font = Enum.Font.SourceSansSemibold
  278. SpeedRun4.Text = "Speed Run 4"
  279. SpeedRun4.TextColor3 = Color3.new(1, 1, 1)
  280. SpeedRun4.TextSize = 14
  281. SpeedRun4.TextWrapped = true
  282.  
  283. Backpacking.Name = "Backpacking"
  284. Backpacking.Parent = InFrame_2
  285. Backpacking.BackgroundColor3 = Color3.new(0, 0, 0)
  286. Backpacking.BackgroundTransparency = 0.5
  287. Backpacking.Position = UDim2.new(0.0461537987, 0, 0.612904787, 0)
  288. Backpacking.Size = UDim2.new(0, 65, 0, 30)
  289. Backpacking.Font = Enum.Font.SourceSansSemibold
  290. Backpacking.Text = "Backpackin'"
  291. Backpacking.TextColor3 = Color3.new(1, 1, 1)
  292. Backpacking.TextSize = 14
  293. Backpacking.TextWrapped = true
  294.  
  295. DesignIt.Name = "Design It!"
  296. DesignIt.Parent = InFrame_2
  297. DesignIt.BackgroundColor3 = Color3.new(0, 0, 0)
  298. DesignIt.BackgroundTransparency = 0.5
  299. DesignIt.Position = UDim2.new(0.369230717, 0, 0.612904787, 0)
  300. DesignIt.Size = UDim2.new(0, 65, 0, 30)
  301. DesignIt.Font = Enum.Font.SourceSansSemibold
  302. DesignIt.Text = "Design It!"
  303. DesignIt.TextColor3 = Color3.new(1, 1, 1)
  304. DesignIt.TextSize = 14
  305. DesignIt.TextWrapped = true
  306.  
  307. SuperHeroLifeIII.Name = "Super Hero Life III"
  308. SuperHeroLifeIII.Parent = InFrame_2
  309. SuperHeroLifeIII.BackgroundColor3 = Color3.new(0, 0, 0)
  310. SuperHeroLifeIII.BackgroundTransparency = 0.5
  311. SuperHeroLifeIII.Position = UDim2.new(0.692307591, 0, 0.612904787, 0)
  312. SuperHeroLifeIII.Size = UDim2.new(0, 65, 0, 30)
  313. SuperHeroLifeIII.Font = Enum.Font.SourceSansSemibold
  314. SuperHeroLifeIII.Text = "Super Hero Life III"
  315. SuperHeroLifeIII.TextColor3 = Color3.new(1, 1, 1)
  316. SuperHeroLifeIII.TextSize = 14
  317. SuperHeroLifeIII.TextWrapped = true
  318.  
  319. Dock.Name = "Dock"
  320. Dock.Parent = InFrame_2
  321. Dock.BackgroundColor3 = Color3.new(0, 0, 0)
  322. Dock.BackgroundTransparency = 0.5
  323. Dock.Position = UDim2.new(0.369230717, 0, 0.724383831, 0)
  324. Dock.Size = UDim2.new(0, 65, 0, 30)
  325. Dock.Font = Enum.Font.SourceSansSemibold
  326. Dock.Text = "Dock"
  327. Dock.TextColor3 = Color3.new(1, 1, 1)
  328. Dock.TextSize = 14
  329. Dock.TextWrapped = true
  330.  
  331. YolktalesOrigin.Name = "Yolktales Origin"
  332. YolktalesOrigin.Parent = InFrame_2
  333. YolktalesOrigin.BackgroundColor3 = Color3.new(0, 0, 0)
  334. YolktalesOrigin.BackgroundTransparency = 0.5
  335. YolktalesOrigin.Position = UDim2.new(0.0461537987, 0, 0.724383831, 0)
  336. YolktalesOrigin.Size = UDim2.new(0, 65, 0, 30)
  337. YolktalesOrigin.Font = Enum.Font.SourceSansSemibold
  338. YolktalesOrigin.Text = "Yolktales Origin"
  339. YolktalesOrigin.TextColor3 = Color3.new(1, 1, 1)
  340. YolktalesOrigin.TextSize = 14
  341. YolktalesOrigin.TextWrapped = true
  342.  
  343. NeighborhoodofRobloxia.Name = "Neighborhood of Robloxia"
  344. NeighborhoodofRobloxia.Parent = InFrame_2
  345. NeighborhoodofRobloxia.BackgroundColor3 = Color3.new(0, 0, 0)
  346. NeighborhoodofRobloxia.BackgroundTransparency = 0.5
  347. NeighborhoodofRobloxia.Position = UDim2.new(0.692307591, 0, 0.724383831, 0)
  348. NeighborhoodofRobloxia.Size = UDim2.new(0, 65, 0, 30)
  349. NeighborhoodofRobloxia.Font = Enum.Font.SourceSansSemibold
  350. NeighborhoodofRobloxia.Text = "Neighbor.. of Robloxia"
  351. NeighborhoodofRobloxia.TextColor3 = Color3.new(1, 1, 1)
  352. NeighborhoodofRobloxia.TextSize = 14
  353. NeighborhoodofRobloxia.TextWrapped = true
  354.  
  355. GrudgeEggHunt.Name = "Grudge Egg Hunt"
  356. GrudgeEggHunt.Parent = InFrame_2
  357. GrudgeEggHunt.BackgroundColor3 = Color3.new(0, 0, 0)
  358. GrudgeEggHunt.BackgroundTransparency = 0.5
  359. GrudgeEggHunt.Position = UDim2.new(0.0499999374, 0, 0.837143481, 0)
  360. GrudgeEggHunt.Size = UDim2.new(0, 65, 0, 30)
  361. GrudgeEggHunt.Font = Enum.Font.SourceSansSemibold
  362. GrudgeEggHunt.Text = "Grudge Egg Hunt 2019"
  363. GrudgeEggHunt.TextColor3 = Color3.new(1, 1, 1)
  364. GrudgeEggHunt.TextSize = 14
  365. GrudgeEggHunt.TextWrapped = true
  366.  
  367. DisasterIsland.Name = "Disaster Island"
  368. DisasterIsland.Parent = InFrame_2
  369. DisasterIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  370. DisasterIsland.BackgroundTransparency = 0.5
  371. DisasterIsland.Position = UDim2.new(0.369230747, 0, 0.835456729, 0)
  372. DisasterIsland.Size = UDim2.new(0, 65, 0, 30)
  373. DisasterIsland.Font = Enum.Font.SourceSansSemibold
  374. DisasterIsland.Text = "Disaster Island"
  375. DisasterIsland.TextColor3 = Color3.new(1, 1, 1)
  376. DisasterIsland.TextSize = 14
  377. DisasterIsland.TextWrapped = true
  378.  
  379. RoyaleHigh.Name = "Royale High"
  380. RoyaleHigh.Parent = InFrame_2
  381. RoyaleHigh.BackgroundColor3 = Color3.new(0, 0, 0)
  382. RoyaleHigh.BackgroundTransparency = 0.5
  383. RoyaleHigh.Position = UDim2.new(0.692307711, 0, 0.835456729, 0)
  384. RoyaleHigh.Size = UDim2.new(0, 65, 0, 30)
  385. RoyaleHigh.Font = Enum.Font.SourceSansSemibold
  386. RoyaleHigh.Text = "Royale High"
  387. RoyaleHigh.TextColor3 = Color3.new(1, 1, 1)
  388. RoyaleHigh.TextSize = 14
  389. RoyaleHigh.TextWrapped = true
  390.  
  391. EggGUI_2.Name = "EggGUI"
  392. EggGUI_2.Parent = OutFrame_2
  393. EggGUI_2.BackgroundColor3 = Color3.new(1, 1, 1)
  394. EggGUI_2.BackgroundTransparency = 1
  395. EggGUI_2.Position = UDim2.new(0.0356410109, 0, 0.0149457017, 0)
  396. EggGUI_2.Size = UDim2.new(0, 170, 0, 28)
  397. EggGUI_2.Font = Enum.Font.SourceSansSemibold
  398. EggGUI_2.Text = "Egg GUI 2019 V2"
  399. EggGUI_2.TextColor3 = Color3.new(1, 1, 1)
  400. EggGUI_2.TextSize = 28
  401. EggGUI_2.TextWrapped = true
  402.  
  403. Credits_3.Name = "Credits"
  404. Credits_3.Parent = OutFrame_2
  405. Credits_3.BackgroundColor3 = Color3.new(0, 0, 0)
  406. Credits_3.BackgroundTransparency = 0.5
  407. Credits_3.Position = UDim2.new(0.730769098, 0, 0.0281732008, 0)
  408. Credits_3.Size = UDim2.new(0, 45, 0, 23)
  409. Credits_3.Font = Enum.Font.SourceSansSemibold
  410. Credits_3.Text = "Credits"
  411. Credits_3.TextColor3 = Color3.new(1, 1, 1)
  412. Credits_3.TextSize = 14
  413. Credits_3.TextWrapped = true
  414.  
  415. EggGUIOpen.Name = "EggGUIOpen"
  416. EggGUIOpen.Parent = game.CoreGui
  417. EggGUIOpen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  418.  
  419. Open.Name = "Open"
  420. Open.Parent = EggGUIOpen
  421. Open.BackgroundColor3 = Color3.new(0.505882, 0.196078, 0.517647)
  422. Open.BackgroundTransparency = 0.30000001192093
  423. Open.Position = UDim2.new(0, 0, 0.894348919, 0)
  424. Open.Size = UDim2.new(0, 92, 0, 26)
  425. Open.Font = Enum.Font.SourceSans
  426. Open.Text = "Open"
  427. Open.TextColor3 = Color3.new(1, 1, 1)
  428. Open.TextSize = 18
  429. Open.TextWrapped = true
  430.  
  431. Close.Name = "Close"
  432. Close.Parent = EggGUIOpen
  433. Close.BackgroundColor3 = Color3.new(0.505882, 0.196078, 0.517647)
  434. Close.BackgroundTransparency = 0.30000001192093
  435. Close.Position = UDim2.new(0, 0, 0.894348919, 0)
  436. Close.Size = UDim2.new(0, 92, 0, 26)
  437. Close.Font = Enum.Font.SourceSans
  438. Close.Text = "Close"
  439. Close.TextColor3 = Color3.new(1, 1, 1)
  440. Close.TextSize = 18
  441. Close.TextWrapped = true
  442. -- Scripts:
  443. function SCRIPT_KJJQ81_FAKESCRIPT() -- HACKR.HACKRScript
  444.     local script = Instance.new('LocalScript')
  445.     script.Parent = HACKR
  446.     script.Parent.MouseButton1Click:Connect(function()
  447.     local function tp(...)
  448.     game.Players.LocalPlayer.Character:MoveTo(Vector3.new(...))
  449.     end
  450.    
  451.     tp(2648, 9, 589)
  452.     wait(.2)
  453.     tp(3378, 71, -2382)
  454.     wait(.2)
  455.     tp(-75, -145, -739)
  456.     wait(.2)
  457.     tp(1337, 26, -1056)
  458.     wait(.2)
  459.     tp(1604, 261, -287)
  460.     wait(.2)
  461.     tp(-879, 142, -2050)
  462.     wait(.2)
  463.    
  464.     for _,v in next, workspace.Hackables.Matrix:GetDescendants() do
  465.     if v.Name=="Matrix" and v:FindFirstChild"Hitbox"then
  466.     game.Players.LocalPlayer.Character:MoveTo(v.Hitbox.Position)
  467.     game.ReplicatedStorage.Events.RemoteEvents.ExecuteHack:FireServer(v, "Matrix")
  468.     game.ReplicatedStorage.Events.RemoteEvents.StopHack:FireServer()
  469.     wait(1)
  470.     end
  471.     end
  472.     wait(1)
  473.     game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(3352.86255, 17.0360126, 928.042786)
  474.     wait(.2)
  475.     game.ReplicatedStorage.Events.RemoteEvents.ExecuteHack:FireServer(workspace.Hackables.MatrixEgg.MatrixEgg, "MatrixEgg")
  476.     game.ReplicatedStorage.Events.RemoteEvents.StopHack:FireServer()
  477.     end)
  478.  
  479. end
  480. coroutine.resume(coroutine.create(SCRIPT_KJJQ81_FAKESCRIPT))
  481. function SCRIPT_TIEF72_FAKESCRIPT() -- PickASide.PickASideScript
  482.     local script = Instance.new('LocalScript')
  483.     script.Parent = PickASide
  484.     script.Parent.MouseButton1Click:Connect(function()
  485.     while wait() do
  486.     pcall(function()
  487.     game.Players.LocalPlayer.Character:MoveTo(workspace.Terrain.Egg.Position)
  488.     end)
  489.     end
  490.     end)
  491.  
  492. end
  493. coroutine.resume(coroutine.create(SCRIPT_TIEF72_FAKESCRIPT))
  494. function SCRIPT_YZNO81_FAKESCRIPT() -- WolvesLifeBeta.WolvesScript
  495.     local script = Instance.new('LocalScript')
  496.     script.Parent = WolvesLifeBeta
  497.     script.Parent.MouseButton1Click:Connect(function()
  498.     workspace.EggHunt.EggHunt:FireServer("Yes")
  499.     workspace.EggHunt.EggHunt:FireServer("EggReward")
  500.     end)
  501.  
  502. end
  503. coroutine.resume(coroutine.create(SCRIPT_YZNO81_FAKESCRIPT))
  504. function SCRIPT_DZZU73_FAKESCRIPT() -- KickOff.KickOff Script
  505.     local script = Instance.new('LocalScript')
  506.     script.Parent = KickOff
  507.     script.Parent.MouseButton1Click:Connect(function()
  508.     while wait() do
  509.         workspace.MapHolder:GetChildren()[1].BlueGoal.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  510.         workspace.MapHolder:GetChildren()[1].RedGoal.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  511.         workspace.SoccerBall.Position = game.Players.LocalPlayer.Character["Right Leg"].Position
  512.         game.Players.LocalPlayer.Character.Humanoid.Jump = true
  513.     end
  514.     end)
  515.  
  516. end
  517. coroutine.resume(coroutine.create(SCRIPT_DZZU73_FAKESCRIPT))
  518. function SCRIPT_YZHS86_FAKESCRIPT() -- FreezeTag.FreezeTagScript
  519.     local script = Instance.new('LocalScript')
  520.     script.Parent = FreezeTag
  521.     script.Parent.MouseButton1Click:Connect(function()
  522.     for _,v in next, workspace.Drops:GetDescendants() do
  523.     if v:IsA("Part") then
  524.     game.Players.LocalPlayer.Character:MoveTo(v.Position)
  525.     wait(.2)
  526.     end
  527.     end
  528.     end)
  529.  
  530. end
  531. coroutine.resume(coroutine.create(SCRIPT_YZHS86_FAKESCRIPT))
  532. function SCRIPT_CRKK75_FAKESCRIPT() -- DroneHeist.DroneHeistScript
  533.     local script = Instance.new('LocalScript')
  534.     script.Parent = DroneHeist
  535.     script.Parent.MouseButton1Click:Connect(function()
  536.     game.Players.LocalPlayer.Character:MoveTo(workspace["PressurePad (Egg)"].Pad.Position)
  537.    
  538.     workspace["PressurePad (Egg)"].Weight.Position = Vector3.new(-113, 7, -197)
  539.     end)
  540.  
  541. end
  542. coroutine.resume(coroutine.create(SCRIPT_CRKK75_FAKESCRIPT))
  543. function SCRIPT_RZUD76_FAKESCRIPT() -- DragonRage.DragonRageScript
  544.     local script = Instance.new('LocalScript')
  545.     script.Parent = DragonRage
  546.     script.Parent.MouseButton1Click:Connect(function()
  547.     local easterdragon;
  548.     for _,v in next, workspace:GetDescendants() do
  549.     if v.Name == "Easter" then easterdragon = v.Parent end
  550.     end
  551.     game:service'RunService'.RenderStepped:Connect(function()
  552.     pcall(function()
  553.     game.Players.LocalPlayer.Character.HumanoidRootPart.Position = easterdragon.EggLegVisible.Egg.Position
  554.     end)
  555.     end)
  556.     end)
  557.  
  558. end
  559. coroutine.resume(coroutine.create(SCRIPT_RZUD76_FAKESCRIPT))
  560. function SCRIPT_ESIC79_FAKESCRIPT() -- Speedlands.SpeedlandsScript
  561.     local script = Instance.new('LocalScript')
  562.     script.Parent = Speedlands
  563.     script.Parent.MouseButton1Click:Connect(function()
  564.     game.Players.LocalPlayer.Character:MoveTo(workspace.Track["Main Parts"].Finish.Position)
  565.     end)
  566.  
  567. end
  568. coroutine.resume(coroutine.create(SCRIPT_ESIC79_FAKESCRIPT))
  569. function SCRIPT_CDQN80_FAKESCRIPT() -- ROBLOXTitanic.ROBLOXTitanicScript
  570.     local script = Instance.new('LocalScript')
  571.     script.Parent = ROBLOXTitanic
  572.     script.Parent.MouseButton1Click:Connect(function()
  573.     repeat wait() until workspace.TitanicFolder.SinkingMilestones.EggHuntStart.Value
  574.     game.ReplicatedStorage.EggHuntStorageShared['TouchedStartEggHuntQuest']:FireServer()
  575.     local function change(...)
  576.     game.Players.LocalPlayer.EggHuntValues.MissionStage.Value = ...
  577.     game.ReplicatedStorage.EggHuntStorageShared['ChangeMissionStage']:FireServer(...)
  578.     end
  579.     change(1)
  580.     wait(.5)
  581.     change(2)
  582.     wait(.5)
  583.    
  584.     game.Players.LocalPlayer.EggHuntValues.MissionStage.Value = 10
  585.     game.ReplicatedStorage.EggHuntStorageShared['ChangeMissionStage']:FireServer(10, 3, 3)
  586.     local tempc = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  587.     for _,v in next, workspace.LuggagePlacement:GetDescendants() do
  588.     pcall(function()
  589.     game.Players.LocalPlayer.Character.HumanoidRootPart.Position = v.Position
  590.     wait(.2)
  591.     end)
  592.     end
  593.     game.Players.LocalPlayer.Character.HumanoidRootPart.Position = tempc
  594.     change(50)
  595.     end)
  596.  
  597. end
  598. coroutine.resume(coroutine.create(SCRIPT_CDQN80_FAKESCRIPT))
  599. function SCRIPT_PFXZ78_FAKESCRIPT() -- ThemePark2.ThemePark2Script
  600.     local script = Instance.new('LocalScript')
  601.     script.Parent = ThemePark2
  602.     script.Parent.MouseButton1Click:Connect(function()
  603.     local function tp(...)
  604.     game.Players.LocalPlayer.Character:MoveTo(...)
  605.     end
  606.     tp(workspace.AnEvent.Keys.Key1.Position)
  607.     wait(.5)
  608.     tp(workspace.AnEvent.Keys.Key2.Position)
  609.     wait(.5)
  610.     tp(workspace.AnEvent.Keys.Key3.Position)
  611.     wait(.5)
  612.     tp(workspace.AnEvent.EggBox.Eguuu.Position)
  613.     end)
  614.  
  615. end
  616. coroutine.resume(coroutine.create(SCRIPT_PFXZ78_FAKESCRIPT))
  617. function SCRIPT_OHHQ66_FAKESCRIPT() -- SpellBattle.SpellBattleScript
  618.     local script = Instance.new('LocalScript')
  619.     script.Parent = SpellBattle
  620.     script.Parent.MouseButton1Click:Connect(function()
  621.     game.ReplicatedStorage.RemoteEvent:FireServer("usePotion", "Egg", game.Players.LocalPlayer:GetMouse().Hit)
  622.     wait(1)
  623.     for _,v in next,workspace:GetDescendants() do
  624.     if v.Name == "egg" then
  625.     v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  626.     end
  627.     end
  628.     end)
  629.  
  630. end
  631. coroutine.resume(coroutine.create(SCRIPT_OHHQ66_FAKESCRIPT))
  632. function SCRIPT_HNDO68_FAKESCRIPT() -- FairyWorld.FairyWorldScript
  633.     local script = Instance.new('LocalScript')
  634.     script.Parent = FairyWorld
  635.     script.Parent.MouseButton1Click:Connect(function()
  636.     game.Players.LocalPlayer.Character.HumanoidRootPart.Position = workspace.Egg.Position
  637.     end)
  638.  
  639. end
  640. coroutine.resume(coroutine.create(SCRIPT_HNDO68_FAKESCRIPT))
  641. function SCRIPT_MGVO74_FAKESCRIPT() -- InnovationArcticBase.InnovationArcticBaseScript
  642.     local script = Instance.new('LocalScript')
  643.     script.Parent = InnovationArcticBase
  644.     script.Parent.MouseButton1Click:Connect(function()
  645.     local function tp(...)
  646.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(...))
  647.     end
  648.    
  649.     tp(237.39798, 77.3238144, -853.106262)
  650.     end)
  651.  
  652. end
  653. coroutine.resume(coroutine.create(SCRIPT_MGVO74_FAKESCRIPT))
  654. function SCRIPT_QFAY89_FAKESCRIPT() -- Sharkbite.SharkbiteScript
  655.     local script = Instance.new('LocalScript')
  656.     script.Parent = Sharkbite
  657.     script.Parent.MouseButton1Click:Connect(function()
  658.     while wait() do
  659.     for _,egg in next, workspace.Eggs:GetChildren() do
  660.     game.Players.LocalPlayer.Character:MoveTo(egg.Position)
  661.     wait(.2)
  662.     end
  663.     end
  664.     end)
  665.  
  666. end
  667. coroutine.resume(coroutine.create(SCRIPT_QFAY89_FAKESCRIPT))
  668. function SCRIPT_HSWP86_FAKESCRIPT() -- SpeedRun4.SpeedRun4Script
  669.     local script = Instance.new('LocalScript')
  670.     script.Parent = SpeedRun4
  671.     script.Parent.MouseButton1Click:Connect(function()
  672.     game.Players.LocalPlayer.Character:MoveTo(workspace.EasterEgg.Position)
  673.     end)
  674.  
  675. end
  676. coroutine.resume(coroutine.create(SCRIPT_HSWP86_FAKESCRIPT))
  677. function SCRIPT_CGUO77_FAKESCRIPT() -- Backpacking.BackpackingScript
  678.     local script = Instance.new('LocalScript')
  679.     script.Parent = Backpacking
  680.     script.Parent.MouseButton1Click:Connect(function()
  681.     loadstring(game:HttpGet(('https://hastebin.com/raw/evayicomiz'),true))()
  682.     end)
  683.  
  684. end
  685. coroutine.resume(coroutine.create(SCRIPT_CGUO77_FAKESCRIPT))
  686. function SCRIPT_BSYR88_FAKESCRIPT() -- DesignIt.DesignItScript
  687.     local script = Instance.new('LocalScript')
  688.     script.Parent = DesignIt
  689.     script.Parent.MouseButton1Click:Connect(function()
  690.     loadstring(game:HttpGet(('https://hastebin.com/raw/ifupurelup'),true))()
  691.     end)
  692.  
  693. end
  694. coroutine.resume(coroutine.create(SCRIPT_BSYR88_FAKESCRIPT))
  695. function SCRIPT_CHZB67_FAKESCRIPT() -- SuperHeroLifeIII.SuperHeroLifeIIIScript
  696.     local script = Instance.new('LocalScript')
  697.     script.Parent = SuperHeroLifeIII
  698.     script.Parent.MouseButton1Click:Connect(function()
  699.     local function tp(...)
  700.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(...))
  701.     end
  702.    
  703.     if game.Players.LocalPlayer.Team.Name == "Heroes" then
  704.         game.ReplicatedStorage.Remotes.Misc.TeamChange2:InvokeServer(game.Teams.Villains.TeamColor)
  705.     end
  706.    
  707.     tp(1453.55603, 174.451248, 1096.2146)
  708.     wait(0.5)
  709.     tp(1179.54871, 166.197739, 1267.95398)
  710.     wait(0.5)
  711.     tp(1137.27307, 164.500061, 1270.8606)
  712.     end)
  713.  
  714. end
  715. coroutine.resume(coroutine.create(SCRIPT_CHZB67_FAKESCRIPT))
  716. function SCRIPT_NKNP67_FAKESCRIPT() -- Dock.DockScript
  717.     local script = Instance.new('LocalScript')
  718.     script.Parent = Dock
  719.     script.Parent.MouseButton1Click:Connect(function()
  720.     local function getEgg(egg, accessories)
  721.     game.ReplicatedStorage.Events.update:FireServer({egg, accessories})
  722.     end
  723.    
  724.     getEgg("poweregg", "Telekenesis")
  725.     getEgg("poweregg", "Gun")
  726.     getEgg("widowegg", "Nunchucks")
  727.     getEgg("ironegg", "BlasterGlove")
  728.     getEgg("americaegg", "ScapterSucks")
  729.     getEgg("bap", "bap2")
  730.     getEgg("thor", "thorhammer")
  731.     end)
  732.  
  733. end
  734. coroutine.resume(coroutine.create(SCRIPT_NKNP67_FAKESCRIPT))
  735. function SCRIPT_DMZK73_FAKESCRIPT() -- YolktalesOrigin.YolktalesOriginScript
  736.     local script = Instance.new('LocalScript')
  737.     script.Parent = YolktalesOrigin
  738.     script.Parent.MouseButton1Click:Connect(function()
  739.     local WS = game.Workspace
  740.     local LPHum = game.Players.LocalPlayer.Character.HumanoidRootPart
  741.     local forcefield = game.Workspace.Eggs.Origin:FindFirstChild('Forcefield')
  742.    
  743.     for _, v in pairs(WS.Camera:GetChildren()) do
  744.     if forcefield and LPHum then
  745.     if v.Name == "46" then
  746.     forcefield:Destroy()
  747.     LPHum.CFrame = CFrame.new(v.Position)
  748.     end
  749.     end
  750.     end
  751.     end)
  752.  
  753. end
  754. coroutine.resume(coroutine.create(SCRIPT_DMZK73_FAKESCRIPT))
  755. function SCRIPT_SATC75_FAKESCRIPT() -- NeighborhoodofRobloxia.NeighborhoodofRobloxiaScript
  756.     local script = Instance.new('LocalScript')
  757.     script.Parent = NeighborhoodofRobloxia
  758.     script.Parent.MouseButton1Click:Connect(function()
  759.     game.Players.LocalPlayer.Character:MoveTo(game.Workspace.EasterPillar.PillarPart.Position)
  760.     end)
  761.  
  762. end
  763. coroutine.resume(coroutine.create(SCRIPT_SATC75_FAKESCRIPT))
  764. function SCRIPT_XHKS87_FAKESCRIPT() -- GrudgeEggHunt.GrudgeEggHuntScript
  765.     local script = Instance.new('LocalScript')
  766.     script.Parent = GrudgeEggHunt
  767.     script.Parent.MouseButton1Click:Connect(function()
  768.     -- Activities12 ~ Dooopmoop
  769.    
  770.     local t = game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart
  771.    
  772.     if not game:FindFirstChild('II'..game.Players.LocalPlayer.Name) then
  773.         t.CFrame = CFrame.new(629.28363, 125.843155, -245.449738, -0.847664714, -3.68867461e-08, -0.5305323, -4.60503919e-08, 1, 4.0497925e-09, 0.5305323, 2.78640879e-08, -0.847664714)
  774.         wait(4)
  775.         t.CFrame = CFrame.new(1216.01514, 45.8547173, -1239.3783, -0.993585229, -6.40353974e-08, -0.113083743, -6.07396942e-08, 1, -3.25893197e-08, 0.113083743, -2.55115964e-08, -0.993585229)
  776.         wait(1)
  777.         local part = Instance.new('Part', game)
  778.         part.Name = 'II'..game.Players.LocalPlayer.Name
  779.     end
  780.    
  781.     wait(10)
  782.     if workspace.Boss.UpperPart:FindFirstChild('Weapon') then
  783.         workspace.Boss.UpperPart.Weapon:remove()
  784.     end
  785.    
  786.     wait(5)
  787.     while wait(0.25) do
  788.         if workspace:FindFirstChild('Boss') then
  789.             for i,v in pairs(workspace.Boss.UpperPart:GetDescendants()) do
  790.                 if v.Name == 'HPBar' then
  791.                     v.Parent.Position = Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p.x, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p.y, game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p.z+5)
  792.                 end
  793.             end
  794.         end
  795.         if workspace:FindFirstChild('Eauf') and workspace.Eauf:FindFirstChild('TouchInterest') then
  796.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace:FindFirstChild('Eauf').CFrame
  797.             game.StarterGui:SetCore('SendNotification', {
  798.                 Title = 'Congratulations!';
  799.                 Text = 'You Properly Used The Script!';
  800.             })
  801.         end
  802.     end
  803.     end)
  804.  
  805. end
  806. coroutine.resume(coroutine.create(SCRIPT_XHKS87_FAKESCRIPT))
  807. function SCRIPT_NEMP80_FAKESCRIPT() -- DisasterIsland.DisasterIslandScript
  808.     local script = Instance.new('LocalScript')
  809.     script.Parent = DisasterIsland
  810.     script.Parent.MouseButton1Click:Connect(function()
  811.     print("executed")
  812.     while wait()do
  813.     for i,v in pairs(game.Workspace.Map.Game.Disaster:GetChildren())do
  814.     if v.Name == "Egg"then
  815.     if v:IsA("Model")then
  816.     print("tping")
  817.     game.Players.LocalPlayer.Character.HumanoidRootPart.Position = v.Main.Position
  818.     end
  819.     end
  820.     end
  821.     end
  822.     end)
  823.  
  824. end
  825. coroutine.resume(coroutine.create(SCRIPT_NEMP80_FAKESCRIPT))
  826. function SCRIPT_UZCG69_FAKESCRIPT() -- RoyaleHigh.RoyaleHighScript
  827.     local script = Instance.new('LocalScript')
  828.     script.Parent = RoyaleHigh
  829.     script.Parent.MouseButton1Click:Connect(function()
  830.     print("executed")
  831.     while wait()do
  832.     for i,v in pairs(game.Workspace.Map.Game.Disaster:GetChildren())do
  833.     if v.Name == "Egg"then
  834.     if v:IsA("Model")then
  835.     print("tping")
  836.     game.Players.LocalPlayer.Character.HumanoidRootPart.Position = v.Main.Position
  837.     end
  838.     end
  839.     end
  840.     end
  841.     end)
  842.  
  843. end
  844. coroutine.resume(coroutine.create(SCRIPT_UZCG69_FAKESCRIPT))
  845. function SCRIPT_XSRM86_FAKESCRIPT() -- Credits_3.CreditsScript
  846.     local script = Instance.new('LocalScript')
  847.     script.Parent = Credits_3
  848.     local frame = script.Parent.Parent.Parent.Parent:WaitForChild('Credits').OutFrame
  849.     local toggle = false
  850.     script.Parent.MouseButton1Click:Connect(function()
  851.         if toggle == false then
  852.     frame:TweenPosition(UDim2.new(0.166,0,0.431,0), 'Out', 'Sine', 0.3)
  853.             toggle = true
  854.         else
  855.     frame:TweenPosition(UDim2.new(-1,0,0.431,0), 'Out', 'Sine', 0.3)
  856.             toggle = false
  857.     end
  858.     end)
  859.  
  860. end
  861. coroutine.resume(coroutine.create(SCRIPT_XSRM86_FAKESCRIPT))
  862. function SCRIPT_CQJC79_FAKESCRIPT() -- Open.OpenScript
  863.     local script = Instance.new('LocalScript')
  864.     script.Parent = Open
  865.     local frame = script.Parent.Parent.Parent:WaitForChild('EggGUI').OutFrame
  866.     script.Parent.MouseButton1Click:Connect(function()
  867.     frame:TweenPosition(UDim2.new(0,0,0.431,0), 'Out', 'Sine', 0.3)
  868.     script.Parent.Visible = false
  869.     script.Parent.Parent:WaitForChild('Close').Visible = true
  870.     end)
  871.  
  872. end
  873. coroutine.resume(coroutine.create(SCRIPT_CQJC79_FAKESCRIPT))
  874. function SCRIPT_UAYW76_FAKESCRIPT() -- Close.CloseScript
  875.     local script = Instance.new('LocalScript')
  876.     script.Parent = Close
  877.     local frame = script.Parent.Parent.Parent:WaitForChild('EggGUI').OutFrame
  878.     local credits = script.Parent.Parent.Parent:WaitForChild('Credits').OutFrame
  879.     script.Parent.Visible = false
  880.    
  881.     script.Parent.MouseButton1Click:Connect(function()
  882.     frame:TweenPosition(UDim2.new(-1,0,0.431,0), 'Out', 'Sine', 0.3)
  883.     script.Parent.Parent:WaitForChild('Open').Visible = true
  884.     script.Parent.Visible = false
  885.     credits:TweenPosition(UDim2.new(-1,0,0.431,0), 'In', 'Sine', 0.3)
  886.     end)
  887.  
  888. end
  889. coroutine.resume(coroutine.create(SCRIPT_UAYW76_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement