Advertisement
Guest User

Egg Hunt 2019

a guest
Apr 19th, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.64 KB | None | 0 0
  1. -- Made By RidwanMarch
  2. -- Instances:
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Frame2 = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local EasterDragon = Instance.new("TextButton")
  8. local _2Fast2Egg = Instance.new("TextButton")
  9. local SlownSteadyEgg = Instance.new("TextButton")
  10. local Eggcelent = Instance.new("TextButton")
  11. local EggsOnIce = Instance.new("TextButton")
  12. local Eggtantic = Instance.new("TextButton")
  13. local EmergingDrEggon = Instance.new("TextButton")
  14. local Gravitation = Instance.new("TextButton")
  15. local RollerEggster = Instance.new("TextButton")
  16. local CapedEggsader = Instance.new("TextButton")
  17. local MerlintheMeggical = Instance.new("TextButton")
  18. local CuddlesTheEgg = Instance.new("TextButton")
  19. local SharkEggtack = Instance.new("TextButton")
  20. local NeighboreggWatch = Instance.new("TextButton")
  21. local EggleScout = Instance.new("TextButton")
  22. local Eggtrix = Instance.new("TextButton")
  23. local FashionistaEgg = Instance.new("TextButton")
  24. local Eggsplosion = Instance.new("TextButton")
  25. local TextLabel = Instance.new("TextLabel")
  26. local TextLabel_2 = Instance.new("TextLabel")
  27. local OpenFrame = Instance.new("Frame")
  28. local Open = Instance.new("TextButton")
  29. --Properties:
  30. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. Main.Name = "Main"
  34. Main.Parent = ScreenGui
  35. Main.Active = true
  36. Main.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  37. Main.BackgroundTransparency = 0.10000000149012
  38. Main.Position = UDim2.new(0.175172344, 0, 0.139768526, 0)
  39. Main.Size = UDim2.new(0, 514, 0, 426)
  40. Main.Visible = false
  41.  
  42. Frame2.Name = "Frame2"
  43. Frame2.Parent = Main
  44. Frame2.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  45. Frame2.BackgroundTransparency = 0.10000000149012
  46. Frame2.Size = UDim2.new(0, 514, 0, 28)
  47.  
  48. Close.Name = "Close"
  49. Close.Parent = Frame2
  50. Close.BackgroundColor3 = Color3.new(0.027451, 0.027451, 0.027451)
  51. Close.BackgroundTransparency = 0.10000000149012
  52. Close.Position = UDim2.new(0.944210947, 0, 0, 0)
  53. Close.Size = UDim2.new(0, 28, 0, 28)
  54. Close.Font = Enum.Font.SourceSansBold
  55. Close.Text = "X"
  56. Close.TextColor3 = Color3.new(1, 0, 0)
  57. Close.TextSize = 16
  58. Close.MouseButton1Down:connect(function()
  59. OpenFrame.Visible = true
  60. Main.Visible = false
  61. end)
  62.  
  63. EasterDragon.Name = "EasterDragon"
  64. EasterDragon.Parent = Main
  65. EasterDragon.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  66. EasterDragon.BackgroundTransparency = 0.10000000149012
  67. EasterDragon.Position = UDim2.new(0.800082564, 0, 0.881591499, 0)
  68. EasterDragon.Size = UDim2.new(0, 85, 0, 43)
  69. EasterDragon.Font = Enum.Font.Highway
  70. EasterDragon.Text = "EasterDragon"
  71. EasterDragon.TextColor3 = Color3.new(1, 0, 0.498039)
  72. EasterDragon.TextScaled = true
  73. EasterDragon.TextSize = 14
  74. EasterDragon.TextWrapped = true
  75. EasterDragon.MouseButton1Down:connect(function()
  76. local easterdragon;
  77. for _,v in next, workspace:GetDescendants() do
  78. if v.Name == "Easter" then easterdragon = v.Parent end
  79. end
  80. game:service'RunService'.RenderStepped:Connect(function()
  81. pcall(function()
  82. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = easterdragon.EggLegVisible.Egg.Position
  83. end)
  84. end)
  85. end)
  86.  
  87. _2Fast2Egg.Name = "_2Fast2Egg"
  88. _2Fast2Egg.Parent = Main
  89. _2Fast2Egg.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  90. _2Fast2Egg.BackgroundTransparency = 0.10000000149012
  91. _2Fast2Egg.Position = UDim2.new(0.0393939391, 0, 0.119122252, 0)
  92. _2Fast2Egg.Size = UDim2.new(0, 85, 0, 43)
  93. _2Fast2Egg.Font = Enum.Font.Highway
  94. _2Fast2Egg.Text = "2 Fast 2 Egg"
  95. _2Fast2Egg.TextColor3 = Color3.new(1, 0, 0.498039)
  96. _2Fast2Egg.TextScaled = true
  97. _2Fast2Egg.TextSize = 14
  98. _2Fast2Egg.TextWrapped = true
  99. _2Fast2Egg.MouseButton1Down:connect(function()
  100. game.Players.LocalPlayer.Character:MoveTo(workspace.Track["Main Parts"].Finish.Position)
  101. end)
  102.  
  103. SlownSteadyEgg.Name = "SlownSteadyEgg"
  104. SlownSteadyEgg.Parent = Main
  105. SlownSteadyEgg.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  106. SlownSteadyEgg.BackgroundTransparency = 0.10000000149012
  107. SlownSteadyEgg.Position = UDim2.new(0.398019105, 0, 0.119122252, 0)
  108. SlownSteadyEgg.Size = UDim2.new(0, 85, 0, 43)
  109. SlownSteadyEgg.Font = Enum.Font.Highway
  110. SlownSteadyEgg.Text = "Slow'n Steady Egg"
  111. SlownSteadyEgg.TextColor3 = Color3.new(1, 0, 0.498039)
  112. SlownSteadyEgg.TextScaled = true
  113. SlownSteadyEgg.TextSize = 14
  114. SlownSteadyEgg.TextWrapped = true
  115. SlownSteadyEgg.MouseButton1Down:connect(function()
  116. game.Players.LocalPlayer.Character:MoveTo(workspace.EasterEgg.Position)
  117. end)
  118.  
  119. Eggcelent.Name = "Eggcelent"
  120. Eggcelent.Parent = Main
  121. Eggcelent.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  122. Eggcelent.BackgroundTransparency = 0.10000000149012
  123. Eggcelent.Position = UDim2.new(0.800082564, 0, 0.119122252, 0)
  124. Eggcelent.Size = UDim2.new(0, 85, 0, 43)
  125. Eggcelent.Font = Enum.Font.Highway
  126. Eggcelent.Text = "Eggcelent"
  127. Eggcelent.TextColor3 = Color3.new(1, 0, 0.498039)
  128. Eggcelent.TextScaled = true
  129. Eggcelent.TextSize = 14
  130. Eggcelent.TextWrapped = true
  131. Eggcelent.MouseButton1Down:connect(function()
  132. while wait() do
  133. pcall(function()
  134. game.Players.LocalPlayer.Character:MoveTo(workspace.Terrain.Egg.Position)
  135. end)
  136. end
  137. end)
  138.  
  139. EggsOnIce.Name = "EggsOnIce"
  140. EggsOnIce.Parent = Main
  141. EggsOnIce.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  142. EggsOnIce.BackgroundTransparency = 0.10000000149012
  143. EggsOnIce.Position = UDim2.new(0.0393939614, 0, 0.264242709, 0)
  144. EggsOnIce.Size = UDim2.new(0, 85, 0, 43)
  145. EggsOnIce.Font = Enum.Font.Highway
  146. EggsOnIce.Text = "Eggs On Ice"
  147. EggsOnIce.TextColor3 = Color3.new(1, 0, 0.498039)
  148. EggsOnIce.TextScaled = true
  149. EggsOnIce.TextSize = 14
  150. EggsOnIce.TextWrapped = true
  151. EggsOnIce.MouseButton1Down:connect(function()
  152. for _,v in next, workspace.Map:GetChildren()[1].EggSpawns:GetDescendants() do
  153. game.Players.LocalPlayer.Character:MoveTo(v.Position)
  154. wait(.2)
  155. end
  156. end)
  157.  
  158. Eggtantic.Name = "Eggtantic"
  159. Eggtantic.Parent = Main
  160. Eggtantic.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  161. Eggtantic.BackgroundTransparency = 0.10000000149012
  162. Eggtantic.Position = UDim2.new(0.392182559, 0, 0.261895299, 0)
  163. Eggtantic.Size = UDim2.new(0, 85, 0, 43)
  164. Eggtantic.Font = Enum.Font.Highway
  165. Eggtantic.Text = "Eggtantic"
  166. Eggtantic.TextColor3 = Color3.new(1, 0, 0.498039)
  167. Eggtantic.TextScaled = true
  168. Eggtantic.TextSize = 14
  169. Eggtantic.TextWrapped = true
  170. Eggtantic.MouseButton1Down:connect(function()
  171. repeat wait() until workspace.TitanicFolder.SinkingMilestones.EggHuntStart.Value
  172. game.ReplicatedStorage.EggHuntStorageShared['TouchedStartEggHuntQuest']:FireServer()
  173. local function change(...)
  174. game.Players.LocalPlayer.EggHuntValues.MissionStage.Value = ...
  175. game.ReplicatedStorage.EggHuntStorageShared['ChangeMissionStage']:FireServer(...)
  176. end
  177. change(1)
  178. wait(.5)
  179. change(2)
  180. wait(.5)
  181. end)
  182.  
  183. EmergingDrEggon.Name = "EmergingDrEggon"
  184. EmergingDrEggon.Parent = Main
  185. EmergingDrEggon.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  186. EmergingDrEggon.BackgroundTransparency = 0.10000000149012
  187. EmergingDrEggon.Position = UDim2.new(0.0393939614, 0, 0.405087769, 0)
  188. EmergingDrEggon.Size = UDim2.new(0, 85, 0, 43)
  189. EmergingDrEggon.Font = Enum.Font.Highway
  190. EmergingDrEggon.Text = "Emerging DrEggon"
  191. EmergingDrEggon.TextColor3 = Color3.new(1, 0, 0.498039)
  192. EmergingDrEggon.TextScaled = true
  193. EmergingDrEggon.TextSize = 14
  194. EmergingDrEggon.TextWrapped = true
  195. EmergingDrEggon.MouseButton1Down:connect(function()
  196. local easterdragon;
  197. for _,v in next, workspace:GetDescendants() do
  198. if v.Name == "Easter" then easterdragon = v.Parent end
  199. end
  200. game:service'RunService'.RenderStepped:Connect(function()
  201. pcall(function()
  202. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = easterdragon.EggLegVisible.Egg.Position
  203. end)
  204. end)
  205. end)
  206.  
  207. Gravitation.Name = "Gravitation"
  208. Gravitation.Parent = Main
  209. Gravitation.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  210. Gravitation.BackgroundTransparency = 0.10000000149012
  211. Gravitation.Position = UDim2.new(0.394128084, 0, 0.404712439, 0)
  212. Gravitation.Size = UDim2.new(0, 85, 0, 43)
  213. Gravitation.Font = Enum.Font.Highway
  214. Gravitation.Text = "Gravitation"
  215. Gravitation.TextColor3 = Color3.new(1, 0, 0.498039)
  216. Gravitation.TextScaled = true
  217. Gravitation.TextSize = 14
  218. Gravitation.TextWrapped = true
  219. Gravitation.MouseButton1Down:connect(function()
  220. game.Players.LocalPlayer.Character:MoveTo(workspace.NonCollidable.TheEgg.Position)
  221. end)
  222.  
  223. RollerEggster.Name = "Roller-Eggster"
  224. RollerEggster.Parent = Main
  225. RollerEggster.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  226. RollerEggster.BackgroundTransparency = 0.10000000149012
  227. RollerEggster.Position = UDim2.new(0.798137069, 0, 0.404712439, 0)
  228. RollerEggster.Size = UDim2.new(0, 85, 0, 43)
  229. RollerEggster.Font = Enum.Font.Highway
  230. RollerEggster.Text = "Roller-Eggster"
  231. RollerEggster.TextColor3 = Color3.new(1, 0, 0.498039)
  232. RollerEggster.TextScaled = true
  233. RollerEggster.TextSize = 14
  234. RollerEggster.TextWrapped = true
  235. RollerEggster.MouseButton1Down:connect(function()
  236. local function tp(...)
  237. game.Players.LocalPlayer.Character:MoveTo(...)
  238. end
  239. tp(workspace.AnEvent.Keys.Key1.Position)
  240. wait(.5)
  241. tp(workspace.AnEvent.Keys.Key2.Position)
  242. wait(.5)
  243. tp(workspace.AnEvent.Keys.Key3.Position)
  244. wait(.5)
  245. tp(workspace.AnEvent.EggBox.Eguuu.Position)
  246. end)
  247.  
  248. CapedEggsader.Name = "CapedEggsader"
  249. CapedEggsader.Parent = Main
  250. CapedEggsader.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  251. CapedEggsader.BackgroundTransparency = 0.10000000149012
  252. CapedEggsader.Position = UDim2.new(0.0393939614, 0, 0.552599788, 0)
  253. CapedEggsader.Size = UDim2.new(0, 85, 0, 43)
  254. CapedEggsader.Font = Enum.Font.Highway
  255. CapedEggsader.Text = "Caped Eggsader"
  256. CapedEggsader.TextColor3 = Color3.new(1, 0, 0.498039)
  257. CapedEggsader.TextScaled = true
  258. CapedEggsader.TextSize = 14
  259. CapedEggsader.TextWrapped = true
  260. CapedEggsader.MouseButton1Down:connect(function()
  261. local function tp(...)
  262. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(...))
  263. end
  264.  
  265. if game.Players.LocalPlayer.Team.Name == "Heroes" then
  266. game.ReplicatedStorage.Remotes.Misc.TeamChange2:InvokeServer(game.Teams.Villains.TeamColor)
  267. end
  268.  
  269. tp(1453.55603, 174.451248, 1096.2146)
  270. wait(0.5)
  271. tp(1179.54871, 166.197739, 1267.95398)
  272. end)
  273.  
  274. MerlintheMeggical.Name = "MerlintheMeggical"
  275. MerlintheMeggical.Parent = Main
  276. MerlintheMeggical.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  277. MerlintheMeggical.BackgroundTransparency = 0.10000000149012
  278. MerlintheMeggical.Position = UDim2.new(0.39693436, 0, 0.571732342, 0)
  279. MerlintheMeggical.Size = UDim2.new(0, 85, 0, 43)
  280. MerlintheMeggical.Font = Enum.Font.Highway
  281. MerlintheMeggical.Text = "Merlin the Meggical"
  282. MerlintheMeggical.TextColor3 = Color3.new(1, 0, 0.498039)
  283. MerlintheMeggical.TextScaled = true
  284. MerlintheMeggical.TextSize = 14
  285. MerlintheMeggical.TextWrapped = true
  286. MerlintheMeggical.MouseButton1Down:connect(function()
  287. game.ReplicatedStorage.RemoteEvent:FireServer("usePotion", "Egg", game.Players.LocalPlayer:GetMouse().Hit)
  288. wait(1)
  289. for _,v in next,workspace:GetDescendants() do
  290. if v.Name == "egg" then
  291. v.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  292. end
  293. end
  294. end)
  295.  
  296. CuddlesTheEgg.Name = "CuddlesTheEgg"
  297. CuddlesTheEgg.Parent = Main
  298. CuddlesTheEgg.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  299. CuddlesTheEgg.BackgroundTransparency = 0.10000000149012
  300. CuddlesTheEgg.Position = UDim2.new(0.798137069, 0, 0.571732342, 0)
  301. CuddlesTheEgg.Size = UDim2.new(0, 85, 0, 43)
  302. CuddlesTheEgg.Font = Enum.Font.Highway
  303. CuddlesTheEgg.Text = "Cuddles, The Egg"
  304. CuddlesTheEgg.TextColor3 = Color3.new(1, 0, 0.498039)
  305. CuddlesTheEgg.TextScaled = true
  306. CuddlesTheEgg.TextSize = 14
  307. CuddlesTheEgg.TextWrapped = true
  308. CuddlesTheEgg.MouseButton1Down:connect(function()
  309. workspace.EggHunt.EggHunt:FireServer("Yes")
  310. workspace.EggHunt.EggHunt:FireServer("EggReward")
  311. end)
  312.  
  313. SharkEggtack.Name = "SharkEggtack"
  314. SharkEggtack.Parent = Main
  315. SharkEggtack.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  316. SharkEggtack.BackgroundTransparency = 0.10000000149012
  317. SharkEggtack.Position = UDim2.new(0.0393939614, 0, 0.710229993, 0)
  318. SharkEggtack.Size = UDim2.new(0, 85, 0, 43)
  319. SharkEggtack.Font = Enum.Font.Highway
  320. SharkEggtack.Text = "Shark Eggtack"
  321. SharkEggtack.TextColor3 = Color3.new(1, 0, 0.498039)
  322. SharkEggtack.TextScaled = true
  323. SharkEggtack.TextSize = 14
  324. SharkEggtack.TextWrapped = true
  325. SharkEggtack.MouseButton1Down:connect(function()
  326. while wait() do
  327. for _,egg in next, workspace.Eggs:GetChildren() do
  328. game.Players.LocalPlayer.Character:MoveTo(egg.Position)
  329. wait(.2)
  330. end
  331. end
  332. end)
  333.  
  334. NeighboreggWatch.Name = "NeighboreggWatch"
  335. NeighboreggWatch.Parent = Main
  336. NeighboreggWatch.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  337. NeighboreggWatch.BackgroundTransparency = 0.10000000149012
  338. NeighboreggWatch.Position = UDim2.new(0.394128084, 0, 0.73135674, 0)
  339. NeighboreggWatch.Size = UDim2.new(0, 85, 0, 43)
  340. NeighboreggWatch.Font = Enum.Font.Highway
  341. NeighboreggWatch.Text = "Neighboregg Watch"
  342. NeighboreggWatch.TextColor3 = Color3.new(1, 0, 0.498039)
  343. NeighboreggWatch.TextScaled = true
  344. NeighboreggWatch.TextSize = 14
  345. NeighboreggWatch.TextWrapped = true
  346. NeighboreggWatch.MouseButton1Down:connect(function()
  347. game.Players.LocalPlayer.Character:MoveTo(game.Workspace.EasterPillar.PillarPart.Position)
  348. end)
  349.  
  350. EggleScout.Name = "EggleScout"
  351. EggleScout.Parent = Main
  352. EggleScout.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  353. EggleScout.BackgroundTransparency = 0.10000000149012
  354. EggleScout.Position = UDim2.new(0.798137069, 0, 0.73135674, 0)
  355. EggleScout.Size = UDim2.new(0, 85, 0, 43)
  356. EggleScout.Font = Enum.Font.Highway
  357. EggleScout.Text = "Eggle Scout"
  358. EggleScout.TextColor3 = Color3.new(1, 0, 0.498039)
  359. EggleScout.TextScaled = true
  360. EggleScout.TextSize = 14
  361. EggleScout.TextWrapped = true
  362. EggleScout.MouseButton1Down:connect(function()
  363. local library = loadstring(game:HttpGet("https://hastebin.com/raw/meqawudoga", true))()
  364.  
  365. local example = library:CreateWindow({
  366. text = "Egg Hunt"
  367. })
  368.  
  369. example:AddButton("Get fuses", function()
  370. for _,v in next, workspace.Scenery.Chests.ChestObjects:GetChildren() do
  371. if v.Name == "Fuse1" or "Fuse2" or "Fuse3" or "Fuse4" then
  372. game.Players.LocalPlayer.Character:MoveTo(v.Part.Position)
  373. end
  374. wait(.2)
  375. end
  376. end)
  377.  
  378. example:AddButton("TP To Alter", function()
  379. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(815.566956, 352.146088, 1136.14209))
  380. end)
  381.  
  382. example:AddButton("TP To Tornado", function()
  383. for _,v in next, workspace.Tornados.TornadoEaster:GetChildren() do
  384. if v.Name == "Mesh" then
  385. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  386. game.Players.LocalPlayer.Character:MoveTo(v.Position)
  387. end
  388. end
  389. end)
  390. end)
  391.  
  392. Eggtrix.Name = "Eggtrix"
  393. Eggtrix.Parent = Main
  394. Eggtrix.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  395. Eggtrix.BackgroundTransparency = 0.10000000149012
  396. Eggtrix.Position = UDim2.new(0.800082564, 0, 0.261895299, 0)
  397. Eggtrix.Size = UDim2.new(0, 85, 0, 43)
  398. Eggtrix.Font = Enum.Font.Highway
  399. Eggtrix.Text = "Eggtrix"
  400. Eggtrix.TextColor3 = Color3.new(1, 0, 0.498039)
  401. Eggtrix.TextScaled = true
  402. Eggtrix.TextSize = 14
  403. Eggtrix.TextWrapped = true
  404. Eggtrix.MouseButton1Down:connect(function()
  405. local function tp(...)
  406. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(...))
  407. end
  408.  
  409. tp(2648, 9, 589)
  410. wait(.2)
  411. tp(3378, 71, -2382)
  412. wait(.2)
  413. tp(-75, -145, -739)
  414. wait(.2)
  415. tp(1337, 26, -1056)
  416. wait(.2)
  417. tp(1604, 261, -287)
  418. wait(.2)
  419. tp(-879, 142, -2050)
  420. wait(.2)
  421.  
  422. for _,v in next, workspace.Hackables.Matrix:GetDescendants() do
  423. if v.Name=="Matrix" and v:FindFirstChild"Hitbox"then
  424. game.Players.LocalPlayer.Character:MoveTo(v.Hitbox.Position)
  425. game.ReplicatedStorage.Events.RemoteEvents.ExecuteHack:FireServer(v, "Matrix")
  426. game.ReplicatedStorage.Events.RemoteEvents.StopHack:FireServer()
  427. wait(1)
  428. end
  429. end
  430. wait(1)
  431. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(3352.86255, 17.0360126, 928.042786)
  432. wait(.2)
  433. game.ReplicatedStorage.Events.RemoteEvents.ExecuteHack:FireServer(workspace.Hackables.MatrixEgg.MatrixEgg, "MatrixEgg")
  434. game.ReplicatedStorage.Events.RemoteEvents.StopHack:FireServer()
  435. end)
  436.  
  437. FashionistaEgg.Name = "Fashionista-Egg"
  438. FashionistaEgg.Parent = Main
  439. FashionistaEgg.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  440. FashionistaEgg.BackgroundTransparency = 0.10000000149012
  441. FashionistaEgg.Position = UDim2.new(0.0393939614, 0, 0.881591499, 0)
  442. FashionistaEgg.Size = UDim2.new(0, 85, 0, 43)
  443. FashionistaEgg.Font = Enum.Font.Highway
  444. FashionistaEgg.Text = "Fashionista Egg"
  445. FashionistaEgg.TextColor3 = Color3.new(1, 0, 0.498039)
  446. FashionistaEgg.TextScaled = true
  447. FashionistaEgg.TextSize = 14
  448. FashionistaEgg.TextWrapped = true
  449. FashionistaEgg.MouseButton1Down:connect(function()
  450. local library = loadstring(game:HttpGet("https://hastebin.com/raw/meqawudoga", true))()
  451.  
  452. local example = library:CreateWindow({
  453. text = "Egg Hunt"
  454. })
  455.  
  456. example:AddButton("Get Items", function()
  457. for _,v in next, game.Players.LocalPlayer.eggHuntItems:GetChildren() do
  458. if v.Name == "egg1" or "egg2" or "egg3" then
  459. v.Value = true
  460. end
  461. end
  462. end)
  463.  
  464. example:AddButton("Wear Easter Outfit", function()
  465. local Remote = game.ReplicatedStorage.ServerHandles['wearItem']
  466. local Submit = game.ReplicatedStorage.ServerHandles['SubmitDesign']
  467. local Arguments = {[1] = 338388141, [2] = 44}
  468. local Arguments2 = {[1] = 83013207, [2] = 41}
  469. local Arguments3 = {[1] = 1200126540, [2] = 11}
  470. local Arguments4 = {[1] = 2994158072, [2] = 12}
  471. local SubmitArg = {}
  472. Remote:InvokeServer(unpack(Arguments))
  473. wait(0.3)
  474. Remote:InvokeServer(unpack(Arguments2))
  475. wait(0.3)
  476. Remote:InvokeServer(unpack(Arguments3))
  477. wait(0.3)
  478. Remote:InvokeServer(unpack(Arguments4))
  479. wait(0.31)
  480. Submit:InvokeServer(unpack(SubmitArg))
  481. end)
  482.  
  483. -- syn.write_clipboard(tostring(game.Players.LocalPlayer.Character.HumanoidRootPart.Position))
  484.  
  485. end)
  486.  
  487. Eggsplosion.Name = "Eggsplosion"
  488. Eggsplosion.Parent = Main
  489. Eggsplosion.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  490. Eggsplosion.BackgroundTransparency = 0.10000000149012
  491. Eggsplosion.Position = UDim2.new(0.391097784, 0, 0.881591499, 0)
  492. Eggsplosion.Size = UDim2.new(0, 85, 0, 43)
  493. Eggsplosion.Font = Enum.Font.Highway
  494. Eggsplosion.Text = "Eggsplosion"
  495. Eggsplosion.TextColor3 = Color3.new(1, 0, 0.498039)
  496. Eggsplosion.TextScaled = true
  497. Eggsplosion.TextSize = 14
  498. Eggsplosion.TextWrapped = true
  499. Eggsplosion.MouseButton1Down:connect(function()
  500. local function tp(...)
  501. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(...))
  502. end
  503.  
  504. TextLabel.Parent = Main
  505. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  506. TextLabel.BackgroundTransparency = 2
  507. TextLabel.Position = UDim2.new(0.317120612, 0, -0.0704225376, 0)
  508. TextLabel.Size = UDim2.new(0, 200, 0, 32)
  509. TextLabel.Font = Enum.Font.SourceSans
  510. TextLabel.Text = "EGG Hunt 2019"
  511. TextLabel.TextColor3 = Color3.new(1, 0, 0.498039)
  512. TextLabel.TextScaled = true
  513. TextLabel.TextSize = 14
  514. TextLabel.TextWrapped = true
  515.  
  516. TextLabel_2.Parent = Main
  517. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  518. TextLabel_2.BackgroundTransparency = 2
  519. TextLabel_2.Position = UDim2.new(0.202818096, 0, -0.018779343, 0)
  520. TextLabel_2.Size = UDim2.new(0, 305, 0, 36)
  521. TextLabel_2.Font = Enum.Font.SourceSans
  522. TextLabel_2.Text = "Made By RidwanMarch"
  523. TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 1)
  524. TextLabel_2.TextScaled = true
  525. TextLabel_2.TextSize = 14
  526. TextLabel_2.TextWrapped = true
  527.  
  528. OpenFrame.Name = "OpenFrame"
  529. OpenFrame.Parent = ScreenGui
  530. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  531. OpenFrame.BackgroundTransparency = 2
  532. OpenFrame.Position = UDim2.new(0.477241397, 0, 0.0119931325, 0)
  533. OpenFrame.Size = UDim2.new(0, 77, 0, 26)
  534.  
  535. Open.Name = "Open"
  536. Open.Parent = OpenFrame
  537. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  538. Open.BackgroundTransparency = 2
  539. Open.Position = UDim2.new(2.98023224e-08, 0, 0, 0)
  540. Open.Size = UDim2.new(0, 77, 0, 26)
  541. Open.Font = Enum.Font.SourceSans
  542. Open.Text = "Open"
  543. Open.TextColor3 = Color3.new(0, 0, 1)
  544. Open.TextScaled = true
  545. Open.TextSize = 14
  546. Open.TextWrapped = true
  547. Open.MouseButton1Down:connect(function()
  548. OpenFrame.Visible = true
  549. Main.Visible = false
  550. end)
  551. -- Scripts:
  552. function SCRIPT_HKYB69_FAKESCRIPT() -- Close.LocalScript
  553. local script = Instance.new('LocalScript')
  554. script.Parent = Close
  555. script.Parent.MouseButton1Click:Connect(function()
  556. Frame.Visible = false
  557. end)
  558.  
  559. end
  560. coroutine.resume(coroutine.create(SCRIPT_HKYB69_FAKESCRIPT))
  561. function SCRIPT_RUJS81_FAKESCRIPT() -- Main.LocalScript
  562. local script = Instance.new('LocalScript')
  563. script.Parent = Main
  564. Main.Draggable = true
  565.  
  566.  
  567. end
  568. coroutine.resume(coroutine.create(SCRIPT_RUJS81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement