Scriptorz5

[NEW]✅ ROBLOX HACK/SCRIPT!✅ | PET SIMULATOR | 😱 RAINBOW PET

Nov 18th, 2018
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.09 KB | None | 0 0
  1. -- Updated 11th Nov 2018 --
  2. -- Credit to https://v3rmillion.net/member.php?action=profile&uid=519098 --
  3.  
  4. -- Farming Script Fixed by https://v3rmillion.net/member.php?action=profile&uid=234837 --
  5.  
  6. -- Anti Idle
  7. local VirtualUser=game:service'VirtualUser'
  8. game:service'Players'.LocalPlayer.Idled:connect(function()
  9. VirtualUser:CaptureController()
  10. VirtualUser:ClickButton2(Vector2.new())
  11. end)
  12.  
  13. buypetactive = false
  14. buyhatactive = false
  15. FarmStart = false
  16. FarmArea = "none"
  17. showstartmessage = true
  18. WalkNumber = "1"
  19. JumpNumber = "1"
  20. adprainbowactive = false
  21. adhrobuxactive = false
  22. adhlordfedactive = false
  23. adhblackdominoactive = false
  24. stopifgethatactive = false
  25.  
  26. local EggKeepers = {
  27. "Dominus Huge", "Hydra", "Agony", -- Any pet with it's name in here will not be auto-deleted after purchased!
  28. }
  29.  
  30. local petTable = {}
  31. local Try = 0
  32. local Amount = 0
  33.  
  34. local function PetTable()
  35. local Stats = workspace["__REMOTES"]["Core"]["Get Other Stats"]:InvokeServer()
  36. local Times = #Stats[game.Players.LocalPlayer.Name]["Save"]["Pets"]
  37. local Name = game:GetService("Players").LocalPlayer.Name
  38. petTable = {}
  39. Try = 0
  40. Amount = 0
  41. for i=1,Times do
  42. if(Stats[Name]["Save"]["Pets"][Times].e == true) then
  43. Amount = Amount + 1
  44. petTable[Amount] = {
  45. ["ID"] = tonumber(Stats[Name]["Save"]["Pets"][Times].id),
  46. ["LEVEL"] = tonumber(Stats[Name]["Save"]["Pets"][Times].l),
  47. }
  48. end
  49. Times = Times - 1
  50. end
  51. end
  52.  
  53. pcall(function()
  54. PetTable()
  55. end)
  56.  
  57. local MainGUI = Instance.new("ScreenGui")
  58. local TopFrame = Instance.new("Frame")
  59. local PSHeader = Instance.new("TextLabel")
  60. local ClosePS = Instance.new("TextButton")
  61. local StatsFrame = Instance.new("Frame")
  62. local FarmCoins = Instance.new("TextButton")
  63. local FarmFrame = Instance.new("Frame")
  64. local PowerTextInfo1 = Instance.new("TextLabel")
  65. local PowerText1 = Instance.new("TextLabel")
  66. local FarmPower = Instance.new("TextBox")
  67. local StartFarming = Instance.new("TextButton")
  68. local StartFarmingEarth = Instance.new("TextButton")
  69. local StartFarmingMoon = Instance.new("TextButton")
  70. local WalkSpeed = Instance.new("TextButton")
  71. local JumpPower = Instance.new("TextButton")
  72. local BuyScreen = Instance.new("TextButton")
  73. local BuyScreenFrame = Instance.new("Frame")
  74. local BuyPetTitle1 = Instance.new("TextLabel")
  75. local BuyPetTitle2 = Instance.new("TextLabel")
  76. local BuyPetTitle3 = Instance.new("TextLabel")
  77. local BuyPetAmount1 = Instance.new("TextLabel")
  78. local BuyPetAmount2 = Instance.new("TextBox")
  79. local BuyPetAmount3 = Instance.new("TextBox")
  80. local BuyPetTier1 = Instance.new("TextLabel")
  81. local BuyPetTier2 = Instance.new("TextBox")
  82. local BuyPetGo = Instance.new("TextButton")
  83. local ADPetLabel1 = Instance.new("TextLabel")
  84. local KeepRainbowPet = Instance.new("TextButton")
  85. local BuyHatTier2 = Instance.new("TextBox")
  86. local BuyHatTitle1 = Instance.new("TextLabel")
  87. local BuyHatTitle2 = Instance.new("TextLabel")
  88. local BuyHatAmount1 = Instance.new("TextLabel")
  89. local BuyHatAmount2 = Instance.new("TextBox")
  90. local BuyHatTier1 = Instance.new("TextLabel")
  91. local BuyHatGo = Instance.new("TextButton")
  92. local ADHatLabel1 = Instance.new("TextLabel")
  93. local KeepRobuxHat = Instance.new("TextButton")
  94. local KeepLordFedHat = Instance.new("TextButton")
  95. local KeepBlackDominoHat = Instance.new("TextButton")
  96. local StopIfGetHat = Instance.new("TextButton")
  97. local Locations = Instance.new("TextButton")
  98. local Locations2 = Instance.new("TextButton")
  99. local PetCode = Instance.new("TextButton")
  100. local CodeInfoFrame = Instance.new("Frame")
  101. local CodeInfo1 = Instance.new("TextLabel")
  102. local SelectPet = Instance.new("TextLabel")
  103. local SelectPetInput = Instance.new("TextBox")
  104. local MaxCoins = Instance.new("TextLabel")
  105. local MaxC1 = Instance.new("TextButton")
  106. local MaxC2 = Instance.new("TextButton")
  107. local MaxC3 = Instance.new("TextButton")
  108. local MaxAgility = Instance.new("TextLabel")
  109. local MaxA1 = Instance.new("TextButton")
  110. local MaxA2 = Instance.new("TextButton")
  111. local MaxA3 = Instance.new("TextButton")
  112. local MainFrame = Instance.new("Frame")
  113. local Stats = Instance.new("TextButton")
  114. local Spawn = Instance.new("TextButton")
  115. local Shop = Instance.new("TextButton")
  116. local Area2 = Instance.new("TextButton")
  117. local Area3 = Instance.new("TextButton")
  118. local Area4 = Instance.new("TextButton")
  119. local Area5 = Instance.new("TextButton")
  120. local Area6 = Instance.new("TextButton")
  121. local Area7 = Instance.new("TextButton")
  122. local Area8 = Instance.new("TextButton")
  123. local Area9 = Instance.new("TextButton")
  124. local Area10 = Instance.new("TextButton")
  125. local Area11 = Instance.new("TextButton")
  126. local Area12 = Instance.new("TextButton")
  127. local Rocket = Instance.new("TextButton")
  128. local CandyLand = Instance.new("TextButton")
  129. local CyborgLand = Instance.new("TextButton")
  130. local GoldCrate = Instance.new("TextButton")
  131. local AreaDivider = Instance.new("TextLabel")
  132. local AllHealthLabel = Instance.new("TextLabel")
  133. local AllHealthMinLabel = Instance.new("TextLabel")
  134. local AllHealthMaxLabel = Instance.new("TextLabel")
  135. local AllHealthMin = Instance.new("TextBox")
  136. local AllHealthMax = Instance.new("TextBox")
  137. local EarthHealthLabel = Instance.new("TextLabel")
  138. local EarthHealthMinLabel = Instance.new("TextLabel")
  139. local EarthHealthMaxLabel = Instance.new("TextLabel")
  140. local EarthHealthMin = Instance.new("TextBox")
  141. local EarthHealthMax = Instance.new("TextBox")
  142. local MoonHealthLabel = Instance.new("TextLabel")
  143. local MoonHealthMinLabel = Instance.new("TextLabel")
  144. local MoonHealthMaxLabel = Instance.new("TextLabel")
  145. local MoonHealthMin = Instance.new("TextBox")
  146. local MoonHealthMax = Instance.new("TextBox")
  147. local TeleportScreen = Instance.new("TextButton")
  148.  
  149. --game.Workspace["__THINGS"].Barriers:ClearAllChildren()
  150.  
  151. function hint(txt, t)
  152. if t then
  153. local h = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
  154. h.Text = txt
  155. wait(t)
  156. h:remove()
  157. else
  158. local h = Instance.new("Hint",game.Players.LocalPlayer.PlayerGui)
  159. h.Text = txt
  160. wait(5)
  161. h:remove()
  162. end
  163. end
  164.  
  165. MainGUI.Name = "MainGUI"
  166. MainGUI.Parent = game.CoreGui
  167. local MainCORE = game.CoreGui["MainGUI"]
  168.  
  169. TopFrame.Name = "TopFrame"
  170. TopFrame.Parent = MainGUI
  171. TopFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  172. TopFrame.BackgroundTransparency = 0
  173. TopFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  174. TopFrame.Active = true
  175. TopFrame.Selectable = true
  176. TopFrame.Draggable = true
  177. TopFrame.Visible = true
  178. TopFrame.Position = UDim2.new(1, -150, 0.5, -145)
  179. TopFrame.Size = UDim2.new(0, 140, 0, 30)
  180.  
  181. PSHeader.Name = "PSHeader"
  182. PSHeader.Parent = TopFrame
  183. PSHeader.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  184. PSHeader.BackgroundTransparency = 1
  185. PSHeader.BorderSizePixel = 0
  186. PSHeader.BorderColor3 = Color3.new(0, 0, 0)
  187. PSHeader.Position = UDim2.new(0, 5, 0, 5)
  188. PSHeader.Size = UDim2.new(0, 105, 0, 20)
  189. PSHeader.Font = Enum.Font.Fantasy
  190. PSHeader.Text = "Pet Simulator"
  191. PSHeader.TextColor3 = Color3.new(0, 0, 0)
  192. PSHeader.TextScaled = true
  193. PSHeader.TextSize = 17
  194.  
  195. ClosePS.Name = "ClosePS"
  196. ClosePS.Parent = TopFrame
  197. ClosePS.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  198. ClosePS.BorderColor3 = Color3.new(0, 0, 0)
  199. ClosePS.Position = UDim2.new(0, 115, 0, 5)
  200. ClosePS.Size = UDim2.new(0, 20, 0, 20)
  201. ClosePS.Font = Enum.Font.Fantasy
  202. ClosePS.Text = "X"
  203. ClosePS.TextColor3 = Color3.new(1, 0, 0)
  204. ClosePS.TextScaled = true
  205. ClosePS.TextSize = 17
  206.  
  207. MainFrame.Name = "MainFrame"
  208. MainFrame.Parent = TopFrame
  209. MainFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  210. MainFrame.BackgroundTransparency = 0
  211. MainFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  212. MainFrame.Position = UDim2.new(0, 0, 0, 30)
  213. MainFrame.Size = UDim2.new(0, 140, 0, 458)
  214. MainFrame.Visible = true
  215.  
  216. BuyScreen.Name = "BuyScreen"
  217. BuyScreen.Parent = MainFrame
  218. BuyScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  219. BuyScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  220. BuyScreen.Position = UDim2.new(0, 5, 0, 5)
  221. BuyScreen.Size = UDim2.new(0, 60, 0, 25)
  222. BuyScreen.Font = Enum.Font.Fantasy
  223. BuyScreen.TextColor3 = Color3.new(1, 1, 1)
  224. BuyScreen.Text = "SHOP"
  225. BuyScreen.TextSize = 17
  226. BuyScreen.TextWrapped = true
  227.  
  228. FarmCoins.Name = "FarmCoins"
  229. FarmCoins.Parent = MainFrame
  230. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  231. FarmCoins.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  232. FarmCoins.Position = UDim2.new(0, 75, 0, 5)
  233. FarmCoins.Size = UDim2.new(0, 60, 0, 25)
  234. FarmCoins.Font = Enum.Font.Fantasy
  235. FarmCoins.TextColor3 = Color3.new(1, 1, 1)
  236. FarmCoins.Text = "FARM"
  237. FarmCoins.TextSize = 17
  238. FarmCoins.TextWrapped = true
  239.  
  240. WalkSpeed.Name = "WalkSpeed"
  241. WalkSpeed.Parent = MainFrame
  242. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  243. WalkSpeed.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  244. WalkSpeed.Position = UDim2.new(0, 5, 0, 40)
  245. WalkSpeed.Size = UDim2.new(0, 60, 0, 25)
  246. WalkSpeed.Font = Enum.Font.Fantasy
  247. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  248. WalkSpeed.Text = "Walk:1"
  249. WalkSpeed.TextSize = 17
  250. WalkSpeed.TextWrapped = true
  251.  
  252. JumpPower.Name = "JumpPower"
  253. JumpPower.Parent = MainFrame
  254. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  255. JumpPower.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  256. JumpPower.Position = UDim2.new(0, 75, 0, 40)
  257. JumpPower.Size = UDim2.new(0, 60, 0, 25)
  258. JumpPower.Font = Enum.Font.Fantasy
  259. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  260. JumpPower.Text = "Jump:1"
  261. JumpPower.TextSize = 17
  262. JumpPower.TextWrapped = true
  263.  
  264. TeleportScreen.Name = "TeleportScreen"
  265. TeleportScreen.Parent = MainFrame
  266. TeleportScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  267. TeleportScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  268. TeleportScreen.Position = UDim2.new(0, 5, 0, 75)
  269. TeleportScreen.Size = UDim2.new(0, 130, 0, 20)
  270. TeleportScreen.Font = Enum.Font.Fantasy
  271. TeleportScreen.TextColor3 = Color3.new(1, 1, 1)
  272. TeleportScreen.Text = "GAME TELEPORT"
  273. TeleportScreen.TextSize = 17
  274. TeleportScreen.TextWrapped = true
  275.  
  276. Spawn.Name = "Spawn"
  277. Spawn.Parent = MainFrame
  278. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  279. Spawn.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  280. Spawn.Position = UDim2.new(0, 5, 0, 100)
  281. Spawn.Size = UDim2.new(0, 130, 0, 20)
  282. Spawn.Font = Enum.Font.Fantasy
  283. Spawn.TextColor3 = Color3.new(1, 1, 1)
  284. Spawn.Text = "Spawn Area"
  285. Spawn.TextSize = 17
  286. Spawn.TextWrapped = true
  287.  
  288. Shop.Name = "Shop"
  289. Shop.Parent = MainFrame
  290. Shop.BackgroundColor3 = Color3.new(0, 0, 0)
  291. Shop.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  292. Shop.Position = UDim2.new(0, 5, 0, 125)
  293. Shop.Size = UDim2.new(0, 130, 0, 20)
  294. Shop.Font = Enum.Font.Fantasy
  295. Shop.TextColor3 = Color3.new(1, 1, 1)
  296. Shop.Text = "Egg Shop"
  297. Shop.TextSize = 17
  298. Shop.TextWrapped = true
  299.  
  300. Area2.Name = "Area2"
  301. Area2.Parent = MainFrame
  302. Area2.BackgroundColor3 = Color3.new(0, 0, 0)
  303. Area2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  304. Area2.Position = UDim2.new(0, 5, 0, 150)
  305. Area2.Size = UDim2.new(0, 130, 0, 20)
  306. Area2.Font = Enum.Font.Fantasy
  307. Area2.TextColor3 = Color3.new(1, 1, 1)
  308. Area2.Text = "25K Area"
  309. Area2.TextSize = 17
  310. Area2.TextWrapped = true
  311.  
  312. Area3.Name = "Area3"
  313. Area3.Parent = MainFrame
  314. Area3.BackgroundColor3 = Color3.new(0, 0, 0)
  315. Area3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  316. Area3.Position = UDim2.new(0, 5, 0, 175)
  317. Area3.Size = UDim2.new(0, 130, 0, 20)
  318. Area3.Font = Enum.Font.Fantasy
  319. Area3.TextColor3 = Color3.new(1, 1, 1)
  320. Area3.Text = "400K Area"
  321. Area3.TextSize = 17
  322. Area3.TextWrapped = true
  323.  
  324. Area4.Name = "Area4"
  325. Area4.Parent = MainFrame
  326. Area4.BackgroundColor3 = Color3.new(0, 0, 0)
  327. Area4.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  328. Area4.Position = UDim2.new(0, 5, 0, 200)
  329. Area4.Size = UDim2.new(0, 130, 0, 20)
  330. Area4.Font = Enum.Font.Fantasy
  331. Area4.TextColor3 = Color3.new(1, 1, 1)
  332. Area4.Text = "2.5M Area"
  333. Area4.TextSize = 17
  334. Area4.TextWrapped = true
  335.  
  336. Area5.Name = "Area5"
  337. Area5.Parent = MainFrame
  338. Area5.BackgroundColor3 = Color3.new(0, 0, 0)
  339. Area5.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  340. Area5.Position = UDim2.new(0, 5, 0, 225)
  341. Area5.Size = UDim2.new(0, 130, 0, 20)
  342. Area5.Font = Enum.Font.Fantasy
  343. Area5.TextColor3 = Color3.new(1, 1, 1)
  344. Area5.Text = "20M Area"
  345. Area5.TextSize = 17
  346. Area5.TextWrapped = true
  347.  
  348. Area6.Name = "Area6"
  349. Area6.Parent = MainFrame
  350. Area6.BackgroundColor3 = Color3.new(0, 0, 0)
  351. Area6.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  352. Area6.Position = UDim2.new(0, 5, 0, 250)
  353. Area6.Size = UDim2.new(0, 130, 0, 20)
  354. Area6.Font = Enum.Font.Fantasy
  355. Area6.TextColor3 = Color3.new(1, 1, 1)
  356. Area6.Text = "500M Area"
  357. Area6.TextSize = 17
  358. Area6.TextWrapped = true
  359.  
  360. Rocket.Name = "Rocket"
  361. Rocket.Parent = MainFrame
  362. Rocket.BackgroundColor3 = Color3.new(0, 0, 0)
  363. Rocket.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  364. Rocket.Position = UDim2.new(0, 5, 0, 275)
  365. Rocket.Size = UDim2.new(0, 130, 0, 20)
  366. Rocket.Font = Enum.Font.Fantasy
  367. Rocket.TextColor3 = Color3.new(1, 1, 1)
  368. Rocket.Text = "Rocket Area"
  369. Rocket.TextSize = 17
  370. Rocket.TextWrapped = true
  371.  
  372. AreaDivider.Name = "AreaDivider"
  373. AreaDivider.Parent = MainFrame
  374. AreaDivider.BackgroundColor3 = Color3.new(0, 0, 0)
  375. AreaDivider.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  376. AreaDivider.Position = UDim2.new(0, 0, 0, 300)
  377. AreaDivider.Size = UDim2.new(0, 140, 0, 3)
  378. AreaDivider.Font = Enum.Font.Fantasy
  379. AreaDivider.Text = ""
  380. AreaDivider.TextSize = 17
  381.  
  382. Area9.Name = "Area9"
  383. Area9.Parent = MainFrame
  384. Area9.BackgroundColor3 = Color3.new(0, 0, 0)
  385. Area9.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  386. Area9.Position = UDim2.new(0, 5, 0, 308)
  387. Area9.Size = UDim2.new(0, 130, 0, 20)
  388. Area9.Font = Enum.Font.Fantasy
  389. Area9.TextColor3 = Color3.new(1, 1, 1)
  390. Area9.Text = "Moon Spawn Point"
  391. Area9.TextSize = 17
  392. Area9.TextWrapped = true
  393.  
  394. Area8.Name = "Area8"
  395. Area8.Parent = MainFrame
  396. Area8.BackgroundColor3 = Color3.new(0, 0, 0)
  397. Area8.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  398. Area8.Position = UDim2.new(0, 5, 0, 333)
  399. Area8.Size = UDim2.new(0, 130, 0, 20)
  400. Area8.Font = Enum.Font.Fantasy
  401. Area8.TextColor3 = Color3.new(1, 1, 1)
  402. Area8.Text = "Moon Egg Shop"
  403. Area8.TextSize = 17
  404. Area8.TextWrapped = true
  405.  
  406. Area10.Name = "Area10"
  407. Area10.Parent = MainFrame
  408. Area10.BackgroundColor3 = Color3.new(0, 0, 0)
  409. Area10.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  410. Area10.Position = UDim2.new(0, 5, 0, 358)
  411. Area10.Size = UDim2.new(0, 130, 0, 20)
  412. Area10.Font = Enum.Font.Fantasy
  413. Area10.TextColor3 = Color3.new(1, 1, 1)
  414. Area10.Text = "Moon Area 2"
  415. Area10.TextSize = 17
  416. Area10.TextWrapped = true
  417.  
  418. CandyLand.Name = "CandyLand"
  419. CandyLand.Parent = MainFrame
  420. CandyLand.BackgroundColor3 = Color3.new(0, 0, 0)
  421. CandyLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  422. CandyLand.Position = UDim2.new(0, 5, 0, 383)
  423. CandyLand.Size = UDim2.new(0, 130, 0, 20)
  424. CandyLand.Font = Enum.Font.Fantasy
  425. CandyLand.TextColor3 = Color3.new(1, 1, 1)
  426. CandyLand.Text = "Candy Land"
  427. CandyLand.TextSize = 17
  428. CandyLand.TextWrapped = true
  429.  
  430. CyborgLand.Name = "CyborgLand"
  431. CyborgLand.Parent = MainFrame
  432. CyborgLand.BackgroundColor3 = Color3.new(0, 0, 0)
  433. CyborgLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  434. CyborgLand.Position = UDim2.new(0, 5, 0, 408)
  435. CyborgLand.Size = UDim2.new(0, 130, 0, 20)
  436. CyborgLand.Font = Enum.Font.Fantasy
  437. CyborgLand.TextColor3 = Color3.new(1, 1, 1)
  438. CyborgLand.Text = "Cyborg Land"
  439. CyborgLand.TextSize = 17
  440. CyborgLand.TextWrapped = true
  441.  
  442. GoldCrate.Name = "GoldCrate"
  443. GoldCrate.Parent = MainFrame
  444. GoldCrate.BackgroundColor3 = Color3.new(0, 0, 0)
  445. GoldCrate.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  446. GoldCrate.Position = UDim2.new(0, 5, 0, 433)
  447. GoldCrate.Size = UDim2.new(0, 130, 0, 20)
  448. GoldCrate.Font = Enum.Font.Fantasy
  449. GoldCrate.TextColor3 = Color3.new(1, 1, 1)
  450. GoldCrate.Text = "Gold Land"
  451. GoldCrate.TextSize = 17
  452. GoldCrate.TextWrapped = true
  453.  
  454. BuyScreenFrame.Name = "BuyScreenFrame"
  455. BuyScreenFrame.Parent = TopFrame
  456. BuyScreenFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  457. BuyScreenFrame.BackgroundTransparency = 0
  458. BuyScreenFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  459. BuyScreenFrame.Position = UDim2.new(0, -5, 0, 30)
  460. BuyScreenFrame.Size = UDim2.new(0, 150, 0, 425)
  461. BuyScreenFrame.Visible = false
  462.  
  463. Locations.Name = "Locations"
  464. Locations.Parent = BuyScreenFrame
  465. Locations.BackgroundColor3 = Color3.new(0, 0, 0)
  466. Locations.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  467. Locations.Position = UDim2.new(0, 5, 0, 5)
  468. Locations.Size = UDim2.new(0, 140, 0, 25)
  469. Locations.Font = Enum.Font.Fantasy
  470. Locations.TextColor3 = Color3.new(1, 1, 1)
  471. Locations.Text = "LOCATIONS"
  472. Locations.TextSize = 17
  473. Locations.TextWrapped = true
  474.  
  475. BuyPetTitle2.Name = "BuyPetTitle2"
  476. BuyPetTitle2.Parent = BuyScreenFrame
  477. BuyPetTitle2.BackgroundTransparency = 1
  478. BuyPetTitle2.BorderSizePixel = 0
  479. BuyPetTitle2.Position = UDim2.new(0, 5, 0, 40)
  480. BuyPetTitle2.Size = UDim2.new(0, 140, 0, 20)
  481. BuyPetTitle2.Font = Enum.Font.Fantasy
  482. BuyPetTitle2.TextColor3 = Color3.new(0, 0, 0)
  483. BuyPetTitle2.Text = "BUY PETS"
  484. BuyPetTitle2.TextSize = 17
  485. BuyPetTitle2.TextWrapped = true
  486.  
  487. BuyPetAmount1.Name = "BuyPetAmount1"
  488. BuyPetAmount1.Parent = BuyScreenFrame
  489. BuyPetAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  490. BuyPetAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  491. BuyPetAmount1.Position = UDim2.new(0, 5, 0, 60)
  492. BuyPetAmount1.Size = UDim2.new(0, 90, 0, 20)
  493. BuyPetAmount1.Font = Enum.Font.Fantasy
  494. BuyPetAmount1.TextColor3 = Color3.new(1, 1, 1)
  495. BuyPetAmount1.Text = "Quantity"
  496. BuyPetAmount1.TextSize = 17
  497. BuyPetAmount1.TextWrapped = true
  498.  
  499. BuyPetAmount2.Name = "BuyPetAmount2"
  500. BuyPetAmount2.Parent = BuyScreenFrame
  501. BuyPetAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  502. BuyPetAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  503. BuyPetAmount2.Position = UDim2.new(0, 95, 0, 59)
  504. BuyPetAmount2.Size = UDim2.new(0, 50, 0, 21)
  505. BuyPetAmount2.Font = Enum.Font.Fantasy
  506. BuyPetAmount2.TextColor3 = Color3.new(1, 1, 1)
  507. BuyPetAmount2.Text = "1"
  508. BuyPetAmount2.TextSize = 15
  509. BuyPetAmount2.TextWrapped = true
  510.  
  511. BuyPetTier1.Name = "BuyPetTier1"
  512. BuyPetTier1.Parent = BuyScreenFrame
  513. BuyPetTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  514. BuyPetTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  515. BuyPetTier1.Position = UDim2.new(0, 5, 0, 81)
  516. BuyPetTier1.Size = UDim2.new(0, 40, 0, 20)
  517. BuyPetTier1.Font = Enum.Font.Fantasy
  518. BuyPetTier1.TextColor3 = Color3.new(1, 1, 1)
  519. BuyPetTier1.Text = "Tier"
  520. BuyPetTier1.TextSize = 17
  521. BuyPetTier1.TextWrapped = true
  522.  
  523. BuyPetTier2.Name = "BuyPetTier2"
  524. BuyPetTier2.Parent = BuyScreenFrame
  525. BuyPetTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  526. BuyPetTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  527. BuyPetTier2.Position = UDim2.new(0, 45, 0, 81)
  528. BuyPetTier2.Size = UDim2.new(0, 100, 0, 21)
  529. BuyPetTier2.Font = Enum.Font.Fantasy
  530. BuyPetTier2.TextColor3 = Color3.new(1, 1, 1)
  531. BuyPetTier2.Text = "18"
  532. BuyPetTier2.TextSize = 15
  533. BuyPetTier2.TextWrapped = true
  534.  
  535. BuyPetTitle3.Name = "BuyPetTitle3"
  536. BuyPetTitle3.Parent = BuyScreenFrame
  537. BuyPetTitle3.BackgroundColor3 = Color3.new(0, 0, 0)
  538. BuyPetTitle3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  539. BuyPetTitle3.Position = UDim2.new(0, 5, 0, 106)
  540. BuyPetTitle3.Size = UDim2.new(0, 140, 0, 35)
  541. BuyPetTitle3.Font = Enum.Font.Fantasy
  542. BuyPetTitle3.TextColor3 = Color3.new(1, 1, 1)
  543. BuyPetTitle3.Text = "In Tier type 1-18,\nHallow, Cursed Hallow"
  544. BuyPetTitle3.TextSize = 15
  545. BuyPetTitle3.TextWrapped = true
  546.  
  547. KeepRainbowPet.Name = "KeepRainbowPet"
  548. KeepRainbowPet.Parent = BuyScreenFrame
  549. KeepRainbowPet.BackgroundColor3 = Color3.new(0, 0, 0)
  550. KeepRainbowPet.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  551. KeepRainbowPet.Position = UDim2.new(0, 5, 0, 146)
  552. KeepRainbowPet.Size = UDim2.new(0, 140, 0, 35)
  553. KeepRainbowPet.Font = Enum.Font.Fantasy
  554. KeepRainbowPet.TextColor3 = Color3.new(1, 1, 1)
  555. KeepRainbowPet.Text = "Auto Delete Pets,\nKeep Rainbow: OFF"
  556. KeepRainbowPet.TextSize = 17
  557. KeepRainbowPet.TextWrapped = true
  558.  
  559. BuyPetGo.Name = "BuyPetGo"
  560. BuyPetGo.Parent = BuyScreenFrame
  561. BuyPetGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  562. BuyPetGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  563. BuyPetGo.Position = UDim2.new(0, 5, 0, 186)
  564. BuyPetGo.Size = UDim2.new(0, 140, 0, 20)
  565. BuyPetGo.Font = Enum.Font.Fantasy
  566. BuyPetGo.TextColor3 = Color3.new(1, 1, 1)
  567. BuyPetGo.Text = "Buy Pets"
  568. BuyPetGo.TextSize = 17
  569. BuyPetGo.TextWrapped = true
  570.  
  571. BuyHatTitle2.Name = "BuyHatTitle2"
  572. BuyHatTitle2.Parent = BuyScreenFrame
  573. BuyHatTitle2.BackgroundTransparency = 1
  574. BuyHatTitle2.BorderSizePixel = 0
  575. BuyHatTitle2.Position = UDim2.new(0, 5, 0, 215)
  576. BuyHatTitle2.Size = UDim2.new(0, 140, 0, 20)
  577. BuyHatTitle2.Font = Enum.Font.Fantasy
  578. BuyHatTitle2.TextColor3 = Color3.new(0, 0, 0)
  579. BuyHatTitle2.Text = "BUY HATS"
  580. BuyHatTitle2.TextSize = 17
  581. BuyHatTitle2.TextWrapped = true
  582.  
  583. BuyHatAmount1.Name = "BuyHatAmount1"
  584. BuyHatAmount1.Parent = BuyScreenFrame
  585. BuyHatAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  586. BuyHatAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  587. BuyHatAmount1.Position = UDim2.new(0, 6, 0, 235)
  588. BuyHatAmount1.Size = UDim2.new(0, 89, 0, 20)
  589. BuyHatAmount1.Font = Enum.Font.Fantasy
  590. BuyHatAmount1.TextColor3 = Color3.new(1, 1, 1)
  591. BuyHatAmount1.Text = "Quantity"
  592. BuyHatAmount1.TextSize = 17
  593. BuyHatAmount1.TextWrapped = true
  594.  
  595. BuyHatAmount2.Name = "BuyHatAmount2"
  596. BuyHatAmount2.Parent = BuyScreenFrame
  597. BuyHatAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  598. BuyHatAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  599. BuyHatAmount2.Position = UDim2.new(0, 95, 0, 234)
  600. BuyHatAmount2.Size = UDim2.new(0, 50, 0, 21)
  601. BuyHatAmount2.Font = Enum.Font.Fantasy
  602. BuyHatAmount2.TextColor3 = Color3.new(1, 1, 1)
  603. BuyHatAmount2.Text = "1"
  604. BuyHatAmount2.TextSize = 17
  605. BuyHatAmount2.TextWrapped = true
  606.  
  607. BuyHatTier1.Name = "BuyHatTier1"
  608. BuyHatTier1.Parent = BuyScreenFrame
  609. BuyHatTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  610. BuyHatTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  611. BuyHatTier1.Position = UDim2.new(0, 6, 0, 256)
  612. BuyHatTier1.Size = UDim2.new(0, 60, 0, 20)
  613. BuyHatTier1.Font = Enum.Font.Fantasy
  614. BuyHatTier1.TextColor3 = Color3.new(1, 1, 1)
  615. BuyHatTier1.Text = "Tier"
  616. BuyHatTier1.TextSize = 17
  617. BuyHatTier1.TextWrapped = true
  618.  
  619. BuyHatTier2.Name = "BuyHatTier2"
  620. BuyHatTier2.Parent = BuyScreenFrame
  621. BuyHatTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  622. BuyHatTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  623. BuyHatTier2.Position = UDim2.new(0, 66, 0, 256)
  624. BuyHatTier2.Size = UDim2.new(0, 79, 0, 21)
  625. BuyHatTier2.Font = Enum.Font.Fantasy
  626. BuyHatTier2.TextColor3 = Color3.new(1, 1, 1)
  627. BuyHatTier2.Text = "Golden"
  628. BuyHatTier2.TextSize = 17
  629. BuyHatTier2.TextWrapped = true
  630.  
  631. BuyHatTitle1.Name = "BuyHatTitle1"
  632. BuyHatTitle1.Parent = BuyScreenFrame
  633. BuyHatTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
  634. BuyHatTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  635. BuyHatTitle1.Position = UDim2.new(0, 5, 0, 282)
  636. BuyHatTitle1.Size = UDim2.new(0, 140, 0, 35)
  637. BuyHatTitle1.Font = Enum.Font.Fantasy
  638. BuyHatTitle1.TextColor3 = Color3.new(1, 1, 1)
  639. BuyHatTitle1.Text = "In Tier type 1-4 or Golden"
  640. BuyHatTitle1.TextSize = 17
  641. BuyHatTitle1.TextWrapped = true
  642.  
  643. KeepRobuxHat.Name = "KeepRobuxHat"
  644. KeepRobuxHat.Parent = BuyScreenFrame
  645. KeepRobuxHat.BackgroundColor3 = Color3.new(0, 0, 0)
  646. KeepRobuxHat.BorderColor3 = Color3.new(0.3, 0.3, 0.3)
  647. KeepRobuxHat.Position = UDim2.new(0, 5, 0, 322)
  648. KeepRobuxHat.Size = UDim2.new(0, 140, 0, 35)
  649. KeepRobuxHat.Font = Enum.Font.Fantasy
  650. KeepRobuxHat.TextColor3 = Color3.new(1, 1, 1)
  651. KeepRobuxHat.Text = "Auto Delete Hats,\nKeep Robux: OFF"
  652. KeepRobuxHat.TextSize = 17
  653. KeepRobuxHat.TextWrapped = true
  654.  
  655. KeepLordFedHat.Name = "KeepLordFedHat"
  656. KeepLordFedHat.Parent = BuyScreenFrame
  657. KeepLordFedHat.BackgroundColor3 = Color3.new(0, 0, 0)
  658. KeepLordFedHat.BorderColor3 = Color3.new(0.3, 0.3, 0.3)
  659. KeepLordFedHat.Position = UDim2.new(0, 5, 0, 358)
  660. KeepLordFedHat.Size = UDim2.new(0, 140, 0, 20)
  661. KeepLordFedHat.Font = Enum.Font.Fantasy
  662. KeepLordFedHat.TextColor3 = Color3.new(1, 1, 1)
  663. KeepLordFedHat.Text = "Lord Fed: OFF"
  664. KeepLordFedHat.TextSize = 17
  665. KeepLordFedHat.TextWrapped = true
  666.  
  667. KeepBlackDominoHat.Name = "KeepBlackDominoHat"
  668. KeepBlackDominoHat.Parent = BuyScreenFrame
  669. KeepBlackDominoHat.BackgroundColor3 = Color3.new(0, 0, 0)
  670. KeepBlackDominoHat.BorderColor3 = Color3.new(0.3, 0.3, 0.3)
  671. KeepBlackDominoHat.Position = UDim2.new(0, 5, 0, 379)
  672. KeepBlackDominoHat.Size = UDim2.new(0, 140, 0, 20)
  673. KeepBlackDominoHat.Font = Enum.Font.Fantasy
  674. KeepBlackDominoHat.TextColor3 = Color3.new(1, 1, 1)
  675. KeepBlackDominoHat.Text = "Black Domino: OFF"
  676. KeepBlackDominoHat.TextSize = 17
  677. KeepBlackDominoHat.TextWrapped = true
  678.  
  679. BuyHatGo.Name = "BuyHatGo"
  680. BuyHatGo.Parent = BuyScreenFrame
  681. BuyHatGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  682. BuyHatGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  683. BuyHatGo.Position = UDim2.new(0, 5, 0, 400)
  684. BuyHatGo.Size = UDim2.new(0, 140, 0, 20)
  685. BuyHatGo.Font = Enum.Font.Fantasy
  686. BuyHatGo.TextColor3 = Color3.new(1, 1, 1)
  687. BuyHatGo.Text = "Buy Hats"
  688. BuyHatGo.TextSize = 17
  689. BuyHatGo.TextWrapped = true
  690.  
  691. FarmFrame.Name = "FarmFrame"
  692. FarmFrame.Parent = TopFrame
  693. FarmFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  694. FarmFrame.BackgroundTransparency = 0
  695. FarmFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  696. FarmFrame.Position = UDim2.new(0, 0, 0, 30)
  697. FarmFrame.Size = UDim2.new(0, 140, 0, 351)
  698. FarmFrame.Visible = false
  699.  
  700. Locations2.Name = "Locations2"
  701. Locations2.Parent = FarmFrame
  702. Locations2.BackgroundColor3 = Color3.new(0, 0, 0)
  703. Locations2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  704. Locations2.Position = UDim2.new(0, 5, 0, 5)
  705. Locations2.Size = UDim2.new(0, 130, 0, 25)
  706. Locations2.Font = Enum.Font.Fantasy
  707. Locations2.TextColor3 = Color3.new(1, 1, 1)
  708. Locations2.Text = "LOCATIONS"
  709. Locations2.TextSize = 17
  710. Locations2.TextWrapped = true
  711.  
  712. AllHealthLabel.Name = "AllHealthLabel"
  713. AllHealthLabel.Parent = FarmFrame
  714. AllHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  715. AllHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  716. AllHealthLabel.Position = UDim2.new(0, 5, 0, 50)
  717. AllHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  718. AllHealthLabel.Font = Enum.Font.Fantasy
  719. AllHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  720. AllHealthLabel.Text = "Coin/Chest Health"
  721. AllHealthLabel.TextSize = 17
  722. AllHealthLabel.TextWrapped = true
  723.  
  724. AllHealthMinLabel.Name = "AllHealthMinLabel"
  725. AllHealthMinLabel.Parent = FarmFrame
  726. AllHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  727. AllHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  728. AllHealthMinLabel.Position = UDim2.new(0, 5, 0, 71)
  729. AllHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  730. AllHealthMinLabel.Font = Enum.Font.Fantasy
  731. AllHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  732. AllHealthMinLabel.Text = "Min"
  733. AllHealthMinLabel.TextSize = 17
  734. AllHealthMinLabel.TextWrapped = true
  735.  
  736. AllHealthMin.Name = "AllHealthMin"
  737. AllHealthMin.Parent = FarmFrame
  738. AllHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  739. AllHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  740. AllHealthMin.Position = UDim2.new(0, 46, 0, 71)
  741. AllHealthMin.Size = UDim2.new(0, 89, 0, 20)
  742. AllHealthMin.Font = Enum.Font.Fantasy
  743. AllHealthMin.TextColor3 = Color3.new(1, 1, 1)
  744. AllHealthMin.Text = "1"
  745. AllHealthMin.TextSize = 17
  746. AllHealthMin.TextWrapped = true
  747.  
  748. AllHealthMaxLabel.Name = "AllHealthMaxLabel"
  749. AllHealthMaxLabel.Parent = FarmFrame
  750. AllHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  751. AllHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  752. AllHealthMaxLabel.Position = UDim2.new(0, 5, 0, 92)
  753. AllHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  754. AllHealthMaxLabel.Font = Enum.Font.Fantasy
  755. AllHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  756. AllHealthMaxLabel.Text = "Max"
  757. AllHealthMaxLabel.TextSize = 17
  758. AllHealthMaxLabel.TextWrapped = true
  759.  
  760. AllHealthMax.Name = "AllHealthMax"
  761. AllHealthMax.Parent = FarmFrame
  762. AllHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  763. AllHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  764. AllHealthMax.Position = UDim2.new(0, 46, 0, 92)
  765. AllHealthMax.Size = UDim2.new(0, 89, 0, 20)
  766. AllHealthMax.Font = Enum.Font.Fantasy
  767. AllHealthMax.TextColor3 = Color3.new(1, 1, 1)
  768. AllHealthMax.Text = "10e6"
  769. AllHealthMax.TextSize = 17
  770. AllHealthMax.TextWrapped = true
  771.  
  772. StartFarming.Name = "StartFarming"
  773. StartFarming.Parent = FarmFrame
  774. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  775. StartFarming.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  776. StartFarming.Position = UDim2.new(0, 5, 0, 117)
  777. StartFarming.Size = UDim2.new(0, 130, 0, 25)
  778. StartFarming.Font = Enum.Font.Fantasy
  779. StartFarming.TextColor3 = Color3.new(1, 1, 1)
  780. StartFarming.Text = "Mine ALL: OFF"
  781. StartFarming.TextSize = 17
  782. StartFarming.TextWrapped = true
  783.  
  784. EarthHealthLabel.Name = "EarthHealthLabel"
  785. EarthHealthLabel.Parent = FarmFrame
  786. EarthHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  787. EarthHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  788. EarthHealthLabel.Position = UDim2.new(0, 5, 0, 152)
  789. EarthHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  790. EarthHealthLabel.Font = Enum.Font.Fantasy
  791. EarthHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  792. EarthHealthLabel.Text = "Coin/Chest Health"
  793. EarthHealthLabel.TextSize = 17
  794. EarthHealthLabel.TextWrapped = true
  795.  
  796. EarthHealthMinLabel.Name = "EarthHealthMinLabel"
  797. EarthHealthMinLabel.Parent = FarmFrame
  798. EarthHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  799. EarthHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  800. EarthHealthMinLabel.Position = UDim2.new(0, 5, 0, 173)
  801. EarthHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  802. EarthHealthMinLabel.Font = Enum.Font.Fantasy
  803. EarthHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  804. EarthHealthMinLabel.Text = "Min"
  805. EarthHealthMinLabel.TextSize = 17
  806. EarthHealthMinLabel.TextWrapped = true
  807.  
  808. EarthHealthMin.Name = "EarthHealthMin"
  809. EarthHealthMin.Parent = FarmFrame
  810. EarthHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  811. EarthHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  812. EarthHealthMin.Position = UDim2.new(0, 46, 0, 173)
  813. EarthHealthMin.Size = UDim2.new(0, 89, 0, 20)
  814. EarthHealthMin.Font = Enum.Font.Fantasy
  815. EarthHealthMin.TextColor3 = Color3.new(1, 1, 1)
  816. EarthHealthMin.Text = "1"
  817. EarthHealthMin.TextSize = 17
  818. EarthHealthMin.TextWrapped = true
  819.  
  820. EarthHealthMaxLabel.Name = "EarthHealthMaxLabel"
  821. EarthHealthMaxLabel.Parent = FarmFrame
  822. EarthHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  823. EarthHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  824. EarthHealthMaxLabel.Position = UDim2.new(0, 5, 0, 194)
  825. EarthHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  826. EarthHealthMaxLabel.Font = Enum.Font.Fantasy
  827. EarthHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  828. EarthHealthMaxLabel.Text = "Max"
  829. EarthHealthMaxLabel.TextSize = 17
  830. EarthHealthMaxLabel.TextWrapped = true
  831.  
  832. EarthHealthMax.Name = "EarthHealthMax"
  833. EarthHealthMax.Parent = FarmFrame
  834. EarthHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  835. EarthHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  836. EarthHealthMax.Position = UDim2.new(0, 46, 0, 194)
  837. EarthHealthMax.Size = UDim2.new(0, 89, 0, 20)
  838. EarthHealthMax.Font = Enum.Font.Fantasy
  839. EarthHealthMax.TextColor3 = Color3.new(1, 1, 1)
  840. EarthHealthMax.Text = "20e06"
  841. EarthHealthMax.TextSize = 17
  842. EarthHealthMax.TextWrapped = true
  843.  
  844. StartFarmingEarth.Name = "StartFarmingEarth"
  845. StartFarmingEarth.Parent = FarmFrame
  846. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  847. StartFarmingEarth.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  848. StartFarmingEarth.Position = UDim2.new(0, 5, 0, 219)
  849. StartFarmingEarth.Size = UDim2.new(0, 130, 0, 25)
  850. StartFarmingEarth.Font = Enum.Font.Fantasy
  851. StartFarmingEarth.TextColor3 = Color3.new(1, 1, 1)
  852. StartFarmingEarth.Text = "Mine Earth: OFF"
  853. StartFarmingEarth.TextSize = 17
  854. StartFarmingEarth.TextWrapped = true
  855.  
  856. MoonHealthLabel.Name = "MoonHealthLabel"
  857. MoonHealthLabel.Parent = FarmFrame
  858. MoonHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  859. MoonHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  860. MoonHealthLabel.Position = UDim2.new(0, 5, 0, 254)
  861. MoonHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  862. MoonHealthLabel.Font = Enum.Font.Fantasy
  863. MoonHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  864. MoonHealthLabel.Text = "Coin/Chest Health"
  865. MoonHealthLabel.TextSize = 17
  866. MoonHealthLabel.TextWrapped = true
  867.  
  868. MoonHealthMinLabel.Name = "MoonHealthMinLabel"
  869. MoonHealthMinLabel.Parent = FarmFrame
  870. MoonHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  871. MoonHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  872. MoonHealthMinLabel.Position = UDim2.new(0, 5, 0, 275)
  873. MoonHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  874. MoonHealthMinLabel.Font = Enum.Font.Fantasy
  875. MoonHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  876. MoonHealthMinLabel.Text = "Min"
  877. MoonHealthMinLabel.TextSize = 17
  878. MoonHealthMinLabel.TextWrapped = true
  879.  
  880. MoonHealthMin.Name = "MoonHealthMin"
  881. MoonHealthMin.Parent = FarmFrame
  882. MoonHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  883. MoonHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  884. MoonHealthMin.Position = UDim2.new(0, 46, 0, 275)
  885. MoonHealthMin.Size = UDim2.new(0, 89, 0, 20)
  886. MoonHealthMin.Font = Enum.Font.Fantasy
  887. MoonHealthMin.TextColor3 = Color3.new(1, 1, 1)
  888. MoonHealthMin.Text = "10e04"
  889. MoonHealthMin.TextSize = 17
  890. MoonHealthMin.TextWrapped = true
  891.  
  892. MoonHealthMaxLabel.Name = "MoonHealthMaxLabel"
  893. MoonHealthMaxLabel.Parent = FarmFrame
  894. MoonHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  895. MoonHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  896. MoonHealthMaxLabel.Position = UDim2.new(0, 5, 0, 296)
  897. MoonHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  898. MoonHealthMaxLabel.Font = Enum.Font.Fantasy
  899. MoonHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  900. MoonHealthMaxLabel.Text = "Max"
  901. MoonHealthMaxLabel.TextSize = 17
  902. MoonHealthMaxLabel.TextWrapped = true
  903.  
  904. MoonHealthMax.Name = "MoonHealthMax"
  905. MoonHealthMax.Parent = FarmFrame
  906. MoonHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  907. MoonHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  908. MoonHealthMax.Position = UDim2.new(0, 46, 0, 296)
  909. MoonHealthMax.Size = UDim2.new(0, 89, 0, 20)
  910. MoonHealthMax.Font = Enum.Font.Fantasy
  911. MoonHealthMax.TextColor3 = Color3.new(1, 1, 1)
  912. MoonHealthMax.Text = "60e06"
  913. MoonHealthMax.TextSize = 17
  914. MoonHealthMax.TextWrapped = true
  915.  
  916. StartFarmingMoon.Name = "StartFarmingMoon"
  917. StartFarmingMoon.Parent = FarmFrame
  918. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  919. StartFarmingMoon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  920. StartFarmingMoon.Position = UDim2.new(0, 5, 0, 321)
  921. StartFarmingMoon.Size = UDim2.new(0, 130, 0, 25)
  922. StartFarmingMoon.Font = Enum.Font.Fantasy
  923. StartFarmingMoon.TextColor3 = Color3.new(1, 1, 1)
  924. StartFarmingMoon.Text = "Mine Moon: OFF"
  925. StartFarmingMoon.TextSize = 17
  926. StartFarmingMoon.TextWrapped = true
  927.  
  928. -- Close GUI --
  929. ClosePS.MouseButton1Down:connect(function()
  930. MainGUI:destroy()
  931. end)
  932.  
  933. BuyScreen.MouseButton1Click:connect(function()
  934. MainFrame.Visible = false
  935. BuyScreenFrame.Visible = true
  936. end)
  937.  
  938. Locations.MouseButton1Click:connect(function()
  939. MainFrame.Visible = true
  940. BuyScreenFrame.Visible = false
  941. end)
  942.  
  943. FarmCoins.MouseButton1Click:connect(function()
  944. MainFrame.Visible = false
  945. FarmFrame.Visible = true
  946. end)
  947.  
  948. Locations2.MouseButton1Click:connect(function()
  949. MainFrame.Visible = true
  950. FarmFrame.Visible = false
  951. end)
  952.  
  953. -- Notify --
  954. function notify(msg)
  955. game.StarterGui:SetCore('SendNotification', {
  956. Title = 'Pets Simulator';
  957. Text = msg;
  958. Duration = 5;
  959. })
  960. end
  961.  
  962. spawn(function()
  963. while true do
  964. if showstartmessage then
  965. hint("-Don't use Moon teleports until you are on the Moon. Use Rocket to reach Moon-", 7)
  966. hint("-If teleporting back to Earth locations use Rocket to reach Earth first-", 7)
  967. hint("-If you don't do this your pets will get stuck-", 5)
  968. showstartmessage = false
  969. end
  970. wait(0.5)
  971. end
  972. end)
  973.  
  974. TeleportScreen.MouseButton1Click:connect(function()
  975. game.Players.LocalPlayer.PlayerGui.Teleport.Enabled = true
  976. end)
  977.  
  978. -- Farm --
  979.  
  980. StartFarming.MouseButton1Click:connect(function()
  981. if not FarmStart then
  982. FarmArea = "all"
  983. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  984. StartFarming.BackgroundColor3 = Color3.new(0, 0.3, 0)
  985. StartFarming.Text = "Mine ALL: ON"
  986. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  987. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  988. plr = game:GetService("Players").LocalPlayer
  989. done = "no"
  990. pcall(function()
  991. PetTable()
  992. end)
  993. FarmStart = true
  994. else
  995. FarmStart = false
  996. FarmArea = "none"
  997. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  998. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  999. StartFarming.Text = "Mine ALL: OFF"
  1000. end
  1001. end)
  1002.  
  1003. StartFarmingEarth.MouseButton1Click:connect(function()
  1004. if not FarmStart then
  1005. FarmArea = "earth"
  1006. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1007. StartFarmingEarth.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1008. StartFarmingEarth.Text = "Mine Earth: ON"
  1009. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  1010. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  1011. plr = game:GetService("Players").LocalPlayer
  1012. done = "no"
  1013. pcall(function()
  1014. PetTable()
  1015. end)
  1016. FarmStart = true
  1017. else
  1018. FarmStart = false
  1019. FarmArea = "none"
  1020. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1021. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1022. StartFarmingEarth.Text = "Mine Earth: OFF"
  1023. end
  1024. end)
  1025.  
  1026. StartFarmingMoon.MouseButton1Click:connect(function()
  1027. if not FarmStart then
  1028. FarmArea = "moon"
  1029. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1030. StartFarmingMoon.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1031. StartFarmingMoon.Text = "Mine Moon: ON"
  1032. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  1033. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  1034. plr = game:GetService("Players").LocalPlayer
  1035. done = "no"
  1036. pcall(function()
  1037. PetTable()
  1038. end)
  1039. FarmStart = true
  1040. else
  1041. FarmStart = false
  1042. FarmArea = "none"
  1043. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1044. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1045. StartFarmingMoon.Text = "Mine Moon: OFF"
  1046. end
  1047. end)
  1048.  
  1049. function mine(b)
  1050. while FarmStart and (b:FindFirstChild"Health" ~= nil) and (b:FindFirstChild"Health".Value > 0) do
  1051. wait(0.1)
  1052. for PetNumber,_ in pairs(petTable) do
  1053. if not FarmStart then break end
  1054. coins:FireServer("Mine",b.Name, petTable[PetNumber]["LEVEL"],petTable[PetNumber]["ID"])
  1055. end
  1056. end
  1057. end
  1058.  
  1059. spawn(function()
  1060. while true do
  1061. while FarmStart do
  1062. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  1063. if (done ~= b) then
  1064. if (FarmArea == "all") then
  1065. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  1066. if b.Health.Value > tonumber(AllHealthMin.Text) and b.Health.Value < tonumber(AllHealthMax.Text) then
  1067. mine(b)
  1068. end
  1069. end
  1070. elseif (FarmArea == "earth") then
  1071. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  1072. if b.Position.Y < 100 then
  1073. if b.Health.Value > tonumber(EarthHealthMin.Text) and b.Health.Value < tonumber(EarthHealthMax.Text) then
  1074. mine(b)
  1075. end
  1076. end
  1077. end
  1078. elseif (FarmArea == "moon") then
  1079. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  1080. if b.Position.Y > 100 then
  1081. if b.Health.Value > tonumber(MoonHealthMin.Text) and b.Health.Value < tonumber(MoonHealthMax.Text) then
  1082. mine(b)
  1083. end
  1084. end
  1085. end
  1086. else
  1087. end
  1088. end
  1089. end
  1090. wait()
  1091. end
  1092. wait()
  1093. end
  1094. end)
  1095.  
  1096. WalkSpeed.MouseButton1Click:connect(function()
  1097. if WalkNumber == "1" then
  1098. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1099. WalkSpeed.Text = "Walk:2"
  1100. WalkNumber = "2"
  1101. Walk = 30
  1102. elseif WalkNumber == "2" then
  1103. WalkSpeed.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1104. WalkSpeed.Text = "Walk:3"
  1105. WalkNumber = "3"
  1106. Walk = 80
  1107. elseif WalkNumber == "3" then
  1108. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  1109. WalkSpeed.Text = "Walk:1"
  1110. WalkNumber = "1"
  1111. Walk = 16
  1112. else
  1113. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  1114. WalkSpeed.Text = "Walk:1"
  1115. WalkNumber = "1"
  1116. Walk = 16
  1117. end
  1118. player = game.Players.LocalPlayer
  1119. player.Character.Humanoid.WalkSpeed = Walk
  1120. end)
  1121.  
  1122. JumpPower.MouseButton1Click:connect(function()
  1123. if JumpNumber == "1" then
  1124. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1125. JumpPower.Text = "Jump:2"
  1126. JumpNumber = "2"
  1127. Jump = 150
  1128. elseif JumpNumber == "2" then
  1129. JumpPower.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1130. JumpPower.Text = "Jump:3"
  1131. JumpNumber = "3"
  1132. Jump = 400
  1133. elseif JumpNumber == "3" then
  1134. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  1135. JumpPower.Text = "Jump:1"
  1136. JumpNumber = "1"
  1137. Jump = 50
  1138. else
  1139. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  1140. JumpPower.Text = "Jump:1"
  1141. JumpNumber = "1"
  1142. Jump = 50
  1143. end
  1144. player = game.Players.LocalPlayer
  1145. player.Character.Humanoid.JumpPower = Jump
  1146. end)
  1147.  
  1148. -- Display pet number in dev console --
  1149. PetCode.MouseButton1Click:connect(function()
  1150. local children = workspace["__DEBRIS"].Pets[game.Players.LocalPlayer.Name]:GetChildren()
  1151. for i = 1, #children do
  1152. print("Active Pet " ..tostring(i).. ": " ..children[i].Name)
  1153. end
  1154. print("\nWARNING, YOU CAN ONLY MAX COIN OR AGILITY, THE OTHER STAT WILL BE\nRESET SO BEST USED ONLY FOR NEW PETS OR SOME STATS WILL BE RESET!")
  1155. CodeInfoFrame.Visible = true
  1156. wait(15)
  1157. CodeInfoFrame.Visible = false
  1158. end)
  1159.  
  1160. -- Buy Eggs --
  1161.  
  1162. KeepRainbowPet.MouseButton1Click:connect(function()
  1163. if not adprainbowactive then
  1164. adprainbowactive = true
  1165. KeepRainbowPet.Text = "Auto Delete Pets,\nKeep Rainbow: ON"
  1166. else
  1167. adprainbowactive = false
  1168. KeepRainbowPet.Text = "Auto Delete Pets,\nKeep Rainbow: OFF"
  1169. end
  1170. end)
  1171.  
  1172. local Directory = require(game:GetService("ReplicatedStorage")["1 | Directory"])
  1173.  
  1174. local CheckKeepers = function(Info)
  1175. for _,Keeper in pairs(EggKeepers) do
  1176. if string.lower(tostring(Keeper)) == string.lower(Directory.Pets[Info].DisplayName) then
  1177. return true
  1178. end
  1179. if string.lower(tostring(Keeper)) == string.lower(Directory.Pets[Info].ReferenceName) then
  1180. return true
  1181. end
  1182. end
  1183. end
  1184.  
  1185. local CheckIfRainbow = function(Stats, PET_ID)
  1186. for _,Pet in ipairs(Stats.Save.Pets) do
  1187. for ID,Info in pairs (Pet) do
  1188. if ID == "id" then
  1189. if Info == PET_ID then
  1190. if Pet.r == true then
  1191. return true
  1192. end
  1193. end
  1194. end
  1195. end
  1196. end
  1197. end
  1198.  
  1199. local GetPurchasedPetInfo = function(Stats, PET_ID)
  1200. for _,Pet in ipairs(Stats.Save.Pets) do
  1201. for ID,Info in pairs (Pet) do
  1202. if ID == "id" then
  1203. if Info == PET_ID then
  1204. return Pet.n
  1205. end
  1206. end
  1207. end
  1208. end
  1209. end
  1210.  
  1211. local GetStats = function()
  1212. return workspace["__REMOTES"].Core["Get Stats"]:InvokeServer()
  1213. end
  1214.  
  1215. local BuyEgg = function()
  1216. if BuyPetTier2.Text:lower() == "hallow" then
  1217. return game["Workspace"]["__REMOTES"].Game["Shop"]:InvokeServer("Buy", "Eggs", "Hallow")
  1218. elseif BuyPetTier2.Text:lower() == "cursed hallow" then
  1219. return game["Workspace"]["__REMOTES"].Game["Shop"]:InvokeServer("Buy", "Eggs", "Cursed Hallow")
  1220. else
  1221. return game["Workspace"]["__REMOTES"].Game["Shop"]:InvokeServer("Buy", "Eggs", "Tier " ..BuyPetTier2.Text)
  1222. end
  1223. end
  1224.  
  1225. local PrintPetInfo = function(PetInfo, PetID)
  1226. warn(tostring("Pet Name: " .. Directory.Pets[PetInfo].DisplayName .. " - ID: " .. PetID))
  1227. end
  1228.  
  1229. local DeletePet = function(PetID)
  1230. game["Workspace"]["__REMOTES"].Game["Inventory"]:InvokeServer("Delete", PetID)
  1231. end
  1232.  
  1233. BuyPetGo.MouseButton1Click:connect(function()
  1234. if buypetactive == true then
  1235. buypetactive = false
  1236. BuyPetGo.Text = "Buy Pets"
  1237. else
  1238. buypetactive = true
  1239. BuyPetGo.Text = "Stop"
  1240. end
  1241. if buypetactive == true then
  1242. if tonumber(BuyPetAmount2.Text) >= 1 then
  1243. for i = 1, tonumber(BuyPetAmount2.Text) do
  1244. if buypetactive == false then break end
  1245. BuyPetGo.Text = "Pet " ..tostring(i).. "...Stop"
  1246. wait()
  1247. local EggPurchase,EggPurchaseInfo = BuyEgg()
  1248. if EggPurchase == true and EggPurchaseInfo then
  1249. wait()
  1250. local Stats = GetStats()
  1251. local PurchasedPetInfo = GetPurchasedPetInfo(Stats, EggPurchaseInfo.id)
  1252. if PurchasedPetInfo then
  1253. PrintPetInfo(PurchasedPetInfo, EggPurchaseInfo.id)
  1254. if CheckKeepers(PurchasedPetInfo) ~= true and buypetactive == true then
  1255. if adprainbowactive then
  1256. if CheckIfRainbow(Stats, EggPurchaseInfo.id) ~= true and buypetactive == true then
  1257. warn(tostring("Deleting Pet: " .. Directory.Pets[PurchasedPetInfo].DisplayName .. " - ID: " .. EggPurchaseInfo.id))
  1258. DeletePet(EggPurchaseInfo.id)
  1259. end
  1260. end
  1261. end
  1262. end
  1263. end
  1264. end
  1265. BuyPetGo.Text = "Buy Pets"
  1266. buypetactive = false
  1267. end
  1268. end
  1269. end)
  1270.  
  1271. -- Buy Hats --
  1272.  
  1273. KeepRobuxHat.MouseButton1Click:connect(function()
  1274. if not adhrobuxactive then
  1275. adhrobuxactive = true
  1276. KeepRobuxHat.Text = "Auto Delete Hats,\nKeep Robux: ON"
  1277. else
  1278. adhrobuxactive = false
  1279. KeepRobuxHat.Text = "Auto Delete Hats,\nKeep Robux: OFF"
  1280. end
  1281. end)
  1282.  
  1283. KeepLordFedHat.MouseButton1Click:connect(function()
  1284. if not adhlordfedactive then
  1285. adhlordfedactive = true
  1286. KeepLordFedHat.Text = "Lord Fed: ON"
  1287. else
  1288. adhlordfedactive = false
  1289. KeepLordFedHat.Text = "Lord Fed: OFF"
  1290. end
  1291. end)
  1292.  
  1293. KeepBlackDominoHat.MouseButton1Click:connect(function()
  1294. if not adhblackdominoactive then
  1295. adhblackdominoactive = true
  1296. KeepBlackDominoHat.Text = "Black Domino: ON"
  1297. else
  1298. adhblackdominoactive = false
  1299. KeepBlackDominoHat.Text = "Black Domino: OFF"
  1300. end
  1301. end)
  1302.  
  1303. local Directory = require(game:GetService("ReplicatedStorage")["1 | Directory"])
  1304.  
  1305. local CheckKeepersHat = function(Info)
  1306. if adhrobuxactive then
  1307. if string.lower(Directory.Hats[Info].DisplayName) == string.lower("Robux") or string.lower(Directory.Hats[Info].ReferenceName) == string.lower("Robux") then
  1308. return true
  1309. end
  1310. end
  1311. if adhlordfedactive then
  1312. if string.lower(Directory.Hats[Info].DisplayName) == string.lower("Lord of the Federation") or string.lower(Directory.Hats[Info].ReferenceName) == string.lower("Lord of the Federation") then
  1313. return true
  1314. end
  1315. end
  1316. if adhblackdominoactive then
  1317. if string.lower(Directory.Hats[Info].DisplayName) == string.lower("Black Iron Domino Crown") or string.lower(Directory.Hats[Info].ReferenceName) == string.lower("Black Iron Domino Crown") then
  1318. return true
  1319. end
  1320. end
  1321. end
  1322.  
  1323. local GetPurchasedHatInfo = function(Stats, HAT_ID)
  1324. for _,Hat in ipairs(Stats.Save.Hats) do
  1325. for ID,Info in pairs (Hat) do
  1326. if ID == "id" then
  1327. if Info == HAT_ID then
  1328. return Hat.n
  1329. end
  1330. end
  1331. end
  1332. end
  1333. end
  1334.  
  1335. local GetStats = function()
  1336. return workspace["__REMOTES"].Core["Get Stats"]:InvokeServer()
  1337. end
  1338.  
  1339. local BuyHatPresent = function()
  1340. if BuyHatTier2.Text:lower() == "golden" then
  1341. return game["Workspace"]["__REMOTES"].Game["Shop"]:InvokeServer("Buy", "Presents", "Golden")
  1342. else
  1343. return game["Workspace"]["__REMOTES"].Game["Shop"]:InvokeServer("Buy", "Presents", "Tier " ..BuyHatTier2.Text)
  1344. end
  1345. end
  1346.  
  1347. local PrintHatInfo = function(HatInfo, HatID)
  1348. warn(tostring("Hat Name: " .. Directory.Hats[HatInfo].DisplayName .. " - ID: " .. HatID))
  1349. end
  1350.  
  1351. local DeleteHat = function(HatID)
  1352. local remote = Game["Workspace"]["__REMOTES"].Game["Hats"]
  1353. local args = {
  1354. [1] = "Delete",
  1355. [2] = HatID
  1356. }
  1357. remote:InvokeServer(unpack(args))
  1358. end
  1359.  
  1360. BuyHatGo.MouseButton1Click:connect(function()
  1361. if buyhatactive == true then
  1362. buyhatactive = false
  1363. BuyHatGo.Text = "Buy Hats"
  1364. else
  1365. buyhatactive = true
  1366. end
  1367. if buyhatactive == true then
  1368. if tonumber(BuyHatAmount2.Text) >= 1 then
  1369. if BuyHatTier2.Text:lower() ~= "golden" then
  1370. adhrobuxactive = false
  1371. KeepRobuxHat.Text = "Keep Robux: OFF"
  1372. adhlordfedactive = false
  1373. KeepLordFedHat.Text = "Lord Fed: OFF"
  1374. adhblackdominoactive = false
  1375. KeepBlackDominoHat.Text = "Black Domino: OFF"
  1376. end
  1377. for i = 1, tonumber(BuyHatAmount2.Text) do
  1378. if buyhatactive == false then break end
  1379. BuyHatGo.Text = "Hat " ..tostring(i).. "...Stop"
  1380. wait()
  1381. local HatPurchase,HatPurchaseInfo = BuyHatPresent()
  1382. if HatPurchase == true and HatPurchaseInfo then
  1383. wait()
  1384. local Stats = GetStats()
  1385. local PurchasedHatInfo = GetPurchasedHatInfo(Stats, HatPurchaseInfo.id)
  1386. if PurchasedHatInfo then
  1387. PrintHatInfo(PurchasedHatInfo, HatPurchaseInfo.id)
  1388. if adhrobuxactive or adhlordfedactive or adhblackdominoactive then
  1389. if CheckKeepersHat(PurchasedHatInfo) ~= true and buyhatactive == true then
  1390. warn(tostring("Deleting Hat: " .. Directory.Hats[PurchasedHatInfo].DisplayName .. " - ID: " .. HatPurchaseInfo.id))
  1391. DeleteHat(HatPurchaseInfo.id)
  1392. end
  1393. end
  1394. end
  1395. end
  1396. end
  1397. BuyHatGo.Text = "Buy Hats"
  1398. buyhatactive = false
  1399. end
  1400. end
  1401. end)
  1402.  
  1403. -- TP to locations --
  1404. Spawn.MouseButton1Click:connect(function()
  1405. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(526, -36.292, 909)
  1406. notify'Teleported to the Spawn Location'
  1407. end)
  1408.  
  1409. Shop.MouseButton1Click:connect(function()
  1410. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(647.35, -33.6, 890.23)
  1411. notify'Teleported to the Shop'
  1412. end)
  1413.  
  1414. Area2.MouseButton1Click:connect(function()
  1415. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13, -37, 885)
  1416. notify'Teleported to the 25K Coins Area'
  1417. end)
  1418.  
  1419. Area3.MouseButton1Click:connect(function()
  1420. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-364, -37, 885)
  1421. notify'Teleported to the 400K Coins Area'
  1422. end)
  1423.  
  1424. Area4.MouseButton1Click:connect(function()
  1425. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-760, -37, 885)
  1426. notify'Teleported to the 2.5M Coins Area'
  1427. end)
  1428.  
  1429. Area5.MouseButton1Click:connect(function()
  1430. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1160, -37, 885)
  1431. notify'Teleported to the 20M Coins Area'
  1432. end)
  1433.  
  1434. Area6.MouseButton1Click:connect(function()
  1435. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1500, -37, 885)
  1436. notify'Teleported to the 500M Coins Area'
  1437. end)
  1438.  
  1439. Rocket.MouseButton1Click:connect(function()
  1440. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
  1441. notify'Teleported to the Rocket Area'
  1442. end)
  1443.  
  1444. Area8.MouseButton1Click:connect(function()
  1445. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616, 146, -1720)
  1446. notify'Teleported to the Moon Shop'
  1447. end)
  1448.  
  1449. Area9.MouseButton1Click:connect(function()
  1450. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(527, 145, -1762)
  1451. notify'Teleported to the Moon Area 1'
  1452. end)
  1453.  
  1454. Area10.MouseButton1Click:connect(function()
  1455. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.8, 145, -1718)
  1456. notify'Teleported to the Moon Area 2'
  1457. end)
  1458.  
  1459. CandyLand.MouseButton1Click:connect(function()
  1460. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
  1461. notify'Teleported to Candy Land'
  1462. end)
  1463.  
  1464. CyborgLand.MouseButton1Click:connect(function()
  1465. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
  1466. notify'Teleported to the Cyborg Area'
  1467. end)
  1468.  
  1469. GoldCrate.MouseButton1Click:connect(function()
  1470. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.4, 145, -1902.9)
  1471. notify'Teleported to the Gold Land'
  1472. end)
Add Comment
Please, Sign In to add comment