Advertisement
efestyle

Super Power Training Simulator Gui

Jan 20th, 2019
52,425
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 123.92 KB | None | 0 0
  1. --Credits:efestyle#4948
  2. --Thanks The Use hack
  3.  
  4.  
  5. local WayPoints = {
  6. ["Spawn"] = Vector3.new(155, 3, 74),
  7. ["Wood R Us"] = Vector3.new(265, 3, 57),
  8. ["Land Store"] = Vector3.new(258, 3, -99),
  9. ["Dock"] = Vector3.new(1114, -1, -197),
  10. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  11. ["Cave"] = Vector3.new(3581, -179, 430),
  12. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  13. ["Swamp"] = Vector3.new(-1209, 132, -801),
  14. ["Palm Island"] = Vector3.new(2549, -5, -42),
  15. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  16. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  17. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  18. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  19. ["Shrine of Sight"] = Vector3.new(-1600, 195, 919),
  20. ["The Den"] = Vector3.new(323, 41, 1930),
  21. ["End Times"] = Vector3.new(-51, -212, -1348)
  22. }
  23.  
  24. local BestOfGui = Instance.new("ScreenGui")
  25. local frame = Instance.new("Frame")
  26. local Open = Instance.new("TextButton")
  27. local main = Instance.new("Frame")
  28. local WizardTrainingSim = Instance.new("TextBox")
  29. local nfGems = Instance.new("TextButton")
  30. local Credits = Instance.new("TextBox")
  31. local AfkFarm = Instance.new("TextButton")
  32. local WalkSpeedX = Instance.new("TextButton")
  33. local Close = Instance.new("TextButton")
  34. local PetSimulator = Instance.new("TextBox")
  35. local Gui3 = Instance.new("TextButton")
  36. local Gui1 = Instance.new("TextButton")
  37. local Gui2 = Instance.new("TextButton")
  38. local ComigSoon = Instance.new("TextButton")
  39. local Gui4 = Instance.new("TextButton")
  40. local Next = Instance.new("TextButton")
  41. local Gui2_2 = Instance.new("Frame")
  42. local SuperPowerTrainingSim = Instance.new("TextLabel")
  43. local Close_2 = Instance.new("TextButton")
  44. local FistFarmStone = Instance.new("TextButton")
  45. local BodyFarmiceMountain = Instance.new("TextButton")
  46. local SpeedFarm = Instance.new("TextButton")
  47. local JumpFarm = Instance.new("TextButton")
  48. local FistFarmCrystal = Instance.new("TextButton")
  49. local FistFarmGreenPlanet = Instance.new("TextButton")
  50. local FistFarmBluePlanet = Instance.new("TextButton")
  51. local FistFarmSun = Instance.new("TextButton")
  52. local BodyFarmColdWater = Instance.new("TextButton")
  53. local BodyFarmFire = Instance.new("TextButton")
  54. local BodyFarmTornado = Instance.new("TextButton")
  55. local BodyFarmVolcano = Instance.new("TextButton")
  56. local BodyFarmSouls = Instance.new("TextButton")
  57. local PsyChicFarmWaterWall = Instance.new("TextButton")
  58. local PsyChicFarmWaterWall_2 = Instance.new("TextButton")
  59. local Next2 = Instance.new("TextButton")
  60. local Gui3_2 = Instance.new("Frame")
  61. local Close_3 = Instance.new("TextButton")
  62. local SellPlanks = Instance.new("TextButton")
  63. local LumberTycoon = Instance.new("TextLabel")
  64. local BringWood = Instance.new("TextButton")
  65. local SellWood = Instance.new("TextButton")
  66. local NormalLand = Instance.new("TextButton")
  67. local StopLand = Instance.new("TextButton")
  68. local TpGifts = Instance.new("TextButton")
  69. local NoClip = Instance.new("TextButton")
  70. local God = Instance.new("TextButton")
  71. local Coinc = Instance.new("TextButton")
  72. local Swamp = Instance.new("TextButton")
  73. local WalkSpeed = Instance.new("TextButton")
  74. local JumpPower = Instance.new("TextButton")
  75. local Leakedtems = Instance.new("TextButton")
  76. local CtrlClickTp = Instance.new("TextButton")
  77. local GretWood = Instance.new("TextButton")
  78. local WoodRus = Instance.new("TextButton")
  79. local SpawnPoint = Instance.new("TextButton")
  80. local LandStore = Instance.new("TextButton")
  81. local LinksLogic = Instance.new("TextButton")
  82. local Cave = Instance.new("TextButton")
  83. local Wolcano = Instance.new("TextButton")
  84. local Teleports = Instance.new("TextLabel")
  85. local Palmsland = Instance.new("TextButton")
  86. local Stranger = Instance.new("TextButton")
  87. local FancyFurnishings = Instance.new("TextButton")
  88. local BonShack = Instance.new("TextButton")
  89. --Properties:
  90. BestOfGui.Name = "Best Of Gui"
  91. BestOfGui.Parent = game.CoreGui
  92.  
  93. frame.Name = "frame"
  94. frame.Parent = BestOfGui
  95. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  96. frame.Position = UDim2.new(0, 0, 0.736593008, 0)
  97. frame.Size = UDim2.new(0, 88, 0, 23)
  98. frame.Style = Enum.FrameStyle.DropShadow
  99.  
  100. Open.Name = "Open"
  101. Open.Parent = frame
  102. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  103. Open.BackgroundTransparency = 0.89999997615814
  104. Open.Position = UDim2.new(-0.119834587, 0, -0.803403139, 0)
  105. Open.Size = UDim2.new(0, 87, 0, 21)
  106. Open.Font = Enum.Font.SourceSansBold
  107. Open.Text = "Open"
  108. Open.TextColor3 = Color3.new(1, 1, 1)
  109. Open.TextSize = 14
  110. Open.TextStrokeColor3 = Color3.new(1, 1, 1)
  111. Open.MouseButton1Down:connect(function()
  112. main.Visible = true
  113. frame.Visible = false
  114. end)
  115.  
  116.  
  117. main.Name = "main"
  118. main.Parent = BestOfGui
  119. main.BackgroundColor3 = Color3.new(1, 1, 1)
  120. main.Position = UDim2.new(-1.49011612e-08, 0, 0.192429006, 0)
  121. main.Size = UDim2.new(0, 318, 0, 326)
  122. main.Visible = false
  123. main.Style = Enum.FrameStyle.DropShadow
  124. main.Active = true
  125. main.Draggable = true
  126.  
  127. WizardTrainingSim.Name = "Wizard Training Sim"
  128. WizardTrainingSim.Parent = main
  129. WizardTrainingSim.BackgroundColor3 = Color3.new(0, 0, 0)
  130. WizardTrainingSim.BackgroundTransparency = 0.89999997615814
  131. WizardTrainingSim.Position = UDim2.new(-0.0134148784, 0, -0.0130849257, 0)
  132. WizardTrainingSim.Size = UDim2.new(0, 145, 0, 17)
  133. WizardTrainingSim.ClearTextOnFocus = false
  134. WizardTrainingSim.Font = Enum.Font.SourceSans
  135. WizardTrainingSim.Text = "Wizard Training Simulator"
  136. WizardTrainingSim.TextColor3 = Color3.new(1, 1, 1)
  137. WizardTrainingSim.TextSize = 14
  138.  
  139. nfGems.Name = "İnf Gems"
  140. nfGems.Parent = main
  141. nfGems.BackgroundColor3 = Color3.new(0, 0, 0)
  142. nfGems.BackgroundTransparency = 0.89999997615814
  143. nfGems.Position = UDim2.new(0.00955232605, 0, 0.0653927252, 0)
  144. nfGems.Size = UDim2.new(0, 116, 0, 24)
  145. nfGems.Font = Enum.Font.SciFi
  146. nfGems.Text = "İnf Gems Glitch"
  147. nfGems.TextColor3 = Color3.new(1, 1, 1)
  148. nfGems.TextSize = 14
  149. nfGems.MouseButton1Down:connect(function()
  150. while true do wait()
  151. local Remote = game.ReplicatedStorage['QuestTime']
  152.  
  153. local Arguments = {
  154.         [1] = false
  155. }
  156.  
  157. Remote:FireServer(unpack(Arguments))
  158. end
  159. end)
  160.  
  161. Credits.Name = "Credits"
  162. Credits.Parent = main
  163. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  164. Credits.BackgroundTransparency = 0.89999997615814
  165. Credits.Position = UDim2.new(0.173520297, 0, 0.87249583, 0)
  166. Credits.Size = UDim2.new(0, 178, 0, 19)
  167. Credits.ClearTextOnFocus = false
  168. Credits.Font = Enum.Font.SourceSans
  169. Credits.Text = "Credits:efestyle#4948"
  170. Credits.TextColor3 = Color3.new(1, 1, 1)
  171. Credits.TextSize = 14
  172.  
  173. AfkFarm.Name = "Afk Farm"
  174. AfkFarm.Parent = main
  175. AfkFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  176. AfkFarm.BackgroundTransparency = 0.89999997615814
  177. AfkFarm.Position = UDim2.new(0.00951109827, 0, 0.208728313, 0)
  178. AfkFarm.Size = UDim2.new(0, 116, 0, 24)
  179. AfkFarm.Font = Enum.Font.SciFi
  180. AfkFarm.Text = "Afk Farm"
  181. AfkFarm.TextColor3 = Color3.new(1, 1, 1)
  182. AfkFarm.TextSize = 14
  183. AfkFarm.MouseButton1Down:connect(function()
  184.     local me = game.Players.LocalPlayer.Character
  185. spawn(function()
  186. while wait() do
  187. for i,v in pairs(me:GetChildren()) do
  188. if v:isA("Tool") then
  189. v.StaffClient.ChargeFunction:InvokeServer()
  190. game.Players.LocalPlayer.Backpack.Meditate.MediClient.MeditationRemote:InvokeServer()
  191. end
  192. end
  193. end
  194. end)
  195. end)
  196.  
  197. WalkSpeedX.Name = "WalkSpeed (X)"
  198. WalkSpeedX.Parent = main
  199. WalkSpeedX.BackgroundColor3 = Color3.new(0, 0, 0)
  200. WalkSpeedX.BackgroundTransparency = 0.89999997615814
  201. WalkSpeedX.Position = UDim2.new(0.0118676983, 0, 0.377187252, 0)
  202. WalkSpeedX.Size = UDim2.new(0, 116, 0, 24)
  203. WalkSpeedX.Font = Enum.Font.SciFi
  204. WalkSpeedX.Text = "WalkSpeed (X)"
  205. WalkSpeedX.TextColor3 = Color3.new(1, 1, 1)
  206. WalkSpeedX.TextSize = 14
  207. WalkSpeedX.MouseButton1Down:connect(function()
  208.     local walkspeedplayer = game:GetService("Players").LocalPlayer
  209.     local walkspeedmouse = walkspeedplayer:GetMouse()
  210.    
  211.     local walkspeedenabled = false
  212.    
  213.     function x_walkspeed(key)
  214.         if (key == "x") then
  215.             if walkspeedenabled == false then
  216.                 _G.WS = 200;
  217.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  218.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  219.                 Humanoid.WalkSpeed = _G.WS;
  220.                 end)
  221.                 Humanoid.WalkSpeed = _G.WS;
  222.                
  223.                 walkspeedenabled = true
  224.             elseif walkspeedenabled == true then
  225.                 _G.WS = 20;
  226.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  227.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  228.                 Humanoid.WalkSpeed = _G.WS;
  229.                 end)
  230.                 Humanoid.WalkSpeed = _G.WS;
  231.                
  232.                 walkspeedenabled = false
  233.             end
  234.         end
  235.     end
  236.    
  237.     walkspeedmouse.KeyDown:connect(x_walkspeed)
  238.    
  239.     WALKX.Visible =true
  240.  
  241. end)
  242.  
  243. Close.Name = "Close"
  244. Close.Parent = main
  245. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  246. Close.BackgroundTransparency = 0.89999997615814
  247. Close.Position = UDim2.new(0.966623247, 0, -0.0141991731, 0)
  248. Close.Size = UDim2.new(0, 13, 0, 14)
  249. Close.Font = Enum.Font.SciFi
  250. Close.Text = "X"
  251. Close.TextColor3 = Color3.new(1, 1, 1)
  252. Close.TextSize = 14
  253. Close.MouseButton1Down:connect(function()
  254. frame.Visible = true
  255. main.Visible = false
  256. end)
  257.  
  258. PetSimulator.Name = "PetSimulator"
  259. PetSimulator.Parent = main
  260. PetSimulator.BackgroundColor3 = Color3.new(0, 0, 0)
  261. PetSimulator.BackgroundTransparency = 0.89999997615814
  262. PetSimulator.Position = UDim2.new(0.485483438, 0, -0.013845305, 0)
  263. PetSimulator.Size = UDim2.new(0, 145, 0, 17)
  264. PetSimulator.ClearTextOnFocus = false
  265. PetSimulator.Font = Enum.Font.SourceSans
  266. PetSimulator.Text = "PetSimulator"
  267. PetSimulator.TextColor3 = Color3.new(1, 1, 1)
  268. PetSimulator.TextSize = 14
  269.  
  270. Gui3.Name = "Gui3"
  271. Gui3.Parent = main
  272. Gui3.BackgroundColor3 = Color3.new(0, 0, 0)
  273. Gui3.BackgroundTransparency = 0.89999997615814
  274. Gui3.Position = UDim2.new(0.518981099, 0, 0.374372512, 0)
  275. Gui3.Size = UDim2.new(0, 116, 0, 24)
  276. Gui3.Font = Enum.Font.SciFi
  277. Gui3.Text = "Gui3"
  278. Gui3.TextColor3 = Color3.new(1, 1, 1)
  279. Gui3.TextSize = 14
  280. Gui3.MouseButton1Down:connect(function()
  281. local PetSimGui = Instance.new("ScreenGui")
  282. local Open = Instance.new("Frame")
  283. local Clickopen = Instance.new("TextButton")
  284. local Menu = Instance.new("Frame")
  285. local Info = Instance.new("TextBox")
  286. local Separation = Instance.new("Frame")
  287. local LowFarm = Instance.new("TextButton")
  288. local MedFarm = Instance.new("TextButton")
  289. local MaxFarm = Instance.new("TextButton")
  290. local Farming = Instance.new("TextBox")
  291. local Separation1 = Instance.new("Frame")
  292. local BuyEggs = Instance.new("TextBox")
  293. local EggsTier10 = Instance.new("TextButton")
  294. local EggsTier11 = Instance.new("TextButton")
  295. local EggsTier12 = Instance.new("TextButton")
  296. local EggsTier13 = Instance.new("TextButton")
  297. local EggsTier14 = Instance.new("TextButton")
  298. local EggsTier15 = Instance.new("TextButton")
  299. local Separation2 = Instance.new("Frame")
  300. local Walkspeed = Instance.new("TextButton")
  301. local unlockall = Instance.new("TextButton")
  302. local JumpPower = Instance.new("TextButton")
  303. local Close = Instance.new("TextButton")
  304. --Properties:
  305. PetSimGui.Name = "PetSimGui"
  306. PetSimGui.Parent = game.CoreGui
  307.  
  308. Open.Name = "Open"
  309. Open.Parent = PetSimGui
  310. Open.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  311. Open.BackgroundTransparency = 0.10000000149012
  312. Open.BorderColor3 = Color3.new(0, 0, 0)
  313. Open.BorderSizePixel = 2
  314. Open.Position = UDim2.new(0, 0, 0.472324699, 0)
  315. Open.Size = UDim2.new(0, 130, 0, 30)
  316.  
  317. Clickopen.Name = "Clickopen"
  318. Clickopen.Parent = Open
  319. Clickopen.BackgroundColor3 = Color3.new(1, 1, 1)
  320. Clickopen.BackgroundTransparency = 1
  321. Clickopen.BorderSizePixel = 0
  322. Clickopen.Size = UDim2.new(0, 130, 0, 30)
  323. Clickopen.Font = Enum.Font.SciFi
  324. Clickopen.Text = "Open"
  325. Clickopen.TextColor3 = Color3.new(0, 0, 0)
  326. Clickopen.TextSize = 27
  327. Clickopen.MouseButton1Down:connect(function()
  328. Menu.Visible = true
  329. Open.Visible = false
  330. end)
  331.  
  332. Menu.Name = "Menu"
  333. Menu.Parent = PetSimGui
  334. Menu.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  335. Menu.BackgroundTransparency = 0.10000000149012
  336. Menu.BorderColor3 = Color3.new(0, 0, 0)
  337. Menu.BorderSizePixel = 2
  338. Menu.Position = UDim2.new(0.37956205, 0, 0.199261993, 0)
  339. Menu.Size = UDim2.new(0, 304, 0, 334)
  340. Menu.Visible = false
  341.  
  342. Info.Name = "Info"
  343. Info.Parent = Menu
  344. Info.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  345. Info.BackgroundTransparency = 0.10000000149012
  346. Info.BorderColor3 = Color3.new(0, 0, 0)
  347. Info.BorderSizePixel = 0
  348. Info.Size = UDim2.new(0, 304, 0, 55)
  349. Info.Font = Enum.Font.Highway
  350. Info.Text = "Pet Simulator Gui"
  351. Info.TextColor3 = Color3.new(0, 0, 0)
  352. Info.TextSize = 33
  353. Info.TextWrapped = true
  354.  
  355. Separation.Name = "Separation"
  356. Separation.Parent = Menu
  357. Separation.BackgroundColor3 = Color3.new(0, 0, 0)
  358. Separation.BackgroundTransparency = 0.10000000149012
  359. Separation.BorderSizePixel = 0
  360. Separation.Position = UDim2.new(0, 0, 0.164670661, 0)
  361. Separation.Size = UDim2.new(0, 304, 0, 6)
  362.  
  363. LowFarm.Name = "LowFarm"
  364. LowFarm.Parent = Menu
  365. LowFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  366. LowFarm.BackgroundTransparency = 0.10000000149012
  367. LowFarm.BorderColor3 = Color3.new(0, 0, 0)
  368. LowFarm.BorderSizePixel = 2
  369. LowFarm.Position = UDim2.new(0, 0, 0.302395225, 0)
  370. LowFarm.Size = UDim2.new(0, 95, 0, 35)
  371. LowFarm.Font = Enum.Font.Cartoon
  372. LowFarm.Text = "Low Farm"
  373. LowFarm.TextColor3 = Color3.new(1, 1, 1)
  374. LowFarm.TextSize = 18
  375.  
  376. MedFarm.Name = "MedFarm"
  377. MedFarm.Parent = Menu
  378. MedFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  379. MedFarm.BackgroundTransparency = 0.10000000149012
  380. MedFarm.BorderColor3 = Color3.new(0, 0, 0)
  381. MedFarm.BorderSizePixel = 2
  382. MedFarm.Position = UDim2.new(0.342105269, 0, 0.302395225, 0)
  383. MedFarm.Size = UDim2.new(0, 95, 0, 35)
  384. MedFarm.Font = Enum.Font.Cartoon
  385. MedFarm.Text = "Med Farm"
  386. MedFarm.TextColor3 = Color3.new(1, 1, 1)
  387. MedFarm.TextSize = 18
  388.  
  389. MaxFarm.Name = "MaxFarm"
  390. MaxFarm.Parent = Menu
  391. MaxFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  392. MaxFarm.BackgroundTransparency = 0.10000000149012
  393. MaxFarm.BorderColor3 = Color3.new(0, 0, 0)
  394. MaxFarm.BorderSizePixel = 2
  395. MaxFarm.Position = UDim2.new(0.6875, 0, 0.302395225, 0)
  396. MaxFarm.Size = UDim2.new(0, 95, 0, 35)
  397. MaxFarm.Font = Enum.Font.Cartoon
  398. MaxFarm.Text = "Max Farm"
  399. MaxFarm.TextColor3 = Color3.new(1, 1, 1)
  400. MaxFarm.TextSize = 18
  401.  
  402. Farming.Name = "Farming"
  403. Farming.Parent = Menu
  404. Farming.BackgroundColor3 = Color3.new(1, 1, 1)
  405. Farming.BackgroundTransparency = 1
  406. Farming.BorderSizePixel = 0
  407. Farming.Position = UDim2.new(0, 0, 0.182634726, 0)
  408. Farming.Size = UDim2.new(0, 304, 0, 33)
  409. Farming.Font = Enum.Font.Fantasy
  410. Farming.Text = "Farming"
  411. Farming.TextColor3 = Color3.new(1, 1, 1)
  412. Farming.TextSize = 25
  413.  
  414. Separation1.Name = "Separation 1"
  415. Separation1.Parent = Menu
  416. Separation1.BackgroundColor3 = Color3.new(0, 0, 0)
  417. Separation1.BackgroundTransparency = 0.10000000149012
  418. Separation1.BorderSizePixel = 0
  419. Separation1.Position = UDim2.new(-0.00328947371, 0, 0.425149709, 0)
  420. Separation1.Size = UDim2.new(0, 305, 0, 6)
  421.  
  422. BuyEggs.Name = "Buy Eggs"
  423. BuyEggs.Parent = Menu
  424. BuyEggs.BackgroundColor3 = Color3.new(1, 1, 1)
  425. BuyEggs.BackgroundTransparency = 1
  426. BuyEggs.BorderSizePixel = 0
  427. BuyEggs.Position = UDim2.new(0, 0, 0.443113774, 0)
  428. BuyEggs.Size = UDim2.new(0, 304, 0, 30)
  429. BuyEggs.Font = Enum.Font.Fantasy
  430. BuyEggs.Text = "Buy eggs"
  431. BuyEggs.TextColor3 = Color3.new(1, 1, 1)
  432. BuyEggs.TextSize = 25
  433.  
  434. EggsTier10.Name = "Eggs Tier 10"
  435. EggsTier10.Parent = Menu
  436. EggsTier10.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  437. EggsTier10.BackgroundTransparency = 0.10000000149012
  438. EggsTier10.BorderColor3 = Color3.new(0, 0, 0)
  439. EggsTier10.BorderSizePixel = 2
  440. EggsTier10.Position = UDim2.new(0, 0, 0.553892195, 0)
  441. EggsTier10.Size = UDim2.new(0, 95, 0, 35)
  442. EggsTier10.Font = Enum.Font.Cartoon
  443. EggsTier10.Text = "Eggs Tier 10"
  444. EggsTier10.TextColor3 = Color3.new(1, 1, 1)
  445. EggsTier10.TextSize = 17
  446.  
  447. EggsTier11.Name = "Eggs Tier 11"
  448. EggsTier11.Parent = Menu
  449. EggsTier11.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  450. EggsTier11.BackgroundTransparency = 0.10000000149012
  451. EggsTier11.BorderColor3 = Color3.new(0, 0, 0)
  452. EggsTier11.BorderSizePixel = 2
  453. EggsTier11.Position = UDim2.new(0.342105269, 0, 0.553892195, 0)
  454. EggsTier11.Size = UDim2.new(0, 95, 0, 35)
  455. EggsTier11.Font = Enum.Font.Cartoon
  456. EggsTier11.Text = "Eggs Tier 11"
  457. EggsTier11.TextColor3 = Color3.new(1, 1, 1)
  458. EggsTier11.TextSize = 17
  459.  
  460. EggsTier12.Name = "Eggs Tier 12"
  461. EggsTier12.Parent = Menu
  462. EggsTier12.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  463. EggsTier12.BackgroundTransparency = 0.10000000149012
  464. EggsTier12.BorderColor3 = Color3.new(0, 0, 0)
  465. EggsTier12.BorderSizePixel = 2
  466. EggsTier12.Position = UDim2.new(0.6875, 0, 0.553892195, 0)
  467. EggsTier12.Size = UDim2.new(0, 95, 0, 35)
  468. EggsTier12.Font = Enum.Font.Cartoon
  469. EggsTier12.Text = "Eggs Tier 12"
  470. EggsTier12.TextColor3 = Color3.new(1, 1, 1)
  471. EggsTier12.TextSize = 17
  472.  
  473. EggsTier13.Name = "Eggs Tier 13"
  474. EggsTier13.Parent = Menu
  475. EggsTier13.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  476. EggsTier13.BackgroundTransparency = 0.10000000149012
  477. EggsTier13.BorderColor3 = Color3.new(0, 0, 0)
  478. EggsTier13.BorderSizePixel = 2
  479. EggsTier13.Position = UDim2.new(-0.00328947371, 0, 0.682634711, 0)
  480. EggsTier13.Size = UDim2.new(0, 96, 0, 35)
  481. EggsTier13.Font = Enum.Font.Cartoon
  482. EggsTier13.Text = "Eggs Tier 13"
  483. EggsTier13.TextColor3 = Color3.new(1, 1, 1)
  484. EggsTier13.TextSize = 17
  485.  
  486. EggsTier14.Name = "Eggs Tier 14"
  487. EggsTier14.Parent = Menu
  488. EggsTier14.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  489. EggsTier14.BackgroundTransparency = 0.10000000149012
  490. EggsTier14.BorderColor3 = Color3.new(0, 0, 0)
  491. EggsTier14.BorderSizePixel = 2
  492. EggsTier14.Position = UDim2.new(0.342105269, 0, 0.682634711, 0)
  493. EggsTier14.Size = UDim2.new(0, 95, 0, 35)
  494. EggsTier14.Font = Enum.Font.Cartoon
  495. EggsTier14.Text = "Eggs Tier 14"
  496. EggsTier14.TextColor3 = Color3.new(1, 1, 1)
  497. EggsTier14.TextSize = 17
  498.  
  499. EggsTier15.Name = "Eggs Tier 15"
  500. EggsTier15.Parent = Menu
  501. EggsTier15.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  502. EggsTier15.BackgroundTransparency = 0.10000000149012
  503. EggsTier15.BorderColor3 = Color3.new(0, 0, 0)
  504. EggsTier15.BorderSizePixel = 2
  505. EggsTier15.Position = UDim2.new(0.6875, 0, 0.682634711, 0)
  506. EggsTier15.Size = UDim2.new(0, 95, 0, 35)
  507. EggsTier15.Font = Enum.Font.Cartoon
  508. EggsTier15.Text = "Eggs Tier 15"
  509. EggsTier15.TextColor3 = Color3.new(1, 1, 1)
  510. EggsTier15.TextSize = 17
  511.  
  512. Separation2.Name = "Separation 2"
  513. Separation2.Parent = Menu
  514. Separation2.BackgroundColor3 = Color3.new(0, 0, 0)
  515. Separation2.BackgroundTransparency = 0.10000000149012
  516. Separation2.BorderSizePixel = 0
  517. Separation2.Position = UDim2.new(0, 0, 0.805389225, 0)
  518. Separation2.Size = UDim2.new(0, 305, 0, 6)
  519.  
  520. Walkspeed.Name = "Walkspeed"
  521. Walkspeed.Parent = Menu
  522. Walkspeed.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  523. Walkspeed.BackgroundTransparency = 0.10000000149012
  524. Walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  525. Walkspeed.BorderSizePixel = 2
  526. Walkspeed.Position = UDim2.new(0, 0, 0.865269423, 0)
  527. Walkspeed.Size = UDim2.new(0, 95, 0, 35)
  528. Walkspeed.Font = Enum.Font.Cartoon
  529. Walkspeed.Text = "Walkspeed"
  530. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  531. Walkspeed.TextSize = 17
  532. Walkspeed.MouseButton1Down:connect(function()
  533. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  534. end)
  535.  
  536. unlockall.Name = "unlock all"
  537. unlockall.Parent = Menu
  538. unlockall.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  539. unlockall.BackgroundTransparency = 0.10000000149012
  540. unlockall.BorderColor3 = Color3.new(0, 0, 0)
  541. unlockall.BorderSizePixel = 2
  542. unlockall.Position = UDim2.new(0.342105269, 0, 0.865269423, 0)
  543. unlockall.Size = UDim2.new(0, 95, 0, 35)
  544. unlockall.Font = Enum.Font.Cartoon
  545. unlockall.Text = "Unlock All"
  546. unlockall.TextColor3 = Color3.new(1, 1, 1)
  547. unlockall.TextSize = 17
  548.  
  549. JumpPower.Name = "JumpPower"
  550. JumpPower.Parent = Menu
  551. JumpPower.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  552. JumpPower.BackgroundTransparency = 0.10000000149012
  553. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  554. JumpPower.BorderSizePixel = 2
  555. JumpPower.Position = UDim2.new(0.6875, 0, 0.865269423, 0)
  556. JumpPower.Size = UDim2.new(0, 95, 0, 35)
  557. JumpPower.Font = Enum.Font.Cartoon
  558. JumpPower.Text = "JumpPower"
  559. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  560. JumpPower.TextSize = 17
  561. JumpPower.MouseButton1Down:connect(function()
  562. game:service('Players').LocalPlayer.Character.Humanoid.JumpPower = 200
  563. end)
  564.  
  565.  
  566. Close.Name = "Close"
  567. Close.Parent = Menu
  568. Close.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  569. Close.BackgroundTransparency = 1
  570. Close.BorderColor3 = Color3.new(0, 0, 0)
  571. Close.BorderSizePixel = 2
  572. Close.Position = UDim2.new(0.888157904, 0, 0, 0)
  573. Close.Size = UDim2.new(0, 34, 0, 35)
  574. Close.Font = Enum.Font.Arial
  575. Close.Text = "X"
  576. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  577. Close.TextSize = 20
  578. Close.MouseButton1Down:connect(function()
  579. Open.Visible = true
  580. Menu.Visible = false
  581. end)
  582.  
  583.  
  584. -- Scripts:
  585.  
  586. LowFarm.MouseButton1Down:connect(function()
  587. local amount = 1000
  588. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  589. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  590. local plr = game:GetService("Players").LocalPlayer
  591. local petids = {}
  592. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  593. local a = #save[plr.Name]["Save"]["Pets"]
  594. local done = "lol meme"
  595. function random(t)
  596.     local keys = {}
  597.     for key, value in pairs(t) do
  598.         keys[#keys+1] = key
  599.     end
  600.     index = keys[math.random(1, #keys)]
  601.     return t[index]
  602. end
  603. for i=1,a do
  604.     if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  605.         table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  606.     end
  607.     a = a - 1
  608. end
  609. function co(b)
  610.     local done = b
  611.     print("Mining coin: " .. b.Name)
  612.     while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  613.         warn(b.Name .. "- Health: " .. b.Health.Value)
  614.         wait(0.2)
  615.         coins:FireServer("Mine",b.Name, amount, random(petids))
  616.     end
  617. end
  618. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  619.     if(done ~= b) then
  620.         coroutine.wrap(function()co(b)end)()
  621.     end
  622. end
  623. end)
  624.  
  625. MedFarm.MouseButton1Down:connect(function()
  626. local amount = 5000
  627. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  628. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  629. local plr = game:GetService("Players").LocalPlayer
  630. local petids = {}
  631. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  632. local a = #save[plr.Name]["Save"]["Pets"]
  633. local done = "lol meme"
  634. function random(t)
  635.     local keys = {}
  636.     for key, value in pairs(t) do
  637.         keys[#keys+1] = key
  638.     end
  639.     index = keys[math.random(1, #keys)]
  640.     return t[index]
  641. end
  642. for i=1,a do
  643.     if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  644.         table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  645.     end
  646.     a = a - 1
  647. end
  648. function co(b)
  649.     local done = b
  650.     print("Mining coin: " .. b.Name)
  651.     while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  652.         warn(b.Name .. "- Health: " .. b.Health.Value)
  653.         wait(0.2)
  654.         coins:FireServer("Mine",b.Name, amount, random(petids))
  655.     end
  656. end
  657. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  658.     if(done ~= b) then
  659.         coroutine.wrap(function()co(b)end)()
  660.     end
  661. end
  662. end)
  663.  
  664. MaxFarm.MouseButton1Down:connect(function()
  665. local amount = 6898
  666. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  667. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  668. local plr = game:GetService("Players").LocalPlayer
  669. local petids = {}
  670. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  671. local a = #save[plr.Name]["Save"]["Pets"]
  672. local done = "lol meme"
  673. function random(t)
  674.     local keys = {}
  675.     for key, value in pairs(t) do
  676.         keys[#keys+1] = key
  677.     end
  678.     index = keys[math.random(1, #keys)]
  679.     return t[index]
  680. end
  681. for i=1,a do
  682.     if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  683.         table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  684.     end
  685.     a = a - 1
  686. end
  687. function co(b)
  688.     local done = b
  689.     print("Mining coin: " .. b.Name)
  690.     while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  691.         warn(b.Name .. "- Health: " .. b.Health.Value)
  692.         wait(0.2)
  693.         coins:FireServer("Mine",b.Name, amount, random(petids))
  694.     end
  695. end
  696. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  697.     if(done ~= b) then
  698.         coroutine.wrap(function()co(b)end)()
  699.     end
  700. end
  701. end)
  702.  
  703. unlockall.MouseButton1Down:connect(function()
  704. local barriers_table = { "Barrier1", "Barrier2", "Barrier3", "Barrier4", "Barrier5" }
  705. local barriers = game:GetService("Workspace").__THINGS["Barriers"]
  706. barriers:Destroy()
  707. end)
  708.  
  709. EggsTier10.MouseButton1Down:connect(function()
  710. local A_1 = "Buy"
  711. local A_2 = "Egg"
  712. local A_3 = "Tier 10"
  713. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  714. Event:InvokeServer(A_1, A_2, A_3)
  715. end)
  716.  
  717. EggsTier11.MouseButton1Down:connect(function()
  718. local A_1 = "Buy"
  719. local A_2 = "Egg"
  720. local A_3 = "Tier 11"
  721. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  722. Event:InvokeServer(A_1, A_2, A_3)
  723. end)
  724.  
  725. EggsTier12.MouseButton1Down:connect(function()
  726. local A_1 = "Buy"
  727. local A_2 = "Egg"
  728. local A_3 = "Tier 12"
  729. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  730. Event:InvokeServer(A_1, A_2, A_3)
  731. end)
  732.  
  733. EggsTier13.MouseButton1Down:connect(function()
  734. local A_1 = "Buy"
  735. local A_2 = "Egg"
  736. local A_3 = "Tier 13"
  737. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  738. Event:InvokeServer(A_1, A_2, A_3)
  739. end)
  740.  
  741. EggsTier14.MouseButton1Down:connect(function()
  742. local A_1 = "Buy"
  743. local A_2 = "Egg"
  744. local A_3 = "Tier 14"
  745. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  746. Event:InvokeServer(A_1, A_2, A_3)
  747. end)
  748.  
  749. EggsTier15.MouseButton1Down:connect(function()
  750. local A_1 = "Buy"
  751. local A_2 = "Egg"
  752. local A_3 = "Tier 15"
  753. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  754. Event:InvokeServer(A_1, A_2, A_3)  
  755. end)
  756. end)
  757.  
  758. Gui1.Name = "Gui1"
  759. Gui1.Parent = main
  760. Gui1.BackgroundColor3 = Color3.new(0, 0, 0)
  761. Gui1.BackgroundTransparency = 0.89999997615814
  762. Gui1.Position = UDim2.new(0.516115725, 0, 0.0645565391, 0)
  763. Gui1.Size = UDim2.new(0, 116, 0, 24)
  764. Gui1.Font = Enum.Font.SciFi
  765. Gui1.Text = "Gui1"
  766. Gui1.TextColor3 = Color3.new(1, 1, 1)
  767. Gui1.TextSize = 14
  768. Gui1.MouseButton1Down:connect(function()
  769.     FarmStart = false
  770. FarmArea = "none"
  771. WalkNumber = "1"
  772. JumpNumber = "1"
  773.  
  774. local petTable = {}
  775. local Try = 0
  776. local Amount = 0
  777.  
  778. function PetTable()
  779.     local Stats = workspace["__REMOTES"]["Core"]["Get Other Stats"]:InvokeServer()
  780.     local Times = #Stats[game.Players.LocalPlayer.Name]["Save"]["Pets"]
  781.     local Name = game:GetService("Players").LocalPlayer.Name
  782.     petTable = {}
  783.     Try = 0
  784.     Amount = 0
  785.     for i=1,Times do
  786.         if(Stats[Name]["Save"]["Pets"][Times].e == true) then
  787.             Amount = Amount + 1
  788.             petTable[Amount] = {
  789.                 ["ID"] = tonumber(Stats[Name]["Save"]["Pets"][Times].id),
  790.                 ["LEVEL"] = tonumber(Stats[Name]["Save"]["Pets"][Times].l),
  791.             }
  792.         end
  793.         Times = Times - 1
  794.     end
  795. end
  796.  
  797. local MainGUI = Instance.new("ScreenGui")
  798. local TopFrame = Instance.new("Frame")
  799. local PSHeader = Instance.new("TextLabel")
  800. local ClosePS = Instance.new("TextButton")
  801. local StatsFrame = Instance.new("Frame")
  802. local FarmCoins = Instance.new("TextButton")
  803. local FarmFrame = Instance.new("Frame")
  804. local PowerTextInfo1 = Instance.new("TextLabel")
  805. local PowerText1 = Instance.new("TextLabel")
  806. local FarmPower = Instance.new("TextBox")
  807. local StartFarming = Instance.new("TextButton")
  808. local StartFarmingEarth = Instance.new("TextButton")
  809. local StartFarmingMoon = Instance.new("TextButton")
  810. local WalkSpeed = Instance.new("TextButton")
  811. local JumpPower = Instance.new("TextButton")
  812. local BuyScreen = Instance.new("TextButton")
  813. local BuyScreenFrame = Instance.new("Frame")
  814. local BuyPetTitle1 = Instance.new("TextLabel")
  815. local BuyPetTitle2 = Instance.new("TextLabel")
  816. local BuyPetTitle3 = Instance.new("TextLabel")
  817. local BuyPetAmount1 = Instance.new("TextLabel")
  818. local BuyPetAmount2 = Instance.new("TextBox")
  819. local BuyPetAmount3 = Instance.new("TextBox")
  820. local BuyPetTier1 = Instance.new("TextLabel")
  821. local BuyPetTier2 = Instance.new("TextBox")
  822. local BuyPetGo = Instance.new("TextButton")
  823. local BuyHatTitle1 = Instance.new("TextLabel")
  824. local BuyHatTitle2 = Instance.new("TextLabel")
  825. local BuyHatAmount1 = Instance.new("TextLabel")
  826. local BuyHatAmount2 = Instance.new("TextBox")
  827. local BuyHatTier1 = Instance.new("TextLabel")
  828. local BuyHatTier2 = Instance.new("TextBox")
  829. local BuyHatGo = Instance.new("TextButton")
  830. local Locations = Instance.new("TextButton")
  831. local Locations2 = Instance.new("TextButton")
  832. local MainFrame = Instance.new("Frame")
  833. local Stats = Instance.new("TextButton")
  834. local Spawn = Instance.new("TextButton")
  835. local Shop = Instance.new("TextButton")
  836. local Area2 = Instance.new("TextButton")
  837. local Area3 = Instance.new("TextButton")
  838. local Area4 = Instance.new("TextButton")
  839. local Area5 = Instance.new("TextButton")
  840. local Area6 = Instance.new("TextButton")
  841. local Area7 = Instance.new("TextButton")
  842. local Area8 = Instance.new("TextButton")
  843. local Area9 = Instance.new("TextButton")
  844. local Area10 = Instance.new("TextButton")
  845. local Area11 = Instance.new("TextButton")
  846. local Area12 = Instance.new("TextButton")
  847. local Rocket = Instance.new("TextButton")
  848. local CandyLand = Instance.new("TextButton")
  849. local CyborgLand = Instance.new("TextButton")
  850. local AreaDivider = Instance.new("TextLabel")
  851. local AllHealthLabel = Instance.new("TextLabel")
  852. local AllHealthMinLabel = Instance.new("TextLabel")
  853. local AllHealthMaxLabel = Instance.new("TextLabel")
  854. local AllHealthMin = Instance.new("TextBox")
  855. local AllHealthMax = Instance.new("TextBox")
  856. local EarthHealthLabel = Instance.new("TextLabel")
  857. local EarthHealthMinLabel = Instance.new("TextLabel")
  858. local EarthHealthMaxLabel = Instance.new("TextLabel")
  859. local EarthHealthMin = Instance.new("TextBox")
  860. local EarthHealthMax = Instance.new("TextBox")
  861. local MoonHealthLabel = Instance.new("TextLabel")
  862. local MoonHealthMinLabel = Instance.new("TextLabel")
  863. local MoonHealthMaxLabel = Instance.new("TextLabel")
  864. local MoonHealthMin = Instance.new("TextBox")
  865. local MoonHealthMax = Instance.new("TextBox")
  866. local TeleportScreen = Instance.new("TextButton")
  867.  
  868. MainGUI.Name = "MainGUI"
  869. MainGUI.Parent = game.CoreGui
  870. local MainCORE = game.CoreGui["MainGUI"]
  871.  
  872. TopFrame.Name = "TopFrame"
  873. TopFrame.Parent = MainGUI
  874. TopFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  875. TopFrame.BackgroundTransparency = 0
  876. TopFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  877. TopFrame.Active = true
  878. TopFrame.Selectable = true
  879. TopFrame.Draggable = true
  880. TopFrame.Visible = true
  881. TopFrame.Position = UDim2.new(1, -145, 0.5, -100)
  882. TopFrame.Size = UDim2.new(0, 140, 0, 30)
  883.  
  884. PSHeader.Name = "PSHeader"
  885. PSHeader.Parent = TopFrame
  886. PSHeader.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  887. PSHeader.BackgroundTransparency = 1
  888. PSHeader.BorderSizePixel = 0
  889. PSHeader.BorderColor3 = Color3.new(0, 0, 0)
  890. PSHeader.Position = UDim2.new(0, 5, 0, 5)
  891. PSHeader.Size = UDim2.new(0, 105, 0, 20)
  892. PSHeader.Font = Enum.Font.Fantasy
  893. PSHeader.Text = "Pet Simulator"
  894. PSHeader.TextColor3 = Color3.new(0, 0, 0)
  895. PSHeader.TextScaled = true
  896. PSHeader.TextSize = 17
  897.  
  898. ClosePS.Name = "ClosePS"
  899. ClosePS.Parent = TopFrame
  900. ClosePS.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  901. ClosePS.BorderColor3 = Color3.new(0, 0, 0)
  902. ClosePS.Position = UDim2.new(0, 115, 0, 5)
  903. ClosePS.Size = UDim2.new(0, 20, 0, 20)
  904. ClosePS.Font = Enum.Font.Fantasy
  905. ClosePS.Text = "X"
  906. ClosePS.TextColor3 = Color3.new(1, 0, 0)
  907. ClosePS.TextScaled = true
  908. ClosePS.TextSize = 17
  909.  
  910. MainFrame.Name = "MainFrame"
  911. MainFrame.Parent = TopFrame
  912. MainFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  913. MainFrame.BackgroundTransparency = 0
  914. MainFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  915. MainFrame.Position = UDim2.new(0, 0, 0, 30)
  916. MainFrame.Size = UDim2.new(0, 140, 0, 433)
  917. MainFrame.Visible = true
  918.  
  919. BuyScreen.Name = "BuyScreen"
  920. BuyScreen.Parent = MainFrame
  921. BuyScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  922. BuyScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  923. BuyScreen.Position = UDim2.new(0, 5, 0, 5)
  924. BuyScreen.Size = UDim2.new(0, 60, 0, 25)
  925. BuyScreen.Font = Enum.Font.Fantasy
  926. BuyScreen.TextColor3 = Color3.new(1, 1, 1)
  927. BuyScreen.Text = "SHOP"
  928. BuyScreen.TextSize = 17
  929. BuyScreen.TextWrapped = true
  930.  
  931. FarmCoins.Name = "FarmCoins"
  932. FarmCoins.Parent = MainFrame
  933. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  934. FarmCoins.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  935. FarmCoins.Position = UDim2.new(0, 75, 0, 5)
  936. FarmCoins.Size = UDim2.new(0, 60, 0, 25)
  937. FarmCoins.Font = Enum.Font.Fantasy
  938. FarmCoins.TextColor3 = Color3.new(1, 1, 1)
  939. FarmCoins.Text = "FARM"
  940. FarmCoins.TextSize = 17
  941. FarmCoins.TextWrapped = true
  942.  
  943. WalkSpeed.Name = "WalkSpeed"
  944. WalkSpeed.Parent = MainFrame
  945. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  946. WalkSpeed.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  947. WalkSpeed.Position = UDim2.new(0, 5, 0, 40)
  948. WalkSpeed.Size = UDim2.new(0, 60, 0, 25)
  949. WalkSpeed.Font = Enum.Font.Fantasy
  950. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  951. WalkSpeed.Text = "Walk:1"
  952. WalkSpeed.TextSize = 17
  953. WalkSpeed.TextWrapped = true
  954.  
  955. JumpPower.Name = "JumpPower"
  956. JumpPower.Parent = MainFrame
  957. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  958. JumpPower.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  959. JumpPower.Position = UDim2.new(0, 75, 0, 40)
  960. JumpPower.Size = UDim2.new(0, 60, 0, 25)
  961. JumpPower.Font = Enum.Font.Fantasy
  962. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  963. JumpPower.Text = "Jump:1"
  964. JumpPower.TextSize = 17
  965. JumpPower.TextWrapped = true
  966.  
  967. TeleportScreen.Name = "TeleportScreen"
  968. TeleportScreen.Parent = MainFrame
  969. TeleportScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  970. TeleportScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  971. TeleportScreen.Position = UDim2.new(0, 5, 0, 75)
  972. TeleportScreen.Size = UDim2.new(0, 130, 0, 20)
  973. TeleportScreen.Font = Enum.Font.Fantasy
  974. TeleportScreen.TextColor3 = Color3.new(1, 1, 1)
  975. TeleportScreen.Text = "GAME TELEPORT"
  976. TeleportScreen.TextSize = 17
  977. TeleportScreen.TextWrapped = true
  978.  
  979. Spawn.Name = "Spawn"
  980. Spawn.Parent = MainFrame
  981. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  982. Spawn.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  983. Spawn.Position = UDim2.new(0, 5, 0, 100)
  984. Spawn.Size = UDim2.new(0, 130, 0, 20)
  985. Spawn.Font = Enum.Font.Fantasy
  986. Spawn.TextColor3 = Color3.new(1, 1, 1)
  987. Spawn.Text = "Spawn Area"
  988. Spawn.TextSize = 17
  989. Spawn.TextWrapped = true
  990.  
  991. Shop.Name = "Shop"
  992. Shop.Parent = MainFrame
  993. Shop.BackgroundColor3 = Color3.new(0, 0, 0)
  994. Shop.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  995. Shop.Position = UDim2.new(0, 5, 0, 125)
  996. Shop.Size = UDim2.new(0, 130, 0, 20)
  997. Shop.Font = Enum.Font.Fantasy
  998. Shop.TextColor3 = Color3.new(1, 1, 1)
  999. Shop.Text = "Egg Shop"
  1000. Shop.TextSize = 17
  1001. Shop.TextWrapped = true
  1002.  
  1003. Area2.Name = "Area2"
  1004. Area2.Parent = MainFrame
  1005. Area2.BackgroundColor3 = Color3.new(0, 0, 0)
  1006. Area2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1007. Area2.Position = UDim2.new(0, 5, 0, 150)
  1008. Area2.Size = UDim2.new(0, 130, 0, 20)
  1009. Area2.Font = Enum.Font.Fantasy
  1010. Area2.TextColor3 = Color3.new(1, 1, 1)
  1011. Area2.Text = "25K Area"
  1012. Area2.TextSize = 17
  1013. Area2.TextWrapped = true
  1014.  
  1015. Area3.Name = "Area3"
  1016. Area3.Parent = MainFrame
  1017. Area3.BackgroundColor3 = Color3.new(0, 0, 0)
  1018. Area3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1019. Area3.Position = UDim2.new(0, 5, 0, 175)
  1020. Area3.Size = UDim2.new(0, 130, 0, 20)
  1021. Area3.Font = Enum.Font.Fantasy
  1022. Area3.TextColor3 = Color3.new(1, 1, 1)
  1023. Area3.Text = "400K Area"
  1024. Area3.TextSize = 17
  1025. Area3.TextWrapped = true
  1026.  
  1027. Area4.Name = "Area4"
  1028. Area4.Parent = MainFrame
  1029. Area4.BackgroundColor3 = Color3.new(0, 0, 0)
  1030. Area4.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1031. Area4.Position = UDim2.new(0, 5, 0, 200)
  1032. Area4.Size = UDim2.new(0, 130, 0, 20)
  1033. Area4.Font = Enum.Font.Fantasy
  1034. Area4.TextColor3 = Color3.new(1, 1, 1)
  1035. Area4.Text = "2.5M Area"
  1036. Area4.TextSize = 17
  1037. Area4.TextWrapped = true
  1038.  
  1039. Area5.Name = "Area5"
  1040. Area5.Parent = MainFrame
  1041. Area5.BackgroundColor3 = Color3.new(0, 0, 0)
  1042. Area5.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1043. Area5.Position = UDim2.new(0, 5, 0, 225)
  1044. Area5.Size = UDim2.new(0, 130, 0, 20)
  1045. Area5.Font = Enum.Font.Fantasy
  1046. Area5.TextColor3 = Color3.new(1, 1, 1)
  1047. Area5.Text = "20M Area"
  1048. Area5.TextSize = 17
  1049. Area5.TextWrapped = true
  1050.  
  1051. Area6.Name = "Area6"
  1052. Area6.Parent = MainFrame
  1053. Area6.BackgroundColor3 = Color3.new(0, 0, 0)
  1054. Area6.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1055. Area6.Position = UDim2.new(0, 5, 0, 250)
  1056. Area6.Size = UDim2.new(0, 130, 0, 20)
  1057. Area6.Font = Enum.Font.Fantasy
  1058. Area6.TextColor3 = Color3.new(1, 1, 1)
  1059. Area6.Text = "500M Area"
  1060. Area6.TextSize = 17
  1061. Area6.TextWrapped = true
  1062.  
  1063. Rocket.Name = "Rocket"
  1064. Rocket.Parent = MainFrame
  1065. Rocket.BackgroundColor3 = Color3.new(0, 0, 0)
  1066. Rocket.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1067. Rocket.Position = UDim2.new(0, 5, 0, 275)
  1068. Rocket.Size = UDim2.new(0, 130, 0, 20)
  1069. Rocket.Font = Enum.Font.Fantasy
  1070. Rocket.TextColor3 = Color3.new(1, 1, 1)
  1071. Rocket.Text = "Rocket Area"
  1072. Rocket.TextSize = 17
  1073. Rocket.TextWrapped = true
  1074.  
  1075. AreaDivider.Name = "AreaDivider"
  1076. AreaDivider.Parent = MainFrame
  1077. AreaDivider.BackgroundColor3 = Color3.new(0, 0, 0)
  1078. AreaDivider.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1079. AreaDivider.Position = UDim2.new(0, 0, 0, 300)
  1080. AreaDivider.Size = UDim2.new(0, 140, 0, 3)
  1081. AreaDivider.Font = Enum.Font.Fantasy
  1082. AreaDivider.Text = ""
  1083. AreaDivider.TextSize = 17
  1084.  
  1085. Area9.Name = "Area9"
  1086. Area9.Parent = MainFrame
  1087. Area9.BackgroundColor3 = Color3.new(0, 0, 0)
  1088. Area9.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1089. Area9.Position = UDim2.new(0, 5, 0, 308)
  1090. Area9.Size = UDim2.new(0, 130, 0, 20)
  1091. Area9.Font = Enum.Font.Fantasy
  1092. Area9.TextColor3 = Color3.new(1, 1, 1)
  1093. Area9.Text = "Moon Spawn Point"
  1094. Area9.TextSize = 17
  1095. Area9.TextWrapped = true
  1096.  
  1097. Area8.Name = "Area8"
  1098. Area8.Parent = MainFrame
  1099. Area8.BackgroundColor3 = Color3.new(0, 0, 0)
  1100. Area8.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1101. Area8.Position = UDim2.new(0, 5, 0, 333)
  1102. Area8.Size = UDim2.new(0, 130, 0, 20)
  1103. Area8.Font = Enum.Font.Fantasy
  1104. Area8.TextColor3 = Color3.new(1, 1, 1)
  1105. Area8.Text = "Moon Egg Shop"
  1106. Area8.TextSize = 17
  1107. Area8.TextWrapped = true
  1108.  
  1109. Area10.Name = "Area10"
  1110. Area10.Parent = MainFrame
  1111. Area10.BackgroundColor3 = Color3.new(0, 0, 0)
  1112. Area10.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1113. Area10.Position = UDim2.new(0, 5, 0, 358)
  1114. Area10.Size = UDim2.new(0, 130, 0, 20)
  1115. Area10.Font = Enum.Font.Fantasy
  1116. Area10.TextColor3 = Color3.new(1, 1, 1)
  1117. Area10.Text = "Moon Area 2"
  1118. Area10.TextSize = 17
  1119. Area10.TextWrapped = true
  1120.  
  1121. CandyLand.Name = "CandyLand"
  1122. CandyLand.Parent = MainFrame
  1123. CandyLand.BackgroundColor3 = Color3.new(0, 0, 0)
  1124. CandyLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1125. CandyLand.Position = UDim2.new(0, 5, 0, 383)
  1126. CandyLand.Size = UDim2.new(0, 130, 0, 20)
  1127. CandyLand.Font = Enum.Font.Fantasy
  1128. CandyLand.TextColor3 = Color3.new(1, 1, 1)
  1129. CandyLand.Text = "Candy Land"
  1130. CandyLand.TextSize = 17
  1131. CandyLand.TextWrapped = true
  1132.  
  1133. CyborgLand.Name = "CyborgLand"
  1134. CyborgLand.Parent = MainFrame
  1135. CyborgLand.BackgroundColor3 = Color3.new(0, 0, 0)
  1136. CyborgLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1137. CyborgLand.Position = UDim2.new(0, 5, 0, 408)
  1138. CyborgLand.Size = UDim2.new(0, 130, 0, 20)
  1139. CyborgLand.Font = Enum.Font.Fantasy
  1140. CyborgLand.TextColor3 = Color3.new(1, 1, 1)
  1141. CyborgLand.Text = "Cyborg Land"
  1142. CyborgLand.TextSize = 17
  1143. CyborgLand.TextWrapped = true
  1144.  
  1145. BuyScreenFrame.Name = "BuyScreenFrame"
  1146. BuyScreenFrame.Parent = TopFrame
  1147. BuyScreenFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  1148. BuyScreenFrame.BackgroundTransparency = 0
  1149. BuyScreenFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1150. BuyScreenFrame.Position = UDim2.new(0, 0, 0, 30)
  1151. BuyScreenFrame.Size = UDim2.new(0, 140, 0, 350)
  1152. BuyScreenFrame.Visible = false
  1153.  
  1154. Locations.Name = "Locations"
  1155. Locations.Parent = BuyScreenFrame
  1156. Locations.BackgroundColor3 = Color3.new(0, 0, 0)
  1157. Locations.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1158. Locations.Position = UDim2.new(0, 5, 0, 5)
  1159. Locations.Size = UDim2.new(0, 130, 0, 25)
  1160. Locations.Font = Enum.Font.Fantasy
  1161. Locations.TextColor3 = Color3.new(1, 1, 1)
  1162. Locations.Text = "LOCATIONS"
  1163. Locations.TextSize = 17
  1164. Locations.TextWrapped = true
  1165.  
  1166. BuyPetTitle1.Name = "BuyPetTitle1"
  1167. BuyPetTitle1.Parent = BuyScreenFrame
  1168. BuyPetTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
  1169. BuyPetTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1170. BuyPetTitle1.Position = UDim2.new(0, 5, 0, 50)
  1171. BuyPetTitle1.Size = UDim2.new(0, 130, 0, 55)
  1172. BuyPetTitle1.Font = Enum.Font.Fantasy
  1173. BuyPetTitle1.TextColor3 = Color3.new(1, 1, 1)
  1174. BuyPetTitle1.Text = "You must have the money to buy what you want"
  1175. BuyPetTitle1.TextSize = 17
  1176. BuyPetTitle1.TextWrapped = true
  1177.  
  1178. BuyPetTitle2.Name = "BuyPetTitle2"
  1179. BuyPetTitle2.Parent = BuyScreenFrame
  1180. BuyPetTitle2.BackgroundTransparency = 1
  1181. BuyPetTitle2.BorderSizePixel = 0
  1182. BuyPetTitle2.Position = UDim2.new(0, 5, 0, 110)
  1183. BuyPetTitle2.Size = UDim2.new(0, 130, 0, 20)
  1184. BuyPetTitle2.Font = Enum.Font.Fantasy
  1185. BuyPetTitle2.TextColor3 = Color3.new(0, 0, 0)
  1186. BuyPetTitle2.Text = "BUY PETS"
  1187. BuyPetTitle2.TextSize = 17
  1188. BuyPetTitle2.TextWrapped = true
  1189.  
  1190. BuyPetAmount1.Name = "BuyPetAmount1"
  1191. BuyPetAmount1.Parent = BuyScreenFrame
  1192. BuyPetAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  1193. BuyPetAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1194. BuyPetAmount1.Position = UDim2.new(0, 6, 0, 129)
  1195. BuyPetAmount1.Size = UDim2.new(0, 89, 0, 21)
  1196. BuyPetAmount1.Font = Enum.Font.Fantasy
  1197. BuyPetAmount1.TextColor3 = Color3.new(1, 1, 1)
  1198. BuyPetAmount1.Text = "Quantity"
  1199. BuyPetAmount1.TextSize = 17
  1200. BuyPetAmount1.TextWrapped = true
  1201.  
  1202. BuyPetAmount2.Name = "BuyPetAmount2"
  1203. BuyPetAmount2.Parent = BuyScreenFrame
  1204. BuyPetAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1205. BuyPetAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1206. BuyPetAmount2.Position = UDim2.new(0, 95, 0, 130)
  1207. BuyPetAmount2.Size = UDim2.new(0, 40, 0, 20)
  1208. BuyPetAmount2.Font = Enum.Font.Fantasy
  1209. BuyPetAmount2.TextColor3 = Color3.new(1, 1, 1)
  1210. BuyPetAmount2.Text = "1"
  1211. BuyPetAmount2.TextSize = 17
  1212. BuyPetAmount2.TextWrapped = true
  1213.  
  1214. BuyPetTier1.Name = "BuyPetTier1"
  1215. BuyPetTier1.Parent = BuyScreenFrame
  1216. BuyPetTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  1217. BuyPetTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1218. BuyPetTier1.Position = UDim2.new(0, 6, 0, 150)
  1219. BuyPetTier1.Size = UDim2.new(0, 89, 0, 20)
  1220. BuyPetTier1.Font = Enum.Font.Fantasy
  1221. BuyPetTier1.TextColor3 = Color3.new(1, 1, 1)
  1222. BuyPetTier1.Text = "Tier"
  1223. BuyPetTier1.TextSize = 17
  1224. BuyPetTier1.TextWrapped = true
  1225.  
  1226. BuyPetTier2.Name = "BuyPetTier2"
  1227. BuyPetTier2.Parent = BuyScreenFrame
  1228. BuyPetTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1229. BuyPetTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1230. BuyPetTier2.Position = UDim2.new(0, 95, 0, 150)
  1231. BuyPetTier2.Size = UDim2.new(0, 40, 0, 20)
  1232. BuyPetTier2.Font = Enum.Font.Fantasy
  1233. BuyPetTier2.TextColor3 = Color3.new(1, 1, 1)
  1234. BuyPetTier2.Text = "16"
  1235. BuyPetTier2.TextSize = 17
  1236. BuyPetTier2.TextWrapped = true
  1237.  
  1238. BuyPetGo.Name = "BuyPetGo"
  1239. BuyPetGo.Parent = BuyScreenFrame
  1240. BuyPetGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1241. BuyPetGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1242. BuyPetGo.Position = UDim2.new(0, 5, 0, 170)
  1243. BuyPetGo.Size = UDim2.new(0, 130, 0, 20)
  1244. BuyPetGo.Font = Enum.Font.Fantasy
  1245. BuyPetGo.TextColor3 = Color3.new(1, 1, 1)
  1246. BuyPetGo.Text = "Buy Eggs"
  1247. BuyPetGo.TextSize = 17
  1248. BuyPetGo.TextWrapped = true
  1249.  
  1250. BuyPetTitle3.Name = "BuyPetTitle3"
  1251. BuyPetTitle3.Parent = BuyScreenFrame
  1252. BuyPetTitle3.BackgroundColor3 = Color3.new(0, 0, 0)
  1253. BuyPetTitle3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1254. BuyPetTitle3.Position = UDim2.new(0, 5, 0, 195)
  1255. BuyPetTitle3.Size = UDim2.new(0, 130, 0, 20)
  1256. BuyPetTitle3.Font = Enum.Font.Fantasy
  1257. BuyPetTitle3.TextColor3 = Color3.new(1, 1, 1)
  1258. BuyPetTitle3.Text = "In Tier type 1-16"
  1259. BuyPetTitle3.TextSize = 17
  1260. BuyPetTitle3.TextWrapped = true
  1261.  
  1262. BuyHatTitle2.Name = "BuyHatTitle2"
  1263. BuyHatTitle2.Parent = BuyScreenFrame
  1264. BuyHatTitle2.BackgroundTransparency = 1
  1265. BuyHatTitle2.BorderSizePixel = 0
  1266. BuyHatTitle2.Position = UDim2.new(0, 5, 0, 225)
  1267. BuyHatTitle2.Size = UDim2.new(0, 130, 0, 20)
  1268. BuyHatTitle2.Font = Enum.Font.Fantasy
  1269. BuyHatTitle2.TextColor3 = Color3.new(0, 0, 0)
  1270. BuyHatTitle2.Text = "BUY HATS"
  1271. BuyHatTitle2.TextSize = 17
  1272. BuyHatTitle2.TextWrapped = true
  1273.  
  1274. BuyHatAmount1.Name = "BuyHatAmount1"
  1275. BuyHatAmount1.Parent = BuyScreenFrame
  1276. BuyHatAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  1277. BuyHatAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1278. BuyHatAmount1.Position = UDim2.new(0, 6, 0, 245)
  1279. BuyHatAmount1.Size = UDim2.new(0, 89, 0, 20)
  1280. BuyHatAmount1.Font = Enum.Font.Fantasy
  1281. BuyHatAmount1.TextColor3 = Color3.new(1, 1, 1)
  1282. BuyHatAmount1.Text = "Quantity"
  1283. BuyHatAmount1.TextSize = 17
  1284. BuyHatAmount1.TextWrapped = true
  1285.  
  1286. BuyHatAmount2.Name = "BuyHatAmount2"
  1287. BuyHatAmount2.Parent = BuyScreenFrame
  1288. BuyHatAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1289. BuyHatAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1290. BuyHatAmount2.Position = UDim2.new(0, 95, 0, 244)
  1291. BuyHatAmount2.Size = UDim2.new(0, 40, 0, 21)
  1292. BuyHatAmount2.Font = Enum.Font.Fantasy
  1293. BuyHatAmount2.TextColor3 = Color3.new(1, 1, 1)
  1294. BuyHatAmount2.Text = "1"
  1295. BuyHatAmount2.TextSize = 17
  1296. BuyHatAmount2.TextWrapped = true
  1297.  
  1298. BuyHatTier1.Name = "BuyHatTier1"
  1299. BuyHatTier1.Parent = BuyScreenFrame
  1300. BuyHatTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  1301. BuyHatTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1302. BuyHatTier1.Position = UDim2.new(0, 6, 0, 265)
  1303. BuyHatTier1.Size = UDim2.new(0, 60, 0, 20)
  1304. BuyHatTier1.Font = Enum.Font.Fantasy
  1305. BuyHatTier1.TextColor3 = Color3.new(1, 1, 1)
  1306. BuyHatTier1.Text = "Tier"
  1307. BuyHatTier1.TextSize = 17
  1308. BuyHatTier1.TextWrapped = true
  1309.  
  1310. BuyHatTier2.Name = "BuyHatTier2"
  1311. BuyHatTier2.Parent = BuyScreenFrame
  1312. BuyHatTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1313. BuyHatTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1314. BuyHatTier2.Position = UDim2.new(0, 66, 0, 265)
  1315. BuyHatTier2.Size = UDim2.new(0, 69, 0, 20)
  1316. BuyHatTier2.Font = Enum.Font.Fantasy
  1317. BuyHatTier2.TextColor3 = Color3.new(1, 1, 1)
  1318. BuyHatTier2.Text = "Golden"
  1319. BuyHatTier2.TextSize = 17
  1320. BuyHatTier2.TextWrapped = true
  1321.  
  1322. BuyHatGo.Name = "BuyHatGo"
  1323. BuyHatGo.Parent = BuyScreenFrame
  1324. BuyHatGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1325. BuyHatGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1326. BuyHatGo.Position = UDim2.new(0, 5, 0, 285)
  1327. BuyHatGo.Size = UDim2.new(0, 130, 0, 20)
  1328. BuyHatGo.Font = Enum.Font.Fantasy
  1329. BuyHatGo.TextColor3 = Color3.new(1, 1, 1)
  1330. BuyHatGo.Text = "Buy Hats"
  1331. BuyHatGo.TextSize = 17
  1332. BuyHatGo.TextWrapped = true
  1333.  
  1334. BuyHatTitle1.Name = "BuyHatTitle1"
  1335. BuyHatTitle1.Parent = BuyScreenFrame
  1336. BuyHatTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
  1337. BuyHatTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1338. BuyHatTitle1.Position = UDim2.new(0, 5, 0, 310)
  1339. BuyHatTitle1.Size = UDim2.new(0, 130, 0, 35)
  1340. BuyHatTitle1.Font = Enum.Font.Fantasy
  1341. BuyHatTitle1.TextColor3 = Color3.new(1, 1, 1)
  1342. BuyHatTitle1.Text = "In Tier type 1-4 or Golden"
  1343. BuyHatTitle1.TextSize = 17
  1344. BuyHatTitle1.TextWrapped = true
  1345.  
  1346. FarmFrame.Name = "FarmFrame"
  1347. FarmFrame.Parent = TopFrame
  1348. FarmFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  1349. FarmFrame.BackgroundTransparency = 0
  1350. FarmFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1351. FarmFrame.Position = UDim2.new(0, 0, 0, 30)
  1352. FarmFrame.Size = UDim2.new(0, 140, 0, 351)
  1353. FarmFrame.Visible = false
  1354.  
  1355. Locations2.Name = "Locations2"
  1356. Locations2.Parent = FarmFrame
  1357. Locations2.BackgroundColor3 = Color3.new(0, 0, 0)
  1358. Locations2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1359. Locations2.Position = UDim2.new(0, 5, 0, 5)
  1360. Locations2.Size = UDim2.new(0, 130, 0, 25)
  1361. Locations2.Font = Enum.Font.Fantasy
  1362. Locations2.TextColor3 = Color3.new(1, 1, 1)
  1363. Locations2.Text = "LOCATIONS"
  1364. Locations2.TextSize = 17
  1365. Locations2.TextWrapped = true
  1366.  
  1367. AllHealthLabel.Name = "AllHealthLabel"
  1368. AllHealthLabel.Parent = FarmFrame
  1369. AllHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1370. AllHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1371. AllHealthLabel.Position = UDim2.new(0, 5, 0, 50)
  1372. AllHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  1373. AllHealthLabel.Font = Enum.Font.Fantasy
  1374. AllHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  1375. AllHealthLabel.Text = "Coin/Chest Health"
  1376. AllHealthLabel.TextSize = 17
  1377. AllHealthLabel.TextWrapped = true
  1378.  
  1379. AllHealthMinLabel.Name = "AllHealthMinLabel"
  1380. AllHealthMinLabel.Parent = FarmFrame
  1381. AllHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1382. AllHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1383. AllHealthMinLabel.Position = UDim2.new(0, 5, 0, 71)
  1384. AllHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  1385. AllHealthMinLabel.Font = Enum.Font.Fantasy
  1386. AllHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  1387. AllHealthMinLabel.Text = "Min"
  1388. AllHealthMinLabel.TextSize = 17
  1389. AllHealthMinLabel.TextWrapped = true
  1390.  
  1391. AllHealthMin.Name = "AllHealthMin"
  1392. AllHealthMin.Parent = FarmFrame
  1393. AllHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1394. AllHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1395. AllHealthMin.Position = UDim2.new(0, 46, 0, 71)
  1396. AllHealthMin.Size = UDim2.new(0, 89, 0, 20)
  1397. AllHealthMin.Font = Enum.Font.Fantasy
  1398. AllHealthMin.TextColor3 = Color3.new(1, 1, 1)
  1399. AllHealthMin.Text = "1"
  1400. AllHealthMin.TextSize = 17
  1401. AllHealthMin.TextWrapped = true
  1402.  
  1403. AllHealthMaxLabel.Name = "AllHealthMaxLabel"
  1404. AllHealthMaxLabel.Parent = FarmFrame
  1405. AllHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1406. AllHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1407. AllHealthMaxLabel.Position = UDim2.new(0, 5, 0, 92)
  1408. AllHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  1409. AllHealthMaxLabel.Font = Enum.Font.Fantasy
  1410. AllHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  1411. AllHealthMaxLabel.Text = "Max"
  1412. AllHealthMaxLabel.TextSize = 17
  1413. AllHealthMaxLabel.TextWrapped = true
  1414.  
  1415. AllHealthMax.Name = "AllHealthMax"
  1416. AllHealthMax.Parent = FarmFrame
  1417. AllHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1418. AllHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1419. AllHealthMax.Position = UDim2.new(0, 46, 0, 92)
  1420. AllHealthMax.Size = UDim2.new(0, 89, 0, 20)
  1421. AllHealthMax.Font = Enum.Font.Fantasy
  1422. AllHealthMax.TextColor3 = Color3.new(1, 1, 1)
  1423. AllHealthMax.Text = "10e6"
  1424. AllHealthMax.TextSize = 17
  1425. AllHealthMax.TextWrapped = true
  1426.  
  1427. StartFarming.Name = "StartFarming"
  1428. StartFarming.Parent = FarmFrame
  1429. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1430. StartFarming.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1431. StartFarming.Position = UDim2.new(0, 5, 0, 117)
  1432. StartFarming.Size = UDim2.new(0, 130, 0, 25)
  1433. StartFarming.Font = Enum.Font.Fantasy
  1434. StartFarming.TextColor3 = Color3.new(1, 1, 1)
  1435. StartFarming.Text = "Mine ALL: OFF"
  1436. StartFarming.TextSize = 17
  1437. StartFarming.TextWrapped = true
  1438.  
  1439. EarthHealthLabel.Name = "EarthHealthLabel"
  1440. EarthHealthLabel.Parent = FarmFrame
  1441. EarthHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1442. EarthHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1443. EarthHealthLabel.Position = UDim2.new(0, 5, 0, 152)
  1444. EarthHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  1445. EarthHealthLabel.Font = Enum.Font.Fantasy
  1446. EarthHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  1447. EarthHealthLabel.Text = "Coin/Chest Health"
  1448. EarthHealthLabel.TextSize = 17
  1449. EarthHealthLabel.TextWrapped = true
  1450.  
  1451. EarthHealthMinLabel.Name = "EarthHealthMinLabel"
  1452. EarthHealthMinLabel.Parent = FarmFrame
  1453. EarthHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1454. EarthHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1455. EarthHealthMinLabel.Position = UDim2.new(0, 5, 0, 173)
  1456. EarthHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  1457. EarthHealthMinLabel.Font = Enum.Font.Fantasy
  1458. EarthHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  1459. EarthHealthMinLabel.Text = "Min"
  1460. EarthHealthMinLabel.TextSize = 17
  1461. EarthHealthMinLabel.TextWrapped = true
  1462.  
  1463. EarthHealthMin.Name = "EarthHealthMin"
  1464. EarthHealthMin.Parent = FarmFrame
  1465. EarthHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1466. EarthHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1467. EarthHealthMin.Position = UDim2.new(0, 46, 0, 173)
  1468. EarthHealthMin.Size = UDim2.new(0, 89, 0, 20)
  1469. EarthHealthMin.Font = Enum.Font.Fantasy
  1470. EarthHealthMin.TextColor3 = Color3.new(1, 1, 1)
  1471. EarthHealthMin.Text = "1"
  1472. EarthHealthMin.TextSize = 17
  1473. EarthHealthMin.TextWrapped = true
  1474.  
  1475. EarthHealthMaxLabel.Name = "EarthHealthMaxLabel"
  1476. EarthHealthMaxLabel.Parent = FarmFrame
  1477. EarthHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1478. EarthHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1479. EarthHealthMaxLabel.Position = UDim2.new(0, 5, 0, 194)
  1480. EarthHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  1481. EarthHealthMaxLabel.Font = Enum.Font.Fantasy
  1482. EarthHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  1483. EarthHealthMaxLabel.Text = "Max"
  1484. EarthHealthMaxLabel.TextSize = 17
  1485. EarthHealthMaxLabel.TextWrapped = true
  1486.  
  1487. EarthHealthMax.Name = "EarthHealthMax"
  1488. EarthHealthMax.Parent = FarmFrame
  1489. EarthHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1490. EarthHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1491. EarthHealthMax.Position = UDim2.new(0, 46, 0, 194)
  1492. EarthHealthMax.Size = UDim2.new(0, 89, 0, 20)
  1493. EarthHealthMax.Font = Enum.Font.Fantasy
  1494. EarthHealthMax.TextColor3 = Color3.new(1, 1, 1)
  1495. EarthHealthMax.Text = "20e06"
  1496. EarthHealthMax.TextSize = 17
  1497. EarthHealthMax.TextWrapped = true
  1498.  
  1499. StartFarmingEarth.Name = "StartFarmingEarth"
  1500. StartFarmingEarth.Parent = FarmFrame
  1501. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1502. StartFarmingEarth.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1503. StartFarmingEarth.Position = UDim2.new(0, 5, 0, 219)
  1504. StartFarmingEarth.Size = UDim2.new(0, 130, 0, 25)
  1505. StartFarmingEarth.Font = Enum.Font.Fantasy
  1506. StartFarmingEarth.TextColor3 = Color3.new(1, 1, 1)
  1507. StartFarmingEarth.Text = "Mine Earth: OFF"
  1508. StartFarmingEarth.TextSize = 17
  1509. StartFarmingEarth.TextWrapped = true
  1510.  
  1511. MoonHealthLabel.Name = "MoonHealthLabel"
  1512. MoonHealthLabel.Parent = FarmFrame
  1513. MoonHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1514. MoonHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1515. MoonHealthLabel.Position = UDim2.new(0, 5, 0, 254)
  1516. MoonHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  1517. MoonHealthLabel.Font = Enum.Font.Fantasy
  1518. MoonHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  1519. MoonHealthLabel.Text = "Coin/Chest Health"
  1520. MoonHealthLabel.TextSize = 17
  1521. MoonHealthLabel.TextWrapped = true
  1522.  
  1523. MoonHealthMinLabel.Name = "MoonHealthMinLabel"
  1524. MoonHealthMinLabel.Parent = FarmFrame
  1525. MoonHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1526. MoonHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1527. MoonHealthMinLabel.Position = UDim2.new(0, 5, 0, 275)
  1528. MoonHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  1529. MoonHealthMinLabel.Font = Enum.Font.Fantasy
  1530. MoonHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  1531. MoonHealthMinLabel.Text = "Min"
  1532. MoonHealthMinLabel.TextSize = 17
  1533. MoonHealthMinLabel.TextWrapped = true
  1534.  
  1535. MoonHealthMin.Name = "MoonHealthMin"
  1536. MoonHealthMin.Parent = FarmFrame
  1537. MoonHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1538. MoonHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1539. MoonHealthMin.Position = UDim2.new(0, 46, 0, 275)
  1540. MoonHealthMin.Size = UDim2.new(0, 89, 0, 20)
  1541. MoonHealthMin.Font = Enum.Font.Fantasy
  1542. MoonHealthMin.TextColor3 = Color3.new(1, 1, 1)
  1543. MoonHealthMin.Text = "10e04"
  1544. MoonHealthMin.TextSize = 17
  1545. MoonHealthMin.TextWrapped = true
  1546.  
  1547. MoonHealthMaxLabel.Name = "MoonHealthMaxLabel"
  1548. MoonHealthMaxLabel.Parent = FarmFrame
  1549. MoonHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1550. MoonHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1551. MoonHealthMaxLabel.Position = UDim2.new(0, 5, 0, 296)
  1552. MoonHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  1553. MoonHealthMaxLabel.Font = Enum.Font.Fantasy
  1554. MoonHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  1555. MoonHealthMaxLabel.Text = "Max"
  1556. MoonHealthMaxLabel.TextSize = 17
  1557. MoonHealthMaxLabel.TextWrapped = true
  1558.  
  1559. MoonHealthMax.Name = "MoonHealthMax"
  1560. MoonHealthMax.Parent = FarmFrame
  1561. MoonHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1562. MoonHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1563. MoonHealthMax.Position = UDim2.new(0, 46, 0, 296)
  1564. MoonHealthMax.Size = UDim2.new(0, 89, 0, 20)
  1565. MoonHealthMax.Font = Enum.Font.Fantasy
  1566. MoonHealthMax.TextColor3 = Color3.new(1, 1, 1)
  1567. MoonHealthMax.Text = "60e06"
  1568. MoonHealthMax.TextSize = 17
  1569. MoonHealthMax.TextWrapped = true
  1570.  
  1571. StartFarmingMoon.Name = "StartFarmingMoon"
  1572. StartFarmingMoon.Parent = FarmFrame
  1573. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1574. StartFarmingMoon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1575. StartFarmingMoon.Position = UDim2.new(0, 5, 0, 321)
  1576. StartFarmingMoon.Size = UDim2.new(0, 130, 0, 25)
  1577. StartFarmingMoon.Font = Enum.Font.Fantasy
  1578. StartFarmingMoon.TextColor3 = Color3.new(1, 1, 1)
  1579. StartFarmingMoon.Text = "Mine Moon: OFF"
  1580. StartFarmingMoon.TextSize = 17
  1581. StartFarmingMoon.TextWrapped = true
  1582.  
  1583. -- Close GUI --
  1584. ClosePS.MouseButton1Down:connect(function()
  1585.     MainGUI:destroy()
  1586. end)
  1587.  
  1588. BuyScreen.MouseButton1Click:connect(function()
  1589.     MainFrame.Visible = false
  1590.     BuyScreenFrame.Visible = true
  1591. end)
  1592.  
  1593. Locations.MouseButton1Click:connect(function()
  1594.     MainFrame.Visible = true
  1595.     BuyScreenFrame.Visible = false
  1596. end)
  1597.  
  1598. FarmCoins.MouseButton1Click:connect(function()
  1599.     MainFrame.Visible = false
  1600.     FarmFrame.Visible = true
  1601. end)
  1602.  
  1603. Locations2.MouseButton1Click:connect(function()
  1604.     MainFrame.Visible = true
  1605.     FarmFrame.Visible = false
  1606. end)
  1607.  
  1608. TeleportScreen.MouseButton1Click:connect(function()
  1609.     game.Players.LocalPlayer.PlayerGui.Teleport.Enabled = true
  1610. end)
  1611.  
  1612. -- Farm --
  1613.  
  1614. StartFarming.MouseButton1Click:connect(function()
  1615.     if not FarmStart then
  1616.         FarmArea = "all"
  1617.         FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1618.         StartFarming.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1619.         StartFarming.Text = "Mine ALL: ON"
  1620.         PetTable()
  1621.         FarmStart = true
  1622.     else
  1623.         FarmStart = false
  1624.         FarmArea = "none"
  1625.         FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1626.         StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1627.         StartFarming.Text = "Mine ALL: OFF"
  1628.     end
  1629. end)
  1630.  
  1631. StartFarmingEarth.MouseButton1Click:connect(function()
  1632.     if not FarmStart then
  1633.         FarmArea = "earth"
  1634.         FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1635.         StartFarmingEarth.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1636.         StartFarmingEarth.Text = "Mine Earth: ON"
  1637.         PetTable()
  1638.         FarmStart = true
  1639.     else
  1640.         FarmStart = false
  1641.         FarmArea = "none"
  1642.         FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1643.         StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1644.         StartFarmingEarth.Text = "Mine Earth: OFF"
  1645.     end
  1646. end)
  1647.  
  1648. StartFarmingMoon.MouseButton1Click:connect(function()
  1649.     if not FarmStart then
  1650.         FarmArea = "moon"
  1651.         FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1652.         StartFarmingMoon.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1653.         StartFarmingMoon.Text = "Mine Moon: ON"
  1654.         PetTable()
  1655.         FarmStart = true
  1656.     else
  1657.         FarmStart = false
  1658.         FarmArea = "none"
  1659.         FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1660.         StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1661.         StartFarmingMoon.Text = "Mine Moon: OFF"
  1662.     end
  1663. end)
  1664.  
  1665. function Mine(Coin)
  1666.     while FarmStart and (Coin:FindFirstChild("Health") ~= nil) and (Coin:FindFirstChild("Health").Value > 0)  do
  1667.         wait(0.1)
  1668.         for PetNumber,_ in pairs(petTable) do
  1669.             workspace["__REMOTES"]["Game"]["Coins"]:FireServer("Mine",Coin.Name,petTable[PetNumber]["LEVEL"],petTable[PetNumber]["ID"])
  1670.         end
  1671.     end
  1672. end
  1673.  
  1674. spawn(function()
  1675.     while true do
  1676.         while FarmStart do
  1677.             for _,Coin in next, workspace["__THINGS"].Coins:GetChildren() do
  1678.                 if (done ~= Coin) then
  1679.                     if (FarmArea == "all") then
  1680.                         if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  1681.                             if Coin.Health.Value > tonumber(AllHealthMin.Text) and Coin.Health.Value < tonumber(AllHealthMax.Text) then
  1682.                                 Mine(Coin)
  1683.                             end
  1684.                         end
  1685.                     elseif (FarmArea == "earth") then
  1686.                         if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  1687.                             if Coin.Position.Y < 100 then
  1688.                                 if Coin.Health.Value > tonumber(EarthHealthMin.Text) and Coin.Health.Value < tonumber(EarthHealthMax.Text) then
  1689.                                     Mine(Coin)
  1690.                                 end
  1691.                             end
  1692.                         end
  1693.                     elseif (FarmArea == "moon") then
  1694.                         if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  1695.                             if Coin.Position.Y > 100 then
  1696.                                 if Coin.Health.Value > tonumber(MoonHealthMin.Text) and Coin.Health.Value < tonumber(MoonHealthMax.Text) then
  1697.                                     Mine(Coin)
  1698.                                 end
  1699.                             end
  1700.                         end
  1701.                     else
  1702.                     end
  1703.                 end
  1704.             end
  1705.             wait()
  1706.         end
  1707.         wait()
  1708.     end
  1709. end)
  1710.  
  1711. WalkSpeed.MouseButton1Click:connect(function()
  1712.     if WalkNumber == "1" then
  1713.         WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1714.         WalkSpeed.Text = "Walk:2"
  1715.         WalkNumber = "2"
  1716.         Walk = 30
  1717.     elseif WalkNumber == "2" then
  1718.         WalkSpeed.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1719.         WalkSpeed.Text = "Walk:3"
  1720.         WalkNumber = "3"
  1721.         Walk = 80
  1722.     elseif WalkNumber == "3" then
  1723.         WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  1724.         WalkSpeed.Text = "Walk:1"
  1725.         WalkNumber = "1"
  1726.         Walk = 16
  1727.     else
  1728.         WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  1729.         WalkSpeed.Text = "Walk:1"
  1730.         WalkNumber = "1"
  1731.         Walk = 16
  1732.     end
  1733.     player = game.Players.LocalPlayer
  1734.     player.Character.Humanoid.WalkSpeed = Walk
  1735. end)
  1736.  
  1737. JumpPower.MouseButton1Click:connect(function()
  1738.     if JumpNumber == "1" then
  1739.         JumpPower.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1740.         JumpPower.Text = "Jump:2"
  1741.         JumpNumber = "2"
  1742.         Jump = 150
  1743.     elseif JumpNumber == "2" then
  1744.         JumpPower.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1745.         JumpPower.Text = "Jump:3"
  1746.         JumpNumber = "3"
  1747.         Jump = 400
  1748.     elseif JumpNumber == "3" then
  1749.         JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  1750.         JumpPower.Text = "Jump:1"
  1751.         JumpNumber = "1"
  1752.         Jump = 50
  1753.     else
  1754.         JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  1755.         JumpPower.Text = "Jump:1"
  1756.         JumpNumber = "1"
  1757.         Jump = 50
  1758.     end
  1759.     player = game.Players.LocalPlayer
  1760.     player.Character.Humanoid.JumpPower = Jump
  1761. end)
  1762.  
  1763. -- Buy Eggs and Hats --
  1764.  
  1765. BuyPetGo.MouseButton1Click:connect(function()
  1766.     for i = 1, tonumber(BuyPetAmount2.Text) do
  1767.         if tonumber(BuyPetAmount2.Text) == 0 then break end
  1768.         game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Eggs", "Tier " ..BuyPetTier2.Text)
  1769.         wait()
  1770.     end
  1771. end)
  1772.  
  1773. BuyHatGo.MouseButton1Click:connect(function()
  1774.     for i = 1, tonumber(BuyHatAmount2.Text) do
  1775.         if tonumber(BuyHatAmount2.Text) == 0 then break end
  1776.         if BuyHatTier2.Text:lower() == "golden" then
  1777.             game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Golden")
  1778.         else
  1779.             game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Tier " ..BuyHatTier2.Text)
  1780.         end
  1781.         wait()
  1782.     end
  1783. end)
  1784.  
  1785. -- TP to locations --
  1786. Spawn.MouseButton1Click:connect(function()
  1787.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(526, -36.292, 909)
  1788. end)
  1789.  
  1790. Shop.MouseButton1Click:connect(function()
  1791.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(647.35, -33.6, 890.23)
  1792. end)
  1793.  
  1794. Area2.MouseButton1Click:connect(function()
  1795.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13, -37, 885)
  1796. end)
  1797.  
  1798. Area3.MouseButton1Click:connect(function()
  1799.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-364, -37, 885)
  1800. end)
  1801.  
  1802. Area4.MouseButton1Click:connect(function()
  1803.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-760, -37, 885)
  1804. end)
  1805.  
  1806. Area5.MouseButton1Click:connect(function()
  1807.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1160, -37, 885)
  1808. end)
  1809.  
  1810. Area6.MouseButton1Click:connect(function()
  1811.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1500, -37, 885)
  1812. end)
  1813.  
  1814. Rocket.MouseButton1Click:connect(function()
  1815.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
  1816. end)
  1817.  
  1818. Area8.MouseButton1Click:connect(function()
  1819.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616, 146, -1720)
  1820. end)
  1821.  
  1822. Area9.MouseButton1Click:connect(function()
  1823.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(527, 145, -1762)
  1824. end)
  1825.  
  1826. Area10.MouseButton1Click:connect(function()
  1827.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.8, 145, -1718)
  1828. end)
  1829.  
  1830. CandyLand.MouseButton1Click:connect(function()
  1831.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
  1832. end)
  1833.  
  1834. CyborgLand.MouseButton1Click:connect(function()
  1835.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
  1836. end)
  1837. end)
  1838.  
  1839. Gui2.Name = "Gui2"
  1840. Gui2.Parent = main
  1841. Gui2.BackgroundColor3 = Color3.new(0, 0, 0)
  1842. Gui2.BackgroundTransparency = 0.89999997615814
  1843. Gui2.Position = UDim2.new(0.519539773, 0, 0.208728284, 0)
  1844. Gui2.Size = UDim2.new(0, 116, 0, 24)
  1845. Gui2.Font = Enum.Font.SciFi
  1846. Gui2.Text = "Gui2"
  1847. Gui2.TextColor3 = Color3.new(1, 1, 1)
  1848. Gui2.TextSize = 14
  1849. Gui2.MouseButton1Down:connect(function()
  1850. local PSG = Instance.new("ScreenGui")
  1851. local bar1 = Instance.new("Frame")
  1852. local SF = Instance.new("TextButton")
  1853. local UEA = Instance.new("TextButton")
  1854. local UA = Instance.new("TextButton")
  1855. local N = Instance.new("TextLabel")
  1856. local AT = Instance.new("TextButton")
  1857. local No = Instance.new("TextLabel")
  1858. local TextLabel = Instance.new("TextLabel")
  1859. local MF = Instance.new("TextButton")
  1860. local AF = Instance.new("TextButton")
  1861. local bar2 = Instance.new("Frame")
  1862. local Stor = Instance.new("TextButton")
  1863. local P2 = Instance.new("TextButton")
  1864. local P1 = Instance.new("TextButton")
  1865. local P3 = Instance.new("TextButton")
  1866. local P4 = Instance.new("TextButton")
  1867. local M1 = Instance.new("TextButton")
  1868. local P5 = Instance.new("TextButton")
  1869. local M2 = Instance.new("TextButton")
  1870. local Spawn = Instance.new("TextButton")
  1871. local X = Instance.new("TextButton")
  1872.  
  1873. -- Properties
  1874.  
  1875. PSG.Name = "PSG"
  1876. PSG.Parent = game.CoreGui
  1877.  
  1878. bar1.Name = "bar1"
  1879. bar1.Parent = PSG
  1880. bar1.BackgroundColor3 = Color3.new(0.172549, 0, 0.0627451)
  1881. bar1.BorderSizePixel = 2
  1882. bar1.Position = UDim2.new(0.241496593, 0, 0.177033499, 0)
  1883. bar1.Size = UDim2.new(0, 263, 0, 293)
  1884. bar1.Style = Enum.FrameStyle.RobloxRound
  1885. bar1.Active = true
  1886. bar1.Draggable = true
  1887.  
  1888. SF.Name = "SF"
  1889. SF.Parent = bar1
  1890. SF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  1891. SF.Position = UDim2.new(0.0304182488, 0, 0.170648456, 0)
  1892. SF.Size = UDim2.new(0, 118, 0, 42)
  1893. SF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1894. SF.Font = Enum.Font.SciFi
  1895. SF.Text = "Small FARM"
  1896. SF.TextColor3 = Color3.new(0, 0, 0)
  1897. SF.TextSize = 14
  1898. SF.MouseButton1Down:connect(function()
  1899. local amount = 100 -- experiment with this value, 1000 is maximum and for pets with high levels
  1900. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  1901. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  1902. local plr = game:GetService("Players").LocalPlayer
  1903. local petids = {}
  1904. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  1905. local a = #save[plr.Name]["Save"]["Pets"]
  1906. local done = "lol meme"
  1907. function random(t)
  1908.    local keys = {}
  1909.    for key, value in pairs(t) do
  1910.        keys[#keys+1] = key
  1911.    end
  1912.    index = keys[math.random(1, #keys)]
  1913.    return t[index]
  1914. end
  1915. for i=1,a do
  1916.    if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  1917.        table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  1918.    end
  1919.    a = a - 1
  1920. end
  1921. function co(b)
  1922.    local done = b
  1923.    print("Mining coin: " .. b.Name)
  1924.    while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  1925.        warn(b.Name .. "- Health: " .. b.Health.Value)
  1926.        wait(0.2)
  1927.        coins:FireServer("Mine",b.Name, amount, random(petids))
  1928.    end
  1929. end
  1930. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  1931.    if(done ~= b) then
  1932.        coroutine.wrap(function()co(b)end)()
  1933.    end
  1934. end
  1935. end)
  1936.  
  1937. UEA.Name = "UEA"
  1938. UEA.Parent = bar1
  1939. UEA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  1940. UEA.Position = UDim2.new(0.171102658, 0, 0.532083154, 0)
  1941. UEA.Size = UDim2.new(0, 162, 0, 42)
  1942. UEA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1943. UEA.Font = Enum.Font.SciFi
  1944. UEA.Text = "Un-Equip Pets [ Others ]"
  1945. UEA.TextColor3 = Color3.new(0, 0, 0)
  1946. UEA.TextSize = 14
  1947. UEA.MouseButton1Down:connect(function()
  1948. local Event = game:GetService("Workspace")["__REMOTES"].Pets
  1949. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  1950. for _,x in next, game:GetService"Players":GetPlayers() do
  1951.    if(x.Name ~= game:GetService"Players".LocalPlayer.Name) then
  1952.        local a = #save[x.Name]["Save"]["Pets"]
  1953.        for i=1,a do
  1954.                Event:FireServer("Remove", x, save[x.Name]["Save"]["Pets"][a].id)
  1955.            a = a - 1
  1956.        end
  1957.    end
  1958. end
  1959. end)
  1960.  
  1961. UA.Name = "UA"
  1962. UA.Parent = bar1
  1963. UA.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  1964. UA.Position = UDim2.new(0.524714828, 0, 0.170648456, 0)
  1965. UA.Size = UDim2.new(0, 111, 0, 42)
  1966. UA.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1967. UA.Font = Enum.Font.SciFi
  1968. UA.Text = "Unlock All"
  1969. UA.TextColor3 = Color3.new(0, 0, 0)
  1970. UA.TextSize = 14
  1971. UA.MouseButton1Down:connect(function()
  1972. local barriers_table = { "Barrier1", "Barrier2", "Barrier3", "Barrier4", "Barrier5" }
  1973. local barriers = game:GetService("Workspace").__THINGS["Barriers"]
  1974. barriers:Destroy()
  1975. end)
  1976.  
  1977. N.Name = "N"
  1978. N.Parent = bar1
  1979. N.BackgroundColor3 = Color3.new(1, 1, 1)
  1980. N.BackgroundTransparency = 1
  1981. N.Position = UDim2.new(0.0266159698, 0, -0.00641025603, 0)
  1982. N.Size = UDim2.new(0, 234, 0, 23)
  1983. N.Font = Enum.Font.SciFi
  1984. N.Text = "Pet Simulator Gui - By Meme Plague"
  1985. N.TextColor3 = Color3.new(0.992157, 0.00784314, 0.141176)
  1986. N.TextSize = 17
  1987.  
  1988. AT.Name = "AT"
  1989. AT.Parent = bar1
  1990. AT.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  1991. AT.Position = UDim2.new(0.174904943, 0, 0.710820854, 0)
  1992. AT.Size = UDim2.new(0, 162, 0, 42)
  1993. AT.Style = Enum.ButtonStyle.RobloxButtonDefault
  1994. AT.Font = Enum.Font.SciFi
  1995. AT.Text = "Teleports"
  1996. AT.TextColor3 = Color3.new(0.980392, 0.0235294, 0.121569)
  1997. AT.TextSize = 26
  1998. AT.MouseButton1Down:connect(function()
  1999. bar2.Visible = true
  2000. end)
  2001.  
  2002. No.Name = "No"
  2003. No.Parent = bar1
  2004. No.BackgroundColor3 = Color3.new(1, 0.00392157, 0.0196078)
  2005. No.Position = UDim2.new(0.0342205316, 0, 0.100694448, 0)
  2006. No.Size = UDim2.new(0, 233, 0, 1)
  2007. No.Font = Enum.Font.SourceSans
  2008. No.Text = ""
  2009. No.TextColor3 = Color3.new(0, 0, 0)
  2010. No.TextSize = 14
  2011.  
  2012. TextLabel.Parent = bar1
  2013. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2014. TextLabel.BackgroundTransparency = 1
  2015. TextLabel.Position = UDim2.new(0.0304182507, 0, 0.8937729, 0)
  2016. TextLabel.Size = UDim2.new(0, 233, 0, 23)
  2017. TextLabel.Font = Enum.Font.SciFi
  2018. TextLabel.Text = "Under Maintainance - Adding New Scripts"
  2019. TextLabel.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  2020. TextLabel.TextSize = 13
  2021.  
  2022. MF.Name = "MF"
  2023. MF.Parent = bar1
  2024. MF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  2025. MF.Position = UDim2.new(0.026615968, 0, 0.351535827, 0)
  2026. MF.Size = UDim2.new(0, 118, 0, 42)
  2027. MF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2028. MF.Font = Enum.Font.SciFi
  2029. MF.Text = "Med. FARM"
  2030. MF.TextColor3 = Color3.new(0, 0, 0)
  2031. MF.TextSize = 14
  2032. MF.MouseButton1Down:connect(function()
  2033. local amount = 500 -- experiment with this value, 1000 is maximum and for pets with high levels
  2034. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  2035. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  2036. local plr = game:GetService("Players").LocalPlayer
  2037. local petids = {}
  2038. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  2039. local a = #save[plr.Name]["Save"]["Pets"]
  2040. local done = "lol meme"
  2041. function random(t)
  2042.    local keys = {}
  2043.    for key, value in pairs(t) do
  2044.        keys[#keys+1] = key
  2045.    end
  2046.    index = keys[math.random(1, #keys)]
  2047.    return t[index]
  2048. end
  2049. for i=1,a do
  2050.    if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  2051.        table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  2052.    end
  2053.    a = a - 1
  2054. end
  2055. function co(b)
  2056.    local done = b
  2057.    print("Mining coin: " .. b.Name)
  2058.    while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  2059.        warn(b.Name .. "- Health: " .. b.Health.Value)
  2060.        wait(0.2)
  2061.        coins:FireServer("Mine",b.Name, amount, random(petids))
  2062.    end
  2063. end
  2064. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  2065.    if(done ~= b) then
  2066.        coroutine.wrap(function()co(b)end)()
  2067.    end
  2068. end
  2069. end)
  2070.  
  2071. AF.Name = "AF"
  2072. AF.Parent = bar1
  2073. AF.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  2074. AF.Position = UDim2.new(0.524714828, 0, 0.351535857, 0)
  2075. AF.Size = UDim2.new(0, 110, 0, 42)
  2076. AF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2077. AF.Font = Enum.Font.SciFi
  2078. AF.Text = "MAX FARM"
  2079. AF.TextColor3 = Color3.new(0, 0, 0)
  2080. AF.TextSize = 14
  2081. AF.MouseButton1Down:connect(function()
  2082. local amount = 1000 -- experiment with this value, 1000 is maximum and for pets with high levels
  2083. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  2084. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  2085. local plr = game:GetService("Players").LocalPlayer
  2086. local petids = {}
  2087. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  2088. local a = #save[plr.Name]["Save"]["Pets"]
  2089. local done = "lol meme"
  2090. function random(t)
  2091.    local keys = {}
  2092.    for key, value in pairs(t) do
  2093.        keys[#keys+1] = key
  2094.    end
  2095.    index = keys[math.random(1, #keys)]
  2096.    return t[index]
  2097. end
  2098. for i=1,a do
  2099.    if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  2100.        table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  2101.    end
  2102.    a = a - 1
  2103. end
  2104. function co(b)
  2105.    local done = b
  2106.    print("Mining coin: " .. b.Name)
  2107.    while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  2108.        warn(b.Name .. "- Health: " .. b.Health.Value)
  2109.        wait(0.2)
  2110.        coins:FireServer("Mine",b.Name, amount, random(petids))
  2111.    end
  2112. end
  2113. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  2114.    if(done ~= b) then
  2115.        coroutine.wrap(function()co(b)end)()
  2116.    end
  2117. end
  2118. end)
  2119.  
  2120. bar2.Name = "bar2"
  2121. bar2.Parent = PSG
  2122. bar2.BackgroundColor3 = Color3.new(1, 1, 1)
  2123. bar2.Position = UDim2.new(0.564625859, 0, 0.178628385, 0)
  2124. bar2.Size = UDim2.new(0, 214, 0, 254)
  2125. bar2.Style = Enum.FrameStyle.RobloxRound
  2126. bar2.Active = true
  2127. bar2.Draggable = true
  2128. bar2.Visible = false
  2129.  
  2130. Stor.Name = "Stor"
  2131. Stor.Parent = bar2
  2132. Stor.BackgroundColor3 = Color3.new(1, 1, 1)
  2133. Stor.Position = UDim2.new(0.532710254, 0, 0.0186170191, 0)
  2134. Stor.Size = UDim2.new(0, 92, 0, 39)
  2135. Stor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2136. Stor.Font = Enum.Font.SourceSans
  2137. Stor.Text = "Store"
  2138. Stor.TextColor3 = Color3.new(0, 0, 0)
  2139. Stor.TextSize = 14
  2140. Stor.MouseButton1Down:connect(function()
  2141. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(719.225952, -33.6261177, 894.049072))
  2142. end)
  2143.  
  2144. P2.Name = "P2"
  2145. P2.Parent = bar2
  2146. P2.BackgroundColor3 = Color3.new(1, 1, 1)
  2147. P2.Position = UDim2.new(0.532710254, 0, 0.222935483, 0)
  2148. P2.Size = UDim2.new(0, 92, 0, 39)
  2149. P2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2150. P2.Font = Enum.Font.SourceSans
  2151. P2.Text = "Place 2"
  2152. P2.TextColor3 = Color3.new(0, 0, 0)
  2153. P2.TextSize = 14
  2154. P2.MouseButton1Down:connect(function()
  2155. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-374.2388, -37.0378761, 885.253296))
  2156. end)
  2157.  
  2158. P1.Name = "P1"
  2159. P1.Parent = bar2
  2160. P1.BackgroundColor3 = Color3.new(1, 1, 1)
  2161. P1.Position = UDim2.new(0.0140186772, 0, 0.222935483, 0)
  2162. P1.Size = UDim2.new(0, 92, 0, 39)
  2163. P1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2164. P1.Font = Enum.Font.SourceSans
  2165. P1.Text = "Place 1"
  2166. P1.TextColor3 = Color3.new(0, 0, 0)
  2167. P1.TextSize = 14
  2168. P1.MouseButton1Down:connect(function()
  2169. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(0.295806587, -37.0378761, 890.214355))
  2170. end)
  2171.  
  2172. P3.Name = "P3"
  2173. P3.Parent = bar2
  2174. P3.BackgroundColor3 = Color3.new(1, 1, 1)
  2175. P3.Position = UDim2.new(0.0140186772, 0, 0.414129317, 0)
  2176. P3.Size = UDim2.new(0, 92, 0, 39)
  2177. P3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2178. P3.Font = Enum.Font.SourceSans
  2179. P3.Text = "Place 3"
  2180. P3.TextColor3 = Color3.new(0, 0, 0)
  2181. P3.TextSize = 14
  2182. P3.MouseButton1Down:connect(function()
  2183. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-760.199097, -37.0378761, 880.302246))
  2184. end)
  2185.  
  2186. P4.Name = "P4"
  2187. P4.Parent = bar2
  2188. P4.BackgroundColor3 = Color3.new(1, 1, 1)
  2189. P4.Position = UDim2.new(0.528037369, 0, 0.414129317, 0)
  2190. P4.Size = UDim2.new(0, 92, 0, 39)
  2191. P4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2192. P4.Font = Enum.Font.SourceSans
  2193. P4.Text = "Place 4"
  2194. P4.TextColor3 = Color3.new(0, 0, 0)
  2195. P4.TextSize = 14
  2196. P4.MouseButton1Down:connect(function()
  2197. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1140.22437, -37.0378761, 885.195129))
  2198. end)
  2199.  
  2200. M1.Name = "M1"
  2201. M1.Parent = bar2
  2202. M1.BackgroundColor3 = Color3.new(1, 1, 1)
  2203. M1.Position = UDim2.new(0.528037369, 0, 0.613056302, 0)
  2204. M1.Size = UDim2.new(0, 92, 0, 39)
  2205. M1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2206. M1.Font = Enum.Font.SourceSans
  2207. M1.Text = "Moon 1"
  2208. M1.TextColor3 = Color3.new(0, 0, 0)
  2209. M1.TextSize = 14
  2210. M1.MouseButton1Down:connect(function()
  2211. local mapname = "Moon"
  2212. local Event = game:GetService("Workspace")["__REMOTES"]["Load Map"]
  2213. Event:FireServer(mapname)
  2214. end)
  2215.  
  2216. P5.Name = "P5"
  2217. P5.Parent = bar2
  2218. P5.BackgroundColor3 = Color3.new(1, 1, 1)
  2219. P5.Position = UDim2.new(0.0093457913, 0, 0.612383306, 0)
  2220. P5.Size = UDim2.new(0, 92, 0, 39)
  2221. P5.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2222. P5.Font = Enum.Font.SourceSans
  2223. P5.Text = "Place 5"
  2224. P5.TextColor3 = Color3.new(0, 0, 0)
  2225. P5.TextSize = 14
  2226. P5.MouseButton1Down:connect(function()
  2227. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1534.46313, -33.038002, 887.088318))
  2228. end)
  2229.  
  2230. M2.Name = "M2"
  2231. M2.Parent = bar2
  2232. M2.BackgroundColor3 = Color3.new(1, 1, 1)
  2233. M2.Position = UDim2.new(0.266355127, 0, 0.825562894, 0)
  2234. M2.Size = UDim2.new(0, 92, 0, 39)
  2235. M2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2236. M2.Font = Enum.Font.SourceSans
  2237. M2.Text = "Moon 2"
  2238. M2.TextColor3 = Color3.new(0, 0, 0)
  2239. M2.TextSize = 14
  2240. M2.MouseButton1Down:connect(function()
  2241. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(80.3468018, 144.27951, -1706.91724))
  2242. end)
  2243.  
  2244. Spawn.Name = "Spawn"
  2245. Spawn.Parent = bar2
  2246. Spawn.BackgroundColor3 = Color3.new(1, 1, 1)
  2247. Spawn.Position = UDim2.new(0.00934579503, 0, 0.0186170191, 0)
  2248. Spawn.Size = UDim2.new(0, 92, 0, 39)
  2249. Spawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2250. Spawn.Font = Enum.Font.SourceSans
  2251. Spawn.Text = "Spawn"
  2252. Spawn.TextColor3 = Color3.new(0, 0, 0)
  2253. Spawn.TextSize = 14
  2254. Spawn.MouseButton1Down:connect(function()
  2255. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(536.137939, -36.409977, 886.542542))
  2256. end)
  2257.  
  2258. X.Name = "X"
  2259. X.Parent = bar2
  2260. X.BackgroundColor3 = Color3.new(1, 0.0313726, 0.160784)
  2261. X.Position = UDim2.new(0.901869118, 0, 0.929133832, 0)
  2262. X.Size = UDim2.new(0, 25, 0, 17)
  2263. X.Font = Enum.Font.SciFi
  2264. X.Text = "X"
  2265. X.TextColor3 = Color3.new(0, 0, 0)
  2266. X.TextSize = 14
  2267. X.MouseButton1Down:connect(function()
  2268. bar2.Visible = false
  2269. end)
  2270.  
  2271. local GUI = Instance.new("ScreenGui")
  2272. local dragFrame = Instance.new("Frame")
  2273. local aButton = Instance.new("TextButton")
  2274. local eButton = Instance.new("TextButton")
  2275. local mButton = Instance.new("TextButton")
  2276. local tButton = Instance.new("TextButton")
  2277. local LSTitle = Instance.new("TextLabel")
  2278. local Credit = Instance.new("TextLabel")
  2279. GUI.Name = "qewrfgqrg4q"
  2280. GUI.Parent = game.CoreGui
  2281. dragFrame.Name = "dragFrame"
  2282. dragFrame.Parent = GUI
  2283. dragFrame.BackgroundColor3 = Color3.new(0.172549, 0, 0.0627451)
  2284. dragFrame.BorderSizePixel = 2
  2285. dragFrame.Position = UDim2.new(0.241050124, 0, 0.177033499, 0)
  2286. dragFrame.Size = UDim2.new(0, 263, 0, 200)
  2287. dragFrame.Style = Enum.FrameStyle.RobloxRound
  2288. dragFrame.Active = true
  2289. dragFrame.Draggable = true
  2290. eButton.Name = "eButton"
  2291. eButton.Parent = dragFrame
  2292. eButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  2293. eButton.Position = UDim2.new(0.02, 0, 0.331685402, 0)
  2294. eButton.Size = UDim2.new(0, 75, 0, 42)
  2295. eButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2296. eButton.Font = Enum.Font.Code
  2297. eButton.Text = "Earth"
  2298. eButton.TextColor3 = Color3.new(0, 0, 0)
  2299. eButton.TextSize = 14
  2300. eButton.MouseButton1Down:connect(function()
  2301.   if loopHack then
  2302.     loopHack = false
  2303.     eButton.Text = "Earth"
  2304.     aButton.Visible = true
  2305.     mButton.Visible = true
  2306.   else
  2307.     aButton.Visible = false
  2308.     mButton.Visible = false
  2309.     f = 1
  2310.     coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  2311.     save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  2312.     plr = game:GetService("Players").LocalPlayer
  2313.     petids = {}
  2314.     petAP = {}
  2315.     pets = game:GetService("Workspace")["__REMOTES"]:WaitForChild("Game").Pets
  2316.     a = #save[plr.Name]["Save"]["Pets"]
  2317.     done = "lol meme"
  2318.     p()
  2319.     eButton.Text = "Stop"
  2320.     loopHack = true
  2321.   end
  2322. end)
  2323. aButton.Name = "aButton"
  2324. aButton.Parent = dragFrame
  2325. aButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  2326. aButton.Position = UDim2.new(0.35, 0, 0.331685402, 0)
  2327. aButton.Size = UDim2.new(0, 75, 0, 42)
  2328. aButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2329. aButton.Font = Enum.Font.Code
  2330. aButton.Text = "All"
  2331. aButton.TextColor3 = Color3.new(0, 0, 0)
  2332. aButton.TextSize = 14
  2333. aButton.MouseButton1Down:connect(function()
  2334.   if loopHack then
  2335.     loopHack = false
  2336.     aButton.Text = "All"
  2337.     eButton.Visible = true
  2338.     mButton.Visible = true
  2339.   else
  2340.     eButton.Visible = false
  2341.     mButton.Visible = false
  2342.     f = 0
  2343.     coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  2344.     save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  2345.     plr = game:GetService("Players").LocalPlayer
  2346.     petids = {}
  2347.     petAP = {}
  2348.     pets = game:GetService("Workspace")["__REMOTES"]:WaitForChild("Game").Pets
  2349.     a = #save[plr.Name]["Save"]["Pets"]
  2350.     done = "lol meme"
  2351.     p()
  2352.     aButton.Text = "Stop"
  2353.     loopHack = true
  2354.   end
  2355. end)
  2356. mButton.Name = "mButton"
  2357. mButton.Parent = dragFrame
  2358. mButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  2359. mButton.Position = UDim2.new(0.68, 0, 0.331685402, 0)
  2360. mButton.Size = UDim2.new(0, 75, 0, 42)
  2361. mButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2362. mButton.Font = Enum.Font.Code
  2363. mButton.Text = "Moon"
  2364. mButton.TextColor3 = Color3.new(0, 0, 0)
  2365. mButton.TextSize = 14
  2366. mButton.MouseButton1Down:connect(function()
  2367.   if loopHack then
  2368.     loopHack = false
  2369.     mButton.Text = "Moon"
  2370.     aButton.Visible = true
  2371.     eButton.Visible = true
  2372.   else
  2373.     aButton.Visible = false
  2374.     eButton.Visible = false
  2375.     f = 2
  2376.     coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  2377.     save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  2378.     plr = game:GetService("Players").LocalPlayer
  2379.     petids = {}
  2380.     petAP = {}
  2381.     pets = game:GetService("Workspace")["__REMOTES"]:WaitForChild("Game").Pets
  2382.     a = #save[plr.Name]["Save"]["Pets"]
  2383.     done = "lol meme"
  2384.     p()
  2385.     mButton.Text = "Stop"
  2386.     loopHack = true
  2387.   end
  2388. end)
  2389. tButton.Name = "tButton"
  2390. tButton.Parent = dragFrame
  2391. tButton.BackgroundColor3 = Color3.new(1, 0.0392157, 0.215686)
  2392. tButton.Position = UDim2.new(0.02, 0, 0.6, 0)
  2393. tButton.Size = UDim2.new(0, 239, 0, 42)
  2394. tButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2395. tButton.Font = Enum.Font.Code
  2396. tButton.Text = "Teleport Menu"
  2397. tButton.TextColor3 = Color3.new(0, 0, 0)
  2398. tButton.TextSize = 14
  2399. tButton.MouseButton1Down:connect(function()
  2400.   game.Players.LocalPlayer.PlayerGui.Teleport.Enabled = true
  2401. end)
  2402. LSTitle.Name = "LSTitle"
  2403. LSTitle.Parent = dragFrame
  2404. LSTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  2405. LSTitle.BackgroundTransparency = 1
  2406. LSTitle.Position = UDim2.new(0.022813689, 0, 0.0188706424, 0)
  2407. LSTitle.Size = UDim2.new(0, 234, 0, 23)
  2408. LSTitle.Font = Enum.Font.Code
  2409. LSTitle.Text = "Pet Simulator Gui"
  2410. LSTitle.TextColor3 = Color3.new(1, 1, 1)
  2411. LSTitle.TextSize = 17
  2412. Credit.Name = "Credit"
  2413. Credit.Parent = dragFrame
  2414. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  2415. Credit.BackgroundTransparency = 1
  2416. Credit.Position = UDim2.new(0.562813689, 0, 0.8588706424, 0)
  2417. Credit.Size = UDim2.new(0, 100, 0, 23)
  2418. Credit.Font = Enum.Font.Code
  2419. Credit.Text = "By ShivamAmin"
  2420. Credit.TextColor3 = Color3.new(1, 1, 1)
  2421. Credit.TextSize = 17
  2422. while true do
  2423.     while loopHack do
  2424.         for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  2425.             if(done ~= b) then
  2426.                 if(f == 0) then
  2427.                     af(b)
  2428.                 elseif(f == 1) then
  2429.                     ef(b)
  2430.                 elseif(f == 2) then
  2431.                     mf(b)
  2432.                 else
  2433.                     print("Somethings wrong.")
  2434.                 end
  2435.             end
  2436.         end
  2437.         wait()
  2438.     end
  2439.     wait()
  2440. end
  2441. end)
  2442.  
  2443. ComigSoon.Name = "Comig Soon"
  2444. ComigSoon.Parent = main
  2445. ComigSoon.BackgroundColor3 = Color3.new(0, 0, 0)
  2446. ComigSoon.BackgroundTransparency = 0.89999997615814
  2447. ComigSoon.Position = UDim2.new(0.00951109827, 0, 0.546151638, 0)
  2448. ComigSoon.Size = UDim2.new(0, 116, 0, 24)
  2449. ComigSoon.Font = Enum.Font.SciFi
  2450. ComigSoon.Text = "Coming Soon"
  2451. ComigSoon.TextColor3 = Color3.new(1, 1, 1)
  2452. ComigSoon.TextSize = 14
  2453.  
  2454. Gui4.Name = "Gui4"
  2455. Gui4.Parent = main
  2456. Gui4.BackgroundColor3 = Color3.new(0, 0, 0)
  2457. Gui4.BackgroundTransparency = 0.89999997615814
  2458. Gui4.Position = UDim2.new(0.516395092, 0, 0.546151698, 0)
  2459. Gui4.Size = UDim2.new(0, 116, 0, 24)
  2460. Gui4.Font = Enum.Font.SciFi
  2461. Gui4.Text = "Gui4"
  2462. Gui4.TextColor3 = Color3.new(1, 1, 1)
  2463. Gui4.TextSize = 14
  2464.  
  2465. Next.Name = "Next"
  2466. Next.Parent = main
  2467. Next.BackgroundColor3 = Color3.new(0, 0, 0)
  2468. Next.BackgroundTransparency = 0.89999997615814
  2469. Next.Position = UDim2.new(0.275986761, 0, 0.699525893, 0)
  2470. Next.Size = UDim2.new(0, 116, 0, 24)
  2471. Next.Font = Enum.Font.SciFi
  2472. Next.Text = "Next"
  2473. Next.TextColor3 = Color3.new(1, 1, 1)
  2474. Next.TextSize = 14
  2475. Next.MouseButton1Down:connect(function()
  2476. frame.Visible = false
  2477. Gui2_2.Visible = true
  2478. end)
  2479.  
  2480. Gui2_2.Name = "Gui 2"
  2481. Gui2_2.Parent = BestOfGui
  2482. Gui2_2.Active = true
  2483. Gui2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2484. Gui2_2.Position = UDim2.new(0.0108613074, 0, 0.132403255, 0)
  2485. Gui2_2.Selectable = true
  2486. Gui2_2.Size = UDim2.new(0, 382, 0, 383)
  2487. Gui2_2.Visible = false
  2488. Gui2_2.Style = Enum.FrameStyle.DropShadow
  2489.  
  2490. SuperPowerTrainingSim.Name = "Super Power Training Sim"
  2491. SuperPowerTrainingSim.Parent = Gui2_2
  2492. SuperPowerTrainingSim.BackgroundColor3 = Color3.new(0, 0, 0)
  2493. SuperPowerTrainingSim.BackgroundTransparency = 0.89999997615814
  2494. SuperPowerTrainingSim.Position = UDim2.new(0.336002856, 0, -0.0122113377, 0)
  2495. SuperPowerTrainingSim.Size = UDim2.new(0, 116, 0, 24)
  2496. SuperPowerTrainingSim.Font = Enum.Font.SciFi
  2497. SuperPowerTrainingSim.Text = "Super Power Training Sim"
  2498. SuperPowerTrainingSim.TextColor3 = Color3.new(1, 1, 1)
  2499. SuperPowerTrainingSim.TextSize = 10
  2500.  
  2501. Close_2.Name = "Close"
  2502. Close_2.Parent = Gui2_2
  2503. Close_2.BackgroundColor3 = Color3.new(0, 0, 0)
  2504. Close_2.Position = UDim2.new(0.959435761, 0, -0.0152433403, 0)
  2505. Close_2.Size = UDim2.new(0, 13, 0, 14)
  2506. Close_2.Font = Enum.Font.SourceSans
  2507. Close_2.Text = "X"
  2508. Close_2.TextColor3 = Color3.new(1, 1, 1)
  2509. Close_2.TextSize = 14
  2510. Close_2.MouseButton1Down:connect(function()
  2511. Gui2_2.Visible = false
  2512. frame.Visible = true
  2513. end)
  2514.  
  2515. FistFarmStone.Name = "Fist Farm(Stone)"
  2516. FistFarmStone.Parent = Gui2_2
  2517. FistFarmStone.BackgroundColor3 = Color3.new(0, 0, 0)
  2518. FistFarmStone.BackgroundTransparency = 0.89999997615814
  2519. FistFarmStone.Position = UDim2.new(-0.00400896557, 0, 0.0519520715, 0)
  2520. FistFarmStone.Size = UDim2.new(0, 93, 0, 28)
  2521. FistFarmStone.Font = Enum.Font.SourceSans
  2522. FistFarmStone.Text = "Fist Farm(Stone)"
  2523. FistFarmStone.TextColor3 = Color3.new(1, 1, 1)
  2524. FistFarmStone.TextSize = 14
  2525. FistFarmStone.MouseButton1Click:connect(function()
  2526.         while true do
  2527. wait()
  2528. local A_1 =
  2529. {
  2530. [1] = "+FS2"
  2531. }
  2532. local Event = game.ReplicatedStorage.RemoteEvent
  2533. Event:FireServer(A_1)
  2534. end
  2535. end)
  2536.  
  2537.  
  2538. BodyFarmiceMountain.Name = "Body Farm(ice Mountain)"
  2539. BodyFarmiceMountain.Parent = Gui2_2
  2540. BodyFarmiceMountain.BackgroundColor3 = Color3.new(0, 0, 0)
  2541. BodyFarmiceMountain.BackgroundTransparency = 0.89999997615814
  2542. BodyFarmiceMountain.Position = UDim2.new(0.739660501, 0, 0.0519520678, 0)
  2543. BodyFarmiceMountain.Size = UDim2.new(0, 93, 0, 28)
  2544. BodyFarmiceMountain.Font = Enum.Font.SourceSans
  2545. BodyFarmiceMountain.Text = "Body Farm(ice Mountain)"
  2546. BodyFarmiceMountain.TextColor3 = Color3.new(1, 1, 1)
  2547. BodyFarmiceMountain.TextSize = 12
  2548. BodyFarmiceMountain.MouseButton1Click:Connect(function()
  2549.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1603,269,2248)
  2550. end)
  2551.  
  2552. SpeedFarm.Name = "Speed Farm"
  2553. SpeedFarm.Parent = Gui2_2
  2554. SpeedFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  2555. SpeedFarm.BackgroundTransparency = 0.89999997615814
  2556. SpeedFarm.Position = UDim2.new(-0.00557306269, 0, 0.214985266, 0)
  2557. SpeedFarm.Size = UDim2.new(0, 93, 0, 28)
  2558. SpeedFarm.Font = Enum.Font.SourceSans
  2559. SpeedFarm.Text = "Speed Farm"
  2560. SpeedFarm.TextColor3 = Color3.new(1, 1, 1)
  2561. SpeedFarm.TextSize = 14
  2562. SpeedFarm.MouseButton1Click:connect(function()
  2563.     while true do
  2564. wait()
  2565. local A_1 =
  2566. {
  2567. [1] = "+MS1"
  2568. }
  2569. local Event = game.ReplicatedStorage.RemoteEvent
  2570. Event:FireServer(A_1)
  2571. end
  2572. end)
  2573.  
  2574. JumpFarm.Name = "Jump Farm"
  2575. JumpFarm.Parent = Gui2_2
  2576. JumpFarm.BackgroundColor3 = Color3.new(0, 0, 0)
  2577. JumpFarm.BackgroundTransparency = 0.89999997615814
  2578. JumpFarm.Position = UDim2.new(0.765838623, 0, 0.214528739, 0)
  2579. JumpFarm.Size = UDim2.new(0, 93, 0, 28)
  2580. JumpFarm.Font = Enum.Font.SourceSans
  2581. JumpFarm.Text = "Jump Farm"
  2582. JumpFarm.TextColor3 = Color3.new(1, 1, 1)
  2583. JumpFarm.TextSize = 14
  2584. JumpFarm.MouseButton1Click:connect(function()
  2585.     while true do
  2586. wait()
  2587. local A_1 =
  2588. {
  2589. [1] = "+JF1"
  2590. }
  2591. local Event = game.ReplicatedStorage.RemoteEvent
  2592. Event:FireServer(A_1)
  2593. end
  2594. end)
  2595.  
  2596. FistFarmCrystal.Name = "Fist Farm(Crystal)"
  2597. FistFarmCrystal.Parent = Gui2_2
  2598. FistFarmCrystal.BackgroundColor3 = Color3.new(0, 0, 0)
  2599. FistFarmCrystal.BackgroundTransparency = 0.89999997615814
  2600. FistFarmCrystal.Position = UDim2.new(-0.00662676757, 0, 0.382455468, 0)
  2601. FistFarmCrystal.Size = UDim2.new(0, 93, 0, 28)
  2602. FistFarmCrystal.Font = Enum.Font.SourceSans
  2603. FistFarmCrystal.Text = "Fist Farm(Crystal)"
  2604. FistFarmCrystal.TextColor3 = Color3.new(1, 1, 1)
  2605. FistFarmCrystal.TextSize = 14
  2606. FistFarmCrystal.MouseButton1Click:connect(function()
  2607.         while true do
  2608. wait()
  2609. local A_1 =
  2610. {
  2611. [1] = "+FS3"
  2612. }
  2613. local Event = game.ReplicatedStorage.RemoteEvent
  2614. Event:FireServer(A_1)
  2615. end
  2616. end)
  2617.  
  2618. FistFarmGreenPlanet.Name = "Fist Farm (Green Planet)"
  2619. FistFarmGreenPlanet.Parent = Gui2_2
  2620. FistFarmGreenPlanet.BackgroundColor3 = Color3.new(0, 0, 0)
  2621. FistFarmGreenPlanet.BackgroundTransparency = 0.89999997615814
  2622. FistFarmGreenPlanet.Position = UDim2.new(0.764784813, 0, 0.382455528, 0)
  2623. FistFarmGreenPlanet.Size = UDim2.new(0, 93, 0, 28)
  2624. FistFarmGreenPlanet.Font = Enum.Font.SourceSans
  2625. FistFarmGreenPlanet.Text = "Fist Farm(Green Planet)"
  2626. FistFarmGreenPlanet.TextColor3 = Color3.new(1, 1, 1)
  2627. FistFarmGreenPlanet.TextSize = 12
  2628. FistFarmGreenPlanet.MouseButton1Down:Connect(function()
  2629.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1177,4788,-2291)
  2630. end)
  2631.  
  2632. FistFarmBluePlanet.Name = "Fist Farm (Blue Planet)"
  2633. FistFarmBluePlanet.Parent = Gui2_2
  2634. FistFarmBluePlanet.BackgroundColor3 = Color3.new(0, 0, 0)
  2635. FistFarmBluePlanet.BackgroundTransparency = 0.89999997615814
  2636. FistFarmBluePlanet.Position = UDim2.new(0.759549201, 0, 0.529494524, 0)
  2637. FistFarmBluePlanet.Size = UDim2.new(0, 93, 0, 28)
  2638. FistFarmBluePlanet.Font = Enum.Font.SourceSans
  2639. FistFarmBluePlanet.Text = "Fist Farm(Blue Planet)"
  2640. FistFarmBluePlanet.TextColor3 = Color3.new(1, 1, 1)
  2641. FistFarmBluePlanet.TextSize = 12
  2642. FistFarmBluePlanet.MouseButton1Down:Connect(function()
  2643.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1378,9274,1650)
  2644. end)
  2645.  
  2646. FistFarmSun.Name = "Fist Farm (Sun)"
  2647. FistFarmSun.Parent = Gui2_2
  2648. FistFarmSun.BackgroundColor3 = Color3.new(0, 0, 0)
  2649. FistFarmSun.BackgroundTransparency = 0.89999997615814
  2650. FistFarmSun.Position = UDim2.new(-0.00453585666, 0, 0.542549372, 0)
  2651. FistFarmSun.Size = UDim2.new(0, 93, 0, 28)
  2652. FistFarmSun.Font = Enum.Font.SourceSans
  2653. FistFarmSun.Text = "Fist Farm(Sun)"
  2654. FistFarmSun.TextColor3 = Color3.new(1, 1, 1)
  2655. FistFarmSun.TextSize = 12
  2656. FistFarmSun.MouseButton1Click:Connect(function()
  2657.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-369,15735,-9)
  2658. end)
  2659.  
  2660. BodyFarmColdWater.Name = "Body Farm(Cold Water)"
  2661. BodyFarmColdWater.Parent = Gui2_2
  2662. BodyFarmColdWater.BackgroundColor3 = Color3.new(0, 0, 0)
  2663. BodyFarmColdWater.BackgroundTransparency = 0.89999997615814
  2664. BodyFarmColdWater.Position = UDim2.new(0.371225595, 0, 0.683325291, 0)
  2665. BodyFarmColdWater.Size = UDim2.new(0, 93, 0, 28)
  2666. BodyFarmColdWater.Font = Enum.Font.SourceSans
  2667. BodyFarmColdWater.Text = "Body Farm(Cold Water)"
  2668. BodyFarmColdWater.TextColor3 = Color3.new(1, 1, 1)
  2669. BodyFarmColdWater.TextSize = 12
  2670. BodyFarmColdWater.MouseButton1Click:Connect(function()
  2671.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(365,249,-435)
  2672. end)
  2673.  
  2674. BodyFarmFire.Name = "Body Farm(Fire)"
  2675. BodyFarmFire.Parent = Gui2_2
  2676. BodyFarmFire.BackgroundColor3 = Color3.new(0, 0, 0)
  2677. BodyFarmFire.BackgroundTransparency = 0.89999997615814
  2678. BodyFarmFire.Position = UDim2.new(-0.00506270863, 0, 0.691614747, 0)
  2679. BodyFarmFire.Size = UDim2.new(0, 93, 0, 28)
  2680. BodyFarmFire.Font = Enum.Font.SourceSans
  2681. BodyFarmFire.Text = "Body Farm(Fire)"
  2682. BodyFarmFire.TextColor3 = Color3.new(1, 1, 1)
  2683. BodyFarmFire.TextSize = 12
  2684. BodyFarmFire.MouseButton1Click:Connect(function()
  2685.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(354,263,-480)
  2686. end)
  2687.  
  2688. BodyFarmTornado.Name = "Body Farm(Tornado)"
  2689. BodyFarmTornado.Parent = Gui2_2
  2690. BodyFarmTornado.BackgroundColor3 = Color3.new(0, 0, 0)
  2691. BodyFarmTornado.BackgroundTransparency = 0.89999997615814
  2692. BodyFarmTornado.Position = UDim2.new(0.366516799, 0, 0.0519520678, 0)
  2693. BodyFarmTornado.Size = UDim2.new(0, 93, 0, 28)
  2694. BodyFarmTornado.Font = Enum.Font.SourceSans
  2695. BodyFarmTornado.Text = "Body Farm(Tornado)"
  2696. BodyFarmTornado.TextColor3 = Color3.new(1, 1, 1)
  2697. BodyFarmTornado.TextSize = 12
  2698. BodyFarmTornado.MouseButton1Click:Connect(function()
  2699.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2300,979,1065)
  2700. end)
  2701.  
  2702. BodyFarmVolcano.Name = "Body Farm(Volcano)"
  2703. BodyFarmVolcano.Parent = Gui2_2
  2704. BodyFarmVolcano.BackgroundColor3 = Color3.new(0, 0, 0)
  2705. BodyFarmVolcano.BackgroundTransparency = 0.89999997615814
  2706. BodyFarmVolcano.Position = UDim2.new(0.363899022, 0, 0.209306806, 0)
  2707. BodyFarmVolcano.Size = UDim2.new(0, 93, 0, 28)
  2708. BodyFarmVolcano.Font = Enum.Font.SourceSans
  2709. BodyFarmVolcano.Text = "Body Farm(Volcano)"
  2710. BodyFarmVolcano.TextColor3 = Color3.new(1, 1, 1)
  2711. BodyFarmVolcano.TextSize = 12
  2712. BodyFarmVolcano.MouseButton1Click:Connect(function()
  2713.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1980,745,-1861)
  2714. end)
  2715.  
  2716. BodyFarmSouls.Name = "Body Farm(Souls)"
  2717. BodyFarmSouls.Parent = Gui2_2
  2718. BodyFarmSouls.BackgroundColor3 = Color3.new(0, 0, 0)
  2719. BodyFarmSouls.BackgroundTransparency = 0.89999997615814
  2720. BodyFarmSouls.Position = UDim2.new(0.361281216, 0, 0.387220919, 0)
  2721. BodyFarmSouls.Size = UDim2.new(0, 93, 0, 28)
  2722. BodyFarmSouls.Font = Enum.Font.SourceSans
  2723. BodyFarmSouls.Text = "Body Farm(Souls)"
  2724. BodyFarmSouls.TextColor3 = Color3.new(1, 1, 1)
  2725. BodyFarmSouls.TextSize = 12
  2726. BodyFarmSouls.MouseButton1Click:Connect(function()
  2727.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-244,290,961)
  2728. end)
  2729.  
  2730. PsyChicFarmWaterWall.Name = "PsyChicFarm(WaterWall)"
  2731. PsyChicFarmWaterWall.Parent = Gui2_2
  2732. PsyChicFarmWaterWall.BackgroundColor3 = Color3.new(0, 0, 0)
  2733. PsyChicFarmWaterWall.BackgroundTransparency = 0.89999997615814
  2734. PsyChicFarmWaterWall.Position = UDim2.new(0.35866341, 0, 0.537327409, 0)
  2735. PsyChicFarmWaterWall.Size = UDim2.new(0, 93, 0, 28)
  2736. PsyChicFarmWaterWall.Font = Enum.Font.SourceSans
  2737. PsyChicFarmWaterWall.Text = "PsyChicFarm(WaterWall)"
  2738. PsyChicFarmWaterWall.TextColor3 = Color3.new(1, 1, 1)
  2739. PsyChicFarmWaterWall.TextSize = 12
  2740. PsyChicFarmWaterWall.MouseButton1Click:Connect(function()
  2741.     if Selected2.Value == "None" then
  2742.         else
  2743.     SPTSGui[Selected2.Value].Visible = false
  2744.     end
  2745.     PLocation.Visible = true
  2746. Selected2.Value = "PLocation"
  2747. end)
  2748.  
  2749. PsyChicFarmWaterWall_2.Name = "PsyChicFarm(WaterWall)"
  2750. PsyChicFarmWaterWall_2.Parent = Gui2_2
  2751. PsyChicFarmWaterWall_2.BackgroundColor3 = Color3.new(0, 0, 0)
  2752. PsyChicFarmWaterWall_2.BackgroundTransparency = 0.89999997615814
  2753. PsyChicFarmWaterWall_2.Position = UDim2.new(0.756404519, 0, 0.675492406, 0)
  2754. PsyChicFarmWaterWall_2.Size = UDim2.new(0, 93, 0, 28)
  2755. PsyChicFarmWaterWall_2.Font = Enum.Font.SourceSans
  2756. PsyChicFarmWaterWall_2.Text = "PsyChicFarm(WaterWall)"
  2757. PsyChicFarmWaterWall_2.TextColor3 = Color3.new(1, 1, 1)
  2758. PsyChicFarmWaterWall_2.TextSize = 12
  2759.  
  2760. Next2.Name = "Next2"
  2761. Next2.Parent = Gui2_2
  2762. Next2.BackgroundColor3 = Color3.new(0, 0, 0)
  2763. Next2.BackgroundTransparency = 0.89999997615814
  2764. Next2.Position = UDim2.new(0.356045604, 0, 0.837588549, 0)
  2765. Next2.Size = UDim2.new(0, 93, 0, 28)
  2766. Next2.Font = Enum.Font.SourceSans
  2767. Next2.Text = "Next"
  2768. Next2.TextColor3 = Color3.new(1, 1, 1)
  2769. Next2.TextSize = 12
  2770. Next2.MouseButton1Down:connect(function()
  2771. Gui2_2.Visible = false
  2772. Gui3_2.Visible = true
  2773. end)
  2774.  
  2775. Gui3_2.Name = "Gui 3"
  2776. Gui3_2.Parent = BestOfGui
  2777. Gui3_2.Active = true
  2778. Gui3_2.BackgroundColor3 = Color3.new(0, 0, 0)
  2779. Gui3_2.BorderSizePixel = 0
  2780. Gui3_2.Position = UDim2.new(0.105574042, 0, 0.288554668, 0)
  2781. Gui3_2.Selectable = true
  2782. Gui3_2.Size = UDim2.new(0, 374, 0, 387)
  2783. Gui3_2.Visible = false
  2784. Gui3_2.Style = Enum.FrameStyle.DropShadow
  2785.  
  2786. Close_3.Name = "Close"
  2787. Close_3.Parent = Gui3_2
  2788. Close_3.BackgroundColor3 = Color3.new(0, 0, 0)
  2789. Close_3.BackgroundTransparency = 0.89999997615814
  2790. Close_3.BorderSizePixel = 4
  2791. Close_3.Position = UDim2.new(0.923515379, 0, -0.00607294403, 0)
  2792. Close_3.Size = UDim2.new(0, 20, 0, 17)
  2793. Close_3.Font = Enum.Font.SourceSansBold
  2794. Close_3.Text = "X"
  2795. Close_3.TextColor3 = Color3.new(0, 0, 0)
  2796. Close_3.TextSize = 14
  2797. Close_3.MouseButton1Down:connect(function()
  2798. Gui3_2.Visible = false
  2799. frame.Visible = true
  2800. end)
  2801.  
  2802. SellPlanks.Name = "SellPlanks"
  2803. SellPlanks.Parent = Gui3_2
  2804. SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  2805. SellPlanks.BackgroundTransparency = 0.89999997615814
  2806. SellPlanks.Position = UDim2.new(-0.00999999978, 0, 0.0909999982, 0)
  2807. SellPlanks.Size = UDim2.new(0, 74, 0, 28)
  2808. SellPlanks.Font = Enum.Font.SciFi
  2809. SellPlanks.Text = "SellPlanks"
  2810. SellPlanks.TextColor3 = Color3.new(1, 1, 1)
  2811. SellPlanks.TextSize = 14
  2812. SellPlanks.MouseButton1Click:Connect(function()
  2813.     for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  2814.         if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  2815.             if Plank.Owner.Value == service.Players.LocalPlayer then
  2816.                 for i,v in pairs(Plank:GetChildren()) do
  2817.                     if v.Name=="WoodSection" then
  2818.                         spawn(function()
  2819.                             for i=1,10 do
  2820.                                 wait()
  2821.                                 v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2822.                             end
  2823.                         end)
  2824.                     end
  2825.                 end
  2826.                 spawn(function()
  2827.                     for i=1,20 do
  2828.                         wait()
  2829.                         service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2830.                     end
  2831.                 end)
  2832.             end
  2833.         end
  2834.     end
  2835. end)
  2836.  
  2837. LumberTycoon.Name = "Lumber Tycoon"
  2838. LumberTycoon.Parent = Gui3_2
  2839. LumberTycoon.BackgroundColor3 = Color3.new(0, 0, 0)
  2840. LumberTycoon.BackgroundTransparency = 0.89999997615814
  2841. LumberTycoon.Position = UDim2.new(0.353198588, 0, -0.00513452291, 0)
  2842. LumberTycoon.Size = UDim2.new(0, 98, 0, 23)
  2843. LumberTycoon.Font = Enum.Font.SciFi
  2844. LumberTycoon.Text = "Lumber Tycoon"
  2845. LumberTycoon.TextColor3 = Color3.new(1, 1, 1)
  2846. LumberTycoon.TextSize = 14
  2847.  
  2848. BringWood.Name = "Bring Wood"
  2849. BringWood.Parent = Gui3_2
  2850. BringWood.BackgroundColor3 = Color3.new(0, 0, 0)
  2851. BringWood.BackgroundTransparency = 0.89999997615814
  2852. BringWood.Position = UDim2.new(0.238663137, 0, 0.0909999982, 0)
  2853. BringWood.Size = UDim2.new(0, 74, 0, 28)
  2854. BringWood.Font = Enum.Font.SciFi
  2855. BringWood.Text = "Bring Wood"
  2856. BringWood.TextColor3 = Color3.new(1, 1, 1)
  2857. BringWood.TextSize = 14
  2858. BringWood.MouseButton1Down:connect(function()
  2859.     -- Farewell Infortality.
  2860. -- Version: 2.82
  2861. -- Instances:
  2862. local ComingSoon = Instance.new("ScreenGui")
  2863. local frame = Instance.new("Frame")
  2864. local ComingSoon_2 = Instance.new("TextButton")
  2865. local TextLabel = Instance.new("TextLabel")
  2866. --Properties:
  2867. ComingSoon.Name = "Coming Soon"
  2868. ComingSoon.Parent = game.CoreGui
  2869.  
  2870. frame.Name = "frame"
  2871. frame.Parent = ComingSoon
  2872. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  2873. frame.Position = UDim2.new(0.285556763, 0, 0.39432174, 0)
  2874. frame.Size = UDim2.new(0, 204, 0, 199)
  2875. frame.Style = Enum.FrameStyle.DropShadow
  2876.  
  2877. ComingSoon_2.Name = "Coming Soon"
  2878. ComingSoon_2.Parent = frame
  2879. ComingSoon_2.BackgroundColor3 = Color3.new(0, 0, 0)
  2880. ComingSoon_2.BackgroundTransparency = 0.89999997615814
  2881. ComingSoon_2.Position = UDim2.new(-0.0253050569, 0, 0.649971247, 0)
  2882. ComingSoon_2.Size = UDim2.new(0, 196, 0, 50)
  2883. ComingSoon_2.Font = Enum.Font.SciFi
  2884. ComingSoon_2.Text = "Coming Soon"
  2885. ComingSoon_2.TextColor3 = Color3.new(1, 1, 1)
  2886. ComingSoon_2.TextSize = 20
  2887.  
  2888. TextLabel.Parent = frame
  2889. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  2890. TextLabel.BackgroundTransparency = 0.89999997615814
  2891. TextLabel.Position = UDim2.new(-0.0245098062, 0, 0.110552758, 0)
  2892. TextLabel.Size = UDim2.new(0, 196, 0, 50)
  2893. TextLabel.Font = Enum.Font.SourceSans
  2894. TextLabel.Text = "Creator By efestyle#4948"
  2895. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  2896. TextLabel.TextSize = 14
  2897. -- Scripts:
  2898. end)
  2899.  
  2900. SellWood.Name = "SellWood"
  2901. SellWood.Parent = Gui3_2
  2902. SellWood.BackgroundColor3 = Color3.new(0, 0, 0)
  2903. SellWood.BackgroundTransparency = 0.89999997615814
  2904. SellWood.Position = UDim2.new(0.508716583, 0, 0.0909999982, 0)
  2905. SellWood.Size = UDim2.new(0, 74, 0, 28)
  2906. SellWood.Font = Enum.Font.SciFi
  2907. SellWood.Text = "SellWood"
  2908. SellWood.TextColor3 = Color3.new(1, 1, 1)
  2909. SellWood.TextSize = 14
  2910. SellWood.MouseButton1Click:Connect(function()
  2911.     for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  2912.         if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2913.             if Log.Owner.Value == service.Players.LocalPlayer then
  2914.                 for i,v in pairs(Log:GetChildren()) do
  2915.                     if v.Name=="WoodSection" then
  2916.                         spawn(function()
  2917.                             for i=1,10 do
  2918.                                 wait()
  2919.                                 v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2920.                             end
  2921.                         end)
  2922.                     end
  2923.                 end
  2924.                 spawn(function()
  2925.                     for i=1,20 do
  2926.                         wait()
  2927.                         service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2928.                     end
  2929.                 end)
  2930.             end
  2931.         end
  2932.     end
  2933. end)
  2934.  
  2935. NormalLand.Name = "Normal Land"
  2936. NormalLand.Parent = Gui3_2
  2937. NormalLand.BackgroundColor3 = Color3.new(0, 0, 0)
  2938. NormalLand.BackgroundTransparency = 0.89999997615814
  2939. NormalLand.Position = UDim2.new(0.783957243, 0, 0.0909999982, 0)
  2940. NormalLand.Size = UDim2.new(0, 74, 0, 28)
  2941. NormalLand.Font = Enum.Font.SciFi
  2942. NormalLand.Text = "Normal Land"
  2943. NormalLand.TextColor3 = Color3.new(1, 1, 1)
  2944. NormalLand.TextSize = 14
  2945. NormalLand.MouseButton1Down:connect(function()
  2946. _G.TPStuff = true
  2947. while _G.TPStuff == true do
  2948. wait(5)
  2949. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2950.     if v.Owner.Value == game.Players.LocalPlayer then
  2951.         game.ReplicatedStorage.PropertyPurchasing.ClientExpandedProperty:FireServer(v,CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position))
  2952.     end
  2953. end
  2954. end
  2955. end)
  2956.  
  2957. StopLand.Name = "Stop Land"
  2958. StopLand.Parent = Gui3_2
  2959. StopLand.BackgroundColor3 = Color3.new(0, 0, 0)
  2960. StopLand.BackgroundTransparency = 0.89999997615814
  2961. StopLand.Position = UDim2.new(-0.00999999978, 0, 0.22536692, 0)
  2962. StopLand.Size = UDim2.new(0, 74, 0, 28)
  2963. StopLand.Font = Enum.Font.SciFi
  2964. StopLand.Text = "Stop Land"
  2965. StopLand.TextColor3 = Color3.new(1, 1, 1)
  2966. StopLand.TextSize = 14
  2967. StopLand.MouseButton1Down:connect(function()
  2968. _G.TPStuff = false
  2969. while _G.TPStuff == true do
  2970. wait(5)
  2971. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2972.     if v.Owner.Value == game.Players.LocalPlayer then
  2973.         game.ReplicatedStorage.PropertyPurchasing.ClientExpandedProperty:FireServer(v,CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position))
  2974.     end
  2975. end
  2976. end
  2977. end)
  2978.  
  2979. TpGifts.Name = "TpGifts"
  2980. TpGifts.Parent = Gui3_2
  2981. TpGifts.BackgroundColor3 = Color3.new(0, 0, 0)
  2982. TpGifts.BackgroundTransparency = 0.89999997615814
  2983. TpGifts.Position = UDim2.new(0.238663092, 0, 0.22536692, 0)
  2984. TpGifts.Size = UDim2.new(0, 74, 0, 28)
  2985. TpGifts.Font = Enum.Font.SciFi
  2986. TpGifts.Text = "TpGifts"
  2987. TpGifts.TextColor3 = Color3.new(1, 1, 1)
  2988. TpGifts.TextSize = 14
  2989. TpGifts.MouseButton1Down:connect(function()
  2990.     for i,v in next,workspace.PlayerModels:GetChildren() do
  2991.     if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  2992.     for q,p in pairs(v:GetChildren()) do      
  2993.         if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  2994.             wait()
  2995.                 v.PrimaryPart = v.Main
  2996.                 game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  2997.                    v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  2998.                  game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2999.         end
  3000.     end
  3001.     end
  3002. end
  3003. end)   
  3004.  
  3005. NoClip.Name = "NoClip"
  3006. NoClip.Parent = Gui3_2
  3007. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  3008. NoClip.BackgroundTransparency = 0.89999997615814
  3009. NoClip.Position = UDim2.new(0.508716524, 0, 0.22536692, 0)
  3010. NoClip.Size = UDim2.new(0, 74, 0, 28)
  3011. NoClip.Font = Enum.Font.SciFi
  3012. NoClip.Text = "NoClip"
  3013. NoClip.TextColor3 = Color3.new(1, 1, 1)
  3014. NoClip.TextSize = 14
  3015. NoClip.MouseButton1Down:connect(function()
  3016. noclip = false
  3017. game:GetService('RunService').Stepped:connect(function()
  3018. if noclip then
  3019. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  3020. NoclipLabel.TextColor3 = Color3.new(0, 1, 0)
  3021. NoclipLabel.Text = "Enabled"
  3022. end
  3023. end)
  3024. Noclip.MouseButton1Down:connect(function()
  3025. noclip = not noclip
  3026. NoclipLabel.TextColor3 = Color3.new(0.7, 0, 0)
  3027. NoclipLabel.Text = "Disabled"
  3028. end)
  3029. end)
  3030.  
  3031.  
  3032. God.Name = "God"
  3033. God.Parent = Gui3_2
  3034. God.BackgroundColor3 = Color3.new(0, 0, 0)
  3035. God.BackgroundTransparency = 0.89999997615814
  3036. God.Position = UDim2.new(0.786791384, 0, 0.22536692, 0)
  3037. God.Size = UDim2.new(0, 74, 0, 28)
  3038. God.Font = Enum.Font.SciFi
  3039. God.Text = "God"
  3040. God.TextColor3 = Color3.new(1, 1, 1)
  3041. God.TextSize = 14
  3042. God.MouseButton1Down:connect(function()
  3043.     game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  3044.     local l = game.Players.LocalPlayer.Character["1"]:Clone()
  3045.     l.Parent = game.Players.LocalPlayer.Character
  3046.     l.Name = "Humanoid"
  3047.     wait(0.1)
  3048.     game.Players.LocalPlayer.Character["1"]:Destroy()
  3049.     game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  3050.     game.Players.LocalPlayer.Character.Animate.Disabled = true
  3051.     l.Changed:Connect(function()
  3052.         if l then
  3053.             l.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  3054.             l.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower
  3055.         end
  3056.     end)
  3057. end)
  3058.  
  3059. Coinc.Name = "Fe Gui"
  3060. Coinc.Parent = Gui3_2
  3061. Coinc.BackgroundColor3 = Color3.new(0, 0, 0)
  3062. Coinc.BackgroundTransparency = 0.89999997615814
  3063. Coinc.Position = UDim2.new(0.396417141, 0, 0.910121441, 0)
  3064. Coinc.Size = UDim2.new(0, 74, 0, 28)
  3065. Coinc.Font = Enum.Font.SciFi
  3066. Coinc.Text = "Fe Gui"
  3067. Coinc.TextColor3 = Color3.new(1, 1, 1)
  3068. Coinc.TextSize = 14
  3069. Coinc.MouseButton1Down:connect(function()
  3070. local legokiller_private = Instance.new("ScreenGui")
  3071. local Frame = Instance.new("Frame")
  3072. local Frame_2 = Instance.new("Frame")
  3073. local Frame_3 = Instance.new("Frame")
  3074. local close = Instance.new("TextButton")
  3075. local Frame_4 = Instance.new("Frame")
  3076. local TextLabel = Instance.new("TextLabel")
  3077. local arg = Instance.new("TextBox")
  3078. local kill = Instance.new("TextButton")
  3079. local oof = Instance.new("TextButton")
  3080. local naked = Instance.new("TextButton")
  3081. local goto = Instance.new("TextButton")
  3082. local nolimbs = Instance.new("TextButton")
  3083. local creeper = Instance.new("TextButton")
  3084. local setw = Instance.new("TextButton")
  3085. local gotow = Instance.new("TextButton")
  3086. local waypoint = 0
  3087. legokiller_private.Name = "legokiller_private"
  3088. legokiller_private.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  3089. Frame.Parent = legokiller_private
  3090. Frame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  3091. Frame.BackgroundTransparency = 0.55000001192093
  3092. Frame.BorderColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  3093. Frame.Position = UDim2.new(0.208802462, 0, 0.0431519672, 0)
  3094. Frame.Size = UDim2.new(0, 251, 0, 242)
  3095. Frame.Draggable = true
  3096. Frame.Selectable = true
  3097. Frame.Active = true
  3098. Frame_2.Parent = Frame
  3099. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  3100. Frame_2.BackgroundTransparency = 0.75999999046326
  3101. Frame_2.BorderColor3 = Color3.new(0, 0, 0)
  3102. Frame_2.Size = UDim2.new(0, 251, 0, 62)
  3103. Frame_3.Parent = Frame_2
  3104. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  3105. Frame_3.BackgroundTransparency = 0.75999999046326
  3106. Frame_3.BorderColor3 = Color3.new(0, 0, 0)
  3107. Frame_3.Size = UDim2.new(0, 251, 0, 13)
  3108. close.Name = "close"
  3109. close.Parent = Frame_3
  3110. close.BackgroundColor3 = Color3.new(1, 1, 1)
  3111. close.BackgroundTransparency = 1
  3112. close.Position = UDim2.new(0.932270944, 0, 0, 0)
  3113. close.Size = UDim2.new(0, 17, 0, 13)
  3114. close.Font = Enum.Font.SourceSans
  3115. close.Text = "X"
  3116. close.TextColor3 = Color3.new(1, 1, 1)
  3117. close.TextScaled = true
  3118. close.TextSize = 14
  3119. close.TextWrapped = true
  3120. Frame_4.Parent = Frame
  3121. Frame_4.BackgroundColor3 = Color3.new(0, 0, 0)
  3122. Frame_4.BackgroundTransparency = 0.75999999046326
  3123. Frame_4.BorderColor3 = Color3.new(0, 0, 0)
  3124. Frame_4.Position = UDim2.new(0, 0, 0.925619841, 0)
  3125. Frame_4.Size = UDim2.new(0, 251, 0, 18)
  3126. TextLabel.Parent = Frame_4
  3127. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3128. TextLabel.BackgroundTransparency = 1
  3129. TextLabel.Position = UDim2.new(0, 0, -11.7362833, 0)
  3130. TextLabel.Size = UDim2.new(0, 251, 0, 49)
  3131. TextLabel.Font = Enum.Font.Highway
  3132. TextLabel.Text = "legokiller 10"
  3133. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  3134. TextLabel.TextSize = 23
  3135. TextLabel.TextWrapped = true
  3136. arg.Name = "arg"
  3137. arg.Parent = Frame
  3138. arg.BackgroundColor3 = Color3.new(0, 0, 0)
  3139. arg.BackgroundTransparency = 0.89999997615814
  3140. arg.BorderColor3 = Color3.new(0, 0, 0)
  3141. arg.BorderSizePixel = 3
  3142. arg.Position = UDim2.new(0.0398406386, 0, 0.301652879, 0)
  3143. arg.Size = UDim2.new(0, 231, 0, 26)
  3144. arg.Font = Enum.Font.Highway
  3145. arg.Text = "player"
  3146. arg.TextColor3 = Color3.new(1, 1, 1)
  3147. arg.TextSize = 21
  3148. kill.Name = "kill"
  3149. kill.Parent = Frame
  3150. kill.BackgroundColor3 = Color3.new(0, 0, 0)
  3151. kill.BackgroundTransparency = 0.86000001430511
  3152. kill.BorderColor3 = Color3.new(0, 0, 0)
  3153. kill.Position = UDim2.new(0.0398406386, 0, 0.454545468, 0)
  3154. kill.Size = UDim2.new(0, 114, 0, 21)
  3155. kill.Font = Enum.Font.Cartoon
  3156. kill.Text = "kill (pn)"
  3157. kill.TextColor3 = Color3.new(1, 1, 1)
  3158. kill.TextScaled = true
  3159. kill.TextSize = 14
  3160. kill.TextWrapped = true
  3161. oof.Name = "oof"
  3162. oof.Parent = Frame
  3163. oof.BackgroundColor3 = Color3.new(0, 0, 0)
  3164. oof.BackgroundTransparency = 0.86000001430511
  3165. oof.BorderColor3 = Color3.new(0, 0, 0)
  3166. oof.Position = UDim2.new(0.505976081, 0, 0.454545468, 0)
  3167. oof.Size = UDim2.new(0, 114, 0, 21)
  3168. oof.Font = Enum.Font.Cartoon
  3169. oof.Text = "oofspam (g)"
  3170. oof.TextColor3 = Color3.new(1, 1, 1)
  3171. oof.TextScaled = true
  3172. oof.TextSize = 14
  3173. oof.TextWrapped = true
  3174. naked.Name = "naked"
  3175. naked.Parent = Frame
  3176. naked.BackgroundColor3 = Color3.new(0, 0, 0)
  3177. naked.BackgroundTransparency = 0.86000001430511
  3178. naked.BorderColor3 = Color3.new(0, 0, 0)
  3179. naked.Position = UDim2.new(0.0398406386, 0, 0.566115737, 0)
  3180. naked.Size = UDim2.new(0, 114, 0, 21)
  3181. naked.Font = Enum.Font.Cartoon
  3182. naked.Text = "naked (lp)"
  3183. naked.TextColor3 = Color3.new(1, 1, 1)
  3184. naked.TextScaled = true
  3185. naked.TextSize = 14
  3186. naked.TextWrapped = true
  3187. goto.Name = "goto"
  3188. goto.Parent = Frame
  3189. goto.BackgroundColor3 = Color3.new(0, 0, 0)
  3190. goto.BackgroundTransparency = 0.86000001430511
  3191. goto.BorderColor3 = Color3.new(0, 0, 0)
  3192. goto.Position = UDim2.new(0.0398406386, 0, 0.677685976, 0)
  3193. goto.Size = UDim2.new(0, 114, 0, 21)
  3194. goto.Font = Enum.Font.Cartoon
  3195. goto.Text = "goto (pn)"
  3196. goto.TextColor3 = Color3.new(1, 1, 1)
  3197. goto.TextScaled = true
  3198. goto.TextSize = 14
  3199. goto.TextWrapped = true
  3200. nolimbs.Name = "nolimbs"
  3201. nolimbs.Parent = Frame
  3202. nolimbs.BackgroundColor3 = Color3.new(0, 0, 0)
  3203. nolimbs.BackgroundTransparency = 0.86000001430511
  3204. nolimbs.BorderColor3 = Color3.new(0, 0, 0)
  3205. nolimbs.Position = UDim2.new(0.505976081, 0, 0.566115737, 0)
  3206. nolimbs.Size = UDim2.new(0, 114, 0, 21)
  3207. nolimbs.Font = Enum.Font.Cartoon
  3208. nolimbs.Text = "nolimbs (lp)"
  3209. nolimbs.TextColor3 = Color3.new(1, 1, 1)
  3210. nolimbs.TextScaled = true
  3211. nolimbs.TextSize = 14
  3212. nolimbs.TextWrapped = true
  3213. creeper.Name = "creeper"
  3214. creeper.Parent = Frame
  3215. creeper.BackgroundColor3 = Color3.new(0, 0, 0)
  3216. creeper.BackgroundTransparency = 0.86000001430511
  3217. creeper.BorderColor3 = Color3.new(0, 0, 0)
  3218. creeper.Position = UDim2.new(0.505976081, 0, 0.677685976, 0)
  3219. creeper.Size = UDim2.new(0, 114, 0, 21)
  3220. creeper.Font = Enum.Font.Cartoon
  3221. creeper.Text = "creeper (lp)"
  3222. creeper.TextColor3 = Color3.new(1, 1, 1)
  3223. creeper.TextScaled = true
  3224. creeper.TextSize = 14
  3225. creeper.TextWrapped = true
  3226. setw.Name = "setw"
  3227. setw.Parent = Frame
  3228. setw.BackgroundColor3 = Color3.new(0, 0, 0)
  3229. setw.BackgroundTransparency = 0.86000001430511
  3230. setw.BorderColor3 = Color3.new(0, 0, 0)
  3231. setw.Position = UDim2.new(0.0398406386, 0, 0.80578512, 0)
  3232. setw.Size = UDim2.new(0, 114, 0, 15)
  3233. setw.Font = Enum.Font.Cartoon
  3234. setw.Text = "set waypoint"
  3235. setw.TextColor3 = Color3.new(1, 1, 1)
  3236. setw.TextScaled = true
  3237. setw.TextSize = 14
  3238. setw.TextWrapped = true
  3239. gotow.Name = "gotow"
  3240. gotow.Parent = Frame
  3241. gotow.BackgroundColor3 = Color3.new(0, 0, 0)
  3242. gotow.BackgroundTransparency = 0.86000001430511
  3243. gotow.BorderColor3 = Color3.new(0, 0, 0)
  3244. gotow.Position = UDim2.new(0.505976081, 0, 0.809917331, 0)
  3245. gotow.Size = UDim2.new(0, 114, 0, 15)
  3246. gotow.Font = Enum.Font.Cartoon
  3247. gotow.Text = "goto waypoint"
  3248. gotow.TextColor3 = Color3.new(1, 1, 1)
  3249. gotow.TextScaled = true
  3250. gotow.TextSize = 14
  3251. gotow.TextWrapped = true
  3252. naked.MouseButton1Down:connect(function()
  3253. --legokiller 10 naked
  3254. local player = game:GetService("Players").LocalPlayer.Character
  3255. for _,v in pairs(player:GetDescendants()) do
  3256. if v.Name == "Pants" or v.Name == "Shirt" then
  3257. v:Destroy()
  3258. end
  3259. end
  3260. end)
  3261. goto.MouseButton1Down:connect(function()
  3262. -- riplego 10 goto
  3263. local player = game:GetService("Players").LocalPlayer
  3264. local target = game:GetService("Players")[arg.Text]
  3265. for _,v in pairs(target.Character:GetChildren()) do
  3266. if v.Name == "HumanoidRootPart" then
  3267. player.Character.HumanoidRootPart.CFrame = v.CFrame
  3268. end
  3269. end
  3270. end)
  3271. setw.MouseButton1Down:connect(function()
  3272. -- riplego 10 setwaypoint
  3273. waypoint = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  3274. end)
  3275. gotow.MouseButton1Down:connect(function()
  3276. -- riplego 10 gotowaypoint
  3277. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = waypoint
  3278. end)
  3279. oof.MouseButton1Down:connect(function()
  3280. -- riplego 10 oofspam (credits to harkinian for original idea of oofspam)
  3281. for _,v in pairs(game:GetService("Players"):GetChildren()) do
  3282. for _,s in pairs(v.Character:GetDescendants()) do
  3283. if s:IsA("Sound") then
  3284. s:Play()
  3285. end
  3286. end
  3287. end
  3288. end)
  3289. nolimbs.MouseButton1Down:connect(function()
  3290. -- riplego 10 nolimbs
  3291. local pc = game:GetService("Players").LocalPlayer.Character
  3292. pc["Left Arm"]:Destroy()
  3293. pc["Right Arm"]:Destroy()
  3294. pc["Left Leg"]:Destroy()
  3295. pc["Right Leg"]:Destroy()
  3296. pc["Head"].Mesh:Destroy()
  3297. end)
  3298. creeper.MouseButton1Down:connect(function()
  3299. -- riplego 10 creeper
  3300. local pc = game:GetService("Players").LocalPlayer.Character
  3301. pc["Left Arm"]:Destroy()
  3302. pc["Right Arm"]:Destroy()
  3303. pc["Head"].Mesh:Destroy()
  3304. for _,a in pairs(pc:GetDescendants()) do
  3305. if a:IsA("Accessory") then
  3306. a:Destroy()
  3307. end
  3308. end
  3309. end)
  3310. close.MouseButton1Down:connect(function()
  3311. -- riplego 10 close
  3312. legokiller_private:Destroy()
  3313. end)
  3314. kill.MouseEnter:connect(function()
  3315. -- riplego 10 kill mouseenter
  3316. kill.Text = "WIP"
  3317. end)
  3318. kill.MouseLeave:connect(function()
  3319. -- riplego 10 kill mouseleave"
  3320. kill.Text = "kill (pn)"
  3321. end)
  3322. end)
  3323. Swamp.Name = "Swamp"
  3324. Swamp.Parent = Gui3_2
  3325. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  3326. Swamp.BackgroundTransparency = 0.89999997615814
  3327. Swamp.Position = UDim2.new(-0.012673784, 0, 0.799010336, 0)
  3328. Swamp.Size = UDim2.new(0, 74, 0, 28)
  3329. Swamp.Font = Enum.Font.SciFi
  3330. Swamp.Text = "Swamp"
  3331. Swamp.TextColor3 = Color3.new(1, 1, 1)
  3332. Swamp.TextSize = 14
  3333. Swamp.MouseButton1Down:connect(function()
  3334.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  3335. end)
  3336.  
  3337. WalkSpeed.Name = "WalkSpeed"
  3338. WalkSpeed.Parent = Gui3_2
  3339. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  3340. WalkSpeed.BackgroundTransparency = 0.89999997615814
  3341. WalkSpeed.Position = UDim2.new(-0.0100000184, 0, 0.377821684, 0)
  3342. WalkSpeed.Size = UDim2.new(0, 74, 0, 28)
  3343. WalkSpeed.Font = Enum.Font.SciFi
  3344. WalkSpeed.Text = "WalkSpeed"
  3345. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  3346. WalkSpeed.TextSize = 14
  3347. WalkSpeed.MouseButton1Down:connect(function()
  3348.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=200
  3349. end)
  3350.  
  3351. JumpPower.Name = "JumpPower"
  3352. JumpPower.Parent = Gui3_2
  3353. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  3354. JumpPower.BackgroundTransparency = 0.89999997615814
  3355. JumpPower.Position = UDim2.new(0.238663092, 0, 0.375237703, 0)
  3356. JumpPower.Size = UDim2.new(0, 74, 0, 28)
  3357. JumpPower.Font = Enum.Font.SciFi
  3358. JumpPower.Text = "JumpPower"
  3359. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  3360. JumpPower.TextSize = 14
  3361. JumpPower.MouseButton1Down:connect(function()
  3362. game.Players.LocalPlayer.Character.Humanoid.JumpPower=100 end)
  3363.  
  3364. Leakedtems.Name = "Leaked İtems"
  3365. Leakedtems.Parent = Gui3_2
  3366. Leakedtems.BackgroundColor3 = Color3.new(0, 0, 0)
  3367. Leakedtems.BackgroundTransparency = 0.89999997615814
  3368. Leakedtems.Position = UDim2.new(0.781443834, 0, 0.380405694, 0)
  3369. Leakedtems.Size = UDim2.new(0, 74, 0, 28)
  3370. Leakedtems.Font = Enum.Font.SciFi
  3371. Leakedtems.Text = "Leaked İtems"
  3372. Leakedtems.TextColor3 = Color3.new(1, 1, 1)
  3373. Leakedtems.TextSize = 12
  3374. Leakedtems.MouseButton1Down:connect(function()
  3375. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  3376. end)
  3377.  
  3378. CtrlClickTp.Name = "Ctrl Click Tp"
  3379. CtrlClickTp.Parent = Gui3_2
  3380. CtrlClickTp.BackgroundColor3 = Color3.new(0, 0, 0)
  3381. CtrlClickTp.BackgroundTransparency = 0.89999997615814
  3382. CtrlClickTp.Position = UDim2.new(0.506042838, 0, 0.377821684, 0)
  3383. CtrlClickTp.Size = UDim2.new(0, 74, 0, 28)
  3384. CtrlClickTp.Font = Enum.Font.SciFi
  3385. CtrlClickTp.Text = "Ctrl Click Tp"
  3386. CtrlClickTp.TextColor3 = Color3.new(1, 1, 1)
  3387. CtrlClickTp.TextSize = 14
  3388. CtrlClickTp.MouseButton1Down:connect(function()
  3389. local Plr = game:GetService("Players").LocalPlayer
  3390. local Mouse = Plr:GetMouse()
  3391. end)
  3392.  
  3393. GretWood.Name = "Gret Wood"
  3394. GretWood.Parent = Gui3_2
  3395. GretWood.BackgroundColor3 = Color3.new(0, 0, 0)
  3396. GretWood.BackgroundTransparency = 0.89999997615814
  3397. GretWood.Position = UDim2.new(0.503369033, 0, 0.793842375, 0)
  3398. GretWood.Size = UDim2.new(0, 74, 0, 28)
  3399. GretWood.Font = Enum.Font.SciFi
  3400. GretWood.Text = "Grey Wood"
  3401. GretWood.TextColor3 = Color3.new(1, 1, 1)
  3402. GretWood.TextSize = 14
  3403.  
  3404. WoodRus.Name = "WoodRus"
  3405. WoodRus.Parent = Gui3_2
  3406. WoodRus.BackgroundColor3 = Color3.new(0, 0, 0)
  3407. WoodRus.BackgroundTransparency = 0.89999997615814
  3408. WoodRus.Position = UDim2.new(0.781443834, 0, 0.796426356, 0)
  3409. WoodRus.Size = UDim2.new(0, 74, 0, 28)
  3410. WoodRus.Font = Enum.Font.SciFi
  3411. WoodRus.Text = "WoodRus"
  3412. WoodRus.TextColor3 = Color3.new(1, 1, 1)
  3413. WoodRus.TextSize = 14
  3414. WoodRus.MouseButton1Down:connect(function()
  3415.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Wood R Us"])
  3416. end)
  3417.  
  3418. SpawnPoint.Name = "Spawn Point"
  3419. SpawnPoint.Parent = Gui3_2
  3420. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  3421. SpawnPoint.BackgroundTransparency = 0.89999997615814
  3422. SpawnPoint.Position = UDim2.new(-0.0126737226, 0, 0.659475446, 0)
  3423. SpawnPoint.Size = UDim2.new(0, 74, 0, 28)
  3424. SpawnPoint.Font = Enum.Font.SciFi
  3425. SpawnPoint.Text = "Spawn Point"
  3426. SpawnPoint.TextColor3 = Color3.new(1, 1, 1)
  3427. SpawnPoint.TextSize = 14
  3428. SpawnPoint.MouseButton1Down:connect(function()
  3429.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  3430. end)
  3431.  
  3432. LandStore.Name = "LandStore"
  3433. LandStore.Parent = Gui3_2
  3434. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  3435. LandStore.BackgroundTransparency = 0.89999997615814
  3436. LandStore.Position = UDim2.new(0.235989317, 0, 0.796426356, 0)
  3437. LandStore.Size = UDim2.new(0, 74, 0, 28)
  3438. LandStore.Font = Enum.Font.SciFi
  3439. LandStore.Text = "LandStore"
  3440. LandStore.TextColor3 = Color3.new(1, 1, 1)
  3441. LandStore.TextSize = 14
  3442. LandStore.MouseButton1Down:connect(function()
  3443.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Land Store"])
  3444. end)
  3445.  
  3446.  
  3447. LinksLogic.Name = "Links Logic"
  3448. LinksLogic.Parent = Gui3_2
  3449. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  3450. LinksLogic.BackgroundTransparency = 0.89999997615814
  3451. LinksLogic.Position = UDim2.new(0.238663122, 0, 0.662059426, 0)
  3452. LinksLogic.Size = UDim2.new(0, 74, 0, 28)
  3453. LinksLogic.Font = Enum.Font.SciFi
  3454. LinksLogic.Text = "LinksLogic"
  3455. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  3456. LinksLogic.TextSize = 14
  3457. LinksLogic.MouseButton1Down:connect(function()
  3458.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  3459. end)
  3460.  
  3461. Cave.Name = "Cave"
  3462. Cave.Parent = Gui3_2
  3463. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  3464. Cave.BackgroundTransparency = 0.89999997615814
  3465. Cave.Position = UDim2.new(0.506042778, 0, 0.659475446, 0)
  3466. Cave.Size = UDim2.new(0, 74, 0, 28)
  3467. Cave.Font = Enum.Font.SciFi
  3468. Cave.Text = "Cave"
  3469. Cave.TextColor3 = Color3.new(1, 1, 1)
  3470. Cave.TextSize = 14
  3471. Cave.MouseButton1Down:connect(function()
  3472.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  3473. end)
  3474.  
  3475. Wolcano.Name = "Wolcano"
  3476. Wolcano.Parent = Gui3_2
  3477. Wolcano.BackgroundColor3 = Color3.new(0, 0, 0)
  3478. Wolcano.BackgroundTransparency = 0.89999997615814
  3479. Wolcano.Position = UDim2.new(0.784117699, 0, 0.659475446, 0)
  3480. Wolcano.Size = UDim2.new(0, 74, 0, 28)
  3481. Wolcano.Font = Enum.Font.SciFi
  3482. Wolcano.Text = "Wolcano"
  3483. Wolcano.TextColor3 = Color3.new(1, 1, 1)
  3484. Wolcano.TextSize = 14
  3485. Wolcano.MouseButton1Down:connect(function()
  3486.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Volcano"])
  3487. end)
  3488.  
  3489.  
  3490. Teleports.Name = "Teleports"
  3491. Teleports.Parent = Gui3_2
  3492. Teleports.BackgroundColor3 = Color3.new(0, 0, 0)
  3493. Teleports.BackgroundTransparency = 0.89999997615814
  3494. Teleports.Position = UDim2.new(0.358907104, 0, 0.475300789, 0)
  3495. Teleports.Size = UDim2.new(0, 83, 0, 12)
  3496. Teleports.Font = Enum.Font.SciFi
  3497. Teleports.Text = "Teleports"
  3498. Teleports.TextColor3 = Color3.new(1, 1, 1)
  3499. Teleports.TextSize = 14
  3500.  
  3501. Palmsland.Name = "Palmİsland"
  3502. Palmsland.Parent = Gui3_2
  3503. Palmsland.BackgroundColor3 = Color3.new(0, 0, 0)
  3504. Palmsland.BackgroundTransparency = 0.89999997615814
  3505. Palmsland.Position = UDim2.new(-0.0126737226, 0, 0.527692497, 0)
  3506. Palmsland.Size = UDim2.new(0, 74, 0, 28)
  3507. Palmsland.Font = Enum.Font.SciFi
  3508. Palmsland.Text = "PalmIsland"
  3509. Palmsland.TextColor3 = Color3.new(1, 1, 1)
  3510. Palmsland.TextSize = 14
  3511. Palmsland.MouseButton1Down:connect(function()
  3512.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Palm Island"])
  3513. end)
  3514.  
  3515. Stranger.Name = "Stranger"
  3516. Stranger.Parent = Gui3_2
  3517. Stranger.BackgroundColor3 = Color3.new(0, 0, 0)
  3518. Stranger.BackgroundTransparency = 0.89999997615814
  3519. Stranger.Position = UDim2.new(0.235989377, 0, 0.527692497, 0)
  3520. Stranger.Size = UDim2.new(0, 74, 0, 28)
  3521. Stranger.Font = Enum.Font.SciFi
  3522. Stranger.Text = "Stranger"
  3523. Stranger.TextColor3 = Color3.new(1, 1, 1)
  3524. Stranger.TextSize = 14
  3525.  
  3526. FancyFurnishings.Name = "FancyFurnishings"
  3527. FancyFurnishings.Parent = Gui3_2
  3528. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  3529. FancyFurnishings.BackgroundTransparency = 0.89999997615814
  3530. FancyFurnishings.Position = UDim2.new(0.506042838, 0, 0.527692497, 0)
  3531. FancyFurnishings.Size = UDim2.new(0, 74, 0, 28)
  3532. FancyFurnishings.Font = Enum.Font.SciFi
  3533. FancyFurnishings.Text = "FancyFurnishings"
  3534. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  3535. FancyFurnishings.TextSize = 14
  3536. FancyFurnishings.MouseButton1Down:connect(function()
  3537.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  3538. end)
  3539.  
  3540. BonShack.Name = "BonShack"
  3541. BonShack.Parent = Gui3_2
  3542. BonShack.BackgroundColor3 = Color3.new(0, 0, 0)
  3543. BonShack.BackgroundTransparency = 0.89999997615814
  3544. BonShack.Position = UDim2.new(0.778770089, 0, 0.527692497, 0)
  3545. BonShack.Size = UDim2.new(0, 74, 0, 28)
  3546. BonShack.Font = Enum.Font.SciFi
  3547. BonShack.Text = "BobShack"
  3548. BonShack.TextColor3 = Color3.new(1, 1, 1)
  3549. BonShack.TextSize = 14
  3550. BonShack.MouseButton1Down:connect(function()
  3551.     game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  3552. end)
  3553. -- Scripts:
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement