YFD_YT

Untitled

Apr 23rd, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.68 KB | None | 0 0
  1. --Made by BreadIsGood2222 on Roblox!
  2. --Please leave Feedback: ToastKatze#4774
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local UpperPanelAutoStuff = Instance.new("Frame")
  8. local RGBPanel = Instance.new("Frame")
  9. local AutoStuff = Instance.new("Frame")
  10. local AutoBossMenu = Instance.new("TextButton")
  11. local GUINameRGB = Instance.new("TextLabel")
  12. local AutoThrow = Instance.new("TextButton")
  13. local AutoSell = Instance.new("TextButton")
  14. local AutoBuy = Instance.new("TextButton")
  15. local AutoEggs = Instance.new("TextButton")
  16. local UpperPanelMisc = Instance.new("Frame")
  17. local RGBPanel2 = Instance.new("Frame")
  18. local Misc = Instance.new("Frame")
  19. local Walkspeed = Instance.new("TextButton")
  20. local Superjump = Instance.new("TextButton")
  21. local AllIslands = Instance.new("TextButton")
  22. local AllChests = Instance.new("TextButton")
  23. local GUINameRGB2 = Instance.new("TextLabel")
  24. local EggMenuPanel = Instance.new("Frame")
  25. local EggMenuRGB = Instance.new("TextLabel")
  26. local RGBPanel3 = Instance.new("Frame")
  27. local EggMenu = Instance.new("Frame")
  28. local Egg1 = Instance.new("TextButton")
  29. local Egg2 = Instance.new("TextButton")
  30. local Egg3 = Instance.new("TextButton")
  31. local Egg4 = Instance.new("TextButton")
  32. local Egg5 = Instance.new("TextButton")
  33. local Egg6 = Instance.new("TextButton")
  34. local Egg7 = Instance.new("TextButton")
  35. local Egg8 = Instance.new("TextButton")
  36. local Egg9 = Instance.new("TextButton")
  37. local Egg10 = Instance.new("TextButton")
  38. local Egg11 = Instance.new("TextButton")
  39. local Egg13 = Instance.new("TextButton")
  40. local Egg12 = Instance.new("TextButton")
  41. local Egg14 = Instance.new("TextButton")
  42. local Egg15 = Instance.new("TextButton")
  43. local Egg16 = Instance.new("TextButton")
  44. local Egg17 = Instance.new("TextButton")
  45. local Egg18 = Instance.new("TextButton")
  46. local Egg19 = Instance.new("TextButton")
  47. local Egg20 = Instance.new("TextButton")
  48. local UpperPanelAutoBossMenu = Instance.new("Frame")
  49. local RGBPanelAB = Instance.new("Frame")
  50. local BossMenu = Instance.new("Frame")
  51. local GUINameRGBAB = Instance.new("TextLabel")
  52. local AutoRhino = Instance.new("TextButton")
  53. local AutoEvilFox = Instance.new("TextButton")
  54. local AutoLavaGolem = Instance.new("TextButton")
  55. local RhinoStatus = Instance.new("TextLabel")
  56. local EvilFoxStatus = Instance.new("TextLabel")
  57. local LavaStatus = Instance.new("TextLabel")
  58.  
  59.  
  60. --Properties:
  61.  
  62. ScreenGui.Parent = game.CoreGui
  63. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  64.  
  65. UpperPanelAutoStuff.Name = "UpperPanelAutoStuff"
  66. UpperPanelAutoStuff.Parent = ScreenGui
  67. UpperPanelAutoStuff.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  68. UpperPanelAutoStuff.BorderSizePixel = 0
  69. UpperPanelAutoStuff.Position = UDim2.new(0.465420574, 0, 0.307797521, 0)
  70. UpperPanelAutoStuff.Size = UDim2.new(0, 160, 0, 25)
  71. UpperPanelAutoStuff.Draggable = true
  72. UpperPanelAutoStuff.Active = true
  73. UpperPanelAutoStuff.Selectable = true
  74.  
  75. RGBPanel.Name = "RGBPanel"
  76. RGBPanel.Parent = UpperPanelAutoStuff
  77. RGBPanel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  78. RGBPanel.BorderSizePixel = 0
  79. RGBPanel.Position = UDim2.new(0, 0, 0.98779726, 0)
  80. RGBPanel.Size = UDim2.new(0, 160, 0, 7)
  81. coroutine.wrap(function()
  82. while wait(0.1) do
  83. RGBPanel.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
  84. for i = 0,255,10 do
  85. wait()
  86. RGBPanel.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  87. end
  88. for i = 255,0,-10 do
  89. wait()
  90. RGBPanel.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  91. end
  92. for i = 0,255,10 do
  93. wait()
  94. RGBPanel.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  95. end
  96. for i = 255,0,-10 do
  97. wait()
  98. RGBPanel.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  99. end
  100. for i = 0,255,10 do
  101. wait()
  102. RGBPanel.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  103. end
  104. for i = 255,0,-10 do
  105. wait()
  106. RGBPanel.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  107. end
  108. end
  109. end)()
  110.  
  111. AutoStuff.Name = "Auto Stuff"
  112. AutoStuff.Parent = UpperPanelAutoStuff
  113. AutoStuff.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  114. AutoStuff.BorderColor3 = Color3.fromRGB(66, 66, 66)
  115. AutoStuff.Position = UDim2.new(0, 0, 1.26779723, 0)
  116. AutoStuff.Size = UDim2.new(0, 160, 0, 193)
  117. AutoStuff.BorderSizePixel = 0
  118.  
  119. AutoBossMenu.Name = "AutoBossMenu"
  120. AutoBossMenu.Parent = UpperPanelAutoStuff
  121. AutoBossMenu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  122. AutoBossMenu.BorderSizePixel = 0
  123. AutoBossMenu.Position = UDim2.new(0.128796756, 0, 7.479072447, 0)
  124. AutoBossMenu.Size = UDim2.new(0, 117, 0, 29)
  125. AutoBossMenu.Font = Enum.Font.SourceSans
  126. AutoBossMenu.Text = "Auto Boss Menu"
  127. AutoBossMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
  128. AutoBossMenu.TextScaled = true
  129. AutoBossMenu.TextSize = 14.000
  130. AutoBossMenu.TextWrapped = true
  131. AutoBossMenu.MouseButton1Down:connect(function()
  132. if AutoBossMenu.Text == "Auto Boss Menu" then
  133. AutoBossMenu.Text = "Close Boss Menu"
  134. UpperPanelAutoBossMenu.Visible = true
  135. else
  136. AutoBossMenu.Text = "Auto Boss Menu"
  137. UpperPanelAutoBossMenu.Visible = false
  138. end
  139. end)
  140.  
  141. GUINameRGB.Name = "GUINameRGB"
  142. GUINameRGB.Parent = UpperPanelAutoStuff
  143. GUINameRGB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  144. GUINameRGB.BorderSizePixel = 0
  145. GUINameRGB.Position = UDim2.new(0.262499988, 0, 0.0732696503, 0)
  146. GUINameRGB.Size = UDim2.new(0, 77, 0, 22)
  147. GUINameRGB.Font = Enum.Font.SourceSans
  148. GUINameRGB.Text = "Auto Stuff"
  149. GUINameRGB.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. GUINameRGB.TextScaled = true
  151. GUINameRGB.TextSize = 14.000
  152. GUINameRGB.TextWrapped = true
  153. coroutine.wrap(function()
  154. while wait(0.1) do
  155. GUINameRGB.TextColor3 = Color3.new(255/255,0/255,0/255)
  156. for i = 0,255,10 do
  157. wait()
  158. GUINameRGB.TextColor3 = Color3.new(255/255,i/255,0/255)
  159. end
  160. for i = 255,0,-10 do
  161. wait()
  162. GUINameRGB.TextColor3 = Color3.new(i/255,255/255,0/255)
  163. end
  164. for i = 0,255,10 do
  165. wait()
  166. GUINameRGB.TextColor3 = Color3.new(0/255,255/255,i/255)
  167. end
  168. for i = 255,0,-10 do
  169. wait()
  170. GUINameRGB.TextColor3 = Color3.new(0/255,i/255,255/255)
  171. end
  172. for i = 0,255,10 do
  173. wait()
  174. GUINameRGB.TextColor3 = Color3.new(i/255,0/255,255/255)
  175. end
  176. for i = 255,0,-10 do
  177. wait()
  178. GUINameRGB.TextColor3 = Color3.new(255/255,0/255,i/255)
  179. end
  180. end
  181. end)()
  182.  
  183. AutoThrow.Name = "Auto Throw"
  184. AutoThrow.Parent = UpperPanelAutoStuff
  185. AutoThrow.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  186. AutoThrow.BorderSizePixel = 0
  187. AutoThrow.Position = UDim2.new(0.128796771, 0, 1.73072457, 0)
  188. AutoThrow.Size = UDim2.new(0, 117, 0, 29)
  189. AutoThrow.Font = Enum.Font.SourceSans
  190. AutoThrow.Text = "Auto Throw Off"
  191. AutoThrow.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. AutoThrow.TextScaled = true
  193. AutoThrow.TextSize = 14.000
  194. AutoThrow.TextWrapped = true
  195. AutoThrow.MouseButton1Down:connect(function()
  196. if AutoThrow.Text == "Auto Throw Off" then
  197. AutoThrow.Text = "Auto Throw On"
  198. wait(0.5)
  199. while AutoThrow.Text == "Auto Throw On" do
  200. wait(0.01)
  201. local OldX
  202. local OldY
  203. local OldZ
  204.  
  205. OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  206. OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  207. OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  208.  
  209. game.ReplicatedStorage.RE:FireServer("Throw", Vector3.new(OldX, OldY, OldZ))
  210. end
  211. else
  212. AutoThrow.Text = "Auto Throw Off"
  213. end
  214. end)
  215.  
  216.  
  217. AutoSell.Name = "Auto Sell"
  218. AutoSell.Parent = UpperPanelAutoStuff
  219. AutoSell.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  220. AutoSell.BorderSizePixel = 0
  221. AutoSell.Position = UDim2.new(0.128796756, 0, 3.21072459, 0)
  222. AutoSell.Size = UDim2.new(0, 117, 0, 29)
  223. AutoSell.Font = Enum.Font.SourceSans
  224. AutoSell.Text = "Auto Sell Off"
  225. AutoSell.TextColor3 = Color3.fromRGB(255, 255, 255)
  226. AutoSell.TextScaled = true
  227. AutoSell.TextSize = 14.000
  228. AutoSell.TextWrapped = true
  229. AutoSell.MouseButton1Down:connect(function()
  230. if AutoSell.Text == "Auto Sell Off"then
  231. AutoSell.Text = "Auto Sell On"
  232. local OldX
  233. local OldY
  234. local OldZ
  235.  
  236. OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  237. OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  238. OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  239.  
  240. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(198.55, 46942.41, -479.31)
  241. wait(0.5)
  242. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(OldX, OldY, OldZ)
  243. wait(0.2)
  244. while AutoSell.Text == "Auto Sell On" do
  245. wait(0.5)
  246. game.ReplicatedStorage.RF:InvokeServer("SellPower", Workspace.Ignore.Rings["18Sell"].Collider)
  247. end
  248. else
  249. AutoSell.Text = "Auto Sell Off"
  250. end
  251. end)
  252.  
  253. AutoBuy.Name = "AutoBuy"
  254. AutoBuy.Parent = UpperPanelAutoStuff
  255. AutoBuy.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  256. AutoBuy.BorderSizePixel = 0
  257. AutoBuy.Position = UDim2.new(0.128796756, 0, 4.65072441, 0)
  258. AutoBuy.Size = UDim2.new(0, 117, 0, 29)
  259. AutoBuy.Font = Enum.Font.SourceSans
  260. AutoBuy.Text = "Auto Buy Off"
  261. AutoBuy.TextColor3 = Color3.fromRGB(255, 255, 255)
  262. AutoBuy.TextScaled = true
  263. AutoBuy.TextSize = 14.000
  264. AutoBuy.TextWrapped = true
  265. AutoBuy.MouseButton1Down:connect(function()
  266. if AutoBuy.Text == "Auto Buy Off" then
  267. AutoBuy.Text = "Auto Buy On"
  268. while AutoBuy.Text == "Auto Buy On" do
  269. game.ReplicatedStorage.RF:InvokeServer("BuyBlade", true)
  270. game.ReplicatedStorage.RF:InvokeServer("BuyEnergy", true)
  271. game.ReplicatedStorage.RF:InvokeServer("BuyJump")
  272. game.ReplicatedStorage.RF:InvokeServer("BuyRank")
  273. wait(0.5)
  274. end
  275. else
  276. AutoBuy.Text = "Auto Buy Off"
  277. end
  278. end)
  279.  
  280. AutoEggs.Name = "AutoEggs"
  281. AutoEggs.Parent = UpperPanelAutoStuff
  282. AutoEggs.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  283. AutoEggs.BorderSizePixel = 0
  284. AutoEggs.Position = UDim2.new(0.128796756, 0, 6.09072447, 0)
  285. AutoEggs.Size = UDim2.new(0, 117, 0, 29)
  286. AutoEggs.Font = Enum.Font.SourceSans
  287. AutoEggs.Text = "Auto Buy Eggs"
  288. AutoEggs.TextColor3 = Color3.fromRGB(255, 255, 255)
  289. AutoEggs.TextScaled = true
  290. AutoEggs.TextSize = 14.000
  291. AutoEggs.TextWrapped = true
  292. AutoEggs.MouseButton1Down:connect(function()
  293. if EggMenuPanel.Visible == false then
  294. AutoEggs.Text = "Close Egg Menu"
  295. EggMenuPanel.Visible = true
  296. else
  297. AutoEggs.Text = "Auto Buy Eggs"
  298. EggMenuPanel.Visible = false
  299. end
  300. end)
  301.  
  302.  
  303. UpperPanelMisc.Name = "UpperPanelMisc."
  304. UpperPanelMisc.Parent = ScreenGui
  305. UpperPanelMisc.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  306. UpperPanelMisc.BorderSizePixel = 0
  307. UpperPanelMisc.Position = UDim2.new(0.632710278, 0, 0.309165508, 0)
  308. UpperPanelMisc.Size = UDim2.new(0, 160, 0, 25)
  309. UpperPanelMisc.Draggable = true
  310. UpperPanelMisc.Active = true
  311. UpperPanelMisc.Selectable = true
  312.  
  313. RGBPanel2.Name = "RGBPanel2"
  314. RGBPanel2.Parent = UpperPanelMisc
  315. RGBPanel2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  316. RGBPanel2.BorderSizePixel = 0
  317. RGBPanel2.Position = UDim2.new(0, 0, 0.98779726, 0)
  318. RGBPanel2.Size = UDim2.new(0, 160, 0, 7)
  319. coroutine.wrap(function()
  320. while wait(0.1) do
  321. RGBPanel2.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
  322. for i = 0,255,10 do
  323. wait()
  324. RGBPanel2.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  325. end
  326. for i = 255,0,-10 do
  327. wait()
  328. RGBPanel2.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  329. end
  330. for i = 0,255,10 do
  331. wait()
  332. RGBPanel2.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  333. end
  334. for i = 255,0,-10 do
  335. wait()
  336. RGBPanel2.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  337. end
  338. for i = 0,255,10 do
  339. wait()
  340. RGBPanel2.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  341. end
  342. for i = 255,0,-10 do
  343. wait()
  344. RGBPanel2.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  345. end
  346. end
  347. end)()
  348.  
  349. Misc.Name = "Misc."
  350. Misc.Parent = UpperPanelMisc
  351. Misc.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  352. Misc.BorderColor3 = Color3.fromRGB(66, 66, 66)
  353. Misc.Position = UDim2.new(0, 0, 1.26779723, 0)
  354. Misc.Size = UDim2.new(0, 160, 0, 137)
  355. Misc.BorderSizePixel = 0
  356.  
  357. Walkspeed.Name = "Walkspeed"
  358. Walkspeed.Parent = UpperPanelMisc
  359. Walkspeed.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  360. Walkspeed.BorderSizePixel = 0
  361. Walkspeed.Position = UDim2.new(0.128796726, 0, 1.69072497, 0)
  362. Walkspeed.Size = UDim2.new(0, 117, 0, 22)
  363. Walkspeed.Font = Enum.Font.SourceSans
  364. Walkspeed.Text = "Walkspeed Off"
  365. Walkspeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  366. Walkspeed.TextScaled = true
  367. Walkspeed.TextSize = 14.000
  368. Walkspeed.TextWrapped = true
  369. Walkspeed.MouseButton1Down:connect(function()
  370. if Walkspeed.Text == "Walkspeed Off" then
  371. Walkspeed.Text = "Walkspeed On"
  372. wait(0.2)
  373. while Walkspeed.Text == "Walkspeed On" do
  374. wait(0.2)
  375. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 250
  376. end
  377. else
  378. Walkspeed.Text = "Walkspeed Off"
  379. wait(0.2)
  380. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  381. end
  382. end)
  383.  
  384. Superjump.Name = "Superjump"
  385. Superjump.Parent = UpperPanelMisc
  386. Superjump.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  387. Superjump.BorderSizePixel = 0
  388. Superjump.Position = UDim2.new(0.128796726, 0, 2.81072521, 0)
  389. Superjump.Size = UDim2.new(0, 117, 0, 22)
  390. Superjump.Font = Enum.Font.SourceSans
  391. Superjump.Text = "Superjump Off"
  392. Superjump.TextColor3 = Color3.fromRGB(255, 255, 255)
  393. Superjump.TextScaled = true
  394. Superjump.TextSize = 14.000
  395. Superjump.TextWrapped = true
  396. Superjump.MouseButton1Down:connect(function()
  397. if Superjump.Text == "Superjump Off" then
  398. Superjump.Text = "Superjump On"
  399. while Superjump.Text == "Superjump On" do
  400. wait(0.1)
  401. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 500
  402. end
  403. else
  404. Superjump.Text = "Superjump Off"
  405. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 40
  406. end
  407. end)
  408.  
  409.  
  410. AllIslands.Name = "All Islands"
  411. AllIslands.Parent = UpperPanelMisc
  412. AllIslands.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  413. AllIslands.BorderSizePixel = 0
  414. AllIslands.Position = UDim2.new(0.128796726, 0, 4.0107255, 0)
  415. AllIslands.Size = UDim2.new(0, 117, 0, 22)
  416. AllIslands.Font = Enum.Font.SourceSans
  417. AllIslands.Text = "All Islands"
  418. AllIslands.TextColor3 = Color3.fromRGB(255, 255, 255)
  419. AllIslands.TextScaled = true
  420. AllIslands.TextSize = 14.000
  421. AllIslands.TextWrapped = true
  422. AllIslands.MouseButton1Down:connect(function()
  423. local OldX
  424. local OldY
  425. local OldZ
  426.  
  427. OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  428. OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  429. OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  430.  
  431. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(224.66, 39184.2, -530.8)
  432. wait(0.2)
  433. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(308.03, 35194.29, -464.83)
  434. wait(0.2)
  435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(214.78, 31435.84, -469.57)
  436. wait(0.2)
  437. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(205.06, 27769.06, -471.64)
  438. wait(0.2)
  439. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(208.46, 24612.66, -462.96)
  440. wait(0.2)
  441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.23, 20639.82, -479.52)
  442. wait(0.2)
  443. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(222.94, 16794.54, -421.61)
  444. wait(0.2)
  445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(213.66, 15609.77, -396.89)
  446. wait(0.2)
  447. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(183.94, 13543.25, -399.79)
  448. wait(0.2)
  449. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(152.1, 11498.66, -384.39)
  450. wait(0.2)
  451. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(163.09, 8593.9, -438.92)
  452. wait(0.2)
  453. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(290.25, 5363.43, -504.37)
  454. wait(0.2)
  455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(154.09, 3389.06, -546.39)
  456. wait(0.2)
  457. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(165.38, 1831.49, -611.7)
  458. wait(0.2)
  459. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(187.17, 615.15, -641.56)
  460. wait(0.2)
  461. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(173.44, -69.99, -645.33)
  462. wait(0.2)
  463. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(222.14, 43094.41, -481.04)
  464. wait(0.2)
  465. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(198.55, 46942.41, -479.31)
  466. wait(0.5)
  467. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(OldX, OldY, OldZ)
  468. end)
  469.  
  470. AllChests.Name = "All Chests"
  471. AllChests.Parent = UpperPanelMisc
  472. AllChests.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  473. AllChests.BorderSizePixel = 0
  474. AllChests.Position = UDim2.new(0.128796726, 0, 5.17072487, 0)
  475. AllChests.Size = UDim2.new(0, 117, 0, 22)
  476. AllChests.Font = Enum.Font.SourceSans
  477. AllChests.Text = "All Chests"
  478. AllChests.TextColor3 = Color3.fromRGB(255, 255, 255)
  479. AllChests.TextScaled = true
  480. AllChests.TextSize = 14.000
  481. AllChests.TextWrapped = true
  482. AllChests.MouseButton1Down:connect(function()
  483. local OldX
  484. local OldY
  485. local OldZ
  486.  
  487. OldX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x
  488. OldY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y
  489. OldZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z
  490.  
  491. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(224.66, 39184.2, -530.8)
  492. wait(0.2)
  493. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(308.03, 35194.29, -464.83)
  494. wait(0.2)
  495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(214.78, 31435.84, -469.57)
  496. wait(0.2)
  497. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(205.06, 27769.06, -471.64)
  498. wait(0.2)
  499. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(208.46, 24612.66, -462.96)
  500. wait(0.2)
  501. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.23, 20639.82, -479.52)
  502. wait(0.2)
  503. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(222.94, 16794.54, -421.61)
  504. wait(0.2)
  505. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(213.66, 15609.77, -396.89)
  506. wait(0.2)
  507. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(183.94, 13543.25, -399.79)
  508. wait(0.2)
  509. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(152.1, 11498.66, -384.39)
  510. wait(0.2)
  511. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(163.09, 8593.9, -438.92)
  512. wait(0.2)
  513. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(290.25, 5363.43, -504.37)
  514. wait(0.2)
  515. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(154.09, 3389.06, -546.39)
  516. wait(0.2)
  517. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(165.38, 1831.49, -611.7)
  518. wait(0.2)
  519. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(187.17, 615.15, -641.56)
  520. wait(0.2)
  521. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(173.44, -69.99, -645.33)
  522. wait(0.2)
  523. game.ReplicatedStorage.RF:InvokeServer("Collect", "1")
  524. game.ReplicatedStorage.RF:InvokeServer("Collect", "2")
  525. game.ReplicatedStorage.RF:InvokeServer("Collect", "3")
  526. game.ReplicatedStorage.RF:InvokeServer("Collect", "4")
  527. game.ReplicatedStorage.RF:InvokeServer("Collect", "5")
  528. game.ReplicatedStorage.RF:InvokeServer("Collect", "6")
  529. wait(0.1)
  530. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(OldX, OldY, OldZ)
  531. end)
  532.  
  533. GUINameRGB2.Name = "GUINameRGB2"
  534. GUINameRGB2.Parent = UpperPanelMisc
  535. GUINameRGB2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  536. GUINameRGB2.BorderSizePixel = 0
  537. GUINameRGB2.Position = UDim2.new(0.387499988, 0, 0.0732696503, 0)
  538. GUINameRGB2.Size = UDim2.new(0, 34, 0, 22)
  539. GUINameRGB2.Font = Enum.Font.SourceSans
  540. GUINameRGB2.Text = "Misc."
  541. GUINameRGB2.TextColor3 = Color3.fromRGB(255, 255, 255)
  542. GUINameRGB2.TextScaled = true
  543. GUINameRGB2.TextSize = 14.000
  544. GUINameRGB2.TextWrapped = true
  545. coroutine.wrap(function()
  546. while wait(0.1) do
  547. GUINameRGB2.TextColor3 = Color3.new(255/255,0/255,0/255)
  548. for i = 0,255,10 do
  549. wait()
  550. GUINameRGB2.TextColor3 = Color3.new(255/255,i/255,0/255)
  551. end
  552. for i = 255,0,-10 do
  553. wait()
  554. GUINameRGB2.TextColor3 = Color3.new(i/255,255/255,0/255)
  555. end
  556. for i = 0,255,10 do
  557. wait()
  558. GUINameRGB2.TextColor3 = Color3.new(0/255,255/255,i/255)
  559. end
  560. for i = 255,0,-10 do
  561. wait()
  562. GUINameRGB2.TextColor3 = Color3.new(0/255,i/255,255/255)
  563. end
  564. for i = 0,255,10 do
  565. wait()
  566. GUINameRGB2.TextColor3 = Color3.new(i/255,0/255,255/255)
  567. end
  568. for i = 255,0,-10 do
  569. wait()
  570. GUINameRGB2.TextColor3 = Color3.new(255/255,0/255,i/255)
  571. end
  572. end
  573. end)()
  574.  
  575. EggMenuPanel.Name = "EggMenuPanel"
  576. EggMenuPanel.Parent = ScreenGui
  577. EggMenuPanel.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  578. EggMenuPanel.BorderSizePixel = 0
  579. EggMenuPanel.Position = UDim2.new(0.12056075, 0, 0.29251948, 0)
  580. EggMenuPanel.Size = UDim2.new(0, 344, 0, 23)
  581. EggMenuPanel.Visible = false
  582. EggMenuPanel.Draggable = true
  583. EggMenuPanel.Active = true
  584. EggMenuPanel.Selectable = true
  585.  
  586. EggMenuRGB.Name = "EggMenuRGB"
  587. EggMenuRGB.Parent = EggMenuPanel
  588. EggMenuRGB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  589. EggMenuRGB.BorderSizePixel = 0
  590. EggMenuRGB.Position = UDim2.new(0.154069766, 0, 0, 0)
  591. EggMenuRGB.Size = UDim2.new(0, 238, 0, 21)
  592. EggMenuRGB.Font = Enum.Font.SourceSans
  593. EggMenuRGB.Text = "Egg Menu"
  594. EggMenuRGB.TextColor3 = Color3.fromRGB(255, 255, 255)
  595. EggMenuRGB.TextScaled = true
  596. EggMenuRGB.TextSize = 30.000
  597. EggMenuRGB.TextWrapped = true
  598. coroutine.wrap(function()
  599. while wait(0.1) do
  600. EggMenuRGB.TextColor3 = Color3.new(255/255,0/255,0/255)
  601. for i = 0,255,10 do
  602. wait()
  603. EggMenuRGB.TextColor3 = Color3.new(255/255,i/255,0/255)
  604. end
  605. for i = 255,0,-10 do
  606. wait()
  607. EggMenuRGB.TextColor3 = Color3.new(i/255,255/255,0/255)
  608. end
  609. for i = 0,255,10 do
  610. wait()
  611. EggMenuRGB.TextColor3 = Color3.new(0/255,255/255,i/255)
  612. end
  613. for i = 255,0,-10 do
  614. wait()
  615. EggMenuRGB.TextColor3 = Color3.new(0/255,i/255,255/255)
  616. end
  617. for i = 0,255,10 do
  618. wait()
  619. EggMenuRGB.TextColor3 = Color3.new(i/255,0/255,255/255)
  620. end
  621. for i = 255,0,-10 do
  622. wait()
  623. EggMenuRGB.TextColor3 = Color3.new(255/255,0/255,i/255)
  624. end
  625. end
  626. end)()
  627.  
  628. RGBPanel3.Name = "RGBPanel3"
  629. RGBPanel3.Parent = EggMenuPanel
  630. RGBPanel3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  631. RGBPanel3.BorderSizePixel = 0
  632. RGBPanel3.Position = UDim2.new(0, 0, 0.987796962, 0)
  633. RGBPanel3.Size = UDim2.new(0, 344, 0, 6)
  634. coroutine.wrap(function()
  635. while wait(0.1) do
  636. RGBPanel3.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
  637. for i = 0,255,10 do
  638. wait()
  639. RGBPanel3.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  640. end
  641. for i = 255,0,-10 do
  642. wait()
  643. RGBPanel3.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  644. end
  645. for i = 0,255,10 do
  646. wait()
  647. RGBPanel3.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  648. end
  649. for i = 255,0,-10 do
  650. wait()
  651. RGBPanel3.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  652. end
  653. for i = 0,255,10 do
  654. wait()
  655. RGBPanel3.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  656. end
  657. for i = 255,0,-10 do
  658. wait()
  659. RGBPanel3.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  660. end
  661. end
  662. end)()
  663.  
  664. EggMenu.Name = "EggMenu"
  665. EggMenu.Parent = EggMenuPanel
  666. EggMenu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  667. EggMenu.BorderSizePixel = 0
  668. EggMenu.Position = UDim2.new(0, 0, 1.200233, 0)
  669. EggMenu.Size = UDim2.new(0, 344, 0, 368)
  670.  
  671. Egg1.Name = "Egg1"
  672. Egg1.Parent = EggMenuPanel
  673. Egg1.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  674. Egg1.BorderSizePixel = 0
  675. Egg1.Position = UDim2.new(0.0503083915, 0, 1.56376791, 0)
  676. Egg1.Size = UDim2.new(0, 117, 0, 29)
  677. Egg1.Font = Enum.Font.SourceSans
  678. Egg1.Text = "1K Egg"
  679. Egg1.TextColor3 = Color3.fromRGB(255, 255, 255)
  680. Egg1.TextScaled = true
  681. Egg1.TextSize = 14.000
  682. Egg1.TextWrapped = true
  683. Egg1.MouseButton1Down:connect(function()
  684. if Egg1.Text == "1K Egg" then
  685. Egg1.Text = "1K Egg On"
  686. while Egg1.Text == "1K Egg On" do
  687. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "BasicEgg")
  688. wait(0.5)
  689. end
  690. else
  691. Egg1.Text = "1K Egg"
  692. end
  693. end)
  694.  
  695. Egg2.Name = "Egg2"
  696. Egg2.Parent = EggMenuPanel
  697. Egg2.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  698. Egg2.BorderSizePixel = 0
  699. Egg2.Position = UDim2.new(0.0503083915, 0, 3.12898517, 0)
  700. Egg2.Size = UDim2.new(0, 117, 0, 29)
  701. Egg2.Font = Enum.Font.SourceSans
  702. Egg2.Text = "2K Egg"
  703. Egg2.TextColor3 = Color3.fromRGB(255, 255, 255)
  704. Egg2.TextScaled = true
  705. Egg2.TextSize = 14.000
  706. Egg2.TextWrapped = true
  707. Egg2.MouseButton1Down:connect(function()
  708. if Egg2.Text == "2K Egg" then
  709. Egg2.Text = "2K Egg On"
  710. while Egg2.Text == "2K Egg On" do
  711. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "SharpEgg")
  712. wait(0.5)
  713. end
  714. else
  715. Egg2.Text = "2K Egg"
  716. end
  717. end)
  718.  
  719. Egg3.Name = "Egg3"
  720. Egg3.Parent = EggMenuPanel
  721. Egg3.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  722. Egg3.BorderSizePixel = 0
  723. Egg3.Position = UDim2.new(0.0503083915, 0, 4.69420242, 0)
  724. Egg3.Size = UDim2.new(0, 117, 0, 29)
  725. Egg3.Font = Enum.Font.SourceSans
  726. Egg3.Text = "6K Egg"
  727. Egg3.TextColor3 = Color3.fromRGB(255, 255, 255)
  728. Egg3.TextScaled = true
  729. Egg3.TextSize = 14.000
  730. Egg3.TextWrapped = true
  731. Egg3.MouseButton1Down:connect(function()
  732. if Egg3.Text == "6K Egg" then
  733. Egg3.Text = "6K Egg On"
  734. while Egg3.Text == "6K Egg On" do
  735. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "MoonEgg")
  736. wait(0.5)
  737. end
  738. else
  739. Egg3.Text = "6K Egg"
  740. end
  741. end)
  742.  
  743. Egg4.Name = "Egg4"
  744. Egg4.Parent = EggMenuPanel
  745. Egg4.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  746. Egg4.BorderSizePixel = 0
  747. Egg4.Position = UDim2.new(0.0503083915, 0, 6.25942039, 0)
  748. Egg4.Size = UDim2.new(0, 117, 0, 29)
  749. Egg4.Font = Enum.Font.SourceSans
  750. Egg4.Text = "10K Egg"
  751. Egg4.TextColor3 = Color3.fromRGB(255, 255, 255)
  752. Egg4.TextScaled = true
  753. Egg4.TextSize = 14.000
  754. Egg4.TextWrapped = true
  755. Egg4.MouseButton1Down:connect(function()
  756. if Egg4.Text == "10K Egg" then
  757. Egg4.Text = "10K Egg On"
  758. while Egg4.Text == "10K Egg On" do
  759. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "DirtEgg")
  760. wait(0.5)
  761. end
  762. else
  763. Egg4.Text = "10K Egg"
  764. end
  765. end)
  766.  
  767. Egg5.Name = "Egg5"
  768. Egg5.Parent = EggMenuPanel
  769. Egg5.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  770. Egg5.BorderSizePixel = 0
  771. Egg5.Position = UDim2.new(0.0503083915, 0, 7.8681159, 0)
  772. Egg5.Size = UDim2.new(0, 117, 0, 29)
  773. Egg5.Font = Enum.Font.SourceSans
  774. Egg5.Text = "15K Egg"
  775. Egg5.TextColor3 = Color3.fromRGB(255, 255, 255)
  776. Egg5.TextScaled = true
  777. Egg5.TextSize = 14.000
  778. Egg5.TextWrapped = true
  779. Egg5.MouseButton1Down:connect(function()
  780. if Egg5.Text == "15K Egg" then
  781. Egg5.Text = "15K Egg On"
  782. while Egg5.Text == "15K Egg On" do
  783. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "TreeEgg")
  784. wait(0.5)
  785. end
  786. else
  787. Egg5.Text = "15K Egg"
  788. end
  789. end)
  790.  
  791. Egg6.Name = "Egg6"
  792. Egg6.Parent = EggMenuPanel
  793. Egg6.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  794. Egg6.BorderSizePixel = 0
  795. Egg6.Position = UDim2.new(0.0503083915, 0, 9.43333244, 0)
  796. Egg6.Size = UDim2.new(0, 117, 0, 29)
  797. Egg6.Font = Enum.Font.SourceSans
  798. Egg6.Text = "40K Egg"
  799. Egg6.TextColor3 = Color3.fromRGB(255, 255, 255)
  800. Egg6.TextScaled = true
  801. Egg6.TextSize = 14.000
  802. Egg6.TextWrapped = true
  803. Egg6.MouseButton1Down:connect(function()
  804. if Egg6.Text == "40K Egg" then
  805. Egg6.Text = "40K Egg On"
  806. while Egg6.Text == "40K Egg On" do
  807. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "AquaEgg")
  808. wait(0.5)
  809. end
  810. else
  811. Egg6.Text = "40K Egg"
  812. end
  813. end)
  814.  
  815. Egg7.Name = "Egg7"
  816. Egg7.Parent = EggMenuPanel
  817. Egg7.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  818. Egg7.BorderSizePixel = 0
  819. Egg7.Position = UDim2.new(0.0503084064, 0, 10.9985504, 0)
  820. Egg7.Size = UDim2.new(0, 117, 0, 29)
  821. Egg7.Font = Enum.Font.SourceSans
  822. Egg7.Text = "75K Egg"
  823. Egg7.TextColor3 = Color3.fromRGB(255, 255, 255)
  824. Egg7.TextScaled = true
  825. Egg7.TextSize = 14.000
  826. Egg7.TextWrapped = true
  827. Egg7.MouseButton1Down:connect(function()
  828. if Egg7.Text == "75K Egg" then
  829. Egg7.Text = "75K Egg On"
  830. while Egg7.Text == "75K Egg On" do
  831. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "BlossomEgg")
  832. wait(0.5)
  833. end
  834. else
  835. Egg7.Text = "75K Egg"
  836. end
  837. end)
  838.  
  839. Egg8.Name = "Egg8"
  840. Egg8.Parent = EggMenuPanel
  841. Egg8.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  842. Egg8.BorderSizePixel = 0
  843. Egg8.Position = UDim2.new(0.0503084064, 0, 12.5202894, 0)
  844. Egg8.Size = UDim2.new(0, 117, 0, 29)
  845. Egg8.Font = Enum.Font.SourceSans
  846. Egg8.Text = "300K Egg"
  847. Egg8.TextColor3 = Color3.fromRGB(255, 255, 255)
  848. Egg8.TextScaled = true
  849. Egg8.TextSize = 14.000
  850. Egg8.TextWrapped = true
  851. Egg8.MouseButton1Down:connect(function()
  852. if Egg8.Text == "300K Egg" then
  853. Egg8.Text = "300K Egg On"
  854. while Egg8.Text == "300K Egg On" do
  855. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "LavaEgg")
  856. wait(0.5)
  857. end
  858. else
  859. Egg8.Text = "300K Egg"
  860. end
  861. end)
  862.  
  863. Egg9.Name = "Egg9"
  864. Egg9.Parent = EggMenuPanel
  865. Egg9.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  866. Egg9.BorderSizePixel = 0
  867. Egg9.Position = UDim2.new(0.0503084064, 0, 14.0420284, 0)
  868. Egg9.Size = UDim2.new(0, 117, 0, 29)
  869. Egg9.Font = Enum.Font.SourceSans
  870. Egg9.Text = "600K Egg"
  871. Egg9.TextColor3 = Color3.fromRGB(255, 255, 255)
  872. Egg9.TextScaled = true
  873. Egg9.TextSize = 14.000
  874. Egg9.TextWrapped = true
  875. Egg9.MouseButton1Down:connect(function()
  876. if Egg9.Text == "600K Egg" then
  877. Egg9.Text = "600K Egg On"
  878. while Egg9.Text == "600K Egg On" do
  879. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "FrozenEgg")
  880. wait(0.5)
  881. end
  882. else
  883. Egg9.Text = "600K Egg"
  884. end
  885. end)
  886.  
  887. Egg10.Name = "Egg10"
  888. Egg10.Parent = EggMenuPanel
  889. Egg10.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  890. Egg10.BorderSizePixel = 0
  891. Egg10.Position = UDim2.new(0.0503084064, 0, 15.5637684, 0)
  892. Egg10.Size = UDim2.new(0, 117, 0, 29)
  893. Egg10.Font = Enum.Font.SourceSans
  894. Egg10.Text = "1.5M Egg"
  895. Egg10.TextColor3 = Color3.fromRGB(255, 255, 255)
  896. Egg10.TextScaled = true
  897. Egg10.TextSize = 14.000
  898. Egg10.TextWrapped = true
  899. Egg10.MouseButton1Down:connect(function()
  900. if Egg10.Text == "1.5M Egg" then
  901. Egg10.Text = "1.5M Egg On"
  902. while Egg10.Text == "1.5M Egg On" do
  903. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "CyberEgg")
  904. wait(0.5)
  905. end
  906. else
  907. Egg10.Text = "1.5M Egg"
  908. end
  909. end)
  910.  
  911. Egg11.Name = "Egg11"
  912. Egg11.Parent = EggMenuPanel
  913. Egg11.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  914. Egg11.BorderSizePixel = 0
  915. Egg11.Position = UDim2.new(0.585192144, 0, 1.56376755, 0)
  916. Egg11.Size = UDim2.new(0, 117, 0, 29)
  917. Egg11.Font = Enum.Font.SourceSans
  918. Egg11.Text = "8.0M Egg"
  919. Egg11.TextColor3 = Color3.fromRGB(255, 255, 255)
  920. Egg11.TextScaled = true
  921. Egg11.TextSize = 14.000
  922. Egg11.TextWrapped = true
  923. Egg11.MouseButton1Down:connect(function()
  924. if Egg11.Text == "8.0M Egg" then
  925. Egg11.Text = "8.0M Egg On"
  926. while Egg11.Text == "8.0M Egg On" do
  927. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "CandyEgg")
  928. wait(0.5)
  929. end
  930. else
  931. Egg11.Text = "8.0M Egg"
  932. end
  933. end)
  934.  
  935. Egg13.Name = "Egg13"
  936. Egg13.Parent = EggMenuPanel
  937. Egg13.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  938. Egg13.BorderSizePixel = 0
  939. Egg13.Position = UDim2.new(0.585192144, 0, 4.69420195, 0)
  940. Egg13.Size = UDim2.new(0, 117, 0, 29)
  941. Egg13.Font = Enum.Font.SourceSans
  942. Egg13.Text = "1.0B Egg"
  943. Egg13.TextColor3 = Color3.fromRGB(255, 255, 255)
  944. Egg13.TextScaled = true
  945. Egg13.TextSize = 14.000
  946. Egg13.TextWrapped = true
  947. Egg13.MouseButton1Down:connect(function()
  948. if Egg13.Text == "1.0B Egg" then
  949. Egg13.Text = "1.0B Egg On"
  950. while Egg13.Text == "1.0B Egg On" do
  951. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "RadioactiveEgg")
  952. wait(0.5)
  953. end
  954. else
  955. Egg13.Text = "1.0B Egg"
  956. end
  957. end)
  958.  
  959. Egg12.Name = "Egg12"
  960. Egg12.Parent = EggMenuPanel
  961. Egg12.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  962. Egg12.BorderSizePixel = 0
  963. Egg12.Position = UDim2.new(0.585192144, 0, 3.12898445, 0)
  964. Egg12.Size = UDim2.new(0, 117, 0, 29)
  965. Egg12.Font = Enum.Font.SourceSans
  966. Egg12.Text = "50.0M Egg"
  967. Egg12.TextColor3 = Color3.fromRGB(255, 255, 255)
  968. Egg12.TextScaled = true
  969. Egg12.TextSize = 14.000
  970. Egg12.TextWrapped = true
  971. Egg12.MouseButton1Down:connect(function()
  972. if Egg12.Text == "50.0M Egg" then
  973. Egg12.Text = "50.0M Egg On"
  974. while Egg12.Text == "50.0M Egg On" do
  975. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "ElectricEgg")
  976. wait(0.5)
  977. end
  978. else
  979. Egg12.Text = "50.0M Egg"
  980. end
  981. end)
  982.  
  983. Egg14.Name = "Egg14"
  984. Egg14.Parent = EggMenuPanel
  985. Egg14.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  986. Egg14.BorderSizePixel = 0
  987. Egg14.Position = UDim2.new(0.585192144, 0, 6.25941944, 0)
  988. Egg14.Size = UDim2.new(0, 117, 0, 29)
  989. Egg14.Font = Enum.Font.SourceSans
  990. Egg14.Text = "30.0B Egg"
  991. Egg14.TextColor3 = Color3.fromRGB(255, 255, 255)
  992. Egg14.TextScaled = true
  993. Egg14.TextSize = 14.000
  994. Egg14.TextWrapped = true
  995. Egg14.MouseButton1Down:connect(function()
  996. if Egg14.Text == "30.0B Egg" then
  997. Egg14.Text = "30.0B Egg On"
  998. while Egg14.Text == "30.0B Egg On" do
  999. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "PlasmaEgg")
  1000. wait(0.5)
  1001. end
  1002. else
  1003. Egg14.Text = "30.0B Egg"
  1004. end
  1005. end)
  1006.  
  1007. Egg15.Name = "Egg15"
  1008. Egg15.Parent = EggMenuPanel
  1009. Egg15.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1010. Egg15.BorderSizePixel = 0
  1011. Egg15.Position = UDim2.new(0.585192144, 0, 7.86811495, 0)
  1012. Egg15.Size = UDim2.new(0, 117, 0, 29)
  1013. Egg15.Font = Enum.Font.SourceSans
  1014. Egg15.Text = "500.0B Egg"
  1015. Egg15.TextColor3 = Color3.fromRGB(255, 255, 255)
  1016. Egg15.TextScaled = true
  1017. Egg15.TextSize = 14.000
  1018. Egg15.TextWrapped = true
  1019. Egg15.MouseButton1Down:connect(function()
  1020. if Egg15.Text == "500.0B Egg" then
  1021. Egg15.Text = "500.0B Egg On"
  1022. while Egg15.Text == "500.0B Egg On" do
  1023. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "DemonEgg")
  1024. wait(0.5)
  1025. end
  1026. else
  1027. Egg15.Text = "500.0B Egg"
  1028. end
  1029. end)
  1030.  
  1031. Egg16.Name = "Egg16"
  1032. Egg16.Parent = EggMenuPanel
  1033. Egg16.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1034. Egg16.BorderSizePixel = 0
  1035. Egg16.Position = UDim2.new(0.585192144, 0, 9.43333244, 0)
  1036. Egg16.Size = UDim2.new(0, 117, 0, 29)
  1037. Egg16.Font = Enum.Font.SourceSans
  1038. Egg16.Text = "10.0T Egg"
  1039. Egg16.TextColor3 = Color3.fromRGB(255, 255, 255)
  1040. Egg16.TextScaled = true
  1041. Egg16.TextSize = 14.000
  1042. Egg16.TextWrapped = true
  1043. Egg16.MouseButton1Down:connect(function()
  1044. if Egg16.Text == "10.0T Egg" then
  1045. Egg16.Text = "10.0T Egg On"
  1046. while Egg16.Text == "10.0T Egg On" do
  1047. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "MonochromeEgg")
  1048. wait(0.5)
  1049. end
  1050. else
  1051. Egg16.Text = "10.0T Egg"
  1052. end
  1053. end)
  1054.  
  1055. Egg17.Name = "Egg17"
  1056. Egg17.Parent = EggMenuPanel
  1057. Egg17.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1058. Egg17.BorderSizePixel = 0
  1059. Egg17.Position = UDim2.new(0.585192144, 0, 10.9985495, 0)
  1060. Egg17.Size = UDim2.new(0, 117, 0, 29)
  1061. Egg17.Font = Enum.Font.SourceSans
  1062. Egg17.Text = "2.0Qd Egg"
  1063. Egg17.TextColor3 = Color3.fromRGB(255, 255, 255)
  1064. Egg17.TextScaled = true
  1065. Egg17.TextSize = 14.000
  1066. Egg17.TextWrapped = true
  1067. Egg17.MouseButton1Down:connect(function()
  1068. if Egg17.Text == "2.0Qd Egg" then
  1069. Egg17.Text = "2.0Qd Egg On"
  1070. while Egg17.Text == "2.0Qd Egg On" do
  1071. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "AngelicEgg")
  1072. wait(0.5)
  1073. end
  1074. else
  1075. Egg17.Text = "2.0Qd Egg"
  1076. end
  1077. end)
  1078.  
  1079. Egg18.Name = "Egg18"
  1080. Egg18.Parent = EggMenuPanel
  1081. Egg18.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1082. Egg18.BorderSizePixel = 0
  1083. Egg18.Position = UDim2.new(0.585192144, 0, 12.5202885, 0)
  1084. Egg18.Size = UDim2.new(0, 117, 0, 29)
  1085. Egg18.Font = Enum.Font.SourceSans
  1086. Egg18.Text = "500.0Qd Egg"
  1087. Egg18.TextColor3 = Color3.fromRGB(255, 255, 255)
  1088. Egg18.TextScaled = true
  1089. Egg18.TextSize = 14.000
  1090. Egg18.TextWrapped = true
  1091. Egg18.MouseButton1Down:connect(function()
  1092. if Egg18.Text == "500.0Qd Egg" then
  1093. Egg18.Text = "500.0Qd Egg On"
  1094. while Egg18.Text == "500.0Qd Egg On" do
  1095. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "CrystalEgg")
  1096. wait(0.5)
  1097. end
  1098. else
  1099. Egg18.Text = "500.0Qd Egg"
  1100. end
  1101. end)
  1102.  
  1103. Egg19.Name = "Egg19"
  1104. Egg19.Parent = EggMenuPanel
  1105. Egg19.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1106. Egg19.BorderSizePixel = 0
  1107. Egg19.Position = UDim2.new(0.585192144, 0, 14.0420275, 0)
  1108. Egg19.Size = UDim2.new(0, 117, 0, 29)
  1109. Egg19.Font = Enum.Font.SourceSans
  1110. Egg19.Text = "50.0Qn Egg"
  1111. Egg19.TextColor3 = Color3.fromRGB(255, 255, 255)
  1112. Egg19.TextScaled = true
  1113. Egg19.TextSize = 14.000
  1114. Egg19.TextWrapped = true
  1115. Egg19.MouseButton1Down:connect(function()
  1116. if Egg19.Text == "50.0Qn Egg" then
  1117. Egg19.Text = "50.0Qn Egg On"
  1118. while Egg19.Text == "50.0Qn Egg On" do
  1119. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "AncientEgg")
  1120. wait(0.5)
  1121. end
  1122. else
  1123. Egg19.Text = "50.0Qn Egg"
  1124. end
  1125. end)
  1126.  
  1127. Egg20.Name = "Egg20"
  1128. Egg20.Parent = EggMenuPanel
  1129. Egg20.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1130. Egg20.BorderSizePixel = 0
  1131. Egg20.Position = UDim2.new(0.585192144, 0, 15.5637665, 0)
  1132. Egg20.Size = UDim2.new(0, 117, 0, 29)
  1133. Egg20.Font = Enum.Font.SourceSans
  1134. Egg20.Text = "10.0Sx Egg"
  1135. Egg20.TextColor3 = Color3.fromRGB(255, 255, 255)
  1136. Egg20.TextScaled = true
  1137. Egg20.TextSize = 14.000
  1138. Egg20.TextWrapped = true
  1139. Egg20.MouseButton1Down:connect(function()
  1140. if Egg20.Text == "10.0Sx Egg" then
  1141. Egg20.Text = "10.0Sx Egg On"
  1142. while Egg20.Text == "10.0Sx Egg On" do
  1143. game.ReplicatedStorage.RF:InvokeServer("BuyEgg", "GlitchEgg")
  1144. wait(0.5)
  1145. end
  1146. else
  1147. Egg20.Text = "10.0Sx Egg"
  1148. end
  1149. end)
  1150.  
  1151. UpperPanelAutoBossMenu.Name = "UpperPanelAutoBossMenu"
  1152. UpperPanelAutoBossMenu.Parent = ScreenGui
  1153. UpperPanelAutoBossMenu.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1154. UpperPanelAutoBossMenu.BorderSizePixel = 0
  1155. UpperPanelAutoBossMenu.Position = UDim2.new(0.114246868, 0, 0.305061549, 0)
  1156. UpperPanelAutoBossMenu.Size = UDim2.new(0, 292, 0, 25)
  1157. UpperPanelAutoBossMenu.Draggable = true
  1158. UpperPanelAutoBossMenu.Active = true
  1159. UpperPanelAutoBossMenu.Selectable = true
  1160. UpperPanelAutoBossMenu.Visible = false
  1161.  
  1162. RGBPanelAB.Name = "RGBPanelAB"
  1163. RGBPanelAB.Parent = UpperPanelAutoBossMenu
  1164. RGBPanelAB.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1165. RGBPanelAB.BorderSizePixel = 0
  1166. RGBPanelAB.Position = UDim2.new(0, 0, 0.98779726, 0)
  1167. RGBPanelAB.Size = UDim2.new(0, 292, 0, 7)
  1168. coroutine.wrap(function()
  1169. while wait(0.1) do
  1170. RGBPanelAB.BackgroundColor3 = Color3.new(255/255,0/255,0/255)
  1171. for i = 0,255,10 do
  1172. wait()
  1173. RGBPanelAB.BackgroundColor3 = Color3.new(255/255,i/255,0/255)
  1174. end
  1175. for i = 255,0,-10 do
  1176. wait()
  1177. RGBPanelAB.BackgroundColor3 = Color3.new(i/255,255/255,0/255)
  1178. end
  1179. for i = 0,255,10 do
  1180. wait()
  1181. RGBPanelAB.BackgroundColor3 = Color3.new(0/255,255/255,i/255)
  1182. end
  1183. for i = 255,0,-10 do
  1184. wait()
  1185. RGBPanelAB.BackgroundColor3 = Color3.new(0/255,i/255,255/255)
  1186. end
  1187. for i = 0,255,10 do
  1188. wait()
  1189. RGBPanelAB.BackgroundColor3 = Color3.new(i/255,0/255,255/255)
  1190. end
  1191. for i = 255,0,-10 do
  1192. wait()
  1193. RGBPanelAB.BackgroundColor3 = Color3.new(255/255,0/255,i/255)
  1194. end
  1195. end
  1196. end)()
  1197.  
  1198. BossMenu.Name = "BossMenu"
  1199. BossMenu.Parent = UpperPanelAutoBossMenu
  1200. BossMenu.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1201. BossMenu.BorderColor3 = Color3.fromRGB(66, 66, 66)
  1202. BossMenu.BorderSizePixel = 0
  1203. BossMenu.Position = UDim2.new(0, 0, 1.18779719, 0)
  1204. BossMenu.Size = UDim2.new(0, 292, 0, 167)
  1205.  
  1206. GUINameRGBAB.Name = "GUINameRGBAB"
  1207. GUINameRGBAB.Parent = UpperPanelAutoBossMenu
  1208. GUINameRGBAB.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  1209. GUINameRGBAB.BorderSizePixel = 0
  1210. GUINameRGBAB.Position = UDim2.new(0, 0, 0.0799999982, 0)
  1211. GUINameRGBAB.Size = UDim2.new(0, 291, 0, 21)
  1212. GUINameRGBAB.Font = Enum.Font.SourceSans
  1213. GUINameRGBAB.Text = "Auto Boss Menu"
  1214. GUINameRGBAB.TextColor3 = Color3.fromRGB(255, 255, 255)
  1215. GUINameRGBAB.TextScaled = true
  1216. GUINameRGBAB.TextSize = 14.000
  1217. GUINameRGBAB.TextWrapped = true
  1218. coroutine.wrap(function()
  1219. while wait(0.1) do
  1220. GUINameRGBAB.TextColor3 = Color3.new(255/255,0/255,0/255)
  1221. for i = 0,255,10 do
  1222. wait()
  1223. GUINameRGBAB.TextColor3 = Color3.new(255/255,i/255,0/255)
  1224. end
  1225. for i = 255,0,-10 do
  1226. wait()
  1227. GUINameRGBAB.TextColor3 = Color3.new(i/255,255/255,0/255)
  1228. end
  1229. for i = 0,255,10 do
  1230. wait()
  1231. GUINameRGBAB.TextColor3 = Color3.new(0/255,255/255,i/255)
  1232. end
  1233. for i = 255,0,-10 do
  1234. wait()
  1235. GUINameRGBAB.TextColor3 = Color3.new(0/255,i/255,255/255)
  1236. end
  1237. for i = 0,255,10 do
  1238. wait()
  1239. GUINameRGBAB.TextColor3 = Color3.new(i/255,0/255,255/255)
  1240. end
  1241. for i = 255,0,-10 do
  1242. wait()
  1243. GUINameRGBAB.TextColor3 = Color3.new(255/255,0/255,i/255)
  1244. end
  1245. end
  1246. end)()
  1247.  
  1248. AutoRhino.Name = "AutoRhino"
  1249. AutoRhino.Parent = UpperPanelAutoBossMenu
  1250. AutoRhino.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1251. AutoRhino.BorderSizePixel = 0
  1252. AutoRhino.Position = UDim2.new(0.539755702, 0, 1.65072453, 0)
  1253. AutoRhino.Size = UDim2.new(0, 117, 0, 37)
  1254. AutoRhino.Font = Enum.Font.SourceSans
  1255. AutoRhino.Text = "Rhino King Off"
  1256. AutoRhino.TextColor3 = Color3.fromRGB(255, 255, 255)
  1257. AutoRhino.TextScaled = true
  1258. AutoRhino.TextSize = 14.000
  1259. AutoRhino.TextWrapped = true
  1260. AutoRhino.MouseButton1Down:connect(function()
  1261. coroutine.wrap(function()
  1262. if AutoRhino.Text == "Rhino King Off" then
  1263. AutoRhino.Text = "Rhino King On"
  1264. local cube = Instance.new("Part", workspace)
  1265. cube.Size = Vector3.new(1, 1, 1)
  1266. cube.CFrame = CFrame.new(166.24, -24.50, -824.89)
  1267. cube.Anchored = true
  1268. cube.Size = Vector3.new(4, 1, 4)
  1269. cube.Transparency = 1
  1270. while AutoRhino.Text == "Rhino King On" do
  1271. wait(0.01)
  1272. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.24, -19.53, -824.89)
  1273. game.ReplicatedStorage.RE:FireServer("HitBoss", Workspace.Boss["Rhino King"])
  1274. end
  1275. else
  1276. AutoRhino.Text = "Rhino King Off"
  1277. end
  1278. end)()
  1279. end)
  1280.  
  1281. AutoEvilFox.Name = "AutoEvilFox"
  1282. AutoEvilFox.Parent = UpperPanelAutoBossMenu
  1283. AutoEvilFox.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1284. AutoEvilFox.BorderSizePixel = 0
  1285. AutoEvilFox.Position = UDim2.new(0.536330998, 0, 3.8107245, 0)
  1286. AutoEvilFox.Size = UDim2.new(0, 117, 0, 37)
  1287. AutoEvilFox.Font = Enum.Font.SourceSans
  1288. AutoEvilFox.Text = "Evil Fox Off"
  1289. AutoEvilFox.TextColor3 = Color3.fromRGB(255, 255, 255)
  1290. AutoEvilFox.TextScaled = true
  1291. AutoEvilFox.TextSize = 14.000
  1292. AutoEvilFox.TextWrapped = true
  1293. AutoEvilFox.MouseButton1Down:connect(function()
  1294. coroutine.wrap(function()
  1295. if AutoEvilFox.Text == "Evil Fox Off" then
  1296. AutoEvilFox.Text = "Evil Fox On"
  1297. local cube = Instance.new("Part", workspace)
  1298. cube.Size = Vector3.new(1, 1, 1)
  1299. cube.CFrame = CFrame.new(166.24, -24.50, -824.89)
  1300. cube.Anchored = true
  1301. cube.Size = Vector3.new(4, 1, 4)
  1302. cube.Transparency = 1
  1303. while AutoEvilFox.Text == "Evil Fox On" do
  1304. wait(0.01)
  1305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.24, -19.53, -824.89)
  1306. game.ReplicatedStorage.RE:FireServer("HitBoss", Workspace.Boss["Evil Fox"])
  1307. end
  1308. else
  1309. AutoEvilFox.Text = "Evil Fox Off"
  1310. end
  1311. end)()
  1312. end)
  1313.  
  1314. AutoLavaGolem.Name = "AutoLavaGolem"
  1315. AutoLavaGolem.Parent = UpperPanelAutoBossMenu
  1316. AutoLavaGolem.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1317. AutoLavaGolem.BorderSizePixel = 0
  1318. AutoLavaGolem.Position = UDim2.new(0.536330998, 0, 5.89072418, 0)
  1319. AutoLavaGolem.Size = UDim2.new(0, 117, 0, 37)
  1320. AutoLavaGolem.Font = Enum.Font.SourceSans
  1321. AutoLavaGolem.Text = "Lava Golem Off"
  1322. AutoLavaGolem.TextColor3 = Color3.fromRGB(255, 255, 255)
  1323. AutoLavaGolem.TextScaled = true
  1324. AutoLavaGolem.TextSize = 14.000
  1325. AutoLavaGolem.TextWrapped = true
  1326. AutoLavaGolem.MouseButton1Down:connect(function()
  1327. coroutine.wrap(function()
  1328. if AutoLavaGolem.Text == "Lava Golem Off" then
  1329. AutoLavaGolem.Text = "Lava Golem On"
  1330. local cube = Instance.new("Part", workspace)
  1331. cube.Size = Vector3.new(1, 1, 1)
  1332. cube.CFrame = CFrame.new(256.32, 46980.00, -800.33)
  1333. cube.Anchored = true
  1334. cube.Size = Vector3.new(4, 1, 4)
  1335. cube.Transparency = 1
  1336. while AutoLavaGolem.Text == "Lava Golem On" do
  1337. wait(0.01)
  1338. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(256.32, 46985.00, -800.33)
  1339. game.ReplicatedStorage.RE:FireServer("HitBoss", Workspace.Boss["Lava Golem"])
  1340. end
  1341. else
  1342. AutoLavaGolem.Text = "Lava Golem Off"
  1343. end
  1344. end)()
  1345. end)
  1346.  
  1347. RhinoStatus.Name = "RhinoStatus"
  1348. RhinoStatus.Parent = UpperPanelAutoBossMenu
  1349. RhinoStatus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1350. RhinoStatus.BorderColor3 = Color3.fromRGB(53, 53, 53)
  1351. RhinoStatus.BorderSizePixel = 0
  1352. RhinoStatus.Position = UDim2.new(0.0261753034, 0, 1.85072458, 0)
  1353. RhinoStatus.Size = UDim2.new(0, 141, 0, 26)
  1354. RhinoStatus.Font = Enum.Font.SourceSans
  1355. RhinoStatus.Text = "Not there -->"
  1356. RhinoStatus.TextColor3 = Color3.fromRGB(255, 255, 255)
  1357. RhinoStatus.TextScaled = true
  1358. RhinoStatus.TextSize = 14.000
  1359. RhinoStatus.TextWrapped = true
  1360. coroutine.wrap(function()
  1361. while wait(0.1) do
  1362. if game.Workspace.Boss:FindFirstChild("Rhino King") then
  1363. RhinoStatus.Text = "Is there! -->"
  1364. else
  1365. RhinoStatus.Text = "Not there -->"
  1366. end
  1367. end
  1368. end)()
  1369.  
  1370. EvilFoxStatus.Name = "EvilFoxStatus"
  1371. EvilFoxStatus.Parent = UpperPanelAutoBossMenu
  1372. EvilFoxStatus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1373. EvilFoxStatus.BorderColor3 = Color3.fromRGB(53, 53, 53)
  1374. EvilFoxStatus.BorderSizePixel = 0
  1375. EvilFoxStatus.Position = UDim2.new(0.0261753034, 0, 4.05072451, 0)
  1376. EvilFoxStatus.Size = UDim2.new(0, 141, 0, 26)
  1377. EvilFoxStatus.Font = Enum.Font.SourceSans
  1378. EvilFoxStatus.Text = "Not there -->"
  1379. EvilFoxStatus.TextColor3 = Color3.fromRGB(255, 255, 255)
  1380. EvilFoxStatus.TextScaled = true
  1381. EvilFoxStatus.TextSize = 14.000
  1382. EvilFoxStatus.TextWrapped = true
  1383. coroutine.wrap(function()
  1384. while wait(0.01) do
  1385. if game.Workspace.Boss:FindFirstChild("Evil Fox") then
  1386. EvilFoxStatus.Text = "Is there! -->"
  1387. else
  1388. EvilFoxStatus.Text = "Not there -->"
  1389. end
  1390. end
  1391. end)()
  1392.  
  1393. LavaStatus.Name = "LavaStatus"
  1394. LavaStatus.Parent = UpperPanelAutoBossMenu
  1395. LavaStatus.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  1396. LavaStatus.BorderColor3 = Color3.fromRGB(53, 53, 53)
  1397. LavaStatus.BorderSizePixel = 0
  1398. LavaStatus.Position = UDim2.new(0.0261753034, 0, 6.09072447, 0)
  1399. LavaStatus.Size = UDim2.new(0, 141, 0, 26)
  1400. LavaStatus.Font = Enum.Font.SourceSans
  1401. LavaStatus.Text = "Not there -->"
  1402. LavaStatus.TextColor3 = Color3.fromRGB(255, 255, 255)
  1403. LavaStatus.TextScaled = true
  1404. LavaStatus.TextSize = 14.000
  1405. LavaStatus.TextWrapped = true
  1406. coroutine.wrap(function()
  1407. while wait(0.1) do
  1408. if game.Workspace.Boss:FindFirstChild("Lava Golem") then
  1409. LavaStatus.Text = "Is there! -->"
  1410. else
  1411. LavaStatus.Text = "Not there -->"
  1412. end
  1413. end
  1414. end)()
Add Comment
Please, Sign In to add comment