marcelslibrary

Untitled

Jan 6th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.99 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SimulatorGui = Instance.new("ScreenGui")
  5. local Start = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Gui = Instance.new("ScrollingFrame")
  8. local BubbleGum = Instance.new("TextButton")
  9. local X = Instance.new("TextButton")
  10. local Magnet = Instance.new("TextButton")
  11. local Jetpack = Instance.new("TextButton")
  12. local Pet = Instance.new("TextButton")
  13. local IceCream = Instance.new("TextButton")
  14. local WeightLifting3 = Instance.new("TextButton")
  15. local Speed2 = Instance.new("TextButton")
  16. local Texting = Instance.new("TextButton")
  17. local Credits = Instance.new("TextBox")
  18. local Mining = Instance.new("TextButton")
  19. local BeeSwarm = Instance.new("TextButton")
  20. --Properties:
  21. SimulatorGui.Name = "Simulator Gui"
  22. SimulatorGui.Parent = game.CoreGui
  23.  
  24. Gui.Active = true
  25. Gui.Draggable = true
  26.  
  27. Start.Name = "Start"
  28. Start.Parent = SimulatorGui
  29. Start.Active = true
  30. Start.BackgroundColor3 = Color3.new(1, 1, 1)
  31. Start.Position = UDim2.new(0, 0, 0.93643558, 0)
  32. Start.Size = UDim2.new(0, 115, 0, 53)
  33. Start.Visible = true
  34. Start.Style = Enum.FrameStyle.DropShadow
  35.  
  36. Open.Name = "Open"
  37. Open.Parent = Start
  38. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Open.BackgroundTransparency = 0.69999998807907
  40. Open.BorderColor3 = Color3.new(0, 0, 0)
  41. Open.BorderSizePixel = 5
  42. Open.Position = UDim2.new(-0.0391269922, 0, 0.0865075737, 0)
  43. Open.Size = UDim2.new(0, 104, 0, 30)
  44. Open.Font = Enum.Font.SciFi
  45. Open.Text = "OPEN"
  46. Open.TextColor3 = Color3.new(0.741176, 0.756863, 1)
  47. Open.TextSize = 20
  48. Open.TextStrokeTransparency = 0.60000002384186
  49. Open.MouseButton1Click:connect(function()
  50. Gui.Visible = true
  51. Open.Visible = false
  52. end)
  53.  
  54. Gui.Name = "Gui"
  55. Gui.Parent = SimulatorGui
  56. Gui.Active = false
  57. Gui.BackgroundColor3 = Color3.new(0, 0, 0)
  58. Gui.BackgroundTransparency = 0.44999998807907
  59. Gui.BorderColor3 = Color3.new(0.647059, 0.635294, 1)
  60. Gui.BorderSizePixel = 3
  61. Gui.Position = UDim2.new(0.0119581446, 0, 0.249106139, 0)
  62. Gui.Size = UDim2.new(0, 303, 0, 567)
  63. Gui.SizeConstraint = Enum.SizeConstraint.RelativeYY
  64. Gui.Visible = false
  65. Gui.CanvasSize = UDim2.new(0, 0, 1, 1)
  66. Gui.ScrollBarThickness = 17
  67. Gui.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar
  68.  
  69. BubbleGum.Name = "Bubble Gum"
  70. BubbleGum.Parent = Gui
  71. BubbleGum.BackgroundColor3 = Color3.new(0.941177, 0.364706, 0.913726)
  72. BubbleGum.BackgroundTransparency = 0.20000000298023
  73. BubbleGum.BorderColor3 = Color3.new(0, 0, 0)
  74. BubbleGum.BorderSizePixel = 2
  75. BubbleGum.Position = UDim2.new(0.0388994291, 0, 0.310989827, 0)
  76. BubbleGum.Size = UDim2.new(0, 200, 0, 43)
  77. BubbleGum.Font = Enum.Font.SourceSans
  78. BubbleGum.Text = "Bubble Gum Simulator"
  79. BubbleGum.TextColor3 = Color3.new(0.741176, 0.756863, 1)
  80. BubbleGum.TextSize = 25
  81. BubbleGum.TextStrokeTransparency = 0.5
  82. BubbleGum.MouseButton1Click:connect(function()
  83. local Gui = Instance.new("ScreenGui")
  84. local Bar = Instance.new("Frame")
  85. local Main = Instance.new("Frame")
  86. local Button1 = Instance.new("TextButton")
  87. local Button2 = Instance.new("TextButton")
  88. local Button3 = Instance.new("TextButton")
  89. local Button4 = Instance.new("TextButton")
  90. local Button5 = Instance.new("TextButton")
  91. local Button6 = Instance.new("TextButton")
  92. local Button7 = Instance.new("TextButton")
  93. local Button8 = Instance.new("TextButton")
  94. local Button9 = Instance.new("TextButton")
  95. local Button10 = Instance.new("TextButton")
  96. local Button11 = Instance.new("TextButton")
  97. local Button12 = Instance.new("TextButton")
  98. local Button13 = Instance.new("TextButton")
  99. local Txt = Instance.new("TextLabel")
  100. Gui.Parent = game.CoreGui
  101.  
  102. local Explosion = Instance.new("Explosion", Workspace)
  103. Explosion.Position = Vector3.new(-193, 46, -345.25)
  104. Explosion.BlastPressure = 1
  105. Explosion.DestroyJointRadiusPercent = 0.7
  106. Explosion.ExplosionType = "Craters"
  107. Explosion.BlastRadius = 75
  108. Explosion.Hit:connect(function(Part, Distance)
  109. Part:Destroy()
  110. end)
  111.  
  112. Bar.Name = "Bar"
  113. Bar.Parent = Gui
  114. Bar.Active = true
  115. Bar.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  116. Bar.Draggable = true
  117. Bar.Position = UDim2.new(0.825, 0, 0.25, 0)
  118. Bar.Selectable = true
  119. Bar.Size = UDim2.new(0, 299.5, 0, 31)
  120.  
  121. Main.Name = "Main"
  122. Main.Parent = Bar
  123. Main.BackgroundColor3 = Color3.new(0.35, 0.35, 0.35)
  124. Main.BackgroundTransparency = 0.20000000298023
  125. Main.Position = UDim2.new(0, 0, 1, 0)
  126. Main.Size = UDim2.new(0, 290, 0, 150)
  127.  
  128. Button1.Name = "TextButton1"
  129. Button1.Parent = Main
  130. Button1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  131. Button1.Position = UDim2.new(0, 0, 0, 0)
  132. Button1.Size = UDim2.new(0, 148, 0, 50)
  133. Button1.Font = Enum.Font.SourceSans
  134. Button1.Text = "Mythicals"
  135. Button1.TextColor3 = Color3.new(1, 1, 1)
  136. Button1.TextSize = 30
  137. Button1.MouseButton1Click:connect(function()
  138. while wait(0) do
  139. for _,v in pairs(workspace.Pickups["Mythical Chest"]:GetDescendants()) do
  140. if v.Name == "Root" then
  141. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  142. end
  143. end
  144. end
  145. end)
  146.  
  147. Button2.Name = "TextButton2"
  148. Button2.Parent = Main
  149. Button2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  150. Button2.Position = UDim2.new(0.515, 0, 0.00, 0)
  151. Button2.Size = UDim2.new(0, 150, 0, 50)
  152. Button2.Font = Enum.Font.SourceSans
  153. Button2.Text = "Gem Box"
  154. Button2.TextColor3 = Color3.new(1, 1, 1)
  155. Button2.TextSize = 30
  156. Button2.MouseButton1Click:connect(function()
  157. while wait(0) do
  158. for _,v in pairs(workspace.Pickups["Gem Box"]:GetDescendants()) do
  159. if v.Name == "Root" then
  160. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  161. end
  162. end
  163. end
  164. end)
  165.  
  166. Button3.Name = "TextButton3"
  167. Button3.Parent = Main
  168. Button3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  169. Button3.Position = UDim2.new(0, 0, 0.33, 0)
  170. Button3.Size = UDim2.new(0, 150, 0, 50)
  171. Button3.Font = Enum.Font.SourceSans
  172. Button3.Text = "Gem Safe"
  173. Button3.TextColor3 = Color3.new(1, 1, 1)
  174. Button3.TextSize = 30
  175. Button3.MouseButton1Click:connect(function()
  176. while wait(0) do
  177. for _,v in pairs(workspace.Pickups["Gem Safe"]:GetDescendants()) do
  178. if v.Name == "Root" then
  179. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  180. end
  181. end
  182. end
  183. end)
  184.  
  185. Button4.Name = "TextButton4"
  186. Button4.Parent = Main
  187. Button4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  188. Button4.Position = UDim2.new(0.515, 0, 0.33, 0)
  189. Button4.Size = UDim2.new(0, 150, 0, 50)
  190. Button4.Font = Enum.Font.SourceSans
  191. Button4.Text = "Gem Chest"
  192. Button4.TextColor3 = Color3.new(1, 1, 1)
  193. Button4.TextSize = 30
  194. Button4.MouseButton1Click:connect(function()
  195. while wait(0) do
  196. for _,v in pairs(workspace.Pickups["Gem Chest"]:GetDescendants()) do
  197. if v.Name == "Root" then
  198. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  199. end
  200. end
  201. end
  202. end)
  203.  
  204. Button5.Name = "TextButton5"
  205. Button5.Parent = Main
  206. Button5.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  207. Button5.Position = UDim2.new(0, 0, 0.66, 0)
  208. Button5.Size = UDim2.new(0, 150, 0, 50)
  209. Button5.Font = Enum.Font.SourceSans
  210. Button5.Text = "Small Gem"
  211. Button5.TextColor3 = Color3.new(1, 1, 1)
  212. Button5.TextSize = 30
  213. Button5.MouseButton1Click:connect(function()
  214. while wait(0) do
  215. for _,v in pairs(workspace.Pickups["Small Gem Chest"]:GetDescendants()) do
  216. if v.Name == "Root" then
  217. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  218. end
  219. end
  220. end
  221. end)
  222.  
  223. Button6.Name = "TextButton6"
  224. Button6.Parent = Main
  225. Button6.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  226. Button6.Position = UDim2.new(0.515, 0, 0.66, 0)
  227. Button6.Size = UDim2.new(0, 150, 0, 50)
  228. Button6.Font = Enum.Font.SourceSans
  229. Button6.Text = "Gold Chest"
  230. Button6.TextColor3 = Color3.new(1, 1, 1)
  231. Button6.TextSize = 30
  232. Button6.MouseButton1Click:connect(function()
  233. while wait(0) do
  234. for _,v in pairs(workspace.Pickups["Gold Chest"]:GetDescendants()) do
  235. if v.Name == "Root" then
  236. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  237. end
  238. end
  239. end
  240. end)
  241.  
  242. Button7.Name = "TextButton7"
  243. Button7.Parent = Main
  244. Button7.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  245. Button7.Position = UDim2.new(0, 0, 0.99, 0)
  246. Button7.Size = UDim2.new(0, 150, 0, 50)
  247. Button7.Font = Enum.Font.SourceSans
  248. Button7.Text = "Silver Chest"
  249. Button7.TextColor3 = Color3.new(1, 1, 1)
  250. Button7.TextSize = 30
  251. Button7.MouseButton1Click:connect(function()
  252. while wait(0) do
  253. for _,v in pairs(workspace.Pickups["Silver Chest"]:GetDescendants()) do
  254. if v.Name == "Root" then
  255. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  256. end
  257. end
  258. end
  259. end)
  260.  
  261. Button8.Name = "TextButton8"
  262. Button8.Parent = Main
  263. Button8.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  264. Button8.Position = UDim2.new(0.515, 0, 0.99, 0)
  265. Button8.Size = UDim2.new(0, 150, 0, 50)
  266. Button8.Font = Enum.Font.SourceSans
  267. Button8.Text = "Money Bag"
  268. Button8.TextColor3 = Color3.new(1, 1, 1)
  269. Button8.TextSize = 30
  270. Button8.MouseButton1Click:connect(function()
  271. while wait(0) do
  272. for _,v in pairs(workspace.Pickups["Money Bag"]:GetDescendants()) do
  273. if v.Name == "Root" then
  274. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  275. end
  276. end
  277. end
  278. end)
  279.  
  280. Button9.Name = "TextButton9"
  281. Button9.Parent = Main
  282. Button9.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  283. Button9.Position = UDim2.new(0, 0, 1.33, 0)
  284. Button9.Size = UDim2.new(0, 150, 0, 50)
  285. Button9.Font = Enum.Font.SourceSans
  286. Button9.Text = "Gem"
  287. Button9.TextColor3 = Color3.new(1, 1, 1)
  288. Button9.TextSize = 30
  289. Button9.MouseButton1Click:connect(function()
  290. while wait(0) do
  291. for _,v in pairs(workspace.Pickups["Gem"]:GetDescendants()) do
  292. if v.Name == "Root" then
  293. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  294. end
  295. end
  296. end
  297. end)
  298.  
  299. Button10.Name = "TextButton10"
  300. Button10.Parent = Main
  301. Button10.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  302. Button10.Position = UDim2.new(0.515, 0, 1.33, 0)
  303. Button10.Size = UDim2.new(0, 150, 0, 50)
  304. Button10.Font = Enum.Font.SourceSans
  305. Button10.Text = "Wood Chest"
  306. Button10.TextColor3 = Color3.new(1, 1, 1)
  307. Button10.TextSize = 30
  308. Button10.MouseButton1Click:connect(function()
  309. while wait(0) do
  310. for _,v in pairs(workspace.Pickups["Wood Chest"]:GetDescendants()) do
  311. if v.Name == "Root" then
  312. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  313. end
  314. end
  315. end
  316. end)
  317.  
  318. Button11.Name = "TextButton11"
  319. Button11.Parent = Main
  320. Button11.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  321. Button11.Position = UDim2.new(0, 0, 1.66, 0)
  322. Button11.Size = UDim2.new(0, 150, 0, 50)
  323. Button11.Font = Enum.Font.SourceSans
  324. Button11.Text = "Coin"
  325. Button11.TextColor3 = Color3.new(1, 1, 1)
  326. Button11.TextSize = 30
  327. Button11.MouseButton1Click:connect(function()
  328. while wait(0) do
  329. for _,v in pairs(workspace.Pickups["Coin"]:GetDescendants()) do
  330. if v.Name == "Root" then
  331. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  332. end
  333. end
  334. end
  335. end)
  336.  
  337. Button12.Name = "TextButton12"
  338. Button12.Parent = Main
  339. Button12.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  340. Button12.Position = UDim2.new(0.515, 0, 1.66, 0)
  341. Button12.Size = UDim2.new(0, 150, 0, 50)
  342. Button12.Font = Enum.Font.SourceSans
  343. Button12.Text = "Coin Stack"
  344. Button12.TextColor3 = Color3.new(1, 1, 1)
  345. Button12.TextSize = 30
  346. Button12.MouseButton1Click:connect(function()
  347. while wait(0) do
  348. for _,v in pairs(workspace.Pickups["Cash Stack"]:GetDescendants()) do
  349. if v.Name == "Root" then
  350. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  351. end
  352. end
  353. end
  354. end)
  355.  
  356. Button13.Name = "TextButton13"
  357. Button13.Parent = Main
  358. Button13.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  359. Button13.Position = UDim2.new(0, 0, 1.99, 0)
  360. Button13.Size = UDim2.new(0, 300, 0, 50)
  361. Button13.Font = Enum.Font.SourceSans
  362. Button13.Text = "NukeVIP"
  363. Button13.TextColor3 = Color3.new(1, 1, 1)
  364. Button13.TextSize = 30
  365. Button13.MouseButton1Click:connect(function()
  366. local Explosion = Instance.new("Explosion", Workspace)
  367. Explosion.Position = Vector3.new(-193, 46, -345.25)
  368. Explosion.BlastPressure = 1
  369. Explosion.DestroyJointRadiusPercent = 0.7
  370. Explosion.ExplosionType = "Craters"
  371. Explosion.BlastRadius = 75
  372. Explosion.Hit:connect(function(Part, Distance)
  373. Part:Destroy()
  374. end)
  375. end)
  376.  
  377. Txt.Name = "Label"
  378. Txt.Parent = Bar
  379. Txt.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Txt.BackgroundTransparency = 1
  381. Txt.BorderSizePixel = 0
  382. Txt.Position = UDim2.new(0.13, 0, 0, 0)
  383. Txt.Size = UDim2.new(0, 242, 0, 32)
  384. Txt.Font = Enum.Font.SourceSans
  385. Txt.Text = "BubbleGumSimulator"
  386. Txt.TextColor3 = Color3.new(1, 1, 1)
  387. Txt.TextScaled = true
  388. Txt.TextSize = 14
  389. Txt.TextWrapped = true
  390. end)
  391.  
  392. X.Name = "X"
  393. X.Parent = Gui
  394. X.BackgroundColor3 = Color3.new(0.6, 0.901961, 0.917647)
  395. X.BackgroundTransparency = 0.80000001192093
  396. X.BorderColor3 = Color3.new(0, 0, 0)
  397. X.Position = UDim2.new(0.881500423, 0, -0.00100243464, 0)
  398. X.Size = UDim2.new(0, 28, 0, 25)
  399. X.Modal = true
  400. X.Font = Enum.Font.SciFi
  401. X.Text = "X"
  402. X.TextColor3 = Color3.new(0, 0, 0)
  403. X.TextSize = 14
  404. X.MouseButton1Click:connect(function()
  405. Open.Visible = true
  406. Gui.Visible = false
  407. end)
  408.  
  409. Magnet.Name = "Magnet"
  410. Magnet.Parent = Gui
  411. Magnet.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0.666667)
  412. Magnet.BackgroundTransparency = 0.40000000596046
  413. Magnet.BorderColor3 = Color3.new(0.403922, 0, 0.00392157)
  414. Magnet.BorderSizePixel = 2
  415. Magnet.Position = UDim2.new(0.0322851352, 0, 0.0374245793, 0)
  416. Magnet.Size = UDim2.new(0, 264, 0, 50)
  417. Magnet.Font = Enum.Font.SciFi
  418. Magnet.Text = "Magnet Simulator -WARNING- INFINITE MONEY!"
  419. Magnet.TextColor3 = Color3.new(1, 0, 0.0156863)
  420. Magnet.TextSize = 13
  421. Magnet.TextStrokeTransparency = 0
  422. Magnet.TextTransparency = 0.10000000149012
  423. Magnet.MouseButton1Click:connect(function()
  424. while wait() do
  425. loadstring(game:HttpGet("https://pastebin.com/raw/Zkv6fySP",true))()
  426. while true do
  427. wait()
  428. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.IslandInfo.islandtp.CFrame
  429. while true do
  430. wait()
  431. game.ReplicatedStorage.Events.MagnetEvents.requestDrink:FireServer()
  432. end
  433. end
  434. end
  435.  
  436. end)
  437.  
  438. Jetpack.Name = "Jetpack"
  439. Jetpack.Parent = Gui
  440. Jetpack.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  441. Jetpack.BackgroundTransparency = 0.40000000596046
  442. Jetpack.BorderSizePixel = 2
  443. Jetpack.Position = UDim2.new(0.0334424302, 0, 0.126417503, 0)
  444. Jetpack.Size = UDim2.new(0, 200, 0, 43)
  445. Jetpack.Font = Enum.Font.GothamBold
  446. Jetpack.Text = "Jetpack Simulator"
  447. Jetpack.TextColor3 = Color3.new(0.270588, 0.658824, 1)
  448. Jetpack.TextSize = 20
  449. Jetpack.TextStrokeTransparency = 0
  450. Jetpack.TextTransparency = 0.30000001192093
  451. Jetpack.MouseButton1Click:connect(function()
  452. local Thing = Instance.new("ScreenGui")
  453. local Drag = Instance.new("Frame")
  454. local Main = Instance.new("Frame")
  455. local Button1 = Instance.new("TextButton")
  456. local Button2 = Instance.new("TextButton")
  457. local Button3 = Instance.new("TextButton")
  458. local Button4 = Instance.new("TextButton")
  459. local Button5 = Instance.new("TextButton")
  460. local Button6 = Instance.new("TextButton")
  461. local Button7 = Instance.new("TextButton")
  462. local Button8 = Instance.new("TextButton")
  463. local Button9 = Instance.new("TextButton")
  464. local TextLabel = Instance.new("TextLabel")
  465. local TextButton = Instance.new("TextButton")
  466. local TextBox = Instance.new("TextBox")
  467. Thing.Name = "Thing"
  468. Thing.Parent = game.CoreGui
  469. farm1 = false
  470. farm2 = false
  471. farm3 = false
  472. farm4 = false
  473. farm5 = false
  474. farm6 = false
  475. farm7 = false
  476. farm8 = false
  477. farm9 = false
  478. game.Players.LocalPlayer.PlayerGui.MainGUI.FullFuelFrame.Visible = false
  479.  
  480. Drag.Name = "Drag"
  481. Drag.Parent = Thing
  482. Drag.Active = true
  483. Drag.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.352941)
  484. Drag.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  485. Drag.BorderSizePixel = 3
  486. Drag.Position = UDim2.new(0.78186202, 0, 0.313490659, 0)
  487. Drag.Selectable = true
  488. Drag.Size = UDim2.new(0, 227, 0, 22)
  489. Drag.Draggable = true
  490.  
  491. Main.Name = "Main"
  492. Main.Parent = Drag
  493. Main.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.176471)
  494. Main.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  495. Main.BorderSizePixel = 3
  496. Main.Position = UDim2.new(-0.001, 0, 0.98, 0)
  497. Main.Size = UDim2.new(0, 227, 0, 522)
  498.  
  499. TextBox.Name = "TextBox"
  500. TextBox.Parent = Drag
  501. TextBox.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.176471)
  502. TextBox.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  503. TextBox.BorderSizePixel = 3
  504. TextBox.Position = UDim2.new(0, 0, 24.8, 0)
  505. TextBox.Size = UDim2.new(0, 227, 0, 50)
  506. TextBox.Text = "MaxSizeGoesHere"
  507. TextBox.TextColor3 = Color3.new(0.3, 0.3, 0.3)
  508. TextBox.TextSize = 18
  509.  
  510. Button1.Name = "Button1"
  511. Button1.Parent = Main
  512. Button1.BackgroundColor3 = Color3.new(0.5, 0, 0)
  513. Button1.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  514. Button1.BorderSizePixel = 2
  515. Button1.Position = UDim2.new(0.0299999993, 0, 0.011, 0)
  516. Button1.Size = UDim2.new(0, 214, 0, 50)
  517. Button1.Font = Enum.Font.Code
  518. Button1.Text = "Coal"
  519. Button1.TextColor3 = Color3.new(0, 0, 0)
  520. Button1.TextSize = 25
  521. Button1.TextWrapped = true
  522. Button1.MouseButton1Click:connect(function()
  523. if farm1 == true then farm1 = false print("Disabled")
  524. Button1.BackgroundColor3 = Color3.new(.5, 0, 0)
  525. elseif
  526. farm1 == false then farm1 = true print("Enabled")
  527. Button1.BackgroundColor3 = Color3.new(0, .5, 0)
  528. end
  529. Farm1()
  530. end)
  531.  
  532. Button2.Name = "Button2"
  533. Button2.Parent = Main
  534. Button2.BackgroundColor3 = Color3.new(0.5, 0, 0)
  535. Button2.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  536. Button2.BorderSizePixel = 2
  537. Button2.Position = UDim2.new(0.0299999993, 0, 0.12, 0)
  538. Button2.Size = UDim2.new(0, 214, 0, 50)
  539. Button2.Font = Enum.Font.Code
  540. Button2.Text = "Battery"
  541. Button2.TextColor3 = Color3.new(0, 0, 0)
  542. Button2.TextSize = 25
  543. Button2.TextWrapped = true
  544. Button2.MouseButton1Click:connect(function()
  545. if farm2 == true then farm2 = false print("Disabled")
  546. Button2.BackgroundColor3 = Color3.new(.5, 0, 0)
  547. elseif
  548. farm2 == false then farm2 = true print("Enabled")
  549. Button2.BackgroundColor3 = Color3.new(0, .5, 0)
  550. end
  551. Farm2()
  552. end)
  553.  
  554. Button3.Name = "Button3"
  555. Button3.Parent = Main
  556. Button3.BackgroundColor3 = Color3.new(0.5, 0, 0)
  557. Button3.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  558. Button3.BorderSizePixel = 2
  559. Button3.Position = UDim2.new(0.0299999993, 0, 0.23, 0)
  560. Button3.Size = UDim2.new(0, 214, 0, 50)
  561. Button3.Font = Enum.Font.Code
  562. Button3.Text = "Solar"
  563. Button3.TextColor3 = Color3.new(0, 0, 0)
  564. Button3.TextSize = 25
  565. Button3.TextWrapped = true
  566. Button3.MouseButton1Click:connect(function()
  567. if farm3 == true then farm3 = false print("Disabled")
  568. Button3.BackgroundColor3 = Color3.new(.5, 0, 0)
  569. elseif
  570. farm3 == false then farm3 = true print("Enabled")
  571. Button3.BackgroundColor3 = Color3.new(0, .5, 0)
  572. end
  573. Farm3()
  574. end)
  575.  
  576. Button4.Name = "Button4"
  577. Button4.Parent = Main
  578. Button4.BackgroundColor3 = Color3.new(0.5, 0, 0)
  579. Button4.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  580. Button4.BorderSizePixel = 2
  581. Button4.Position = UDim2.new(0.0299999993, 0, 0.34, 0)
  582. Button4.Size = UDim2.new(0, 214, 0, 50)
  583. Button4.Font = Enum.Font.Code
  584. Button4.Text = "Wind"
  585. Button4.TextColor3 = Color3.new(0, 0, 0)
  586. Button4.TextSize = 25
  587. Button4.TextWrapped = true
  588. Button4.MouseButton1Click:connect(function()
  589. if farm4 == true then farm4 = false print("Disabled")
  590. Button4.BackgroundColor3 = Color3.new(.5, 0, 0)
  591. elseif
  592. farm4 == false then farm4 = true print("Enabled")
  593. Button4.BackgroundColor3 = Color3.new(0, .5, 0)
  594. end
  595. Farm4()
  596. end)
  597.  
  598. Button5.Name = "Button5"
  599. Button5.Parent = Main
  600. Button5.BackgroundColor3 = Color3.new(0.5, 0, 0)
  601. Button5.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  602. Button5.BorderSizePixel = 2
  603. Button5.Position = UDim2.new(0.0299999993, 0, 0.45, 0)
  604. Button5.Size = UDim2.new(0, 214, 0, 50)
  605. Button5.Font = Enum.Font.Code
  606. Button5.Text = "Nuclear"
  607. Button5.TextColor3 = Color3.new(0, 0, 0)
  608. Button5.TextSize = 25
  609. Button5.TextWrapped = true
  610. Button5.MouseButton1Click:connect(function()
  611. if farm5 == true then farm5 = false print("Disabled")
  612. Button5.BackgroundColor3 = Color3.new(.5, 0, 0)
  613. elseif
  614. farm5 == false then farm5 = true print("Enabled")
  615. Button5.BackgroundColor3 = Color3.new(0, .5, 0)
  616. end
  617. Farm5()
  618. end)
  619.  
  620. Button6.Name = "Button6"
  621. Button6.Parent = Main
  622. Button6.BackgroundColor3 = Color3.new(0.5, 0, 0)
  623. Button6.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  624. Button6.BorderSizePixel = 2
  625. Button6.Position = UDim2.new(0.0299999993, 0, 0.56, 0)
  626. Button6.Size = UDim2.new(0, 214, 0, 50)
  627. Button6.Font = Enum.Font.Code
  628. Button6.Text = "Plasma"
  629. Button6.TextColor3 = Color3.new(0, 0, 0)
  630. Button6.TextSize = 25
  631. Button6.TextWrapped = true
  632. Button6.MouseButton1Click:connect(function()
  633. if farm6 == true then farm6 = false print("Disabled")
  634. Button6.BackgroundColor3 = Color3.new(.5, 0, 0)
  635. elseif
  636. farm6 == false then farm6 = true print("Enabled")
  637. Button6.BackgroundColor3 = Color3.new(0, .5, 0)
  638. end
  639. Farm6()
  640. end)
  641.  
  642. Button7.Name = "Button7"
  643. Button7.Parent = Main
  644. Button7.BackgroundColor3 = Color3.new(0.5, 0, 0)
  645. Button7.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  646. Button7.BorderSizePixel = 2
  647. Button7.Position = UDim2.new(0.0299999993, 0, 0.67, 0)
  648. Button7.Size = UDim2.new(0, 214, 0, 50)
  649. Button7.Font = Enum.Font.Code
  650. Button7.Text = "Aetherium"
  651. Button7.TextColor3 = Color3.new(0, 0, 0)
  652. Button7.TextSize = 25
  653. Button7.TextWrapped = true
  654. Button7.MouseButton1Click:connect(function()
  655. if farm7 == true then farm7 = false print("Disabled")
  656. Button7.BackgroundColor3 = Color3.new(.5, 0, 0)
  657. elseif
  658. farm7 == false then farm7 = true print("Enabled")
  659. Button7.BackgroundColor3 = Color3.new(0, .5, 0)
  660. end
  661. Farm7()
  662. end)
  663.  
  664. Button8.Name = "Button8"
  665. Button8.Parent = Main
  666. Button8.BackgroundColor3 = Color3.new(0.5, 0, 0)
  667. Button8.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  668. Button8.BorderSizePixel = 2
  669. Button8.Position = UDim2.new(0.0299999993, 0, 0.78, 0)
  670. Button8.Size = UDim2.new(0, 214, 0, 50)
  671. Button8.Font = Enum.Font.Code
  672. Button8.Text = "Corrodium"
  673. Button8.TextColor3 = Color3.new(0, 0, 0)
  674. Button8.TextSize = 25
  675. Button8.TextWrapped = true
  676. Button8.MouseButton1Click:connect(function()
  677. if farm8 == true then farm8 = false print("Disabled")
  678. Button8.BackgroundColor3 = Color3.new(.5, 0, 0)
  679. elseif
  680. farm8 == false then farm8 = true print("Enabled")
  681. Button8.BackgroundColor3 = Color3.new(0, .5, 0)
  682. end
  683. Farm8()
  684. end)
  685.  
  686. Button9.Name = "Button8"
  687. Button9.Parent = Main
  688. Button9.BackgroundColor3 = Color3.new(0.5, 0, 0)
  689. Button9.BorderColor3 = Color3.new(0.156863, 0.156863, 0.490196)
  690. Button9.BorderSizePixel = 2
  691. Button9.Position = UDim2.new(0.0299999993, 0, 0.89, 0)
  692. Button9.Size = UDim2.new(0, 214, 0, 50)
  693. Button9.Font = Enum.Font.Code
  694. Button9.Text = "Element 99"
  695. Button9.TextColor3 = Color3.new(0, 0, 0)
  696. Button9.TextSize = 25
  697. Button9.TextWrapped = true
  698. Button9.MouseButton1Click:connect(function()
  699. if farm9 == true then farm9 = false print("Disabled")
  700. Button9.BackgroundColor3 = Color3.new(.5, 0, 0)
  701. elseif
  702. farm9 == false then farm9 = true print("Enabled")
  703. Button9.BackgroundColor3 = Color3.new(0, .5, 0)
  704. end
  705. Farm9()
  706. end)
  707.  
  708. TextLabel.Parent = Drag
  709. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  710. TextLabel.BackgroundTransparency = 1
  711. TextLabel.Position = UDim2.new(-0.00352370739, 0, -0.048604846, 0)
  712. TextLabel.Size = UDim2.new(0, 227, 0, 22)
  713. TextLabel.Font = Enum.Font.Code
  714. TextLabel.Text = "JetPackSim"
  715. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  716. TextLabel.TextSize = 22
  717.  
  718. TextButton.Parent = Thing
  719. TextButton.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.352941)
  720. TextButton.Position = UDim2.new(0.9, 0, 0.95, 0)
  721. TextButton.Size = UDim2.new(0, 90, 0, 28)
  722. TextButton.Font = Enum.Font.Code
  723. TextButton.Text = "Close"
  724. TextButton.TextColor3 = Color3.new(0, 0, 0)
  725. TextButton.TextSize = 25
  726.  
  727.  
  728. --This is for the open close button
  729. function Scriptz()
  730. local script = Instance.new('LocalScript')
  731. script.Parent = TextButton
  732. button = script.Parent
  733. Drag = script.Parent.Parent.Drag
  734.  
  735. --Updates the visibility of Drag which is the parent of main when you click the open/close button
  736. function onClick()
  737. if Drag.Visible == true then
  738. Drag.Visible = false
  739. elseif Drag.Visible == false then
  740. Drag.Visible = true
  741. end
  742. end
  743.  
  744. button.MouseButton1Click:connect(onClick)
  745.  
  746. --Updates the text of the button to close or open based on visibility
  747. while wait(0) do
  748. if Drag.Visible == true then
  749. button.Text = "Close"
  750. elseif Drag.Visible == false then
  751. button.Text = "Open"
  752. end
  753. end
  754.  
  755. end
  756. coroutine.resume(coroutine.create(Scriptz))
  757.  
  758. function sell()
  759. if game.Players.LocalPlayer.PlayerGui.MainGUI.FuelDisplay.TextLabel.Text == TextBox.Text then
  760. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.2047, 3.32, -3.3)
  761. end
  762. end
  763.  
  764. function Farm1()
  765. while farm1 == true do
  766. wait(.2)
  767. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area1.Coal.Coal.HitPart.CFrame
  768. sell()
  769. end
  770. end
  771.  
  772. function Farm2()
  773. while farm2 == true do
  774. wait(.2)
  775. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area2.Battery.Battery.HitPart.CFrame
  776. sell()
  777. end
  778. end
  779.  
  780. function Farm3()
  781. while farm3 == true do
  782. wait(.2)
  783. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area2.Solar.Solar.HitPart.CFrame
  784. sell()
  785. end
  786. end
  787.  
  788. function Farm4()
  789. while farm4 == true do
  790. wait(.2)
  791. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area4.Wind.Wind.HitPart.CFrame
  792. sell()
  793. end
  794. end
  795.  
  796. function Farm5()
  797. while farm5 == true do
  798. wait(.2)
  799. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area7.Nuclear.Nuclear.HitPart.CFrame
  800. sell()
  801. end
  802. end
  803.  
  804. function Farm6()
  805. while farm6 == true do
  806. wait(.2)
  807. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area7.Plasma.Plasma.HitPart.CFrame
  808. sell()
  809. end
  810. end
  811.  
  812. function Farm7()
  813. while farm7 == true do
  814. wait(.2)
  815. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area11.Aetherium.Aetherium.HitPart.CFrame
  816. sell()
  817. end
  818. end
  819.  
  820. function Farm8()
  821. while farm8 == true do
  822. wait(.2)
  823. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area13.Corrodium.Corrodium.HitPart.CFrame
  824. sell()
  825. end
  826. end
  827.  
  828. function Farm9()
  829. while farm9 == true do
  830. wait(.2)
  831. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.workspace.Areas.Area13["Element 99"]["Element 99"].HitPart.CFrame
  832. sell()
  833. end
  834. end
  835. end)
  836.  
  837. Pet.Name = "Pet"
  838. Pet.Parent = Gui
  839. Pet.BackgroundColor3 = Color3.new(0.666667, 0.333333, 0)
  840. Pet.BackgroundTransparency = 0.40000000596046
  841. Pet.BorderSizePixel = 3
  842. Pet.Position = UDim2.new(0.0391229838, 0, 0.395126969, 0)
  843. Pet.Size = UDim2.new(0, 200, 0, 50)
  844. Pet.Font = Enum.Font.Fantasy
  845. Pet.Text = "Pet Simulator"
  846. Pet.TextColor3 = Color3.new(0.796079, 1, 0.780392)
  847. Pet.TextSize = 25
  848. Pet.TextStrokeTransparency = 0.20000000298023
  849. Pet.MouseButton1Click:connect(function()
  850. -- Updated 11/10/2018
  851. -- Updated by https://v3rmillion.net/member.php?action=profile&uid=234837
  852.  
  853. -- Credit to https://v3rmillion.net/member.php?action=profile&uid=519098
  854.  
  855. -- Does this crash you? DM me and I'll try to find a fix to the issue
  856.  
  857. FarmStart = false
  858. FarmArea = "none"
  859. WalkNumber = "1"
  860. JumpNumber = "1"
  861.  
  862. local petTable = {}
  863. local Try = 0
  864. local Amount = 0
  865.  
  866. function PetTable()
  867. local Stats = workspace["__REMOTES"]["Core"]["Get Other Stats"]:InvokeServer()
  868. local Times = #Stats[game.Players.LocalPlayer.Name]["Save"]["Pets"]
  869. local Name = game:GetService("Players").LocalPlayer.Name
  870. petTable = {}
  871. Try = 0
  872. Amount = 0
  873. for i=1,Times do
  874. if(Stats[Name]["Save"]["Pets"][Times].e == true) then
  875. Amount = Amount + 1
  876. petTable[Amount] = {
  877. ["ID"] = tonumber(Stats[Name]["Save"]["Pets"][Times].id),
  878. ["LEVEL"] = tonumber(Stats[Name]["Save"]["Pets"][Times].l),
  879. }
  880. end
  881. Times = Times - 1
  882. end
  883. end
  884.  
  885. local MainGUI = Instance.new("ScreenGui")
  886. local TopFrame = Instance.new("Frame")
  887. local PSHeader = Instance.new("TextLabel")
  888. local ClosePS = Instance.new("TextButton")
  889. local StatsFrame = Instance.new("Frame")
  890. local FarmCoins = Instance.new("TextButton")
  891. local FarmFrame = Instance.new("Frame")
  892. local PowerTextInfo1 = Instance.new("TextLabel")
  893. local PowerText1 = Instance.new("TextLabel")
  894. local FarmPower = Instance.new("TextBox")
  895. local StartFarming = Instance.new("TextButton")
  896. local StartFarmingEarth = Instance.new("TextButton")
  897. local StartFarmingMoon = Instance.new("TextButton")
  898. local WalkSpeed = Instance.new("TextButton")
  899. local JumpPower = Instance.new("TextButton")
  900. local BuyScreen = Instance.new("TextButton")
  901. local BuyScreenFrame = Instance.new("Frame")
  902. local BuyPetTitle1 = Instance.new("TextLabel")
  903. local BuyPetTitle2 = Instance.new("TextLabel")
  904. local BuyPetTitle3 = Instance.new("TextLabel")
  905. local BuyPetAmount1 = Instance.new("TextLabel")
  906. local BuyPetAmount2 = Instance.new("TextBox")
  907. local BuyPetAmount3 = Instance.new("TextBox")
  908. local BuyPetTier1 = Instance.new("TextLabel")
  909. local BuyPetTier2 = Instance.new("TextBox")
  910. local BuyPetGo = Instance.new("TextButton")
  911. local BuyHatTitle1 = Instance.new("TextLabel")
  912. local BuyHatTitle2 = Instance.new("TextLabel")
  913. local BuyHatAmount1 = Instance.new("TextLabel")
  914. local BuyHatAmount2 = Instance.new("TextBox")
  915. local BuyHatTier1 = Instance.new("TextLabel")
  916. local BuyHatTier2 = Instance.new("TextBox")
  917. local BuyHatGo = Instance.new("TextButton")
  918. local Locations = Instance.new("TextButton")
  919. local Locations2 = Instance.new("TextButton")
  920. local MainFrame = Instance.new("Frame")
  921. local Stats = Instance.new("TextButton")
  922. local Spawn = Instance.new("TextButton")
  923. local Shop = Instance.new("TextButton")
  924. local Area2 = Instance.new("TextButton")
  925. local Area3 = Instance.new("TextButton")
  926. local Area4 = Instance.new("TextButton")
  927. local Area5 = Instance.new("TextButton")
  928. local Area6 = Instance.new("TextButton")
  929. local Area7 = Instance.new("TextButton")
  930. local Area8 = Instance.new("TextButton")
  931. local Area9 = Instance.new("TextButton")
  932. local Area10 = Instance.new("TextButton")
  933. local Area11 = Instance.new("TextButton")
  934. local Area12 = Instance.new("TextButton")
  935. local Rocket = Instance.new("TextButton")
  936. local CandyLand = Instance.new("TextButton")
  937. local CyborgLand = Instance.new("TextButton")
  938. local AreaDivider = Instance.new("TextLabel")
  939. local AllHealthLabel = Instance.new("TextLabel")
  940. local AllHealthMinLabel = Instance.new("TextLabel")
  941. local AllHealthMaxLabel = Instance.new("TextLabel")
  942. local AllHealthMin = Instance.new("TextBox")
  943. local AllHealthMax = Instance.new("TextBox")
  944. local EarthHealthLabel = Instance.new("TextLabel")
  945. local EarthHealthMinLabel = Instance.new("TextLabel")
  946. local EarthHealthMaxLabel = Instance.new("TextLabel")
  947. local EarthHealthMin = Instance.new("TextBox")
  948. local EarthHealthMax = Instance.new("TextBox")
  949. local MoonHealthLabel = Instance.new("TextLabel")
  950. local MoonHealthMinLabel = Instance.new("TextLabel")
  951. local MoonHealthMaxLabel = Instance.new("TextLabel")
  952. local MoonHealthMin = Instance.new("TextBox")
  953. local MoonHealthMax = Instance.new("TextBox")
  954. local TeleportScreen = Instance.new("TextButton")
  955.  
  956. MainGUI.Name = "MainGUI"
  957. MainGUI.Parent = game.CoreGui
  958. local MainCORE = game.CoreGui["MainGUI"]
  959.  
  960. TopFrame.Name = "TopFrame"
  961. TopFrame.Parent = MainGUI
  962. TopFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  963. TopFrame.BackgroundTransparency = 0
  964. TopFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  965. TopFrame.Active = true
  966. TopFrame.Selectable = true
  967. TopFrame.Draggable = true
  968. TopFrame.Visible = true
  969. TopFrame.Position = UDim2.new(1, -145, 0.5, -100)
  970. TopFrame.Size = UDim2.new(0, 140, 0, 30)
  971.  
  972. PSHeader.Name = "PSHeader"
  973. PSHeader.Parent = TopFrame
  974. PSHeader.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  975. PSHeader.BackgroundTransparency = 1
  976. PSHeader.BorderSizePixel = 0
  977. PSHeader.BorderColor3 = Color3.new(0, 0, 0)
  978. PSHeader.Position = UDim2.new(0, 5, 0, 5)
  979. PSHeader.Size = UDim2.new(0, 105, 0, 20)
  980. PSHeader.Font = Enum.Font.Fantasy
  981. PSHeader.Text = "Pet Simulator"
  982. PSHeader.TextColor3 = Color3.new(0, 0, 0)
  983. PSHeader.TextScaled = true
  984. PSHeader.TextSize = 17
  985.  
  986. ClosePS.Name = "ClosePS"
  987. ClosePS.Parent = TopFrame
  988. ClosePS.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  989. ClosePS.BorderColor3 = Color3.new(0, 0, 0)
  990. ClosePS.Position = UDim2.new(0, 115, 0, 5)
  991. ClosePS.Size = UDim2.new(0, 20, 0, 20)
  992. ClosePS.Font = Enum.Font.Fantasy
  993. ClosePS.Text = "X"
  994. ClosePS.TextColor3 = Color3.new(1, 0, 0)
  995. ClosePS.TextScaled = true
  996. ClosePS.TextSize = 17
  997.  
  998. MainFrame.Name = "MainFrame"
  999. MainFrame.Parent = TopFrame
  1000. MainFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  1001. MainFrame.BackgroundTransparency = 0
  1002. MainFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1003. MainFrame.Position = UDim2.new(0, 0, 0, 30)
  1004. MainFrame.Size = UDim2.new(0, 140, 0, 433)
  1005. MainFrame.Visible = true
  1006.  
  1007. BuyScreen.Name = "BuyScreen"
  1008. BuyScreen.Parent = MainFrame
  1009. BuyScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  1010. BuyScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1011. BuyScreen.Position = UDim2.new(0, 5, 0, 5)
  1012. BuyScreen.Size = UDim2.new(0, 60, 0, 25)
  1013. BuyScreen.Font = Enum.Font.Fantasy
  1014. BuyScreen.TextColor3 = Color3.new(1, 1, 1)
  1015. BuyScreen.Text = "SHOP"
  1016. BuyScreen.TextSize = 17
  1017. BuyScreen.TextWrapped = true
  1018.  
  1019. FarmCoins.Name = "FarmCoins"
  1020. FarmCoins.Parent = MainFrame
  1021. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1022. FarmCoins.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1023. FarmCoins.Position = UDim2.new(0, 75, 0, 5)
  1024. FarmCoins.Size = UDim2.new(0, 60, 0, 25)
  1025. FarmCoins.Font = Enum.Font.Fantasy
  1026. FarmCoins.TextColor3 = Color3.new(1, 1, 1)
  1027. FarmCoins.Text = "FARM"
  1028. FarmCoins.TextSize = 17
  1029. FarmCoins.TextWrapped = true
  1030.  
  1031. WalkSpeed.Name = "WalkSpeed"
  1032. WalkSpeed.Parent = MainFrame
  1033. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  1034. WalkSpeed.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1035. WalkSpeed.Position = UDim2.new(0, 5, 0, 40)
  1036. WalkSpeed.Size = UDim2.new(0, 60, 0, 25)
  1037. WalkSpeed.Font = Enum.Font.Fantasy
  1038. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  1039. WalkSpeed.Text = "Walk:1"
  1040. WalkSpeed.TextSize = 17
  1041. WalkSpeed.TextWrapped = true
  1042.  
  1043. JumpPower.Name = "JumpPower"
  1044. JumpPower.Parent = MainFrame
  1045. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  1046. JumpPower.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1047. JumpPower.Position = UDim2.new(0, 75, 0, 40)
  1048. JumpPower.Size = UDim2.new(0, 60, 0, 25)
  1049. JumpPower.Font = Enum.Font.Fantasy
  1050. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  1051. JumpPower.Text = "Jump:1"
  1052. JumpPower.TextSize = 17
  1053. JumpPower.TextWrapped = true
  1054.  
  1055. TeleportScreen.Name = "TeleportScreen"
  1056. TeleportScreen.Parent = MainFrame
  1057. TeleportScreen.BackgroundColor3 = Color3.new(0, 0, 0)
  1058. TeleportScreen.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1059. TeleportScreen.Position = UDim2.new(0, 5, 0, 75)
  1060. TeleportScreen.Size = UDim2.new(0, 130, 0, 20)
  1061. TeleportScreen.Font = Enum.Font.Fantasy
  1062. TeleportScreen.TextColor3 = Color3.new(1, 1, 1)
  1063. TeleportScreen.Text = "GAME TELEPORT"
  1064. TeleportScreen.TextSize = 17
  1065. TeleportScreen.TextWrapped = true
  1066.  
  1067. Spawn.Name = "Spawn"
  1068. Spawn.Parent = MainFrame
  1069. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  1070. Spawn.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1071. Spawn.Position = UDim2.new(0, 5, 0, 100)
  1072. Spawn.Size = UDim2.new(0, 130, 0, 20)
  1073. Spawn.Font = Enum.Font.Fantasy
  1074. Spawn.TextColor3 = Color3.new(1, 1, 1)
  1075. Spawn.Text = "Spawn Area"
  1076. Spawn.TextSize = 17
  1077. Spawn.TextWrapped = true
  1078.  
  1079. Shop.Name = "Shop"
  1080. Shop.Parent = MainFrame
  1081. Shop.BackgroundColor3 = Color3.new(0, 0, 0)
  1082. Shop.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1083. Shop.Position = UDim2.new(0, 5, 0, 125)
  1084. Shop.Size = UDim2.new(0, 130, 0, 20)
  1085. Shop.Font = Enum.Font.Fantasy
  1086. Shop.TextColor3 = Color3.new(1, 1, 1)
  1087. Shop.Text = "Egg Shop"
  1088. Shop.TextSize = 17
  1089. Shop.TextWrapped = true
  1090.  
  1091. Area2.Name = "Area2"
  1092. Area2.Parent = MainFrame
  1093. Area2.BackgroundColor3 = Color3.new(0, 0, 0)
  1094. Area2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1095. Area2.Position = UDim2.new(0, 5, 0, 150)
  1096. Area2.Size = UDim2.new(0, 130, 0, 20)
  1097. Area2.Font = Enum.Font.Fantasy
  1098. Area2.TextColor3 = Color3.new(1, 1, 1)
  1099. Area2.Text = "25K Area"
  1100. Area2.TextSize = 17
  1101. Area2.TextWrapped = true
  1102.  
  1103. Area3.Name = "Area3"
  1104. Area3.Parent = MainFrame
  1105. Area3.BackgroundColor3 = Color3.new(0, 0, 0)
  1106. Area3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1107. Area3.Position = UDim2.new(0, 5, 0, 175)
  1108. Area3.Size = UDim2.new(0, 130, 0, 20)
  1109. Area3.Font = Enum.Font.Fantasy
  1110. Area3.TextColor3 = Color3.new(1, 1, 1)
  1111. Area3.Text = "400K Area"
  1112. Area3.TextSize = 17
  1113. Area3.TextWrapped = true
  1114.  
  1115. Area4.Name = "Area4"
  1116. Area4.Parent = MainFrame
  1117. Area4.BackgroundColor3 = Color3.new(0, 0, 0)
  1118. Area4.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1119. Area4.Position = UDim2.new(0, 5, 0, 200)
  1120. Area4.Size = UDim2.new(0, 130, 0, 20)
  1121. Area4.Font = Enum.Font.Fantasy
  1122. Area4.TextColor3 = Color3.new(1, 1, 1)
  1123. Area4.Text = "2.5M Area"
  1124. Area4.TextSize = 17
  1125. Area4.TextWrapped = true
  1126.  
  1127. Area5.Name = "Area5"
  1128. Area5.Parent = MainFrame
  1129. Area5.BackgroundColor3 = Color3.new(0, 0, 0)
  1130. Area5.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1131. Area5.Position = UDim2.new(0, 5, 0, 225)
  1132. Area5.Size = UDim2.new(0, 130, 0, 20)
  1133. Area5.Font = Enum.Font.Fantasy
  1134. Area5.TextColor3 = Color3.new(1, 1, 1)
  1135. Area5.Text = "20M Area"
  1136. Area5.TextSize = 17
  1137. Area5.TextWrapped = true
  1138.  
  1139. Area6.Name = "Area6"
  1140. Area6.Parent = MainFrame
  1141. Area6.BackgroundColor3 = Color3.new(0, 0, 0)
  1142. Area6.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1143. Area6.Position = UDim2.new(0, 5, 0, 250)
  1144. Area6.Size = UDim2.new(0, 130, 0, 20)
  1145. Area6.Font = Enum.Font.Fantasy
  1146. Area6.TextColor3 = Color3.new(1, 1, 1)
  1147. Area6.Text = "500M Area"
  1148. Area6.TextSize = 17
  1149. Area6.TextWrapped = true
  1150.  
  1151. Rocket.Name = "Rocket"
  1152. Rocket.Parent = MainFrame
  1153. Rocket.BackgroundColor3 = Color3.new(0, 0, 0)
  1154. Rocket.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1155. Rocket.Position = UDim2.new(0, 5, 0, 275)
  1156. Rocket.Size = UDim2.new(0, 130, 0, 20)
  1157. Rocket.Font = Enum.Font.Fantasy
  1158. Rocket.TextColor3 = Color3.new(1, 1, 1)
  1159. Rocket.Text = "Rocket Area"
  1160. Rocket.TextSize = 17
  1161. Rocket.TextWrapped = true
  1162.  
  1163. AreaDivider.Name = "AreaDivider"
  1164. AreaDivider.Parent = MainFrame
  1165. AreaDivider.BackgroundColor3 = Color3.new(0, 0, 0)
  1166. AreaDivider.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1167. AreaDivider.Position = UDim2.new(0, 0, 0, 300)
  1168. AreaDivider.Size = UDim2.new(0, 140, 0, 3)
  1169. AreaDivider.Font = Enum.Font.Fantasy
  1170. AreaDivider.Text = ""
  1171. AreaDivider.TextSize = 17
  1172.  
  1173. Area9.Name = "Area9"
  1174. Area9.Parent = MainFrame
  1175. Area9.BackgroundColor3 = Color3.new(0, 0, 0)
  1176. Area9.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1177. Area9.Position = UDim2.new(0, 5, 0, 308)
  1178. Area9.Size = UDim2.new(0, 130, 0, 20)
  1179. Area9.Font = Enum.Font.Fantasy
  1180. Area9.TextColor3 = Color3.new(1, 1, 1)
  1181. Area9.Text = "Moon Spawn Point"
  1182. Area9.TextSize = 17
  1183. Area9.TextWrapped = true
  1184.  
  1185. Area8.Name = "Area8"
  1186. Area8.Parent = MainFrame
  1187. Area8.BackgroundColor3 = Color3.new(0, 0, 0)
  1188. Area8.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1189. Area8.Position = UDim2.new(0, 5, 0, 333)
  1190. Area8.Size = UDim2.new(0, 130, 0, 20)
  1191. Area8.Font = Enum.Font.Fantasy
  1192. Area8.TextColor3 = Color3.new(1, 1, 1)
  1193. Area8.Text = "Moon Egg Shop"
  1194. Area8.TextSize = 17
  1195. Area8.TextWrapped = true
  1196.  
  1197. Area10.Name = "Area10"
  1198. Area10.Parent = MainFrame
  1199. Area10.BackgroundColor3 = Color3.new(0, 0, 0)
  1200. Area10.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1201. Area10.Position = UDim2.new(0, 5, 0, 358)
  1202. Area10.Size = UDim2.new(0, 130, 0, 20)
  1203. Area10.Font = Enum.Font.Fantasy
  1204. Area10.TextColor3 = Color3.new(1, 1, 1)
  1205. Area10.Text = "Moon Area 2"
  1206. Area10.TextSize = 17
  1207. Area10.TextWrapped = true
  1208.  
  1209. CandyLand.Name = "CandyLand"
  1210. CandyLand.Parent = MainFrame
  1211. CandyLand.BackgroundColor3 = Color3.new(0, 0, 0)
  1212. CandyLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1213. CandyLand.Position = UDim2.new(0, 5, 0, 383)
  1214. CandyLand.Size = UDim2.new(0, 130, 0, 20)
  1215. CandyLand.Font = Enum.Font.Fantasy
  1216. CandyLand.TextColor3 = Color3.new(1, 1, 1)
  1217. CandyLand.Text = "Candy Land"
  1218. CandyLand.TextSize = 17
  1219. CandyLand.TextWrapped = true
  1220.  
  1221. CyborgLand.Name = "CyborgLand"
  1222. CyborgLand.Parent = MainFrame
  1223. CyborgLand.BackgroundColor3 = Color3.new(0, 0, 0)
  1224. CyborgLand.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1225. CyborgLand.Position = UDim2.new(0, 5, 0, 408)
  1226. CyborgLand.Size = UDim2.new(0, 130, 0, 20)
  1227. CyborgLand.Font = Enum.Font.Fantasy
  1228. CyborgLand.TextColor3 = Color3.new(1, 1, 1)
  1229. CyborgLand.Text = "Cyborg Land"
  1230. CyborgLand.TextSize = 17
  1231. CyborgLand.TextWrapped = true
  1232.  
  1233. BuyScreenFrame.Name = "BuyScreenFrame"
  1234. BuyScreenFrame.Parent = TopFrame
  1235. BuyScreenFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  1236. BuyScreenFrame.BackgroundTransparency = 0
  1237. BuyScreenFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1238. BuyScreenFrame.Position = UDim2.new(0, 0, 0, 30)
  1239. BuyScreenFrame.Size = UDim2.new(0, 140, 0, 350)
  1240. BuyScreenFrame.Visible = false
  1241.  
  1242. Locations.Name = "Locations"
  1243. Locations.Parent = BuyScreenFrame
  1244. Locations.BackgroundColor3 = Color3.new(0, 0, 0)
  1245. Locations.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1246. Locations.Position = UDim2.new(0, 5, 0, 5)
  1247. Locations.Size = UDim2.new(0, 130, 0, 25)
  1248. Locations.Font = Enum.Font.Fantasy
  1249. Locations.TextColor3 = Color3.new(1, 1, 1)
  1250. Locations.Text = "LOCATIONS"
  1251. Locations.TextSize = 17
  1252. Locations.TextWrapped = true
  1253.  
  1254. BuyPetTitle1.Name = "BuyPetTitle1"
  1255. BuyPetTitle1.Parent = BuyScreenFrame
  1256. BuyPetTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
  1257. BuyPetTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1258. BuyPetTitle1.Position = UDim2.new(0, 5, 0, 50)
  1259. BuyPetTitle1.Size = UDim2.new(0, 130, 0, 55)
  1260. BuyPetTitle1.Font = Enum.Font.Fantasy
  1261. BuyPetTitle1.TextColor3 = Color3.new(1, 1, 1)
  1262. BuyPetTitle1.Text = "You must have the money to buy what you want"
  1263. BuyPetTitle1.TextSize = 17
  1264. BuyPetTitle1.TextWrapped = true
  1265.  
  1266. BuyPetTitle2.Name = "BuyPetTitle2"
  1267. BuyPetTitle2.Parent = BuyScreenFrame
  1268. BuyPetTitle2.BackgroundTransparency = 1
  1269. BuyPetTitle2.BorderSizePixel = 0
  1270. BuyPetTitle2.Position = UDim2.new(0, 5, 0, 110)
  1271. BuyPetTitle2.Size = UDim2.new(0, 130, 0, 20)
  1272. BuyPetTitle2.Font = Enum.Font.Fantasy
  1273. BuyPetTitle2.TextColor3 = Color3.new(0, 0, 0)
  1274. BuyPetTitle2.Text = "BUY PETS"
  1275. BuyPetTitle2.TextSize = 17
  1276. BuyPetTitle2.TextWrapped = true
  1277.  
  1278. BuyPetAmount1.Name = "BuyPetAmount1"
  1279. BuyPetAmount1.Parent = BuyScreenFrame
  1280. BuyPetAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  1281. BuyPetAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1282. BuyPetAmount1.Position = UDim2.new(0, 6, 0, 129)
  1283. BuyPetAmount1.Size = UDim2.new(0, 89, 0, 21)
  1284. BuyPetAmount1.Font = Enum.Font.Fantasy
  1285. BuyPetAmount1.TextColor3 = Color3.new(1, 1, 1)
  1286. BuyPetAmount1.Text = "Quantity"
  1287. BuyPetAmount1.TextSize = 17
  1288. BuyPetAmount1.TextWrapped = true
  1289.  
  1290. BuyPetAmount2.Name = "BuyPetAmount2"
  1291. BuyPetAmount2.Parent = BuyScreenFrame
  1292. BuyPetAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1293. BuyPetAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1294. BuyPetAmount2.Position = UDim2.new(0, 95, 0, 130)
  1295. BuyPetAmount2.Size = UDim2.new(0, 40, 0, 20)
  1296. BuyPetAmount2.Font = Enum.Font.Fantasy
  1297. BuyPetAmount2.TextColor3 = Color3.new(1, 1, 1)
  1298. BuyPetAmount2.Text = "1"
  1299. BuyPetAmount2.TextSize = 17
  1300. BuyPetAmount2.TextWrapped = true
  1301.  
  1302. BuyPetTier1.Name = "BuyPetTier1"
  1303. BuyPetTier1.Parent = BuyScreenFrame
  1304. BuyPetTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  1305. BuyPetTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1306. BuyPetTier1.Position = UDim2.new(0, 6, 0, 150)
  1307. BuyPetTier1.Size = UDim2.new(0, 89, 0, 20)
  1308. BuyPetTier1.Font = Enum.Font.Fantasy
  1309. BuyPetTier1.TextColor3 = Color3.new(1, 1, 1)
  1310. BuyPetTier1.Text = "Tier"
  1311. BuyPetTier1.TextSize = 17
  1312. BuyPetTier1.TextWrapped = true
  1313.  
  1314. BuyPetTier2.Name = "BuyPetTier2"
  1315. BuyPetTier2.Parent = BuyScreenFrame
  1316. BuyPetTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1317. BuyPetTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1318. BuyPetTier2.Position = UDim2.new(0, 95, 0, 150)
  1319. BuyPetTier2.Size = UDim2.new(0, 40, 0, 20)
  1320. BuyPetTier2.Font = Enum.Font.Fantasy
  1321. BuyPetTier2.TextColor3 = Color3.new(1, 1, 1)
  1322. BuyPetTier2.Text = "16"
  1323. BuyPetTier2.TextSize = 17
  1324. BuyPetTier2.TextWrapped = true
  1325.  
  1326. BuyPetGo.Name = "BuyPetGo"
  1327. BuyPetGo.Parent = BuyScreenFrame
  1328. BuyPetGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1329. BuyPetGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1330. BuyPetGo.Position = UDim2.new(0, 5, 0, 170)
  1331. BuyPetGo.Size = UDim2.new(0, 130, 0, 20)
  1332. BuyPetGo.Font = Enum.Font.Fantasy
  1333. BuyPetGo.TextColor3 = Color3.new(1, 1, 1)
  1334. BuyPetGo.Text = "Buy Eggs"
  1335. BuyPetGo.TextSize = 17
  1336. BuyPetGo.TextWrapped = true
  1337.  
  1338. BuyPetTitle3.Name = "BuyPetTitle3"
  1339. BuyPetTitle3.Parent = BuyScreenFrame
  1340. BuyPetTitle3.BackgroundColor3 = Color3.new(0, 0, 0)
  1341. BuyPetTitle3.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1342. BuyPetTitle3.Position = UDim2.new(0, 5, 0, 195)
  1343. BuyPetTitle3.Size = UDim2.new(0, 130, 0, 20)
  1344. BuyPetTitle3.Font = Enum.Font.Fantasy
  1345. BuyPetTitle3.TextColor3 = Color3.new(1, 1, 1)
  1346. BuyPetTitle3.Text = "In Tier type 1-16"
  1347. BuyPetTitle3.TextSize = 17
  1348. BuyPetTitle3.TextWrapped = true
  1349.  
  1350. BuyHatTitle2.Name = "BuyHatTitle2"
  1351. BuyHatTitle2.Parent = BuyScreenFrame
  1352. BuyHatTitle2.BackgroundTransparency = 1
  1353. BuyHatTitle2.BorderSizePixel = 0
  1354. BuyHatTitle2.Position = UDim2.new(0, 5, 0, 225)
  1355. BuyHatTitle2.Size = UDim2.new(0, 130, 0, 20)
  1356. BuyHatTitle2.Font = Enum.Font.Fantasy
  1357. BuyHatTitle2.TextColor3 = Color3.new(0, 0, 0)
  1358. BuyHatTitle2.Text = "BUY HATS"
  1359. BuyHatTitle2.TextSize = 17
  1360. BuyHatTitle2.TextWrapped = true
  1361.  
  1362. BuyHatAmount1.Name = "BuyHatAmount1"
  1363. BuyHatAmount1.Parent = BuyScreenFrame
  1364. BuyHatAmount1.BackgroundColor3 = Color3.new(0, 0, 0)
  1365. BuyHatAmount1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1366. BuyHatAmount1.Position = UDim2.new(0, 6, 0, 245)
  1367. BuyHatAmount1.Size = UDim2.new(0, 89, 0, 20)
  1368. BuyHatAmount1.Font = Enum.Font.Fantasy
  1369. BuyHatAmount1.TextColor3 = Color3.new(1, 1, 1)
  1370. BuyHatAmount1.Text = "Quantity"
  1371. BuyHatAmount1.TextSize = 17
  1372. BuyHatAmount1.TextWrapped = true
  1373.  
  1374. BuyHatAmount2.Name = "BuyHatAmount2"
  1375. BuyHatAmount2.Parent = BuyScreenFrame
  1376. BuyHatAmount2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1377. BuyHatAmount2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1378. BuyHatAmount2.Position = UDim2.new(0, 95, 0, 244)
  1379. BuyHatAmount2.Size = UDim2.new(0, 40, 0, 21)
  1380. BuyHatAmount2.Font = Enum.Font.Fantasy
  1381. BuyHatAmount2.TextColor3 = Color3.new(1, 1, 1)
  1382. BuyHatAmount2.Text = "1"
  1383. BuyHatAmount2.TextSize = 17
  1384. BuyHatAmount2.TextWrapped = true
  1385.  
  1386. BuyHatTier1.Name = "BuyHatTier1"
  1387. BuyHatTier1.Parent = BuyScreenFrame
  1388. BuyHatTier1.BackgroundColor3 = Color3.new(0, 0, 0)
  1389. BuyHatTier1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1390. BuyHatTier1.Position = UDim2.new(0, 6, 0, 265)
  1391. BuyHatTier1.Size = UDim2.new(0, 60, 0, 20)
  1392. BuyHatTier1.Font = Enum.Font.Fantasy
  1393. BuyHatTier1.TextColor3 = Color3.new(1, 1, 1)
  1394. BuyHatTier1.Text = "Tier"
  1395. BuyHatTier1.TextSize = 17
  1396. BuyHatTier1.TextWrapped = true
  1397.  
  1398. BuyHatTier2.Name = "BuyHatTier2"
  1399. BuyHatTier2.Parent = BuyScreenFrame
  1400. BuyHatTier2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1401. BuyHatTier2.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1402. BuyHatTier2.Position = UDim2.new(0, 66, 0, 265)
  1403. BuyHatTier2.Size = UDim2.new(0, 69, 0, 20)
  1404. BuyHatTier2.Font = Enum.Font.Fantasy
  1405. BuyHatTier2.TextColor3 = Color3.new(1, 1, 1)
  1406. BuyHatTier2.Text = "Golden"
  1407. BuyHatTier2.TextSize = 17
  1408. BuyHatTier2.TextWrapped = true
  1409.  
  1410. BuyHatGo.Name = "BuyHatGo"
  1411. BuyHatGo.Parent = BuyScreenFrame
  1412. BuyHatGo.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1413. BuyHatGo.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1414. BuyHatGo.Position = UDim2.new(0, 5, 0, 285)
  1415. BuyHatGo.Size = UDim2.new(0, 130, 0, 20)
  1416. BuyHatGo.Font = Enum.Font.Fantasy
  1417. BuyHatGo.TextColor3 = Color3.new(1, 1, 1)
  1418. BuyHatGo.Text = "Buy Hats"
  1419. BuyHatGo.TextSize = 17
  1420. BuyHatGo.TextWrapped = true
  1421.  
  1422. BuyHatTitle1.Name = "BuyHatTitle1"
  1423. BuyHatTitle1.Parent = BuyScreenFrame
  1424. BuyHatTitle1.BackgroundColor3 = Color3.new(0, 0, 0)
  1425. BuyHatTitle1.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1426. BuyHatTitle1.Position = UDim2.new(0, 5, 0, 310)
  1427. BuyHatTitle1.Size = UDim2.new(0, 130, 0, 35)
  1428. BuyHatTitle1.Font = Enum.Font.Fantasy
  1429. BuyHatTitle1.TextColor3 = Color3.new(1, 1, 1)
  1430. BuyHatTitle1.Text = "In Tier type 1-4 or Golden"
  1431. BuyHatTitle1.TextSize = 17
  1432. BuyHatTitle1.TextWrapped = true
  1433.  
  1434. FarmFrame.Name = "FarmFrame"
  1435. FarmFrame.Parent = TopFrame
  1436. FarmFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
  1437. FarmFrame.BackgroundTransparency = 0
  1438. FarmFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1439. FarmFrame.Position = UDim2.new(0, 0, 0, 30)
  1440. FarmFrame.Size = UDim2.new(0, 140, 0, 351)
  1441. FarmFrame.Visible = false
  1442.  
  1443. Locations2.Name = "Locations2"
  1444. Locations2.Parent = FarmFrame
  1445. Locations2.BackgroundColor3 = Color3.new(0, 0, 0)
  1446. Locations2.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
  1447. Locations2.Position = UDim2.new(0, 5, 0, 5)
  1448. Locations2.Size = UDim2.new(0, 130, 0, 25)
  1449. Locations2.Font = Enum.Font.Fantasy
  1450. Locations2.TextColor3 = Color3.new(1, 1, 1)
  1451. Locations2.Text = "LOCATIONS"
  1452. Locations2.TextSize = 17
  1453. Locations2.TextWrapped = true
  1454.  
  1455. AllHealthLabel.Name = "AllHealthLabel"
  1456. AllHealthLabel.Parent = FarmFrame
  1457. AllHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1458. AllHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1459. AllHealthLabel.Position = UDim2.new(0, 5, 0, 50)
  1460. AllHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  1461. AllHealthLabel.Font = Enum.Font.Fantasy
  1462. AllHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  1463. AllHealthLabel.Text = "Coin/Chest Health"
  1464. AllHealthLabel.TextSize = 17
  1465. AllHealthLabel.TextWrapped = true
  1466.  
  1467. AllHealthMinLabel.Name = "AllHealthMinLabel"
  1468. AllHealthMinLabel.Parent = FarmFrame
  1469. AllHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1470. AllHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1471. AllHealthMinLabel.Position = UDim2.new(0, 5, 0, 71)
  1472. AllHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  1473. AllHealthMinLabel.Font = Enum.Font.Fantasy
  1474. AllHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  1475. AllHealthMinLabel.Text = "Min"
  1476. AllHealthMinLabel.TextSize = 17
  1477. AllHealthMinLabel.TextWrapped = true
  1478.  
  1479. AllHealthMin.Name = "AllHealthMin"
  1480. AllHealthMin.Parent = FarmFrame
  1481. AllHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1482. AllHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1483. AllHealthMin.Position = UDim2.new(0, 46, 0, 71)
  1484. AllHealthMin.Size = UDim2.new(0, 89, 0, 20)
  1485. AllHealthMin.Font = Enum.Font.Fantasy
  1486. AllHealthMin.TextColor3 = Color3.new(1, 1, 1)
  1487. AllHealthMin.Text = "1"
  1488. AllHealthMin.TextSize = 17
  1489. AllHealthMin.TextWrapped = true
  1490.  
  1491. AllHealthMaxLabel.Name = "AllHealthMaxLabel"
  1492. AllHealthMaxLabel.Parent = FarmFrame
  1493. AllHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1494. AllHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1495. AllHealthMaxLabel.Position = UDim2.new(0, 5, 0, 92)
  1496. AllHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  1497. AllHealthMaxLabel.Font = Enum.Font.Fantasy
  1498. AllHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  1499. AllHealthMaxLabel.Text = "Max"
  1500. AllHealthMaxLabel.TextSize = 17
  1501. AllHealthMaxLabel.TextWrapped = true
  1502.  
  1503. AllHealthMax.Name = "AllHealthMax"
  1504. AllHealthMax.Parent = FarmFrame
  1505. AllHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1506. AllHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1507. AllHealthMax.Position = UDim2.new(0, 46, 0, 92)
  1508. AllHealthMax.Size = UDim2.new(0, 89, 0, 20)
  1509. AllHealthMax.Font = Enum.Font.Fantasy
  1510. AllHealthMax.TextColor3 = Color3.new(1, 1, 1)
  1511. AllHealthMax.Text = "10e6"
  1512. AllHealthMax.TextSize = 17
  1513. AllHealthMax.TextWrapped = true
  1514.  
  1515. StartFarming.Name = "StartFarming"
  1516. StartFarming.Parent = FarmFrame
  1517. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1518. StartFarming.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1519. StartFarming.Position = UDim2.new(0, 5, 0, 117)
  1520. StartFarming.Size = UDim2.new(0, 130, 0, 25)
  1521. StartFarming.Font = Enum.Font.Fantasy
  1522. StartFarming.TextColor3 = Color3.new(1, 1, 1)
  1523. StartFarming.Text = "Mine ALL: OFF"
  1524. StartFarming.TextSize = 17
  1525. StartFarming.TextWrapped = true
  1526.  
  1527. EarthHealthLabel.Name = "EarthHealthLabel"
  1528. EarthHealthLabel.Parent = FarmFrame
  1529. EarthHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1530. EarthHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1531. EarthHealthLabel.Position = UDim2.new(0, 5, 0, 152)
  1532. EarthHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  1533. EarthHealthLabel.Font = Enum.Font.Fantasy
  1534. EarthHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  1535. EarthHealthLabel.Text = "Coin/Chest Health"
  1536. EarthHealthLabel.TextSize = 17
  1537. EarthHealthLabel.TextWrapped = true
  1538.  
  1539. EarthHealthMinLabel.Name = "EarthHealthMinLabel"
  1540. EarthHealthMinLabel.Parent = FarmFrame
  1541. EarthHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1542. EarthHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1543. EarthHealthMinLabel.Position = UDim2.new(0, 5, 0, 173)
  1544. EarthHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  1545. EarthHealthMinLabel.Font = Enum.Font.Fantasy
  1546. EarthHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  1547. EarthHealthMinLabel.Text = "Min"
  1548. EarthHealthMinLabel.TextSize = 17
  1549. EarthHealthMinLabel.TextWrapped = true
  1550.  
  1551. EarthHealthMin.Name = "EarthHealthMin"
  1552. EarthHealthMin.Parent = FarmFrame
  1553. EarthHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1554. EarthHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1555. EarthHealthMin.Position = UDim2.new(0, 46, 0, 173)
  1556. EarthHealthMin.Size = UDim2.new(0, 89, 0, 20)
  1557. EarthHealthMin.Font = Enum.Font.Fantasy
  1558. EarthHealthMin.TextColor3 = Color3.new(1, 1, 1)
  1559. EarthHealthMin.Text = "1"
  1560. EarthHealthMin.TextSize = 17
  1561. EarthHealthMin.TextWrapped = true
  1562.  
  1563. EarthHealthMaxLabel.Name = "EarthHealthMaxLabel"
  1564. EarthHealthMaxLabel.Parent = FarmFrame
  1565. EarthHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1566. EarthHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1567. EarthHealthMaxLabel.Position = UDim2.new(0, 5, 0, 194)
  1568. EarthHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  1569. EarthHealthMaxLabel.Font = Enum.Font.Fantasy
  1570. EarthHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  1571. EarthHealthMaxLabel.Text = "Max"
  1572. EarthHealthMaxLabel.TextSize = 17
  1573. EarthHealthMaxLabel.TextWrapped = true
  1574.  
  1575. EarthHealthMax.Name = "EarthHealthMax"
  1576. EarthHealthMax.Parent = FarmFrame
  1577. EarthHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1578. EarthHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1579. EarthHealthMax.Position = UDim2.new(0, 46, 0, 194)
  1580. EarthHealthMax.Size = UDim2.new(0, 89, 0, 20)
  1581. EarthHealthMax.Font = Enum.Font.Fantasy
  1582. EarthHealthMax.TextColor3 = Color3.new(1, 1, 1)
  1583. EarthHealthMax.Text = "20e06"
  1584. EarthHealthMax.TextSize = 17
  1585. EarthHealthMax.TextWrapped = true
  1586.  
  1587. StartFarmingEarth.Name = "StartFarmingEarth"
  1588. StartFarmingEarth.Parent = FarmFrame
  1589. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1590. StartFarmingEarth.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1591. StartFarmingEarth.Position = UDim2.new(0, 5, 0, 219)
  1592. StartFarmingEarth.Size = UDim2.new(0, 130, 0, 25)
  1593. StartFarmingEarth.Font = Enum.Font.Fantasy
  1594. StartFarmingEarth.TextColor3 = Color3.new(1, 1, 1)
  1595. StartFarmingEarth.Text = "Mine Earth: OFF"
  1596. StartFarmingEarth.TextSize = 17
  1597. StartFarmingEarth.TextWrapped = true
  1598.  
  1599. MoonHealthLabel.Name = "MoonHealthLabel"
  1600. MoonHealthLabel.Parent = FarmFrame
  1601. MoonHealthLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1602. MoonHealthLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1603. MoonHealthLabel.Position = UDim2.new(0, 5, 0, 254)
  1604. MoonHealthLabel.Size = UDim2.new(0, 130, 0, 20)
  1605. MoonHealthLabel.Font = Enum.Font.Fantasy
  1606. MoonHealthLabel.TextColor3 = Color3.new(1, 1, 1)
  1607. MoonHealthLabel.Text = "Coin/Chest Health"
  1608. MoonHealthLabel.TextSize = 17
  1609. MoonHealthLabel.TextWrapped = true
  1610.  
  1611. MoonHealthMinLabel.Name = "MoonHealthMinLabel"
  1612. MoonHealthMinLabel.Parent = FarmFrame
  1613. MoonHealthMinLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1614. MoonHealthMinLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1615. MoonHealthMinLabel.Position = UDim2.new(0, 5, 0, 275)
  1616. MoonHealthMinLabel.Size = UDim2.new(0, 40, 0, 20)
  1617. MoonHealthMinLabel.Font = Enum.Font.Fantasy
  1618. MoonHealthMinLabel.TextColor3 = Color3.new(1, 1, 1)
  1619. MoonHealthMinLabel.Text = "Min"
  1620. MoonHealthMinLabel.TextSize = 17
  1621. MoonHealthMinLabel.TextWrapped = true
  1622.  
  1623. MoonHealthMin.Name = "MoonHealthMin"
  1624. MoonHealthMin.Parent = FarmFrame
  1625. MoonHealthMin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1626. MoonHealthMin.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1627. MoonHealthMin.Position = UDim2.new(0, 46, 0, 275)
  1628. MoonHealthMin.Size = UDim2.new(0, 89, 0, 20)
  1629. MoonHealthMin.Font = Enum.Font.Fantasy
  1630. MoonHealthMin.TextColor3 = Color3.new(1, 1, 1)
  1631. MoonHealthMin.Text = "10e04"
  1632. MoonHealthMin.TextSize = 17
  1633. MoonHealthMin.TextWrapped = true
  1634.  
  1635. MoonHealthMaxLabel.Name = "MoonHealthMaxLabel"
  1636. MoonHealthMaxLabel.Parent = FarmFrame
  1637. MoonHealthMaxLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1638. MoonHealthMaxLabel.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1639. MoonHealthMaxLabel.Position = UDim2.new(0, 5, 0, 296)
  1640. MoonHealthMaxLabel.Size = UDim2.new(0, 40, 0, 20)
  1641. MoonHealthMaxLabel.Font = Enum.Font.Fantasy
  1642. MoonHealthMaxLabel.TextColor3 = Color3.new(1, 1, 1)
  1643. MoonHealthMaxLabel.Text = "Max"
  1644. MoonHealthMaxLabel.TextSize = 17
  1645. MoonHealthMaxLabel.TextWrapped = true
  1646.  
  1647. MoonHealthMax.Name = "MoonHealthMax"
  1648. MoonHealthMax.Parent = FarmFrame
  1649. MoonHealthMax.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1650. MoonHealthMax.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1651. MoonHealthMax.Position = UDim2.new(0, 46, 0, 296)
  1652. MoonHealthMax.Size = UDim2.new(0, 89, 0, 20)
  1653. MoonHealthMax.Font = Enum.Font.Fantasy
  1654. MoonHealthMax.TextColor3 = Color3.new(1, 1, 1)
  1655. MoonHealthMax.Text = "60e06"
  1656. MoonHealthMax.TextSize = 17
  1657. MoonHealthMax.TextWrapped = true
  1658.  
  1659. StartFarmingMoon.Name = "StartFarmingMoon"
  1660. StartFarmingMoon.Parent = FarmFrame
  1661. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1662. StartFarmingMoon.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  1663. StartFarmingMoon.Position = UDim2.new(0, 5, 0, 321)
  1664. StartFarmingMoon.Size = UDim2.new(0, 130, 0, 25)
  1665. StartFarmingMoon.Font = Enum.Font.Fantasy
  1666. StartFarmingMoon.TextColor3 = Color3.new(1, 1, 1)
  1667. StartFarmingMoon.Text = "Mine Moon: OFF"
  1668. StartFarmingMoon.TextSize = 17
  1669. StartFarmingMoon.TextWrapped = true
  1670.  
  1671. -- Close GUI --
  1672. ClosePS.MouseButton1Down:connect(function()
  1673. MainGUI:destroy()
  1674. end)
  1675.  
  1676. BuyScreen.MouseButton1Click:connect(function()
  1677. MainFrame.Visible = false
  1678. BuyScreenFrame.Visible = true
  1679. end)
  1680.  
  1681. Locations.MouseButton1Click:connect(function()
  1682. MainFrame.Visible = true
  1683. BuyScreenFrame.Visible = false
  1684. end)
  1685.  
  1686. FarmCoins.MouseButton1Click:connect(function()
  1687. MainFrame.Visible = false
  1688. FarmFrame.Visible = true
  1689. end)
  1690.  
  1691. Locations2.MouseButton1Click:connect(function()
  1692. MainFrame.Visible = true
  1693. FarmFrame.Visible = false
  1694. end)
  1695.  
  1696. TeleportScreen.MouseButton1Click:connect(function()
  1697. game.Players.LocalPlayer.PlayerGui.Teleport.Enabled = true
  1698. end)
  1699.  
  1700. -- Farm --
  1701.  
  1702. StartFarming.MouseButton1Click:connect(function()
  1703. if not FarmStart then
  1704. FarmArea = "all"
  1705. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1706. StartFarming.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1707. StartFarming.Text = "Mine ALL: ON"
  1708. PetTable()
  1709. FarmStart = true
  1710. else
  1711. FarmStart = false
  1712. FarmArea = "none"
  1713. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1714. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1715. StartFarming.Text = "Mine ALL: OFF"
  1716. end
  1717. end)
  1718.  
  1719. StartFarmingEarth.MouseButton1Click:connect(function()
  1720. if not FarmStart then
  1721. FarmArea = "earth"
  1722. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1723. StartFarmingEarth.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1724. StartFarmingEarth.Text = "Mine Earth: ON"
  1725. PetTable()
  1726. FarmStart = true
  1727. else
  1728. FarmStart = false
  1729. FarmArea = "none"
  1730. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1731. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1732. StartFarmingEarth.Text = "Mine Earth: OFF"
  1733. end
  1734. end)
  1735.  
  1736. StartFarmingMoon.MouseButton1Click:connect(function()
  1737. if not FarmStart then
  1738. FarmArea = "moon"
  1739. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1740. StartFarmingMoon.BackgroundColor3 = Color3.new(0, 0.3, 0)
  1741. StartFarmingMoon.Text = "Mine Moon: ON"
  1742. PetTable()
  1743. FarmStart = true
  1744. else
  1745. FarmStart = false
  1746. FarmArea = "none"
  1747. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  1748. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  1749. StartFarmingMoon.Text = "Mine Moon: OFF"
  1750. end
  1751. end)
  1752.  
  1753. function Mine(Coin)
  1754. while FarmStart and (Coin:FindFirstChild("Health") ~= nil) and (Coin:FindFirstChild("Health").Value > 0) do
  1755. wait(0.1)
  1756. for PetNumber,_ in pairs(petTable) do
  1757. workspace["__REMOTES"]["Game"]["Coins"]:FireServer("Mine",Coin.Name,petTable[PetNumber]["LEVEL"],petTable[PetNumber]["ID"])
  1758. end
  1759. end
  1760. end
  1761.  
  1762. spawn(function()
  1763. while true do
  1764. while FarmStart do
  1765. for _,Coin in next, workspace["__THINGS"].Coins:GetChildren() do
  1766. if (done ~= Coin) then
  1767. if (FarmArea == "all") then
  1768. if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  1769. if Coin.Health.Value > tonumber(AllHealthMin.Text) and Coin.Health.Value < tonumber(AllHealthMax.Text) then
  1770. Mine(Coin)
  1771. end
  1772. end
  1773. elseif (FarmArea == "earth") then
  1774. if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  1775. if Coin.Position.Y < 100 then
  1776. if Coin.Health.Value > tonumber(EarthHealthMin.Text) and Coin.Health.Value < tonumber(EarthHealthMax.Text) then
  1777. Mine(Coin)
  1778. end
  1779. end
  1780. end
  1781. elseif (FarmArea == "moon") then
  1782. if workspace.__THINGS.Coins:FindFirstChild(Coin.Name) then
  1783. if Coin.Position.Y > 100 then
  1784. if Coin.Health.Value > tonumber(MoonHealthMin.Text) and Coin.Health.Value < tonumber(MoonHealthMax.Text) then
  1785. Mine(Coin)
  1786. end
  1787. end
  1788. end
  1789. else
  1790. end
  1791. end
  1792. end
  1793. wait()
  1794. end
  1795. wait()
  1796. end
  1797. end)
  1798.  
  1799. WalkSpeed.MouseButton1Click:connect(function()
  1800. if WalkNumber == "1" then
  1801. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1802. WalkSpeed.Text = "Walk:2"
  1803. WalkNumber = "2"
  1804. Walk = 30
  1805. elseif WalkNumber == "2" then
  1806. WalkSpeed.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1807. WalkSpeed.Text = "Walk:3"
  1808. WalkNumber = "3"
  1809. Walk = 80
  1810. elseif WalkNumber == "3" then
  1811. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  1812. WalkSpeed.Text = "Walk:1"
  1813. WalkNumber = "1"
  1814. Walk = 16
  1815. else
  1816. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  1817. WalkSpeed.Text = "Walk:1"
  1818. WalkNumber = "1"
  1819. Walk = 16
  1820. end
  1821. player = game.Players.LocalPlayer
  1822. player.Character.Humanoid.WalkSpeed = Walk
  1823. end)
  1824.  
  1825. JumpPower.MouseButton1Click:connect(function()
  1826. if JumpNumber == "1" then
  1827. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0.5)
  1828. JumpPower.Text = "Jump:2"
  1829. JumpNumber = "2"
  1830. Jump = 150
  1831. elseif JumpNumber == "2" then
  1832. JumpPower.BackgroundColor3 = Color3.new(0.5, 0, 0)
  1833. JumpPower.Text = "Jump:3"
  1834. JumpNumber = "3"
  1835. Jump = 400
  1836. elseif JumpNumber == "3" then
  1837. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  1838. JumpPower.Text = "Jump:1"
  1839. JumpNumber = "1"
  1840. Jump = 50
  1841. else
  1842. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  1843. JumpPower.Text = "Jump:1"
  1844. JumpNumber = "1"
  1845. Jump = 50
  1846. end
  1847. player = game.Players.LocalPlayer
  1848. player.Character.Humanoid.JumpPower = Jump
  1849. end)
  1850.  
  1851. -- Buy Eggs and Hats --
  1852.  
  1853. BuyPetGo.MouseButton1Click:connect(function()
  1854. for i = 1, tonumber(BuyPetAmount2.Text) do
  1855. if tonumber(BuyPetAmount2.Text) == 0 then break end
  1856. game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Eggs", "Tier " ..BuyPetTier2.Text)
  1857. wait()
  1858. end
  1859. end)
  1860.  
  1861. BuyHatGo.MouseButton1Click:connect(function()
  1862. for i = 1, tonumber(BuyHatAmount2.Text) do
  1863. if tonumber(BuyHatAmount2.Text) == 0 then break end
  1864. if BuyHatTier2.Text:lower() == "golden" then
  1865. game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Golden")
  1866. else
  1867. game:GetService("Workspace")["__REMOTES"]["Game"].Shop:InvokeServer("Buy", "Presents", "Tier " ..BuyHatTier2.Text)
  1868. end
  1869. wait()
  1870. end
  1871. end)
  1872.  
  1873. -- TP to locations --
  1874. Spawn.MouseButton1Click:connect(function()
  1875. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(526, -36.292, 909)
  1876. end)
  1877.  
  1878. Shop.MouseButton1Click:connect(function()
  1879. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(647.35, -33.6, 890.23)
  1880. end)
  1881.  
  1882. Area2.MouseButton1Click:connect(function()
  1883. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13, -37, 885)
  1884. end)
  1885.  
  1886. Area3.MouseButton1Click:connect(function()
  1887. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-364, -37, 885)
  1888. end)
  1889.  
  1890. Area4.MouseButton1Click:connect(function()
  1891. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-760, -37, 885)
  1892. end)
  1893.  
  1894. Area5.MouseButton1Click:connect(function()
  1895. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1160, -37, 885)
  1896. end)
  1897.  
  1898. Area6.MouseButton1Click:connect(function()
  1899. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1500, -37, 885)
  1900. end)
  1901.  
  1902. Rocket.MouseButton1Click:connect(function()
  1903. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
  1904. end)
  1905.  
  1906. Area8.MouseButton1Click:connect(function()
  1907. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(616, 146, -1720)
  1908. end)
  1909.  
  1910. Area9.MouseButton1Click:connect(function()
  1911. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(527, 145, -1762)
  1912. end)
  1913.  
  1914. Area10.MouseButton1Click:connect(function()
  1915. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.8, 145, -1718)
  1916. end)
  1917.  
  1918. CandyLand.MouseButton1Click:connect(function()
  1919. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
  1920. end)
  1921.  
  1922. CyborgLand.MouseButton1Click:connect(function()
  1923. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
  1924. end)
  1925. end)
  1926.  
  1927. IceCream.Name = "Ice Cream"
  1928. IceCream.Parent = Gui
  1929. IceCream.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  1930. IceCream.BackgroundTransparency = 0.40000000596046
  1931. IceCream.BorderColor3 = Color3.new(0, 0, 0)
  1932. IceCream.BorderSizePixel = 2
  1933. IceCream.Position = UDim2.new(0.0396039635, 0, 0.491458088, 0)
  1934. IceCream.Size = UDim2.new(0, 200, 0, 50)
  1935. IceCream.Font = Enum.Font.Highway
  1936. IceCream.Text = "Ice Cream Simulator"
  1937. IceCream.TextColor3 = Color3.new(0.564706, 1, 0.360784)
  1938. IceCream.TextSize = 25
  1939. IceCream.TextStrokeTransparency = 0.20000000298023
  1940. IceCream.MouseButton1Click:connect(function()
  1941. loadstring(game:HttpGet(('https://pastebin.com/raw/iD7Fb0wP'),true))()
  1942. end)
  1943.  
  1944. WeightLifting3.Name = "Weight Lifting 3"
  1945. WeightLifting3.Parent = Gui
  1946. WeightLifting3.BackgroundColor3 = Color3.new(0, 1, 0.615686)
  1947. WeightLifting3.BackgroundTransparency = 0.40000000596046
  1948. WeightLifting3.BorderColor3 = Color3.new(0, 0, 0)
  1949. WeightLifting3.BorderSizePixel = 2
  1950. WeightLifting3.Position = UDim2.new(0.0396039598, 0, 0.58561784, 0)
  1951. WeightLifting3.Size = UDim2.new(0, 200, 0, 50)
  1952. WeightLifting3.Font = Enum.Font.GothamBold
  1953. WeightLifting3.Text = "Weight Lifting SImulator 3"
  1954. WeightLifting3.TextColor3 = Color3.new(0.47451, 0.45098, 0.654902)
  1955. WeightLifting3.TextSize = 15
  1956. WeightLifting3.TextStrokeTransparency = 0.30000001192093
  1957. WeightLifting3.MouseButton1Click:connect(function()
  1958. -- Gui Created by Arpon AG#
  1959. -- Dark Devs Team
  1960. -- Credit: DarkDevs.ga
  1961.  
  1962. -- Script starts from here
  1963.  
  1964. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("UIAspectRatioConstraint")local d=Instance.new("ImageLabel")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("Frame")local k=Instance.new("TextButton")local l=Instance.new("TextBox")local m=Instance.new("TextButton")local n=Instance.new("TextButton")local o=Instance.new("TextBox")local p=Instance.new("TextButton")local q=Instance.new("TextButton")local r=Instance.new("TextLabel")local s=Instance.new("TextButton")a.Name="WLS 3 - by Arpon AG"a.Parent=game.CoreGui;b.Name="Body"b.Parent=a;b.Active=true;b.BackgroundColor3=Color3.new(0,0,0)b.BackgroundTransparency=0.55000001192093;b.BorderColor3=Color3.new(1,1,1)b.BorderSizePixel=2;b.Position=UDim2.new(0.346729517,0,0.32537514,0)b.Selectable=true;b.Size=UDim2.new(0,297,0,403)b.Draggable=true;c.Parent=b;c.AspectRatio=0.80000001192093;d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1;d.Position=UDim2.new(-0.114478111,0,-0.433962256,0)d.Size=UDim2.new(0,365,0,245)d.Image="rbxassetid://2354968170"e.Name="tpSkyG"e.Parent=b;e.BackgroundColor3=Color3.new(0.133333,0.435294,1)e.BorderSizePixel=2;e.Position=UDim2.new(0.184714809,0,0.135317922,0)e.Size=UDim2.new(0,187,0,34)e.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;e.Font=Enum.Font.Cartoon;e.Text="Tp To Sky Gym"e.TextColor3=Color3.new(0,0,0)e.TextSize=16;e.TextStrokeColor3=Color3.new(1,1,1)f.Name="tpGate"f.Parent=b;f.BackgroundColor3=Color3.new(0.133333,0.435294,1)f.BorderSizePixel=2;f.Position=UDim2.new(0.184714794,0,0.227231681,0)f.Size=UDim2.new(0,187,0,34)f.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;f.Font=Enum.Font.Cartoon;f.Text="Tp To Sky Gym Gate"f.TextColor3=Color3.new(0,0,0)f.TextSize=16;f.TextStrokeColor3=Color3.new(1,1,1)g.Name="tpBeach"g.Parent=b;g.BackgroundColor3=Color3.new(1,1,1)g.BorderSizePixel=0;g.Position=UDim2.new(0.184714794,0,0.319145411,0)g.Size=UDim2.new(0,187,0,34)g.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;g.Font=Enum.Font.Cartoon;g.Text="Tp To Beach"g.TextColor3=Color3.new(0,0,0)g.TextSize=16;g.TextStrokeColor3=Color3.new(1,1,1)h.Name="uArena"h.Parent=b;h.BackgroundColor3=Color3.new(1,1,1)h.BorderSizePixel=0;h.Position=UDim2.new(0.184714794,0,0.40836376,0)h.Size=UDim2.new(0,187,0,34)h.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;h.Font=Enum.Font.Cartoon;h.Text="Tp To Brawl Arena"h.TextColor3=Color3.new(0,0,0)h.TextSize=16;h.TextStrokeColor3=Color3.new(1,1,1)i.Name="uBarr"i.Parent=b;i.BackgroundColor3=Color3.new(1,1,1)i.BorderSizePixel=0;i.Position=UDim2.new(0.184714794,0,0.771079779,0)i.Size=UDim2.new(0,187,0,34)i.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;i.Font=Enum.Font.Cartoon;i.Text="Unlock Brawl Barrier"i.TextColor3=Color3.new(0,0,0)i.TextSize=16;i.TextStrokeColor3=Color3.new(1,1,1)j.Name="line1"j.Parent=b;j.BackgroundColor3=Color3.new(0,0,0)j.BackgroundTransparency=0.75;j.BorderSizePixel=0;j.Position=UDim2.new(0,0,0.11051213,0)j.Size=UDim2.new(0,297,0,3)k.Name="uBeach"k.Parent=b;k.BackgroundColor3=Color3.new(1,1,1)k.BorderSizePixel=0;k.Position=UDim2.new(0.184714794,0,0.671079755,0)k.Size=UDim2.new(0,187,0,34)k.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;k.Font=Enum.Font.Cartoon;k.Text="Unlock Beach Barrier"k.TextColor3=Color3.new(0,0,0)k.TextSize=16;k.TextStrokeColor3=Color3.new(1,1,1)l.Name="Speed"l.Parent=b;l.BackgroundColor3=Color3.new(1,1,1)l.BackgroundTransparency=1;l.Position=UDim2.new(0.0404040404,0,0.851752043,0)l.Size=UDim2.new(0,92,0,55)l.Font=Enum.Font.Cartoon;l.Text="Speed:"l.TextColor3=Color3.new(1,1,1)l.TextSize=20;m.Name="splus"m.Parent=b;m.BackgroundColor3=Color3.new(1,1,1)m.BorderSizePixel=0;m.Position=UDim2.new(0.297547609,0,0.889487863,0)m.Size=UDim2.new(0,25,0,27)m.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;m.Font=Enum.Font.Cartoon;m.Text="+"m.TextColor3=Color3.new(0,0,0)m.TextSize=16;m.TextStrokeColor3=Color3.new(1,1,1)n.Name="smin"n.Parent=b;n.BackgroundColor3=Color3.new(1,1,1)n.BorderSizePixel=0;n.Position=UDim2.new(0.38422516,0,0.889487863,0)n.Size=UDim2.new(0,25,0,27)n.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;n.Font=Enum.Font.Cartoon;n.Text="-"n.TextColor3=Color3.new(0,0,0)n.TextSize=16;n.TextStrokeColor3=Color3.new(1,1,1)o.Name="Jump"o.Parent=b;o.BackgroundColor3=Color3.new(1,1,1)o.BackgroundTransparency=1;o.Position=UDim2.new(0.522453547,0,0.851752043,0)o.Size=UDim2.new(0,76,0,55)o.Font=Enum.Font.Cartoon;o.Text="Jump: "o.TextColor3=Color3.new(1,1,1)o.TextSize=20;p.Name="jmin"p.Parent=b;p.BackgroundColor3=Color3.new(1,1,1)p.BorderSizePixel=0;p.Position=UDim2.new(0.812096775,0,0.889487863,0)p.Size=UDim2.new(0,26,0,27)p.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;p.Font=Enum.Font.Cartoon;p.Text="-"p.TextColor3=Color3.new(0,0,0)p.TextSize=16;p.TextStrokeColor3=Color3.new(1,1,1)q.Name="jplus"q.Parent=b;q.BackgroundColor3=Color3.new(1,1,1)q.BorderSizePixel=0;q.Position=UDim2.new(0.725203931,0,0.889487863,0)q.Size=UDim2.new(0,26,0,27)q.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;q.Font=Enum.Font.Cartoon;q.Text="+"q.TextColor3=Color3.new(0,0,0)q.TextSize=16;q.TextStrokeColor3=Color3.new(1,1,1)r.Parent=b;r.BackgroundColor3=Color3.new(1,1,1)r.BackgroundTransparency=1;r.Position=UDim2.new(0,0,1,0)r.Size=UDim2.new(0,297,0,22)r.Font=Enum.Font.SciFi;r.Text="Gui Created by \"Arpon AG#1124\" "r.TextColor3=Color3.new(1,1,1)r.TextSize=18;s.Name="farm"s.Parent=b;s.BackgroundColor3=Color3.new(1,1,1)s.BorderSizePixel=0;s.Position=UDim2.new(0.181347787,0,0.537743807,0)s.Size=UDim2.new(0,187,0,34)s.Style=Enum.ButtonStyle.RobloxRoundDropdownButton;s.Font=Enum.Font.Cartoon;s.Text="[AFK] Auto Farm"s.TextColor3=Color3.new(0,0,0)s.TextSize=16;s.TextStrokeColor3=Color3.new(1,1,1)s.MouseButton1Click:Connect(function()_G.toggle=true;while _G.toggle do wait(0.001)local t=game.Players.LocalPlayer.Name;local u="rep"local v=game:GetService("Players")[t].strengthEvent;v:FireServer(u)end end)m.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed+10 end)n.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed-10 end)q.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower+20 end)p.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Character.Humanoid.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower-20 end)k.MouseButton1Click:Connect(function()game.Workspace.bigBoyBeachBarrier:Destroy()end)e.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(2201,759.543,-231)end)f.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(1988.279,757.372,-232.198)end)g.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(-5.6,1.5,-211.93)end)h.MouseButton1Click:Connect(function()function tp(w,x,y)local z=50;moving=true;if w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-z))end end;if w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then while w>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then while y>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+z))end end;if x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x<game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;if x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then while x>game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+z,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))end end;moving=false end;spawn(function()game:getService("RunService"):BindToRenderStep("",0,function()if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")then return end;if moving==true then game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)end end)end)tp(5791.356,32.633,2297.518)end)i.MouseButton1Click:Connect(function()local A=game.Players.LocalPlayer.Character.LowerTorso.CFrame;for B,C in pairs(game.Workspace:GetChildren())do if C.Name=="brawlBarrier"and C:IsA("BasePart")then C:Destroy()end end end)
  1965. end)
  1966.  
  1967. Speed2.Name = "Speed 2"
  1968. Speed2.Parent = Gui
  1969. Speed2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  1970. Speed2.BackgroundTransparency = 0.40000000596046
  1971. Speed2.BorderColor3 = Color3.new(0, 0, 0)
  1972. Speed2.BorderSizePixel = 2
  1973. Speed2.Position = UDim2.new(0.0396039598, 0, 0.691696465, 0)
  1974. Speed2.Size = UDim2.new(0, 200, 0, 50)
  1975. Speed2.Font = Enum.Font.GothamSemibold
  1976. Speed2.Text = "Speed Simulator 2"
  1977. Speed2.TextColor3 = Color3.new(0.168627, 0.933333, 1)
  1978. Speed2.TextSize = 20
  1979. Speed2.TextStrokeTransparency = 0.20000000298023
  1980. Speed2.MouseButton1Click:connect(function()
  1981. -- Objects
  1982.  
  1983. local ScreenGui = Instance.new("ScreenGui")
  1984. local Main = Instance.new("Frame")
  1985. local _1 = Instance.new("TextButton")
  1986. local TextLabel = Instance.new("TextLabel")
  1987. local _2 = Instance.new("TextButton")
  1988. local _3 = Instance.new("TextButton")
  1989. local NameTrail = Instance.new("TextBox")
  1990. local TextButton = Instance.new("TextButton")
  1991. Open = false
  1992.  
  1993. -- Properties
  1994.  
  1995. ScreenGui.Parent = game.CoreGui
  1996.  
  1997. Main.Name = "Main"
  1998. Main.Parent = ScreenGui
  1999. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  2000. Main.Position = UDim2.new(0.0142711522, 0, 0.194779113, 0)
  2001. Main.Size = UDim2.new(0, 184, 0, 208)
  2002. Main.Style = Enum.FrameStyle.RobloxRound
  2003.  
  2004. _1.Name = "1"
  2005. _1.Parent = Main
  2006. _1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2007. _1.Position = UDim2.new(0, 0, 0.264507055, 0)
  2008. _1.Size = UDim2.new(0, 168, 0, 25)
  2009. _1.Font = Enum.Font.SourceSans
  2010. _1.Text = "Diamond"
  2011. _1.TextColor3 = Color3.new(1, 1, 1)
  2012. _1.TextSize = 14
  2013.  
  2014. TextLabel.Parent = Main
  2015. TextLabel.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  2016. TextLabel.Position = UDim2.new(-0.048913043, 0, -0.0425920896, 0)
  2017. TextLabel.Size = UDim2.new(0, 184, 0, 50)
  2018. TextLabel.Font = Enum.Font.SourceSans
  2019. TextLabel.Text = "Menu Speed Simulator 2"
  2020. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2021. TextLabel.TextSize = 14
  2022.  
  2023. _2.Name = "2"
  2024. _2.Parent = Main
  2025. _2.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2026. _2.Position = UDim2.new(0, 0, 0.446507037, 0)
  2027. _2.Size = UDim2.new(0, 168, 0, 25)
  2028. _2.Font = Enum.Font.SourceSans
  2029. _2.Text = "Steps"
  2030. _2.TextColor3 = Color3.new(1, 1, 1)
  2031. _2.TextSize = 14
  2032.  
  2033. _3.Name = "3"
  2034. _3.Parent = Main
  2035. _3.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2036. _3.Position = UDim2.new(0, 0, 0.62450707, 0)
  2037. _3.Size = UDim2.new(0, 168, 0, 25)
  2038. _3.Font = Enum.Font.SourceSans
  2039. _3.Text = "Trail"
  2040. _3.TextColor3 = Color3.new(1, 1, 1)
  2041. _3.TextSize = 14
  2042.  
  2043. NameTrail.Name = "Name Trail"
  2044. NameTrail.Parent = Main
  2045. NameTrail.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2046. NameTrail.Position = UDim2.new(0, 0, 0.808591545, 0)
  2047. NameTrail.Size = UDim2.new(0, 168, 0, 25)
  2048. NameTrail.Font = Enum.Font.SourceSans
  2049. NameTrail.Text = "Name Trail"
  2050. NameTrail.TextColor3 = Color3.new(1, 1, 1)
  2051. NameTrail.TextSize = 14
  2052.  
  2053. _1.MouseButton1Down:connect(function()
  2054. repeat
  2055. local Diamond1 = "diamonds"
  2056. local Diamond2 = 100
  2057. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  2058. Event:FireServer(Diamond1, Diamond2)
  2059. wait()
  2060. until
  2061. nil
  2062. end)
  2063.  
  2064. _2.MouseButton1Down:connect(function()
  2065. repeat
  2066. local Step1 = "steps"
  2067. local Step2 = 100
  2068. local Event = game:GetService("ReplicatedStorage").SpeedHandler
  2069. Event:FireServer(Step1, Step2)
  2070. wait()
  2071. until
  2072. nil
  2073. end)
  2074.  
  2075. _3.MouseButton1Down:connect(function()
  2076. local Trail1 = NameTrail
  2077. local Event = game:GetService("ReplicatedStorage").changeTrail
  2078. Event:InvokeServer(Trail1)
  2079. end)
  2080. end)
  2081.  
  2082. Texting.Name = "Texting"
  2083. Texting.Parent = Gui
  2084. Texting.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  2085. Texting.BackgroundTransparency = 0.40000000596046
  2086. Texting.BorderColor3 = Color3.new(0, 0, 0)
  2087. Texting.BorderSizePixel = 2
  2088. Texting.Position = UDim2.new(0.036303632, 0, 0.895510435, 0)
  2089. Texting.Size = UDim2.new(0, 200, 0, 50)
  2090. Texting.Font = Enum.Font.Arcade
  2091. Texting.Text = "Texting Simulator"
  2092. Texting.TextColor3 = Color3.new(0, 0, 0)
  2093. Texting.TextSize = 18
  2094. Texting.TextStrokeColor3 = Color3.new(1, 1, 1)
  2095. Texting.TextStrokeTransparency = 0.20000000298023
  2096. Texting.MouseButton1Click:connect(function()
  2097. while wait() do
  2098. for i = 1, 2500 do ---feel free to change 2500 to any amount
  2099. game:GetService("ReplicatedStorage").ToolEvents.CashEvent:FireServer()
  2100. end
  2101. while true do
  2102. wait()
  2103. game:GetService("ReplicatedStorage").Events.EmojiEquip:FireServer(24)
  2104. end
  2105. end
  2106. end)
  2107.  
  2108. Credits.Name = "Credits"
  2109. Credits.Parent = Gui
  2110. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  2111. Credits.BackgroundTransparency = 1
  2112. Credits.Position = UDim2.new(0.170802653, 0, -0.000284125097, 0)
  2113. Credits.Size = UDim2.new(0, 162, 0, 24)
  2114. Credits.Font = Enum.Font.SciFi
  2115. Credits.Text = "Made by NuggetTheBoo#8340"
  2116. Credits.TextColor3 = Color3.new(0, 0, 0)
  2117. Credits.TextSize = 14
  2118.  
  2119. Mining.Name = "Mining"
  2120. Mining.Parent = Gui
  2121. Mining.BackgroundColor3 = Color3.new(0.862745, 0.576471, 0)
  2122. Mining.BackgroundTransparency = 0.40000000596046
  2123. Mining.BorderColor3 = Color3.new(0, 0, 0)
  2124. Mining.BorderSizePixel = 2
  2125. Mining.Position = UDim2.new(0.0396039635, 0, 0.795391321, 0)
  2126. Mining.Size = UDim2.new(0, 200, 0, 50)
  2127. Mining.Font = Enum.Font.Gotham
  2128. Mining.Text = "Mining Simulator"
  2129. Mining.TextColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  2130. Mining.TextSize = 20
  2131. Mining.TextStrokeColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  2132. Mining.TextStrokeTransparency = 0.60000002384186
  2133. Mining.MouseButton1Click:connect(function()
  2134. loadstring(game:HttpGet("https://pastebin.com/raw/fRw4GJhy", true))()
  2135. end)
  2136.  
  2137. BeeSwarm.Name = "Bee Swarm"
  2138. BeeSwarm.Parent = Gui
  2139. BeeSwarm.BackgroundColor3 = Color3.new(0.988235, 1, 0.258824)
  2140. BeeSwarm.BackgroundTransparency = 0.40000000596046
  2141. BeeSwarm.BorderSizePixel = 2
  2142. BeeSwarm.Position = UDim2.new(0.0363036171, 0, 0.209382668, 0)
  2143. BeeSwarm.Size = UDim2.new(0, 200, 0, 50)
  2144. BeeSwarm.Font = Enum.Font.ArialBold
  2145. BeeSwarm.Text = "Bee Swarm Simulator"
  2146. BeeSwarm.TextColor3 = Color3.new(0, 0, 0)
  2147. BeeSwarm.TextSize = 18
  2148. BeeSwarm.TextStrokeColor3 = Color3.new(1, 1, 1)
  2149. BeeSwarm.TextStrokeTransparency = 0.20000000298023
  2150. BeeSwarm.MouseButton1Click:connect(function()
  2151. loadstring(game:HttpGet('https://pastebin.com/raw/eWxjzjnM', true))()
  2152. end)
Add Comment
Please, Sign In to add comment