Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.38 KB | None | 0 0
  1. -- Updated by htps://v3rmillion.net/member.php?action=profile&uid=234837
  2. t
  3. -- Credit t-- Updated 11/10/2018o https://v3rmillion.net/member.php?action=profile&uid=519098
  4.  
  5. -- Does this crash you? DM me and I'll try to find a fix to the issue
  6.  
  7. FarmStart = false
  8. FarmArea = "none"
  9. WalkNumber = "1"
  10. JumpNumber = "1"
  11.  
  12. local petTable = {}
  13. local Try = 0
  14. local Amount = 0
  15.  
  16. function PetTable()
  17. local Stats = workspace["__REMOTES"]["Core"]["Get Other Stats"]:InvokeServer()
  18. local Times = #Stats[game.Players.LocalPlayer.Name]["Save"]["Pets"]
  19. local Name = game:GetService("Players").LocalPlayer.Name
  20. petTable = {}
  21. Try = 0
  22. Amount = 0
  23. for i=1,Times do
  24. if(Stats[Name]["Save"]["Pets"][Times].e == true) then
  25. Amount = Amount + 1
  26. petTable[Amount] = {
  27. ["ID"] = tonumber(Stats[Name]["Save"]["Pets"][Times].id),
  28. ["LEVEL"] = tonumber(Stats[Name]["Save"]["Pets"][Times].l),
  29. }
  30. end
  31. Times = Times - 1
  32. end
  33. end
  34.  
  35. local MainGUI = Instance.new("ScreenGui")
  36. local TopFrame = Instance.new("Frame")
  37. local PSHeader = Instance.new("TextLabel")
  38. local ClosePS = Instance.new("TextButton")
  39. local StatsFrame = Instance.new("Frame")
  40. local FarmCoins = Instance.new("TextButton")
  41. local FarmFrame = Instance.new("Frame")
  42. local PowerTextInfo1 = Instance.new("TextLabel")
  43. local PowerText1 = Instance.new("TextLabel")
  44. local FarmPower = Instance.new("TextBox")
  45. local StartFarming = Instance.new("TextButton")
  46. local StartFarmingEarth = Instance.new("TextButton")
  47. local StartFarmingMoon = Instance.new("TextButton")
  48. local WalkSpeed = Instance.new("TextButton")
  49. local JumpPower = Instance.new("TextButton")
  50. local BuyScreen = Instance.new("TextButton")
  51. local BuyScreenFrame = Instance.new("Frame")
  52. local BuyPetTitle1 = Instance.new("TextLabel")
  53. local BuyPetTitle2 = Instance.new("TextLabel")
  54. local BuyPetTitle3 = Instance.new("TextLabel")
  55. local BuyPetAmount1 = Instance.new("TextLabel")
  56. local BuyPetAmount2 = Instance.new("TextBox")
  57. local BuyPetAmount3 = Instance.new("TextBox")
  58. local BuyPetTier1 = Instance.new("TextLabel")
  59. local BuyPetTier2 = Instance.new("TextBox")
  60. local BuyPetGo = Instance.new("TextButton")
  61. local BuyHatTitle1 = Instance.new("TextLabel")
  62. local BuyHatTitle2 = Instance.new("TextLabel")
  63. local BuyHatAmount1 = Instance.new("TextLabel")
  64. local BuyHatAmount2 = Instance.new("TextBox")
  65. local BuyHatTier1 = Instance.new("TextLabel")
  66. local BuyHatTier2 = Instance.new("TextBox")
  67. local BuyHatGo = Instance.new("TextButton")
  68. local Locations = Instance.new("TextButton")
  69. local Locations2 = Instance.new("TextButton")
  70. local MainFrame = Instance.new("Frame")
  71. local Stats = Instance.new("TextButton")
  72. local Spawn = Instance.new("TextButton")
  73. local Shop = Instance.new("TextButton")
  74. local Area2 = Instance.new("TextButton")
  75. local Area3 = Instance.new("TextButton")
  76. local Area4 = Instance.new("TextButton")
  77. local Area5 = Instance.new("TextButton")
  78. local Area6 = Instance.new("TextButton")
  79. local Area7 = Instance.new("TextButton")
  80. local Area8 = Instance.new("TextButton")
  81. local Area9 = Instance.new("TextButton")
  82. local Area10 = Instance.new("TextButton")
  83. local Area11 = Instance.new("TextButton")
  84. local Area12 = Instance.new("TextButton")
  85. local Rocket = Instance.new("TextButton")
  86. local CandyLand = Instance.new("TextButton")
  87. local CyborgLand = Instance.new("TextButton")
  88. local AreaDivider = Instance.new("TextLabel")
  89. local AllHealthLabel = Instance.new("TextLabel")
  90. local AllHealthMinLabel = Instance.new("TextLabel")
  91. local AllHealthMaxLabel = Instance.new("TextLabel")
  92. local AllHealthMin = Instance.new("TextBox")
  93. local AllHealthMax = Instance.new("TextBox")
  94. local EarthHealthLabel = Instance.new("TextLabel")
  95. local EarthHealthMinLabel = Instance.new("TextLabel")
  96. local EarthHealthMaxLabel = Instance.new("TextLabel")
  97. local EarthHealthMin = Instance.new("TextBox")
  98. local EarthHealthMax = Instance.new("TextBox")
  99. local MoonHealthLabel = Instance.new("TextLabel")
  100. local MoonHealthMinLabel = Instance.new("TextLabel")
  101. local MoonHealthMaxLabel = Instance.new("TextLabel")
  102. local MoonHealthMin = Instance.new("TextBox")
  103. local MoonHealthMax = Instance.new("TextBox")
  104. local TeleportScreen = Instance.new("TextButton")
  105.  
  106. MainGUI.Name = "MainGUI"
  107. MainGUI.Parent = game.CoreGui
  108. local MainCORE = game.CoreGui["MainGUI"]
  109.  
  110. TopFrame.Name = "TopFrame"
  111. TopFrame.Parent = MainGUI
  112. TopFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  113. TopFrame.BackgroundTransparency = 0
  114. TopFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  115. TopFrame.Active = true
  116. TopFrame.Selectable = true
  117. TopFrame.Draggable = true
  118. TopFrame.Visible = true
  119. TopFrame.Position = UDim2.new(1, -145, 0.5, -100)
  120. TopFrame.Size = UDim2.new(0, 140, 0, 30)
  121.  
  122. PSHeader.Name = "PSHeader"
  123. PSHeader.Parent = TopFrame
  124. PSHeader.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  125. PSHeader.BackgroundTransparency = 1
  126. PSHeader.BorderSizePixel = 0
  127. PSHeader.BorderColor3 = Color3.new(0, 0, 0)
  128. PSHeader.Position = UDim2.new(0, 5, 0, 5)
  129. PSHeader.Size = UDim2.new(0, 105, 0, 20)
  130. PSHeader.Font = Enum.Font.Fantasy
  131. PSHeader.Text = "Pet Simulator"
  132. PSHeader.TextColor3 = Color3.new(0, 0, 0)
  133. PSHeader.TextScaled = true
  134. PSHeader.TextSize = 17
  135.  
  136. ClosePS.Name = "ClosePS"
  137. ClosePS.Parent = TopFrame
  138. ClosePS.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  139. ClosePS.BorderColor3 = Color3.new(0, 0, 0)
  140. ClosePS.Position = UDim2.new(0, 115, 0, 5)
  141. ClosePS.Size = UDim2.new(0, 20, 0, 20)
  142. ClosePS.Font = Enum.Font.Fantasy
  143. ClosePS.Text = "X"
  144. ClosePS.TextColor3 = Color3.new(1, 0, 0)
  145. ClosePS.TextScaled = true
  146. ClosePS.TextSize = 17
  147.  
  148. MainFrame.Name = "MainFrame"
  149. MainFrame.Parent = TopFrame
  150. MainFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  151. MainFrame.BackgroundTransparency = 0
  152. MainFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  153. MainFrame.Position = UDim2.new(0, 0, 0, 30)
  154. MainFrame.Size = UDim2.new(0, 140, 0, 433)
  155. MainFrame.Visible = true
  156.  
  157. BuyScreen.Name = "BuyScreen"
  158. BuyScreen.Parent = MainFrame
  159. BuyScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  160. BuyScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  161. BuyScreen.Position = UDim2.new(0, 5, 0, 5)
  162. BuyScreen.Size = UDim2.new(0, 60, 0, 25)
  163. BuyScreen.Font = Enum.Font.Fantasy
  164. BuyScreen.TextColor3 = Color3.new(1, 1, 1)
  165. BuyScreen.Text = "SHOP"
  166. BuyScreen.TextSize = 17
  167. BuyScreen.TextWrapped = true
  168.  
  169. FarmCoins.Name = "FarmCoins"
  170. FarmCoins.Parent = MainFrame
  171. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  172. FarmCoins.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  173. FarmCoins.Position = UDim2.new(0, 75, 0, 5)
  174. FarmCoins.Size = UDim2.new(0, 60, 0, 25)
  175. FarmCoins.Font = Enum.Font.Fantasy
  176. FarmCoins.TextColor3 = Color3.new(1, 1, 1)
  177. FarmCoins.Text = "FARM"
  178. FarmCoins.TextSize = 17
  179. FarmCoins.TextWrapped = true
  180.  
  181. WalkSpeed.Name = "WalkSpeed"
  182. WalkSpeed.Parent = MainFrame
  183. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  184. WalkSpeed.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  185. WalkSpeed.Position = UDim2.new(0, 5, 0, 40)
  186. WalkSpeed.Size = UDim2.new(0, 60, 0, 25)
  187. WalkSpeed.Font = Enum.Font.Fantasy
  188. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  189. WalkSpeed.Text = "Walk:1"
  190. WalkSpeed.TextSize = 17
  191. WalkSpeed.TextWrapped = true
  192.  
  193. JumpPower.Name = "JumpPower"
  194. JumpPower.Parent = MainFrame
  195. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  196. JumpPower.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  197. JumpPower.Position = UDim2.new(0, 75, 0, 40)
  198. JumpPower.Size = UDim2.new(0, 60, 0, 25)
  199. JumpPower.Font = Enum.Font.Fantasy
  200. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  201. JumpPower.Text = "Jump:1"
  202. JumpPower.TextSize = 17
  203. JumpPower.TextWrapped = true
  204.  
  205. TeleportScreen.Name = "TeleportScreen"
  206. TeleportScreen.Parent = MainFrame
  207. TeleportScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  208. TeleportScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  209. TeleportScreen.Position = UDim2.new(0, 5, 0, 75)
  210. TeleportScreen.Size = UDim2.new(0, 130, 0, 20)
  211. TeleportScreen.Font = Enum.Font.Fantasy
  212. TeleportScreen.TextColor3 = Color3.new(1, 1, 1)
  213. TeleportScreen.Text = "GAME TELEPORT"
  214. TeleportScreen.TextSize = 17
  215. TeleportScreen.TextWrapped = true
  216.  
  217. Spawn.Name = "Spawn"
  218. Spawn.Parent = MainFrame
  219. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  220. Spawn.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  221. Spawn.Position = UDim2.new(0, 5, 0, 100)
  222. Spawn.Size = UDim2.new(0, 130, 0, 20)
  223. Spawn.Font = Enum.Font.Fantasy
  224. Spawn.TextColor3 = Color3.new(1, 1, 1)
  225. Spawn.Text = "Spawn Area"
  226. Spawn.TextSize = 17
  227. Spawn.TextWrapped = true
  228.  
  229. Shop.Name = "Shop"
  230. Shop.Parent = MainFrame
  231. Shop.BackgroundColor3 = Color3.new(0, 0, 0)
  232. Shop.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  233. Shop.Position = UDim2.new(0, 5, 0, 125)
  234. Shop.Size = UDim2.new(0, 130, 0, 20)
  235. Shop.Font = Enum.Font.Fantasy
  236. Shop.TextColor3 = Color3.new(1, 1, 1)
  237. Shop.Text = "Egg Shop"
  238. Shop.TextSize = 17
  239. Shop.TextWrapped = true
  240.  
  241. Area2.Name = "Area2"
  242. Area2.Parent = MainFrame
  243. Area2.BackgroundColor3 = Color3.new(0, 0, 0)
  244. Area2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  245. Area2.Position = UDim2.new(0, 5, 0, 150)
  246. Area2.Size = UDim2.new(0, 130, 0, 20)
  247. Area2.Font = Enum.Font.Fantasy
  248. Area2.TextColor3 = Color3.new(1, 1, 1)
  249. Area2.Text = "25K Area"
  250. Area2.TextSize = 17
  251. Area2.TextWrapped = true
  252.  
  253. Area3.Name = "Area3"
  254. Area3.Parent = MainFrame
  255. Area3.BackgroundColor3 = Color3.new(0, 0, 0)
  256. Area3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  257. Area3.Position = UDim2.new(0, 5, 0, 175)
  258. Area3.Size = UDim2.new(0, 130, 0, 20)
  259. Area3.Font = Enum.Font.Fantasy
  260. Area3.TextColor3 = Color3.new(1, 1, 1)
  261. Area3.Text = "400K Area"
  262. Area3.TextSize = 17
  263. Area3.TextWrapped = true
  264.  
  265. Area4.Name = "Area4"
  266. Area4.Parent = MainFrame
  267. Area4.BackgroundColor3 = Color3.new(0, 0, 0)
  268. Area4.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  269. Area4.Position = UDim2.new(0, 5, 0, 200)
  270. Area4.Size = UDim2.new(0, 130, 0, 20)
  271. Area4.Font = Enum.Font.Fantasy
  272. Area4.TextColor3 = Color3.new(1, 1, 1)
  273. Area4.Text = "2.5M Area"
  274. Area4.TextSize = 17
  275. Area4.TextWrapped = true
  276.  
  277. Area5.Name = "Area5"
  278. Area5.Parent = MainFrame
  279. Area5.BackgroundColor3 = Color3.new(0, 0, 0)
  280. Area5.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  281. Area5.Position = UDim2.new(0, 5, 0, 225)
  282. Area5.Size = UDim2.new(0, 130, 0, 20)
  283. Area5.Font = Enum.Font.Fantasy
  284. Area5.TextColor3 = Color3.new(1, 1, 1)
  285. Area5.Text = "20M Area"
  286. Area5.TextSize = 17
  287. Area5.TextWrapped = true
  288.  
  289. Area6.Name = "Area6"
  290. Area6.Parent = MainFrame
  291. Area6.BackgroundColor3 = Color3.new(0, 0, 0)
  292. Area6.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  293. Area6.Position = UDim2.new(0, 5, 0, 250)
  294. Area6.Size = UDim2.new(0, 130, 0, 20)
  295. Area6.Font = Enum.Font.Fantasy
  296. Area6.TextColor3 = Color3.new(1, 1, 1)
  297. Area6.Text = "500M Area"
  298. Area6.TextSize = 17
  299. Area6.TextWrapped = true
  300.  
  301. Rocket.Name = "Rocket"
  302. Rocket.Parent = MainFrame
  303. Rocket.BackgroundColor3 = Color3.new(0, 0, 0)
  304. Rocket.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  305. Rocket.Position = UDim2.new(0, 5, 0, 275)
  306. Rocket.Size = UDim2.new(0, 130, 0, 20)
  307. Rocket.Font = Enum.Font.Fantasy
  308. Rocket.TextColor3 = Color3.new(1, 1, 1)
  309. Rocket.Text = "Rocket Area"
  310. Rocket.TextSize = 17
  311. Rocket.TextWrapped = true
  312.  
  313. AreaDivider.Name = "AreaDivider"
  314. AreaDivider.Parent = MainFrame
  315. AreaDivider.BackgroundColor3 = Color3.new(0, 0, 0)
  316. AreaDivider.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  317. AreaDivider.Position = UDim2.new(0, 0, 0, 300)
  318. AreaDivider.Size = UDim2.new(0, 140, 0, 3)
  319. AreaDivider.Font = Enum.Font.Fantasy
  320. AreaDivider.Text = ""
  321. AreaDivider.TextSize = 17
  322.  
  323. Area9.Name = "Area9"
  324. Area9.Parent = MainFrame
  325. Area9.BackgroundColor3 = Color3.new(0, 0, 0)
  326. Area9.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  327. Area9.Position = UDim2.new(0, 5, 0, 308)
  328. Area9.Size = UDim2.new(0, 130, 0, 20)
  329. Area9.Font = Enum.Font.Fantasy
  330. Area9.TextColor3 = Color3.new(1, 1, 1)
  331. Area9.Text = "Moon Spawn Point"
  332. Area9.TextSize = 17
  333. Area9.TextWrapped = true
  334.  
  335. Area8.Name = "Area8"
  336. Area8.Parent = MainFrame
  337. Area8.BackgroundColor3 = Color3.new(0, 0, 0)
  338. Area8.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  339. Area8.Position = UDim2.new(0, 5, 0, 333)
  340. Area8.Size = UDim2.new(0, 130, 0, 20)
  341. Area8.Font = Enum.Font.Fantasy
  342. Area8.TextColor3 = Color3.new(1, 1, 1)
  343. Area8.Text = "Moon Egg Shop"
  344. Area8.TextSize = 17
  345. Area8.TextWrapped = true
  346.  
  347. Area10.Name = "Area10"
  348. Area10.Parent = MainFrame
  349. Area10.BackgroundColor3 = Color3.new(0, 0, 0)
  350. Area10.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  351. Area10.Position = UDim2.new(0, 5, 0, 358)
  352. Area10.Size = UDim2.new(0, 130, 0, 20)
  353. Area10.Font = Enum.Font.Fantasy
  354. Area10.TextColor3 = Color3.new(1, 1, 1)
  355. Area10.Text = "Moon Area 2"
  356. Area10.TextSize = 17
  357. Area10.TextWrapped = true
  358.  
  359. CandyLand.Name = "CandyLand"
  360. CandyLand.Parent = MainFrame
  361. CandyLand.BackgroundColor3 = Color3.new(0, 0, 0)
  362. CandyLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  363. CandyLand.Position = UDim2.new(0, 5, 0, 383)
  364. CandyLand.Size = UDim2.new(0, 130, 0, 20)
  365. CandyLand.Font = Enum.Font.Fantasy
  366. CandyLand.TextColor3 = Color3.new(1, 1, 1)
  367. CandyLand.Text = "Candy Land"
  368. CandyLand.TextSize = 17
  369. CandyLand.TextWrapped = true
  370.  
  371. CyborgLand.Name = "CyborgLand"
  372. CyborgLand.Parent = MainFrame
  373. CyborgLand.BackgroundColor3 = Color3.new(0, 0, 0)
  374. CyborgLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  375. CyborgLand.Position = UDim2.new(0, 5, 0, 408)
  376. CyborgLand.Size = UDim2.new(0, 130, 0, 20)
  377. CyborgLand.Font = Enum.Font.Fantasy
  378. CyborgLand.TextColor3 = Color3.new(1, 1, 1)
  379. CyborgLand.Text = "Cyborg Land"
  380. CyborgLand.TextSize = 17
  381. CyborgLand.TextWrapped = true
  382.  
  383. BuyScreenFrame.Name = "BuyScreenFrame"
  384. BuyScreenFrame.Parent = TopFrame
  385. BuyScreenFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  386. BuyScreenFrame.BackgroundTransparency = 0
  387. BuyScreenFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  388. BuyScreenFrame.Position = UDim2.new(0, 0, 0, 30)
  389. BuyScreenFrame.Size = UDim2.new(0, 140, 0, 350)
  390. BuyScreenFrame.Visible = false
  391.  
  392. Locations.Name = "Locations"
  393. Locations.Parent = BuyScreenFrame
  394. Locations.BackgroundColor3 = Color3.new(0, 0, 0)
  395. Locations.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  396. Locations.Position = UDim2.new(0, 5, 0, 5)
  397. Locations.Size = UDim2.new(0, 130, 0, 25)
  398. Locations.Font = Enum.Font.Fantasy
  399. Locations.TextColor3 = Color3.new(1, 1, 1)
  400. Locations.Text = "LOCATIONS"
  401. Locations.TextSize = 17
  402. Locations.TextWrapped = true
  403.  
  404. BuyPetTitle1.Name = "BuyPetTitle1"
  405. BuyPetTitle1.Parent = BuyScreenFrame
  406. BuyPetTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
  407. BuyPetTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  408. BuyPetTitle1.Position = UDim2.new(0, 5, 0, 50)
  409. BuyPetTitle1.Size = UDim2.new(0, 130, 0, 55)
  410. BuyPetTitle1.Font = Enum.Font.Fantasy
  411. BuyPetTitle1.TextColor3 = Color3.new(1, 1, 1)
  412. BuyPetTitle1.Text = "You must have the money to buy what you want"
  413. BuyPetTitle1.TextSize = 17
  414. BuyPetTitle1.TextWrapped = true
  415.  
  416. BuyPetTitle2.Name = "BuyPetTitle2"
  417. BuyPetTitle2.Parent = BuyScreenFrame
  418. BuyPetTitle2.BackgroundTransparency = 1
  419. BuyPetTitle2.BorderSizePixel = 0
  420. BuyPetTitle2.Position = UDim2.new(0, 5, 0, 110)
  421. BuyPetTitle2.Size = UDim2.new(0, 130, 0, 20)
  422. BuyPetTitle2.Font = Enum.Font.Fantasy
  423. BuyPetTitle2.TextColor3 = Color3.new(0, 0, 0)
  424. BuyPetTitle2.Text = "BUY PETS"
  425. BuyPetTitle2.TextSize = 17
  426. BuyPetTitle2.TextWrapped = true
  427.  
  428. BuyPetAmount1.Name = "BuyPetAmount1"
  429. BuyPetAmount1.Parent = BuyScreenFrame
  430. BuyPetAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  431. BuyPetAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  432. BuyPetAmount1.Position = UDim2.new(0, 6, 0, 129)
  433. BuyPetAmount1.Size = UDim2.new(0, 89, 0, 21)
  434. BuyPetAmount1.Font = Enum.Font.Fantasy
  435. BuyPetAmount1.TextColor3 = Color3.new(1, 1, 1)
  436. BuyPetAmount1.Text = "Quantity"
  437. BuyPetAmount1.TextSize = 17
  438. BuyPetAmount1.TextWrapped = true
  439.  
  440. BuyPetAmount2.Name = "BuyPetAmount2"
  441. BuyPetAmount2.Parent = BuyScreenFrame
  442. BuyPetAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  443. BuyPetAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  444. BuyPetAmount2.Position = UDim2.new(0, 95, 0, 130)
  445. BuyPetAmount2.Size = UDim2.new(0, 40, 0, 20)
  446. BuyPetAmount2.Font = Enum.Font.Fantasy
  447. BuyPetAmount2.TextColor3 = Color3.new(1, 1, 1)
  448. BuyPetAmount2.Text = "1"
  449. BuyPetAmount2.TextSize = 17
  450. BuyPetAmount2.TextWrapped = true
  451.  
  452. BuyPetTier1.Name = "BuyPetTier1"
  453. BuyPetTier1.Parent = BuyScreenFrame
  454. BuyPetTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  455. BuyPetTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  456. BuyPetTier1.Position = UDim2.new(0, 6, 0, 150)
  457. BuyPetTier1.Size = UDim2.new(0, 89, 0, 20)
  458. BuyPetTier1.Font = Enum.Font.Fantasy
  459. BuyPetTier1.TextColor3 = Color3.new(1, 1, 1)
  460. BuyPetTier1.Text = "Tier"
  461. BuyPetTier1.TextSize = 17
  462. BuyPetTier1.TextWrapped = true
  463.  
  464. BuyPetTier2.Name = "BuyPetTier2"
  465. BuyPetTier2.Parent = BuyScreenFrame
  466. BuyPetTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  467. BuyPetTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  468. BuyPetTier2.Position = UDim2.new(0, 95, 0, 150)
  469. BuyPetTier2.Size = UDim2.new(0, 40, 0, 20)
  470. BuyPetTier2.Font = Enum.Font.Fantasy
  471. BuyPetTier2.TextColor3 = Color3.new(1, 1, 1)
  472. BuyPetTier2.Text = "16"
  473. BuyPetTier2.TextSize = 17
  474. BuyPetTier2.TextWrapped = true
  475.  
  476. BuyPetGo.Name = "BuyPetGo"
  477. BuyPetGo.Parent = BuyScreenFrame
  478. BuyPetGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  479. BuyPetGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  480. BuyPetGo.Position = UDim2.new(0, 5, 0, 170)
  481. BuyPetGo.Size = UDim2.new(0, 130, 0, 20)
  482. BuyPetGo.Font = Enum.Font.Fantasy
  483. BuyPetGo.TextColor3 = Color3.new(1, 1, 1)
  484. BuyPetGo.Text = "Buy Eggs"
  485. BuyPetGo.TextSize = 17
  486. BuyPetGo.TextWrapped = true
  487.  
  488. BuyPetTitle3.Name = "BuyPetTitle3"
  489. BuyPetTitle3.Parent = BuyScreenFrame
  490. BuyPetTitle3.BackgroundColor3 = Color3.new(0, 0, 0)
  491. BuyPetTitle3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  492. BuyPetTitle3.Position = UDim2.new(0, 5, 0, 195)
  493. BuyPetTitle3.Size = UDim2.new(0, 130, 0, 20)
  494. BuyPetTitle3.Font = Enum.Font.Fantasy
  495. BuyPetTitle3.TextColor3 = Color3.new(1, 1, 1)
  496. BuyPetTitle3.Text = "In Tier type 1-16"
  497. BuyPetTitle3.TextSize = 17
  498. BuyPetTitle3.TextWrapped = true
  499.  
  500. BuyHatTitle2.Name = "BuyHatTitle2"
  501. BuyHatTitle2.Parent = BuyScreenFrame
  502. BuyHatTitle2.BackgroundTransparency = 1
  503. BuyHatTitle2.BorderSizePixel = 0
  504. BuyHatTitle2.Position = UDim2.new(0, 5, 0, 225)
  505. BuyHatTitle2.Size = UDim2.new(0, 130, 0, 20)
  506. BuyHatTitle2.Font = Enum.Font.Fantasy
  507. BuyHatTitle2.TextColor3 = Color3.new(0, 0, 0)
  508. BuyHatTitle2.Text = "BUY HATS"
  509. BuyHatTitle2.TextSize = 17
  510. BuyHatTitle2.TextWrapped = true
  511.  
  512. BuyHatAmount1.Name = "BuyHatAmount1"
  513. BuyHatAmount1.Parent = BuyScreenFrame
  514. BuyHatAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  515. BuyHatAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  516. BuyHatAmount1.Position = UDim2.new(0, 6, 0, 245)
  517. BuyHatAmount1.Size = UDim2.new(0, 89, 0, 20)
  518. BuyHatAmount1.Font = Enum.Font.Fantasy
  519. BuyHatAmount1.TextColor3 = Color3.new(1, 1, 1)
  520. BuyHatAmount1.Text = "Quantity"
  521. BuyHatAmount1.TextSize = 17
  522. BuyHatAmount1.TextWrapped = true
  523.  
  524. BuyHatAmount2.Name = "BuyHatAmount2"
  525. BuyHatAmount2.Parent = BuyScreenFrame
  526. BuyHatAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  527. BuyHatAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  528. BuyHatAmount2.Position = UDim2.new(0, 95, 0, 244)
  529. BuyHatAmount2.Size = UDim2.new(0, 40, 0, 21)
  530. BuyHatAmount2.Font = Enum.Font.Fantasy
  531. BuyHatAmount2.TextColor3 = Color3.new(1, 1, 1)
  532. BuyHatAmount2.Text = "1"
  533. BuyHatAmount2.TextSize = 17
  534. BuyHatAmount2.TextWrapped = true
  535.  
  536. BuyHatTier1.Name = "BuyHatTier1"
  537. BuyHatTier1.Parent = BuyScreenFrame
  538. BuyHatTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  539. BuyHatTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  540. BuyHatTier1.Position = UDim2.new(0, 6, 0, 265)
  541. BuyHatTier1.Size = UDim2.new(0, 60, 0, 20)
  542. BuyHatTier1.Font = Enum.Font.Fantasy
  543. BuyHatTier1.TextColor3 = Color3.new(1, 1, 1)
  544. BuyHatTier1.Text = "Tier"
  545. BuyHatTier1.TextSize = 17
  546. BuyHatTier1.TextWrapped = true
  547.  
  548. BuyHatTier2.Name = "BuyHatTier2"
  549. BuyHatTier2.Parent = BuyScreenFrame
  550. BuyHatTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  551. BuyHatTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  552. BuyHatTier2.Position = UDim2.new(0, 66, 0, 265)
  553. BuyHatTier2.Size = UDim2.new(0, 69, 0, 20)
  554. BuyHatTier2.Font = Enum.Font.Fantasy
  555. BuyHatTier2.TextColor3 = Color3.new(1, 1, 1)
  556. BuyHatTier2.Text = "Golden"
  557. BuyHatTier2.TextSize = 17
  558. BuyHatTier2.TextWrapped = true
  559.  
  560. BuyHatGo.Name = "BuyHatGo"
  561. BuyHatGo.Parent = BuyScreenFrame
  562. BuyHatGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  563. BuyHatGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  564. BuyHatGo.Position = UDim2.new(0, 5, 0, 285)
  565. BuyHatGo.Size = UDim2.new(0, 130, 0, 20)
  566. BuyHatGo.Font = Enum.Font.Fantasy
  567. BuyHatGo.TextColor3 = Color3.new(1, 1, 1)
  568. BuyHatGo.Text = "Buy Hats"
  569. BuyHatGo.TextSize = 17
  570. BuyHatGo.TextWrapped = true
  571.  
  572. BuyHatTitle1.Name = "BuyHatTitle1"
  573. BuyHatTitle1.Parent = BuyScreenFrame
  574. BuyHatTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
  575. BuyHatTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  576. BuyHatTitle1.Position = UDim2.new(0, 5, 0, 310)
  577. BuyHatTitle1.Size = UDim2.new(0, 130, 0, 35)
  578. BuyHatTitle1.Font = Enum.Font.Fantasy
  579. BuyHatTitle1.TextColor3 = Color3.new(1, 1, 1)
  580. BuyHatTitle1.Text = "In Tier type 1-4 or Golden"
  581. BuyHatTitle1.TextSize = 17
  582. BuyHatTitle1.TextWrapped = true
  583.  
  584. FarmFrame.Name = "FarmFrame"
  585. FarmFrame.Parent = TopFrame
  586. FarmFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  587. FarmFrame.BackgroundTransparency = 0
  588. FarmFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  589. FarmFrame.Position = UDim2.new(0, 0, 0, 30)
  590. FarmFrame.Size = UDim2.new(0, 140, 0, 351)
  591. FarmFrame.Visible = false
  592.  
  593. Locations2.Name = "Locations2"
  594. Locations2.Parent = FarmFrame
  595. Locations2.BackgroundColor3 = Color3.new(0, 0, 0)
  596. Locations2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  597. Locations2.Position = UDim2.new(0, 5, 0, 5)
  598. Locations2.Size = UDim2.new(0, 130, 0, 25)
  599. Locations2.Font = Enum.Font.Fantasy
  600. Locations2.TextColor3 = Color3.new(1, 1, 1)
  601. Locations2.Text = "LOCATIONS"
  602. Locations2.TextSize = 17
  603. Locations2.TextWrapped = true
  604.  
  605. AllHealthLabel.Name = "AllHealthLabel"
  606. AllHealthLabel.Parent = FarmFrame
  607. AllHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  608. AllHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  609. AllHealthLabel.Position = UDim2.new(0, 5, 0, 50)
  610. AllHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  611. AllHealthLabel.Font = Enum.Font.Fantasy
  612. AllHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  613. AllHealthLabel.Text = "Coin/Chest Health"
  614. AllHealthLabel.TextSize = 17
  615. AllHealthLabel.TextWrapped = true
  616.  
  617. AllHealthMinLabel.Name = "AllHealthMinLabel"
  618. AllHealthMinLabel.Parent = FarmFrame
  619. AllHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  620. AllHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  621. AllHealthMinLabel.Position = UDim2.new(0, 5, 0, 71)
  622. AllHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  623. AllHealthMinLabel.Font = Enum.Font.Fantasy
  624. AllHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  625. AllHealthMinLabel.Text = "Min"
  626. AllHealthMinLabel.TextSize = 17
  627. AllHealthMinLabel.TextWrapped = true
  628.  
  629. AllHealthMin.Name = "AllHealthMin"
  630. AllHealthMin.Parent = FarmFrame
  631. AllHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  632. AllHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  633. AllHealthMin.Position = UDim2.new(0, 46, 0, 71)
  634. AllHealthMin.Size = UDim2.new(0, 89, 0, 20)
  635. AllHealthMin.Font = Enum.Font.Fantasy
  636. AllHealthMin.TextColor3 = Color3.new(1, 1, 1)
  637. AllHealthMin.Text = "1"
  638. AllHealthMin.TextSize = 17
  639. AllHealthMin.TextWrapped = true
  640.  
  641. AllHealthMaxLabel.Name = "AllHealthMaxLabel"
  642. AllHealthMaxLabel.Parent = FarmFrame
  643. AllHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  644. AllHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  645. AllHealthMaxLabel.Position = UDim2.new(0, 5, 0, 92)
  646. AllHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  647. AllHealthMaxLabel.Font = Enum.Font.Fantasy
  648. AllHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  649. AllHealthMaxLabel.Text = "Max"
  650. AllHealthMaxLabel.TextSize = 17
  651. AllHealthMaxLabel.TextWrapped = true
  652.  
  653. AllHealthMax.Name = "AllHealthMax"
  654. AllHealthMax.Parent = FarmFrame
  655. AllHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  656. AllHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  657. AllHealthMax.Position = UDim2.new(0, 46, 0, 92)
  658. AllHealthMax.Size = UDim2.new(0, 89, 0, 20)
  659. AllHealthMax.Font = Enum.Font.Fantasy
  660. AllHealthMax.TextColor3 = Color3.new(1, 1, 1)
  661. AllHealthMax.Text = "10e6"
  662. AllHealthMax.TextSize = 17
  663. AllHealthMax.TextWrapped = true
  664.  
  665. StartFarming.Name = "StartFarming"
  666. StartFarming.Parent = FarmFrame
  667. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  668. StartFarming.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  669. StartFarming.Position = UDim2.new(0, 5, 0, 117)
  670. StartFarming.Size = UDim2.new(0, 130, 0, 25)
  671. StartFarming.Font = Enum.Font.Fantasy
  672. StartFarming.TextColor3 = Color3.new(1, 1, 1)
  673. StartFarming.Text = "Mine ALL: OFF"
  674. StartFarming.TextSize = 17
  675. StartFarming.TextWrapped = true
  676.  
  677. EarthHealthLabel.Name = "EarthHealthLabel"
  678. EarthHealthLabel.Parent = FarmFrame
  679. EarthHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  680. EarthHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  681. EarthHealthLabel.Position = UDim2.new(0, 5, 0, 152)
  682. EarthHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  683. EarthHealthLabel.Font = Enum.Font.Fantasy
  684. EarthHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  685. EarthHealthLabel.Text = "Coin/Chest Health"
  686. EarthHealthLabel.TextSize = 17
  687. EarthHealthLabel.TextWrapped = true
  688.  
  689. EarthHealthMinLabel.Name = "EarthHealthMinLabel"
  690. EarthHealthMinLabel.Parent = FarmFrame
  691. EarthHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  692. EarthHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  693. EarthHealthMinLabel.Position = UDim2.new(0, 5, 0, 173)
  694. EarthHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  695. EarthHealthMinLabel.Font = Enum.Font.Fantasy
  696. EarthHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  697. EarthHealthMinLabel.Text = "Min"
  698. EarthHealthMinLabel.TextSize = 17
  699. EarthHealthMinLabel.TextWrapped = true
  700.  
  701. EarthHealthMin.Name = "EarthHealthMin"
  702. EarthHealthMin.Parent = FarmFrame
  703. EarthHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  704. EarthHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  705. EarthHealthMin.Position = UDim2.new(0, 46, 0, 173)
  706. EarthHealthMin.Size = UDim2.new(0, 89, 0, 20)
  707. EarthHealthMin.Font = Enum.Font.Fantasy
  708. EarthHealthMin.TextColor3 = Color3.new(1, 1, 1)
  709. EarthHealthMin.Text = "1"
  710. EarthHealthMin.TextSize = 17
  711. EarthHealthMin.TextWrapped = true
  712.  
  713. EarthHealthMaxLabel.Name = "EarthHealthMaxLabel"
  714. EarthHealthMaxLabel.Parent = FarmFrame
  715. EarthHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  716. EarthHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  717. EarthHealthMaxLabel.Position = UDim2.new(0, 5, 0, 194)
  718. EarthHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  719. EarthHealthMaxLabel.Font = Enum.Font.Fantasy
  720. EarthHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  721. EarthHealthMaxLabel.Text = "Max"
  722. EarthHealthMaxLabel.TextSize = 17
  723. EarthHealthMaxLabel.TextWrapped = true
  724.  
  725. EarthHealthMax.Name = "EarthHealthMax"
  726. EarthHealthMax.Parent = FarmFrame
  727. EarthHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  728. EarthHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  729. EarthHealthMax.Position = UDim2.new(0, 46, 0, 194)
  730. EarthHealthMax.Size = UDim2.new(0, 89, 0, 20)
  731. EarthHealthMax.Font = Enum.Font.Fantasy
  732. EarthHealthMax.TextColor3 = Color3.new(1, 1, 1)
  733. EarthHealthMax.Text = "20e06"
  734. EarthHealthMax.TextSize = 17
  735. EarthHealthMax.TextWrapped = true
  736.  
  737. StartFarmingEarth.Name = "StartFarmingEarth"
  738. StartFarmingEarth.Parent = FarmFrame
  739. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  740. StartFarmingEarth.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  741. StartFarmingEarth.Position = UDim2.new(0, 5, 0, 219)
  742. StartFarmingEarth.Size = UDim2.new(0, 130, 0, 25)
  743. StartFarmingEarth.Font = Enum.Font.Fantasy
  744. StartFarmingEarth.TextColor3 = Color3.new(1, 1, 1)
  745. StartFarmingEarth.Text = "Mine Earth: OFF"
  746. StartFarmingEarth.TextSize = 17
  747. StartFarmingEarth.TextWrapped = true
  748.  
  749. MoonHealthLabel.Name = "MoonHealthLabel"
  750. MoonHealthLabel.Parent = FarmFrame
  751. MoonHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  752. MoonHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  753. MoonHealthLabel.Position = UDim2.new(0, 5, 0, 254)
  754. MoonHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  755. MoonHealthLabel.Font = Enum.Font.Fantasy
  756. MoonHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  757. MoonHealthLabel.Text = "Coin/Chest Health"
  758. MoonHealthLabel.TextSize = 17
  759. MoonHealthLabel.TextWrapped = true
  760.  
  761. MoonHealthMinLabel.Name = "MoonHealthMinLabel"
  762. MoonHealthMinLabel.Parent = FarmFrame
  763. MoonHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  764. MoonHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  765. MoonHealthMinLabel.Position = UDim2.new(0, 5, 0, 275)
  766. MoonHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  767. MoonHealthMinLabel.Font = Enum.Font.Fantasy
  768. MoonHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  769. MoonHealthMinLabel.Text = "Min"
  770. MoonHealthMinLabel.TextSize = 17
  771. MoonHealthMinLabel.TextWrapped = true
  772.  
  773. MoonHealthMin.Name = "MoonHealthMin"
  774. MoonHealthMin.Parent = FarmFrame
  775. MoonHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  776. MoonHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  777. MoonHealthMin.Position = UDim2.new(0, 46, 0, 275)
  778. MoonHealthMin.Size = UDim2.new(0, 89, 0, 20)
  779. MoonHealthMin.Font = Enum.Font.Fantasy
  780. MoonHealthMin.TextColor3 = Color3.new(1, 1, 1)
  781. MoonHealthMin.Text = "10e04"
  782. MoonHealthMin.TextSize = 17
  783. MoonHealthMin.TextWrapped = true
  784.  
  785. MoonHealthMaxLabel.Name = "MoonHealthMaxLabel"
  786. MoonHealthMaxLabel.Parent = FarmFrame
  787. MoonHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  788. MoonHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  789. MoonHealthMaxLabel.Position = UDim2.new(0, 5, 0, 296)
  790. MoonHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  791. MoonHealthMaxLabel.Font = Enum.Font.Fantasy
  792. MoonHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  793. MoonHealthMaxLabel.Text = "Max"
  794. MoonHealthMaxLabel.TextSize = 17
  795. MoonHealthMaxLabel.TextWrapped = true
  796.  
  797. MoonHealthMax.Name = "MoonHealthMax"
  798. MoonHealthMax.Parent = FarmFrame
  799. MoonHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  800. MoonHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  801. MoonHealthMax.Position = UDim2.new(0, 46, 0, 296)
  802. MoonHealthMax.Size = UDim2.new(0, 89, 0, 20)
  803. MoonHealthMax.Font = Enum.Font.Fantasy
  804. MoonHealthMax.TextColor3 = Color3.new(1, 1, 1)
  805. MoonHealthMax.Text = "60e06"
  806. MoonHealthMax.TextSize = 17
  807. MoonHealthMax.TextWrapped = true
  808.  
  809. StartFarmingMoon.Name = "StartFarmingMoon"
  810. StartFarmingMoon.Parent = FarmFrame
  811. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  812. StartFarmingMoon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  813. StartFarmingMoon.Position = UDim2.new(0, 5, 0, 321)
  814. StartFarmingMoon.Size = UDim2.new(0, 130, 0, 25)
  815. StartFarmingMoon.Font = Enum.Font.Fantasy
  816. StartFarmingMoon.TextColor3 = Color3.new(1, 1, 1)
  817. StartFarmingMoon.Text = "Mine Moon: OFF"
  818. StartFarmingMoon.TextSize = 17
  819. StartFarmingMoon.TextWrapped = true
  820.  
  821. -- Close GUI --
  822. ClosePS.MouseButton1Down:connect(function()
  823. MainGUI:destroy()
  824. end)
  825.  
  826. BuyScreen.MouseButton1Click:connect(function()
  827. MainFrame.Visible = false
  828. BuyScreenFrame.Visible = true
  829. end)
  830.  
  831. Locations.MouseButton1Click:connect(function()
  832. MainFrame.Visible = true
  833. BuyScreenFrame.Visible = false
  834. end)
  835.  
  836. FarmCoins.MouseButton1Click:connect(function()
  837. MainFrame.Visible = false
  838. FarmFrame.Visible = true
  839. end)
  840.  
  841. Locations2.MouseButton1Click:connect(function()
  842. MainFrame.Visible = true
  843. FarmFrame.Visible = false
  844. end)
  845.  
  846. TeleportScreen.MouseButton1Click:connect(function()
  847. game.Players.LocalPlayer.PlayerGui.Teleport.Enabled = true
  848. end)
  849.  
  850. -- Farm --
  851.  
  852. StartFarming.MouseButton1Click:connect(function()
  853. if not FarmStart then
  854. FarmArea = "all"
  855. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  856. StartFarming.BackgroundColor3 = Color3.new(0, 0.3, 0)
  857. StartFarming.Text = "Mine ALL: ON"
  858. PetTable()
  859. FarmStart = true
  860. else
  861. FarmStart = false
  862. FarmArea = "none"
  863. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  864. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  865. StartFarming.Text = "Mine ALL: OFF"
  866. end
  867. end)
  868.  
  869. StartFarmingEarth.MouseButton1Click:connect(function()
  870. if not FarmStart then
  871. FarmArea = "earth"
  872. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  873. StartFarmingEarth.BackgroundColor3 = Color3.new(0, 0.3, 0)
  874. StartFarmingEarth.Text = "Mine Earth: ON"
  875. PetTable()
  876. FarmStart = true
  877. else
  878. FarmStart = false
  879. FarmArea = "none"
  880. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  881. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  882. StartFarmingEarth.Text = "Mine Earth: OFF"
  883. end
  884. end)
  885.  
  886. StartFarmingMoon.MouseButton1Click:connect(function()
  887. if not FarmStart then
  888. FarmArea = "moon"
  889. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  890. StartFarmingMoon.BackgroundColor3 = Color3.new(0, 0.3, 0)
  891. StartFarmingMoon.Text = "Mine Moon: ON"
  892. PetTable()
  893. FarmStart = true
  894. else
  895. FarmStart = false
  896. FarmArea = "none"
  897. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  898. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  899. StartFarmingMoon.Text = "Mine Moon: OFF"
  900. end
  901. end)
  902.  
  903. function Mine(Coin)
  904. while FarmStart and (Coin:FindFirstChild("Health") ~= nil) and (Coin:FindFirstChild("Health").Value > 0) do
  905. wait(0.1)
  906. for PetNumber,_ in pairs(petTable) do
  907. workspace["__REMOTES"]["Game"]["Coins"]:FireServer("Mine",Coin.Name,petTable[PetNumber]["LEVEL"],petTable[PetNumber]["ID"])
  908. end
  909. end
  910. end
  911.  
  912. spawn(function()
  913. while true do
  914. while FarmStart do
  915. for _,Coin in next, workspace["__THINGS"].Coins:GetChildren() do
  916. if (done ~= Coin) then
  917. if (FarmArea == "all") then
  918. if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  919. if Coin.Health.Value > tonumber(AllHealthMin.Text) and Coin.Health.Value < tonumber(AllHealthMax.Text) then
  920. Mine(Coin)
  921. end
  922. end
  923. elseif (FarmArea == "earth") then
  924. if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  925. if Coin.Position.Y < 100 then
  926. if Coin.Health.Value > tonumber(EarthHealthMin.Text) and Coin.Health.Value < tonumber(EarthHealthMax.Text) then
  927. Mine(Coin)
  928. end
  929. end
  930. end
  931. elseif (FarmArea == "moon") then
  932. if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  933. if Coin.Position.Y > 100 then
  934. if Coin.Health.Value > tonumber(MoonHealthMin.Text) and Coin.Health.Value < tonumber(MoonHealthMax.Text) then
  935. Mine(Coin)
  936. end
  937. end
  938. end
  939. else
  940. end
  941. end
  942. end
  943. wait()
  944. end
  945. wait()
  946. end
  947. end)
  948.  
  949. WalkSpeed.MouseButton1Click:connect(function()
  950. if WalkNumber == "1" then
  951. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.5)
  952. WalkSpeed.Text = "Walk:2"
  953. WalkNumber = "2"
  954. Walk = 30
  955. elseif WalkNumber == "2" then
  956. WalkSpeed.BackgroundColor3 = Color3.new(0.5, 0, 0)
  957. WalkSpeed.Text = "Walk:3"
  958. WalkNumber = "3"
  959. Walk = 80
  960. elseif WalkNumber == "3" then
  961. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  962. WalkSpeed.Text = "Walk:1"
  963. WalkNumber = "1"
  964. Walk = 16
  965. else
  966. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  967. WalkSpeed.Text = "Walk:1"
  968. WalkNumber = "1"
  969. Walk = 16
  970. end
  971. player = game.Players.LocalPlayer
  972. player.Character.Humanoid.WalkSpeed = Walk
  973. end)
  974.  
  975. JumpPower.MouseButton1Click:connect(function()
  976. if JumpNumber == "1" then
  977. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0.5)
  978. JumpPower.Text = "Jump:2"
  979. JumpNumber = "2"
  980. Jump = 150
  981. elseif JumpNumber == "2" then
  982. JumpPower.BackgroundColor3 = Color3.new(0.5, 0, 0)
  983. JumpPower.Text = "Jump:3"
  984. JumpNumber = "3"
  985. Jump = 400
  986. elseif JumpNumber == "3" then
  987. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  988. JumpPower.Text = "Jump:1"
  989. JumpNumber = "1"
  990. Jump = 50
  991. else
  992. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  993. JumpPower.Text = "Jump:1"
  994. JumpNumber = "1"
  995. Jump = 50
  996. end
  997. player = game.Players.LocalPlayer
  998. player.Character.Humanoid.JumpPower = Jump
  999. end)
  1000.  
  1001. -- Buy Eggs and Hats --
  1002.  
  1003. BuyPetGo.MouseButton1Click:connect(function()
  1004. for i = 1, tonumber(BuyPetAmount2.Text) do
  1005. if tonumber(BuyPetAmount2.Text) == 0 then break end
  1006. game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Eggs", "Tier " ..BuyPetTier2.Text)
  1007. wait()
  1008. end
  1009. end)
  1010.  
  1011. BuyHatGo.MouseButton1Click:connect(function()
  1012. for i = 1, tonumber(BuyHatAmount2.Text) do
  1013. if tonumber(BuyHatAmount2.Text) == 0 then break end
  1014. if BuyHatTier2.Text:lower() == "golden" then
  1015. game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Golden")
  1016. else
  1017. game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Tier " ..BuyHatTier2.Text)
  1018. end
  1019. wait()
  1020. end
  1021. end)
  1022.  
  1023. -- TP to locations --
  1024. Spawn.MouseButton1Click:connect(function()
  1025. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(526, -36.292, 909)
  1026. end)
  1027.  
  1028. Shop.MouseButton1Click:connect(function()
  1029. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(647.35, -33.6, 890.23)
  1030. end)
  1031.  
  1032. Area2.MouseButton1Click:connect(function()
  1033. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13, -37, 885)
  1034. end)
  1035.  
  1036. Area3.MouseButton1Click:connect(function()
  1037. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-364, -37, 885)
  1038. end)
  1039.  
  1040. Area4.MouseButton1Click:connect(function()
  1041. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-760, -37, 885)
  1042. end)
  1043.  
  1044. Area5.MouseButton1Click:connect(function()
  1045. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1160, -37, 885)
  1046. end)
  1047.  
  1048. Area6.MouseButton1Click:connect(function()
  1049. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1500, -37, 885)
  1050. end)
  1051.  
  1052. Rocket.MouseButton1Click:connect(function()
  1053. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
  1054. end)
  1055.  
  1056. Area8.MouseButton1Click:connect(function()
  1057. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616, 146, -1720)
  1058. end)
  1059.  
  1060. Area9.MouseButton1Click:connect(function()
  1061. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(527, 145, -1762)
  1062. end)
  1063.  
  1064. Area10.MouseButton1Click:connect(function()
  1065. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.8, 145, -1718)
  1066. end)
  1067.  
  1068. CandyLand.MouseButton1Click:connect(function()
  1069. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
  1070. end)
  1071.  
  1072. CyborgLand.MouseButton1Click:connect(function()
  1073. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
  1074. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement