Solar System Exploration 2 [updated GUI]

Script Credit :- BazingaPOG#7628
Features

made a searchbox for the teleports, goodbye ugly teleports GUI!
added new planet, labyrinth
sorted out the code more nicely
added new ore Bled element
added the 3 easter egg teleports

 

TIP: Do not spam sell rocks or you will get your position saved to the shop
ALSO, to get the ores you first have to go to the planets
moon for moonshock
mars for mars rock
ariel for bled element
miranda for shockstone

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local Materials = Instance.new("TextButton") local TeleportListFrame = Instance.new("ScrollingFrame") local Rhea = Instance.new("TextButton") local Lapetus = Instance.new("TextButton") local Miranda = Instance.new("TextButton") local Umbriel = Instance.new("TextButton") local Ariel = Instance.new("TextButton") local Oberon = Instance.new("TextButton") local Titan = Instance.new("TextButton") local Pluto = Instance.new("TextButton") local Triton = Instance.new("TextButton") local Typhon = Instance.new("TextButton") local Charon = Instance.new("TextButton") local Venus = Instance.new("TextButton") local Callisto = Instance.new("TextButton") local Ganymede = Instance.new("TextButton") local Moon = Instance.new("TextButton") local Labyrinth = Instance.new("TextButton") local Mars = Instance.new("TextButton") local Dione = Instance.new("TextButton") local Tethys = Instance.new("TextButton") local Encaladus = Instance.new("TextButton") local Mimas = Instance.new("TextButton") local Europa = Instance.new("TextButton") local Io = Instance.new("TextButton") local Mercury = Instance.new("TextButton") local Titania = Instance.new("TextButton") local UIListLayout = Instance.new("UIListLayout") local Pickaxe = Instance.new("TextButton") local Miner = Instance.new("TextButton") local FlagEGG = Instance.new("TextButton") local Moonstone = Instance.new("TextButton") local Terraformer = Instance.new("TextButton") local Factory = Instance.new("TextButton") local SSE1EGG = Instance.new("TextButton") local Fracker = Instance.new("TextButton") local Explosives = Instance.new("TextButton") local SellRocks = Instance.new("TextButton") local SouthAmerica = Instance.new("TextButton") local Air = Instance.new("TextButton") local Nuke = Instance.new("TextButton") local NorthAmerica = Instance.new("TextButton") local Bledelement = Instance.new("TextButton") local Shockstone = Instance.new("TextButton") local MarsRock = Instance.new("TextButton") local Radar = Instance.new("TextButton") local SantaEGG = Instance.new("TextButton") local ScrollSearch = Instance.new("TextBox") local Close = Instance.new("TextButton") local OpenFrame = Instance.new("Frame") local Open = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling MainFrame.Name = "MainFrame" MainFrame.Parent = ScreenGui MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) MainFrame.Position = UDim2.new(0.0912648737, 0, 0.252420664, 0) MainFrame.Size = UDim2.new(0, 350, 0, 250) MainFrame.Draggable = true OpenFrame.Draggable = true Materials.Name = "Materials" Materials.Parent = MainFrame Materials.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Materials.BorderColor3 = Color3.fromRGB(0, 0, 0) Materials.Position = UDim2.new(0, 10, 0, 14) Materials.Size = UDim2.new(0, 58, 0, 50) Materials.Font = Enum.Font.Cartoon Materials.Text = "Materials 100" Materials.TextColor3 = Color3.fromRGB(255, 255, 255) Materials.TextScaled = true Materials.TextSize = 14.000 Materials.TextWrapped = true TeleportListFrame.Name = "TeleportListFrame" TeleportListFrame.Parent = MainFrame TeleportListFrame.Active = true TeleportListFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) TeleportListFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) TeleportListFrame.Position = UDim2.new(1.05059004, 0, 0.159690142, 0) TeleportListFrame.Size = UDim2.new(0, 100, 0, 210) TeleportListFrame.CanvasSize = UDim2.new(0, 0, 3, 0) TeleportListFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar Rhea.Name = "Rhea" Rhea.Parent = TeleportListFrame Rhea.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Rhea.BorderColor3 = Color3.fromRGB(0, 0, 0) Rhea.Position = UDim2.new(0, 0, 0.524999976, 0) Rhea.Size = UDim2.new(0, 85, 0, 25) Rhea.Font = Enum.Font.Cartoon Rhea.Text = "Rhea" Rhea.TextColor3 = Color3.fromRGB(255, 255, 255) Rhea.TextScaled = true Rhea.TextSize = 14.000 Rhea.TextWrapped = true Lapetus.Name = "Lapetus" Lapetus.Parent = TeleportListFrame Lapetus.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Lapetus.BorderColor3 = Color3.fromRGB(0, 0, 0) Lapetus.Position = UDim2.new(0, 0, 0.49000001, 0) Lapetus.Size = UDim2.new(0, 85, 0, 25) Lapetus.Font = Enum.Font.Cartoon Lapetus.Text = "Lapetus" Lapetus.TextColor3 = Color3.fromRGB(255, 255, 255) Lapetus.TextScaled = true Lapetus.TextSize = 14.000 Lapetus.TextWrapped = true Miranda.Name = "Miranda" Miranda.Parent = TeleportListFrame Miranda.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Miranda.BorderColor3 = Color3.fromRGB(0, 0, 0) Miranda.Position = UDim2.new(0, 0, 0.455000013, 0) Miranda.Size = UDim2.new(0, 85, 0, 25) Miranda.Font = Enum.Font.Cartoon Miranda.Text = "Miranda" Miranda.TextColor3 = Color3.fromRGB(255, 255, 255) Miranda.TextScaled = true Miranda.TextSize = 14.000 Miranda.TextWrapped = true Umbriel.Name = "Umbriel" Umbriel.Parent = TeleportListFrame Umbriel.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Umbriel.BorderColor3 = Color3.fromRGB(0, 0, 0) Umbriel.Position = UDim2.new(0, 0, 0.349999994, 0) Umbriel.Size = UDim2.new(0, 85, 0, 25) Umbriel.Font = Enum.Font.Cartoon Umbriel.Text = "Umbriel" Umbriel.TextColor3 = Color3.fromRGB(255, 255, 255) Umbriel.TextScaled = true Umbriel.TextSize = 14.000 Umbriel.TextWrapped = true Ariel.Name = "Ariel" Ariel.Parent = TeleportListFrame Ariel.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Ariel.BorderColor3 = Color3.fromRGB(0, 0, 0) Ariel.Position = UDim2.new(0, 0, 0.419999987, 0) Ariel.Size = UDim2.new(0, 85, 0, 25) Ariel.Font = Enum.Font.Cartoon Ariel.Text = "Ariel" Ariel.TextColor3 = Color3.fromRGB(255, 255, 255) Ariel.TextScaled = true Ariel.TextSize = 14.000 Ariel.TextWrapped = true Oberon.Name = "Oberon" Oberon.Parent = TeleportListFrame Oberon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Oberon.BorderColor3 = Color3.fromRGB(0, 0, 0) Oberon.Position = UDim2.new(0, 0, 0.38499999, 0) Oberon.Size = UDim2.new(0, 85, 0, 25) Oberon.Font = Enum.Font.Cartoon Oberon.Text = "Oberon" Oberon.TextColor3 = Color3.fromRGB(255, 255, 255) Oberon.TextScaled = true Oberon.TextSize = 14.000 Oberon.TextWrapped = true Titan.Name = "Titan" Titan.Parent = TeleportListFrame Titan.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Titan.BorderColor3 = Color3.fromRGB(0, 0, 0) Titan.Position = UDim2.new(0, 0, 0.314999998, 0) Titan.Size = UDim2.new(0, 85, 0, 25) Titan.Font = Enum.Font.Cartoon Titan.Text = "Titan" Titan.TextColor3 = Color3.fromRGB(255, 255, 255) Titan.TextScaled = true Titan.TextSize = 14.000 Titan.TextWrapped = true Pluto.Name = "Pluto" Pluto.Parent = TeleportListFrame Pluto.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Pluto.BorderColor3 = Color3.fromRGB(0, 0, 0) Pluto.Position = UDim2.new(0, 0, 0.280000001, 0) Pluto.Size = UDim2.new(0, 85, 0, 25) Pluto.Font = Enum.Font.Cartoon Pluto.Text = "Pluto" Pluto.TextColor3 = Color3.fromRGB(255, 255, 255) Pluto.TextScaled = true Pluto.TextSize = 14.000 Pluto.TextWrapped = true Triton.Name = "Triton" Triton.Parent = TeleportListFrame Triton.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Triton.BorderColor3 = Color3.fromRGB(0, 0, 0) Triton.Position = UDim2.new(0, 0, 0.245000005, 0) Triton.Size = UDim2.new(0, 85, 0, 25) Triton.Font = Enum.Font.Cartoon Triton.Text = "Triton" Triton.TextColor3 = Color3.fromRGB(255, 255, 255) Triton.TextScaled = true Triton.TextSize = 14.000 Triton.TextWrapped = true Typhon.Name = "Typhon" Typhon.Parent = TeleportListFrame Typhon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Typhon.BorderColor3 = Color3.fromRGB(0, 0, 0) Typhon.Position = UDim2.new(0, 0, 0.209999993, 0) Typhon.Size = UDim2.new(0, 85, 0, 25) Typhon.Font = Enum.Font.Cartoon Typhon.Text = "Typhon" Typhon.TextColor3 = Color3.fromRGB(255, 255, 255) Typhon.TextScaled = true Typhon.TextSize = 14.000 Typhon.TextWrapped = true Charon.Name = "Charon" Charon.Parent = TeleportListFrame Charon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Charon.BorderColor3 = Color3.fromRGB(0, 0, 0) Charon.Position = UDim2.new(0, 0, 0.174999997, 0) Charon.Size = UDim2.new(0, 85, 0, 25) Charon.Font = Enum.Font.Cartoon Charon.Text = "Charon" Charon.TextColor3 = Color3.fromRGB(255, 255, 255) Charon.TextScaled = true Charon.TextSize = 14.000 Charon.TextWrapped = true Venus.Name = "Venus" Venus.Parent = TeleportListFrame Venus.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Venus.BorderColor3 = Color3.fromRGB(0, 0, 0) Venus.Position = UDim2.new(0, 0, 0.140000001, 0) Venus.Size = UDim2.new(0, 85, 0, 25) Venus.Font = Enum.Font.Cartoon Venus.Text = "Venus" Venus.TextColor3 = Color3.fromRGB(255, 255, 255) Venus.TextScaled = true Venus.TextSize = 14.000 Venus.TextWrapped = true Callisto.Name = "Callisto" Callisto.Parent = TeleportListFrame Callisto.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Callisto.BorderColor3 = Color3.fromRGB(0, 0, 0) Callisto.Position = UDim2.new(0, 0, 0.0700000003, 0) Callisto.Size = UDim2.new(0, 85, 0, 25) Callisto.Font = Enum.Font.Cartoon Callisto.Text = "Callisto" Callisto.TextColor3 = Color3.fromRGB(255, 255, 255) Callisto.TextScaled = true Callisto.TextSize = 14.000 Callisto.TextWrapped = true Ganymede.Name = "Ganymede" Ganymede.Parent = TeleportListFrame Ganymede.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Ganymede.BorderColor3 = Color3.fromRGB(0, 0, 0) Ganymede.Position = UDim2.new(0, 0, 0.104999997, 0) Ganymede.Size = UDim2.new(0, 85, 0, 25) Ganymede.Font = Enum.Font.Cartoon Ganymede.Text = "Ganymede" Ganymede.TextColor3 = Color3.fromRGB(255, 255, 255) Ganymede.TextScaled = true Ganymede.TextSize = 14.000 Ganymede.TextWrapped = true Moon.Name = "Moon" Moon.Parent = TeleportListFrame Moon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Moon.BorderColor3 = Color3.fromRGB(0, 0, 0) Moon.Position = UDim2.new(0, 0, 0.0350000001, 0) Moon.Size = UDim2.new(0, 85, 0, 25) Moon.Font = Enum.Font.Cartoon Moon.Text = "Moon" Moon.TextColor3 = Color3.fromRGB(255, 255, 255) Moon.TextScaled = true Moon.TextSize = 14.000 Moon.TextWrapped = true Labyrinth.Name = "Labyrinth" Labyrinth.Parent = TeleportListFrame Labyrinth.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Labyrinth.BorderColor3 = Color3.fromRGB(0, 0, 0) Labyrinth.Size = UDim2.new(0, 85, 0, 25) Labyrinth.Font = Enum.Font.Cartoon Labyrinth.Text = "Labyrinth" Labyrinth.TextColor3 = Color3.fromRGB(255, 255, 255) Labyrinth.TextScaled = true Labyrinth.TextSize = 14.000 Labyrinth.TextWrapped = true Mars.Name = "Mars" Mars.Parent = TeleportListFrame Mars.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Mars.BorderColor3 = Color3.fromRGB(0, 0, 0) Mars.Size = UDim2.new(0, 85, 0, 25) Mars.Font = Enum.Font.Cartoon Mars.Text = "Mars" Mars.TextColor3 = Color3.fromRGB(255, 255, 255) Mars.TextScaled = true Mars.TextSize = 14.000 Mars.TextWrapped = true Dione.Name = "Dione" Dione.Parent = TeleportListFrame Dione.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Dione.BorderColor3 = Color3.fromRGB(0, 0, 0) Dione.Position = UDim2.new(0, 0, 0.560000002, 0) Dione.Size = UDim2.new(0, 85, 0, 25) Dione.Font = Enum.Font.Cartoon Dione.Text = "Dione" Dione.TextColor3 = Color3.fromRGB(255, 255, 255) Dione.TextScaled = true Dione.TextSize = 14.000 Dione.TextWrapped = true Tethys.Name = "Tethys" Tethys.Parent = TeleportListFrame Tethys.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Tethys.BorderColor3 = Color3.fromRGB(0, 0, 0) Tethys.Position = UDim2.new(0, 0, 0.595000029, 0) Tethys.Size = UDim2.new(0, 85, 0, 25) Tethys.Font = Enum.Font.Cartoon Tethys.Text = "Tethys" Tethys.TextColor3 = Color3.fromRGB(255, 255, 255) Tethys.TextScaled = true Tethys.TextSize = 14.000 Tethys.TextWrapped = true Encaladus.Name = "Encaladus" Encaladus.Parent = TeleportListFrame Encaladus.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Encaladus.BorderColor3 = Color3.fromRGB(0, 0, 0) Encaladus.Position = UDim2.new(0, 0, 0.629999995, 0) Encaladus.Size = UDim2.new(0, 85, 0, 25) Encaladus.Font = Enum.Font.Cartoon Encaladus.Text = "Encaladus" Encaladus.TextColor3 = Color3.fromRGB(255, 255, 255) Encaladus.TextScaled = true Encaladus.TextSize = 14.000 Encaladus.TextWrapped = true Mimas.Name = "Mimas" Mimas.Parent = TeleportListFrame Mimas.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Mimas.BorderColor3 = Color3.fromRGB(0, 0, 0) Mimas.Position = UDim2.new(0, 0, 0.665000021, 0) Mimas.Size = UDim2.new(0, 85, 0, 25) Mimas.Font = Enum.Font.Cartoon Mimas.Text = "Mimas" Mimas.TextColor3 = Color3.fromRGB(255, 255, 255) Mimas.TextScaled = true Mimas.TextSize = 14.000 Mimas.TextWrapped = true Europa.Name = "Europa" Europa.Parent = TeleportListFrame Europa.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Europa.BorderColor3 = Color3.fromRGB(0, 0, 0) Europa.Position = UDim2.new(0, 0, 0.699999988, 0) Europa.Size = UDim2.new(0, 85, 0, 25) Europa.Font = Enum.Font.Cartoon Europa.Text = "Europa" Europa.TextColor3 = Color3.fromRGB(255, 255, 255) Europa.TextScaled = true Europa.TextSize = 14.000 Europa.TextWrapped = true Io.Name = "Io" Io.Parent = TeleportListFrame Io.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Io.BorderColor3 = Color3.fromRGB(0, 0, 0) Io.Position = UDim2.new(0, 0, 0.735000014, 0) Io.Size = UDim2.new(0, 85, 0, 25) Io.Font = Enum.Font.Cartoon Io.Text = "Io" Io.TextColor3 = Color3.fromRGB(255, 255, 255) Io.TextScaled = true Io.TextSize = 14.000 Io.TextWrapped = true Mercury.Name = "Mercury" Mercury.Parent = TeleportListFrame Mercury.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Mercury.BorderColor3 = Color3.fromRGB(0, 0, 0) Mercury.Position = UDim2.new(0, 0, 0.769999981, 0) Mercury.Size = UDim2.new(0, 85, 0, 25) Mercury.Font = Enum.Font.Cartoon Mercury.Text = "Mercury" Mercury.TextColor3 = Color3.fromRGB(255, 255, 255) Mercury.TextScaled = true Mercury.TextSize = 14.000 Mercury.TextWrapped = true Titania.Name = "Titania" Titania.Parent = TeleportListFrame Titania.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Titania.BorderColor3 = Color3.fromRGB(0, 0, 0) Titania.Position = UDim2.new(0, 0, 0.805000007, 0) Titania.Size = UDim2.new(0, 85, 0, 25) Titania.Font = Enum.Font.Cartoon Titania.Text = "Titania" Titania.TextColor3 = Color3.fromRGB(255, 255, 255) Titania.TextScaled = true Titania.TextSize = 14.000 Titania.TextWrapped = true UIListLayout.Parent = TeleportListFrame UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0, 5) Pickaxe.Name = "Pickaxe" Pickaxe.Parent = MainFrame Pickaxe.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Pickaxe.BorderColor3 = Color3.fromRGB(0, 0, 0) Pickaxe.Position = UDim2.new(0, 78, 0, 14) Pickaxe.Size = UDim2.new(0, 58, 0, 50) Pickaxe.Font = Enum.Font.Cartoon Pickaxe.Text = "Pickaxe 150" Pickaxe.TextColor3 = Color3.fromRGB(255, 255, 255) Pickaxe.TextScaled = true Pickaxe.TextSize = 14.000 Pickaxe.TextWrapped = true Miner.Name = "Miner" Miner.Parent = MainFrame Miner.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Miner.BorderColor3 = Color3.fromRGB(0, 0, 0) Miner.Position = UDim2.new(0, 214, 0, 14) Miner.Size = UDim2.new(0, 58, 0, 50) Miner.Font = Enum.Font.Cartoon Miner.Text = "Miner 1k" Miner.TextColor3 = Color3.fromRGB(255, 255, 255) Miner.TextScaled = true Miner.TextSize = 14.000 Miner.TextWrapped = true FlagEGG.Name = "FlagEGG" FlagEGG.Parent = MainFrame FlagEGG.BackgroundColor3 = Color3.fromRGB(53, 53, 53) FlagEGG.BorderColor3 = Color3.fromRGB(0, 0, 0) FlagEGG.Position = UDim2.new(0, 78, 0, 185) FlagEGG.Size = UDim2.new(0, 58, 0, 50) FlagEGG.Font = Enum.Font.Cartoon FlagEGG.Text = "Flag easter egg" FlagEGG.TextColor3 = Color3.fromRGB(255, 255, 255) FlagEGG.TextScaled = true FlagEGG.TextSize = 14.000 FlagEGG.TextWrapped = true Moonstone.Name = "Moonstone" Moonstone.Parent = MainFrame Moonstone.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Moonstone.BorderColor3 = Color3.fromRGB(0, 0, 0) Moonstone.Position = UDim2.new(0, 282, 0, 14) Moonstone.Size = UDim2.new(0, 58, 0, 50) Moonstone.Font = Enum.Font.Cartoon Moonstone.Text = "Moonstone" Moonstone.TextColor3 = Color3.fromRGB(255, 255, 255) Moonstone.TextScaled = true Moonstone.TextSize = 14.000 Moonstone.TextWrapped = true Terraformer.Name = "Terraformer" Terraformer.Parent = MainFrame Terraformer.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Terraformer.BorderColor3 = Color3.fromRGB(0, 0, 0) Terraformer.Position = UDim2.new(0, 146, 0, 14) Terraformer.Size = UDim2.new(0, 58, 0, 50) Terraformer.Font = Enum.Font.Cartoon Terraformer.Text = "Terraformer 250" Terraformer.TextColor3 = Color3.fromRGB(255, 255, 255) Terraformer.TextScaled = true Terraformer.TextSize = 14.000 Terraformer.TextWrapped = true Factory.Name = "Factory" Factory.Parent = MainFrame Factory.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Factory.BorderColor3 = Color3.fromRGB(0, 0, 0) Factory.Position = UDim2.new(0, 78, 0, 70) Factory.Size = UDim2.new(0, 58, 0, 50) Factory.Font = Enum.Font.Cartoon Factory.Text = "Factory 3k" Factory.TextColor3 = Color3.fromRGB(255, 255, 255) Factory.TextScaled = true Factory.TextSize = 14.000 Factory.TextWrapped = true SSE1EGG.Name = "SSE1EGG" SSE1EGG.Parent = MainFrame SSE1EGG.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SSE1EGG.BorderColor3 = Color3.fromRGB(0, 0, 0) SSE1EGG.Position = UDim2.new(0, 10, 0, 185) SSE1EGG.Size = UDim2.new(0, 58, 0, 50) SSE1EGG.Font = Enum.Font.Cartoon SSE1EGG.Text = "SSE1 easter egg" SSE1EGG.TextColor3 = Color3.fromRGB(255, 255, 255) SSE1EGG.TextScaled = true SSE1EGG.TextSize = 14.000 SSE1EGG.TextWrapped = true Fracker.Name = "Fracker" Fracker.Parent = MainFrame Fracker.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Fracker.BorderColor3 = Color3.fromRGB(0, 0, 0) Fracker.Position = UDim2.new(0, 10, 0, 70) Fracker.Size = UDim2.new(0, 58, 0, 50) Fracker.Font = Enum.Font.Cartoon Fracker.Text = "Fracker 1.5k" Fracker.TextColor3 = Color3.fromRGB(255, 255, 255) Fracker.TextScaled = true Fracker.TextSize = 14.000 Fracker.TextWrapped = true Explosives.Name = "Explosives" Explosives.Parent = MainFrame Explosives.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Explosives.BorderColor3 = Color3.fromRGB(0, 0, 0) Explosives.Position = UDim2.new(0, 10, 0, 128) Explosives.Size = UDim2.new(0, 58, 0, 50) Explosives.Font = Enum.Font.Cartoon Explosives.Text = "Explosive Charge 100" Explosives.TextColor3 = Color3.fromRGB(255, 255, 255) Explosives.TextScaled = true Explosives.TextSize = 14.000 Explosives.TextWrapped = true SellRocks.Name = "SellRocks" SellRocks.Parent = MainFrame SellRocks.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SellRocks.BorderColor3 = Color3.fromRGB(0, 0, 0) SellRocks.Position = UDim2.new(0, 146, 0, 128) SellRocks.Size = UDim2.new(0, 58, 0, 50) SellRocks.Font = Enum.Font.Cartoon SellRocks.Text = "Sell rocks" SellRocks.TextColor3 = Color3.fromRGB(255, 255, 255) SellRocks.TextScaled = true SellRocks.TextSize = 14.000 SellRocks.TextWrapped = true SouthAmerica.Name = "SouthAmerica" SouthAmerica.Parent = MainFrame SouthAmerica.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SouthAmerica.BorderColor3 = Color3.fromRGB(0, 0, 0) SouthAmerica.Position = UDim2.new(0, 214, 0, 128) SouthAmerica.Size = UDim2.new(0, 58, 0, 50) SouthAmerica.Font = Enum.Font.Cartoon SouthAmerica.Text = "South America" SouthAmerica.TextColor3 = Color3.fromRGB(255, 255, 255) SouthAmerica.TextScaled = true SouthAmerica.TextSize = 14.000 SouthAmerica.TextWrapped = true Air.Name = "Air" Air.Parent = MainFrame Air.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Air.BorderColor3 = Color3.fromRGB(0, 0, 0) Air.Position = UDim2.new(0, 214, 0, 70) Air.Size = UDim2.new(0, 58, 0, 50) Air.Font = Enum.Font.Cartoon Air.Text = "Air 150" Air.TextColor3 = Color3.fromRGB(255, 255, 255) Air.TextScaled = true Air.TextSize = 14.000 Air.TextWrapped = true Nuke.Name = "Nuke" Nuke.Parent = MainFrame Nuke.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Nuke.BorderColor3 = Color3.fromRGB(0, 0, 0) Nuke.Position = UDim2.new(0, 78, 0, 128) Nuke.Size = UDim2.new(0, 58, 0, 50) Nuke.Font = Enum.Font.Cartoon Nuke.Text = "Callisto nuke" Nuke.TextColor3 = Color3.fromRGB(255, 255, 255) Nuke.TextScaled = true Nuke.TextSize = 14.000 Nuke.TextWrapped = true NorthAmerica.Name = "NorthAmerica" NorthAmerica.Parent = MainFrame NorthAmerica.BackgroundColor3 = Color3.fromRGB(53, 53, 53) NorthAmerica.BorderColor3 = Color3.fromRGB(0, 0, 0) NorthAmerica.Position = UDim2.new(0, 214, 0, 185) NorthAmerica.Size = UDim2.new(0, 58, 0, 50) NorthAmerica.Font = Enum.Font.Cartoon NorthAmerica.Text = "North America" NorthAmerica.TextColor3 = Color3.fromRGB(255, 255, 255) NorthAmerica.TextScaled = true NorthAmerica.TextSize = 14.000 NorthAmerica.TextWrapped = true Bledelement.Name = "Bledelement" Bledelement.Parent = MainFrame Bledelement.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Bledelement.BorderColor3 = Color3.fromRGB(0, 0, 0) Bledelement.Position = UDim2.new(0, 282, 0, 185) Bledelement.Size = UDim2.new(0, 58, 0, 50) Bledelement.Font = Enum.Font.Cartoon Bledelement.Text = "Bled element" Bledelement.TextColor3 = Color3.fromRGB(255, 255, 255) Bledelement.TextScaled = true Bledelement.TextSize = 14.000 Bledelement.TextWrapped = true Shockstone.Name = "Shockstone" Shockstone.Parent = MainFrame Shockstone.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Shockstone.BorderColor3 = Color3.fromRGB(0, 0, 0) Shockstone.Position = UDim2.new(0, 282, 0, 128) Shockstone.Size = UDim2.new(0, 58, 0, 50) Shockstone.Font = Enum.Font.Cartoon Shockstone.Text = "Shockstone" Shockstone.TextColor3 = Color3.fromRGB(255, 255, 255) Shockstone.TextScaled = true Shockstone.TextSize = 14.000 Shockstone.TextWrapped = true MarsRock.Name = "MarsRock" MarsRock.Parent = MainFrame MarsRock.BackgroundColor3 = Color3.fromRGB(53, 53, 53) MarsRock.BorderColor3 = Color3.fromRGB(0, 0, 0) MarsRock.Position = UDim2.new(0, 282, 0, 70) MarsRock.Size = UDim2.new(0, 58, 0, 50) MarsRock.Font = Enum.Font.Cartoon MarsRock.Text = "Mars rock" MarsRock.TextColor3 = Color3.fromRGB(255, 255, 255) MarsRock.TextScaled = true MarsRock.TextSize = 14.000 MarsRock.TextWrapped = true Radar.Name = "Radar" Radar.Parent = MainFrame Radar.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Radar.BorderColor3 = Color3.fromRGB(0, 0, 0) Radar.Position = UDim2.new(0, 146, 0, 70) Radar.Size = UDim2.new(0, 58, 0, 50) Radar.Font = Enum.Font.Cartoon Radar.Text = "Radar 200" Radar.TextColor3 = Color3.fromRGB(255, 255, 255) Radar.TextScaled = true Radar.TextSize = 14.000 Radar.TextWrapped = true SantaEGG.Name = "SantaEGG" SantaEGG.Parent = MainFrame SantaEGG.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SantaEGG.BorderColor3 = Color3.fromRGB(0, 0, 0) SantaEGG.Position = UDim2.new(0, 146, 0, 185) SantaEGG.Size = UDim2.new(0, 58, 0, 50) SantaEGG.Font = Enum.Font.Cartoon SantaEGG.Text = "Santa shack easter egg" SantaEGG.TextColor3 = Color3.fromRGB(255, 255, 255) SantaEGG.TextScaled = true SantaEGG.TextSize = 14.000 SantaEGG.TextWrapped = true ScrollSearch.Name = "ScrollSearch" ScrollSearch.Parent = MainFrame ScrollSearch.BackgroundColor3 = Color3.fromRGB(45, 45, 45) ScrollSearch.BorderColor3 = Color3.fromRGB(0, 0, 0) ScrollSearch.BorderSizePixel = 2 ScrollSearch.Position = UDim2.new(0, 367, 0, 4) ScrollSearch.Size = UDim2.new(0, 100, 0, 30) ScrollSearch.Font = Enum.Font.SourceSans ScrollSearch.Text = "" ScrollSearch.TextColor3 = Color3.fromRGB(0, 0, 0) ScrollSearch.TextSize = 14.000 Close.Name = "Close" Close.Parent = MainFrame Close.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Close.BorderColor3 = Color3.fromRGB(0, 0, 0) Close.Position = UDim2.new(0, 0, 0, -20) Close.Size = UDim2.new(0, 58, 0, 20) Close.Font = Enum.Font.Cartoon Close.Text = "close " Close.TextColor3 = Color3.fromRGB(255, 91, 76) Close.TextScaled = true Close.TextSize = 14.000 Close.TextWrapped = true OpenFrame.Name = "OpenFrame" OpenFrame.Parent = ScreenGui OpenFrame.Active = true OpenFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) OpenFrame.Position = UDim2.new(0, 0, 0, 227) OpenFrame.Size = UDim2.new(0, 61, 0, 41) Open.Name = "Open" Open.Parent = OpenFrame Open.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Open.Position = UDim2.new(0, 1, 0, 10) Open.Size = UDim2.new(0, 58, 0, 20) Open.Font = Enum.Font.SourceSans Open.Text = "open" Open.TextColor3 = Color3.fromRGB(255, 91, 76) Open.TextSize = 14.000 -- scripting stuff here, devs don't look pls ;) --open gui Open.MouseButton1Down:connect(function() MainFrame.Visible = true end) --close gui Close.MouseButton1Down:connect(function() MainFrame.Visible = false end) --buy stuff main frame Materials.MouseButton1Down:connect(function() local args = { [1] = "Materials", [2] = 100 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Pickaxe.MouseButton1Down:connect(function() local args = { [1] = "Pickaxe", [2] = 150 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Radar.MouseButton1Down:connect(function() local args = { [1] = "Radar", [2] = 200 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Terraformer.MouseButton1Down:connect(function() local args = { [1] = "Terraformer", [2] = 250 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Factory.MouseButton1Down:connect(function() local args = { [1] = "FactoryBlueprint", [2] = 3000 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Miner.MouseButton1Down:connect(function() local args = { [1] = "MinerBlueprint", [2] = 1000 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Fracker.MouseButton1Down:connect(function() local args = { [1] = "FrackerBlueprint", [2] = 1500 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Explosives.MouseButton1Down:connect(function() local args = { [1] = "Explosive Charge", [2] = 100 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) --rock stuff SellRocks.MouseButton1Down:connect(function() local tp = game:GetService("Workspace").PawnShop.PawnshopGuy.HumanoidRootPart.CFrame local value = Instance.new("CFrameValue") value.Value = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame local humanoid = game.Players.LocalPlayer.Character.HumanoidRootPart humanoid.CFrame = tp wait(1) game:GetService("ReplicatedStorage").SellRocks:InvokeServer() wait(0.2) humanoid.CFrame = value.Value end) Moonstone.MouseButton1Down:connect(function() local clickdetector = game:GetService("Workspace").MoonstoneScript.Moonstone for _, ClickDetector in pairs(clickdetector:GetDescendants()) do if (ClickDetector:IsA("ClickDetector")) then fireclickdetector(ClickDetector) end end end) Shockstone.MouseButton1Down:connect(function() for _,ClickDetector in pairs(workspace:GetDescendants()) do if ClickDetector.Name == "Shockstone" then fireclickdetector(ClickDetector.ClickDetector) end end end) MarsRock.MouseButton1Down:connect(function() local clickdetector = game:GetService("Workspace") for _, ClickDetector in pairs(clickdetector:GetDescendants()) do if ClickDetector.Name == "Shockstone" then fireclickdetector(ClickDetector.ClickDetector) end end end) Bledelement.MouseButton1Down:connect(function() fireclickdetector(game:GetService("Workspace").Ariel.BledElementScript.BledElement.ClickDetector) end) --nuke callisto :trol: Nuke.MouseButton1Down:connect(function() game:GetService("ReplicatedStorage").GiveNukeToBase:FireServer() end) --teleports for earth and easter eggs NorthAmerica.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").NASpawnLocation.CFrame end) SouthAmerica.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").SASpawnLocation.CFrame end) SSE1EGG.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26165.1699, 1249.12598, 22957.0742) end) FlagEGG.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-37875.1484, 4214.51904, -16636.5312) end) SantaEGG.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-58367.5, 1023.49902, 23020) end) --teleports Mars.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(14044, 1800, 7177) end) Titania.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23433, -3690, 24114) end) Venus.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15362, -2153, -15115) end) Ganymede.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26282, 1394, 24222) end) Moon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7140, 582, -109) end) Charon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-706, 4383, 46862) end) Typhon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9585, 1034, 8401) end) Triton.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-58893, 1074, 23404) end) Pluto.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2099, 4087, 48260) end) Titan.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-42957, 2907, -8260) end) Umbriel.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23291, -2947, 24592) end) Oberon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23923, -4484, 23815) end) Ariel.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23453.3223, -1699.05847, 25822.584, 0.874855816, -0.482966065, -0.0370287858, 0.48438096, 0.872537196, 0.0636707395, 0.00155818835, -0.0736387521, 0.997283757) end) Miranda.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23535, -967, 25059) end) Lapetus.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-37844, 4354, -16311) end) Rhea.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-64465, -1776, 1996) end) Dione.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-56259, 271, 47) end) Tethys.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49919, 2014, -3993) end) Encaladus.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46093, 4276, -19471) end) Mimas.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49156, 1164, -23539) end) Callisto.MouseButton1Down:connect(function()-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local Materials = Instance.new("TextButton") local TeleportListFrame = Instance.new("ScrollingFrame") local Rhea = Instance.new("TextButton") local Lapetus = Instance.new("TextButton") local Miranda = Instance.new("TextButton") local Umbriel = Instance.new("TextButton") local Ariel = Instance.new("TextButton") local Oberon = Instance.new("TextButton") local Titan = Instance.new("TextButton") local Pluto = Instance.new("TextButton") local Triton = Instance.new("TextButton") local Typhon = Instance.new("TextButton") local Charon = Instance.new("TextButton") local Venus = Instance.new("TextButton") local Callisto = Instance.new("TextButton") local Ganymede = Instance.new("TextButton") local Moon = Instance.new("TextButton") local Labyrinth = Instance.new("TextButton") local Mars = Instance.new("TextButton") local Dione = Instance.new("TextButton") local Tethys = Instance.new("TextButton") local Encaladus = Instance.new("TextButton") local Mimas = Instance.new("TextButton") local Europa = Instance.new("TextButton") local Io = Instance.new("TextButton") local Mercury = Instance.new("TextButton") local Titania = Instance.new("TextButton") local UIListLayout = Instance.new("UIListLayout") local Pickaxe = Instance.new("TextButton") local Miner = Instance.new("TextButton") local FlagEGG = Instance.new("TextButton") local Moonstone = Instance.new("TextButton") local Terraformer = Instance.new("TextButton") local Factory = Instance.new("TextButton") local SSE1EGG = Instance.new("TextButton") local Fracker = Instance.new("TextButton") local Explosives = Instance.new("TextButton") local SellRocks = Instance.new("TextButton") local SouthAmerica = Instance.new("TextButton") local Air = Instance.new("TextButton") local Nuke = Instance.new("TextButton") local NorthAmerica = Instance.new("TextButton") local Bledelement = Instance.new("TextButton") local Shockstone = Instance.new("TextButton") local MarsRock = Instance.new("TextButton") local Radar = Instance.new("TextButton") local SantaEGG = Instance.new("TextButton") local ScrollSearch = Instance.new("TextBox") local Close = Instance.new("TextButton") local OpenFrame = Instance.new("Frame") local Open = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.CoreGui ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling MainFrame.Name = "MainFrame" MainFrame.Parent = ScreenGui MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) MainFrame.Position = UDim2.new(0.0912648737, 0, 0.252420664, 0) MainFrame.Size = UDim2.new(0, 350, 0, 250) MainFrame.Draggable = true OpenFrame.Draggable = true Materials.Name = "Materials" Materials.Parent = MainFrame Materials.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Materials.BorderColor3 = Color3.fromRGB(0, 0, 0) Materials.Position = UDim2.new(0, 10, 0, 14) Materials.Size = UDim2.new(0, 58, 0, 50) Materials.Font = Enum.Font.Cartoon Materials.Text = "Materials 100" Materials.TextColor3 = Color3.fromRGB(255, 255, 255) Materials.TextScaled = true Materials.TextSize = 14.000 Materials.TextWrapped = true TeleportListFrame.Name = "TeleportListFrame" TeleportListFrame.Parent = MainFrame TeleportListFrame.Active = true TeleportListFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) TeleportListFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) TeleportListFrame.Position = UDim2.new(1.05059004, 0, 0.159690142, 0) TeleportListFrame.Size = UDim2.new(0, 100, 0, 210) TeleportListFrame.CanvasSize = UDim2.new(0, 0, 3, 0) TeleportListFrame.HorizontalScrollBarInset = Enum.ScrollBarInset.ScrollBar Rhea.Name = "Rhea" Rhea.Parent = TeleportListFrame Rhea.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Rhea.BorderColor3 = Color3.fromRGB(0, 0, 0) Rhea.Position = UDim2.new(0, 0, 0.524999976, 0) Rhea.Size = UDim2.new(0, 85, 0, 25) Rhea.Font = Enum.Font.Cartoon Rhea.Text = "Rhea" Rhea.TextColor3 = Color3.fromRGB(255, 255, 255) Rhea.TextScaled = true Rhea.TextSize = 14.000 Rhea.TextWrapped = true Lapetus.Name = "Lapetus" Lapetus.Parent = TeleportListFrame Lapetus.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Lapetus.BorderColor3 = Color3.fromRGB(0, 0, 0) Lapetus.Position = UDim2.new(0, 0, 0.49000001, 0) Lapetus.Size = UDim2.new(0, 85, 0, 25) Lapetus.Font = Enum.Font.Cartoon Lapetus.Text = "Lapetus" Lapetus.TextColor3 = Color3.fromRGB(255, 255, 255) Lapetus.TextScaled = true Lapetus.TextSize = 14.000 Lapetus.TextWrapped = true Miranda.Name = "Miranda" Miranda.Parent = TeleportListFrame Miranda.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Miranda.BorderColor3 = Color3.fromRGB(0, 0, 0) Miranda.Position = UDim2.new(0, 0, 0.455000013, 0) Miranda.Size = UDim2.new(0, 85, 0, 25) Miranda.Font = Enum.Font.Cartoon Miranda.Text = "Miranda" Miranda.TextColor3 = Color3.fromRGB(255, 255, 255) Miranda.TextScaled = true Miranda.TextSize = 14.000 Miranda.TextWrapped = true Umbriel.Name = "Umbriel" Umbriel.Parent = TeleportListFrame Umbriel.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Umbriel.BorderColor3 = Color3.fromRGB(0, 0, 0) Umbriel.Position = UDim2.new(0, 0, 0.349999994, 0) Umbriel.Size = UDim2.new(0, 85, 0, 25) Umbriel.Font = Enum.Font.Cartoon Umbriel.Text = "Umbriel" Umbriel.TextColor3 = Color3.fromRGB(255, 255, 255) Umbriel.TextScaled = true Umbriel.TextSize = 14.000 Umbriel.TextWrapped = true Ariel.Name = "Ariel" Ariel.Parent = TeleportListFrame Ariel.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Ariel.BorderColor3 = Color3.fromRGB(0, 0, 0) Ariel.Position = UDim2.new(0, 0, 0.419999987, 0) Ariel.Size = UDim2.new(0, 85, 0, 25) Ariel.Font = Enum.Font.Cartoon Ariel.Text = "Ariel" Ariel.TextColor3 = Color3.fromRGB(255, 255, 255) Ariel.TextScaled = true Ariel.TextSize = 14.000 Ariel.TextWrapped = true Oberon.Name = "Oberon" Oberon.Parent = TeleportListFrame Oberon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Oberon.BorderColor3 = Color3.fromRGB(0, 0, 0) Oberon.Position = UDim2.new(0, 0, 0.38499999, 0) Oberon.Size = UDim2.new(0, 85, 0, 25) Oberon.Font = Enum.Font.Cartoon Oberon.Text = "Oberon" Oberon.TextColor3 = Color3.fromRGB(255, 255, 255) Oberon.TextScaled = true Oberon.TextSize = 14.000 Oberon.TextWrapped = true Titan.Name = "Titan" Titan.Parent = TeleportListFrame Titan.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Titan.BorderColor3 = Color3.fromRGB(0, 0, 0) Titan.Position = UDim2.new(0, 0, 0.314999998, 0) Titan.Size = UDim2.new(0, 85, 0, 25) Titan.Font = Enum.Font.Cartoon Titan.Text = "Titan" Titan.TextColor3 = Color3.fromRGB(255, 255, 255) Titan.TextScaled = true Titan.TextSize = 14.000 Titan.TextWrapped = true Pluto.Name = "Pluto" Pluto.Parent = TeleportListFrame Pluto.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Pluto.BorderColor3 = Color3.fromRGB(0, 0, 0) Pluto.Position = UDim2.new(0, 0, 0.280000001, 0) Pluto.Size = UDim2.new(0, 85, 0, 25) Pluto.Font = Enum.Font.Cartoon Pluto.Text = "Pluto" Pluto.TextColor3 = Color3.fromRGB(255, 255, 255) Pluto.TextScaled = true Pluto.TextSize = 14.000 Pluto.TextWrapped = true Triton.Name = "Triton" Triton.Parent = TeleportListFrame Triton.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Triton.BorderColor3 = Color3.fromRGB(0, 0, 0) Triton.Position = UDim2.new(0, 0, 0.245000005, 0) Triton.Size = UDim2.new(0, 85, 0, 25) Triton.Font = Enum.Font.Cartoon Triton.Text = "Triton" Triton.TextColor3 = Color3.fromRGB(255, 255, 255) Triton.TextScaled = true Triton.TextSize = 14.000 Triton.TextWrapped = true Typhon.Name = "Typhon" Typhon.Parent = TeleportListFrame Typhon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Typhon.BorderColor3 = Color3.fromRGB(0, 0, 0) Typhon.Position = UDim2.new(0, 0, 0.209999993, 0) Typhon.Size = UDim2.new(0, 85, 0, 25) Typhon.Font = Enum.Font.Cartoon Typhon.Text = "Typhon" Typhon.TextColor3 = Color3.fromRGB(255, 255, 255) Typhon.TextScaled = true Typhon.TextSize = 14.000 Typhon.TextWrapped = true Charon.Name = "Charon" Charon.Parent = TeleportListFrame Charon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Charon.BorderColor3 = Color3.fromRGB(0, 0, 0) Charon.Position = UDim2.new(0, 0, 0.174999997, 0) Charon.Size = UDim2.new(0, 85, 0, 25) Charon.Font = Enum.Font.Cartoon Charon.Text = "Charon" Charon.TextColor3 = Color3.fromRGB(255, 255, 255) Charon.TextScaled = true Charon.TextSize = 14.000 Charon.TextWrapped = true Venus.Name = "Venus" Venus.Parent = TeleportListFrame Venus.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Venus.BorderColor3 = Color3.fromRGB(0, 0, 0) Venus.Position = UDim2.new(0, 0, 0.140000001, 0) Venus.Size = UDim2.new(0, 85, 0, 25) Venus.Font = Enum.Font.Cartoon Venus.Text = "Venus" Venus.TextColor3 = Color3.fromRGB(255, 255, 255) Venus.TextScaled = true Venus.TextSize = 14.000 Venus.TextWrapped = true Callisto.Name = "Callisto" Callisto.Parent = TeleportListFrame Callisto.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Callisto.BorderColor3 = Color3.fromRGB(0, 0, 0) Callisto.Position = UDim2.new(0, 0, 0.0700000003, 0) Callisto.Size = UDim2.new(0, 85, 0, 25) Callisto.Font = Enum.Font.Cartoon Callisto.Text = "Callisto" Callisto.TextColor3 = Color3.fromRGB(255, 255, 255) Callisto.TextScaled = true Callisto.TextSize = 14.000 Callisto.TextWrapped = true Ganymede.Name = "Ganymede" Ganymede.Parent = TeleportListFrame Ganymede.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Ganymede.BorderColor3 = Color3.fromRGB(0, 0, 0) Ganymede.Position = UDim2.new(0, 0, 0.104999997, 0) Ganymede.Size = UDim2.new(0, 85, 0, 25) Ganymede.Font = Enum.Font.Cartoon Ganymede.Text = "Ganymede" Ganymede.TextColor3 = Color3.fromRGB(255, 255, 255) Ganymede.TextScaled = true Ganymede.TextSize = 14.000 Ganymede.TextWrapped = true Moon.Name = "Moon" Moon.Parent = TeleportListFrame Moon.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Moon.BorderColor3 = Color3.fromRGB(0, 0, 0) Moon.Position = UDim2.new(0, 0, 0.0350000001, 0) Moon.Size = UDim2.new(0, 85, 0, 25) Moon.Font = Enum.Font.Cartoon Moon.Text = "Moon" Moon.TextColor3 = Color3.fromRGB(255, 255, 255) Moon.TextScaled = true Moon.TextSize = 14.000 Moon.TextWrapped = true Labyrinth.Name = "Labyrinth" Labyrinth.Parent = TeleportListFrame Labyrinth.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Labyrinth.BorderColor3 = Color3.fromRGB(0, 0, 0) Labyrinth.Size = UDim2.new(0, 85, 0, 25) Labyrinth.Font = Enum.Font.Cartoon Labyrinth.Text = "Labyrinth" Labyrinth.TextColor3 = Color3.fromRGB(255, 255, 255) Labyrinth.TextScaled = true Labyrinth.TextSize = 14.000 Labyrinth.TextWrapped = true Mars.Name = "Mars" Mars.Parent = TeleportListFrame Mars.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Mars.BorderColor3 = Color3.fromRGB(0, 0, 0) Mars.Size = UDim2.new(0, 85, 0, 25) Mars.Font = Enum.Font.Cartoon Mars.Text = "Mars" Mars.TextColor3 = Color3.fromRGB(255, 255, 255) Mars.TextScaled = true Mars.TextSize = 14.000 Mars.TextWrapped = true Dione.Name = "Dione" Dione.Parent = TeleportListFrame Dione.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Dione.BorderColor3 = Color3.fromRGB(0, 0, 0) Dione.Position = UDim2.new(0, 0, 0.560000002, 0) Dione.Size = UDim2.new(0, 85, 0, 25) Dione.Font = Enum.Font.Cartoon Dione.Text = "Dione" Dione.TextColor3 = Color3.fromRGB(255, 255, 255) Dione.TextScaled = true Dione.TextSize = 14.000 Dione.TextWrapped = true Tethys.Name = "Tethys" Tethys.Parent = TeleportListFrame Tethys.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Tethys.BorderColor3 = Color3.fromRGB(0, 0, 0) Tethys.Position = UDim2.new(0, 0, 0.595000029, 0) Tethys.Size = UDim2.new(0, 85, 0, 25) Tethys.Font = Enum.Font.Cartoon Tethys.Text = "Tethys" Tethys.TextColor3 = Color3.fromRGB(255, 255, 255) Tethys.TextScaled = true Tethys.TextSize = 14.000 Tethys.TextWrapped = true Encaladus.Name = "Encaladus" Encaladus.Parent = TeleportListFrame Encaladus.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Encaladus.BorderColor3 = Color3.fromRGB(0, 0, 0) Encaladus.Position = UDim2.new(0, 0, 0.629999995, 0) Encaladus.Size = UDim2.new(0, 85, 0, 25) Encaladus.Font = Enum.Font.Cartoon Encaladus.Text = "Encaladus" Encaladus.TextColor3 = Color3.fromRGB(255, 255, 255) Encaladus.TextScaled = true Encaladus.TextSize = 14.000 Encaladus.TextWrapped = true Mimas.Name = "Mimas" Mimas.Parent = TeleportListFrame Mimas.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Mimas.BorderColor3 = Color3.fromRGB(0, 0, 0) Mimas.Position = UDim2.new(0, 0, 0.665000021, 0) Mimas.Size = UDim2.new(0, 85, 0, 25) Mimas.Font = Enum.Font.Cartoon Mimas.Text = "Mimas" Mimas.TextColor3 = Color3.fromRGB(255, 255, 255) Mimas.TextScaled = true Mimas.TextSize = 14.000 Mimas.TextWrapped = true Europa.Name = "Europa" Europa.Parent = TeleportListFrame Europa.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Europa.BorderColor3 = Color3.fromRGB(0, 0, 0) Europa.Position = UDim2.new(0, 0, 0.699999988, 0) Europa.Size = UDim2.new(0, 85, 0, 25) Europa.Font = Enum.Font.Cartoon Europa.Text = "Europa" Europa.TextColor3 = Color3.fromRGB(255, 255, 255) Europa.TextScaled = true Europa.TextSize = 14.000 Europa.TextWrapped = true Io.Name = "Io" Io.Parent = TeleportListFrame Io.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Io.BorderColor3 = Color3.fromRGB(0, 0, 0) Io.Position = UDim2.new(0, 0, 0.735000014, 0) Io.Size = UDim2.new(0, 85, 0, 25) Io.Font = Enum.Font.Cartoon Io.Text = "Io" Io.TextColor3 = Color3.fromRGB(255, 255, 255) Io.TextScaled = true Io.TextSize = 14.000 Io.TextWrapped = true Mercury.Name = "Mercury" Mercury.Parent = TeleportListFrame Mercury.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Mercury.BorderColor3 = Color3.fromRGB(0, 0, 0) Mercury.Position = UDim2.new(0, 0, 0.769999981, 0) Mercury.Size = UDim2.new(0, 85, 0, 25) Mercury.Font = Enum.Font.Cartoon Mercury.Text = "Mercury" Mercury.TextColor3 = Color3.fromRGB(255, 255, 255) Mercury.TextScaled = true Mercury.TextSize = 14.000 Mercury.TextWrapped = true Titania.Name = "Titania" Titania.Parent = TeleportListFrame Titania.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Titania.BorderColor3 = Color3.fromRGB(0, 0, 0) Titania.Position = UDim2.new(0, 0, 0.805000007, 0) Titania.Size = UDim2.new(0, 85, 0, 25) Titania.Font = Enum.Font.Cartoon Titania.Text = "Titania" Titania.TextColor3 = Color3.fromRGB(255, 255, 255) Titania.TextScaled = true Titania.TextSize = 14.000 Titania.TextWrapped = true UIListLayout.Parent = TeleportListFrame UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0, 5) Pickaxe.Name = "Pickaxe" Pickaxe.Parent = MainFrame Pickaxe.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Pickaxe.BorderColor3 = Color3.fromRGB(0, 0, 0) Pickaxe.Position = UDim2.new(0, 78, 0, 14) Pickaxe.Size = UDim2.new(0, 58, 0, 50) Pickaxe.Font = Enum.Font.Cartoon Pickaxe.Text = "Pickaxe 150" Pickaxe.TextColor3 = Color3.fromRGB(255, 255, 255) Pickaxe.TextScaled = true Pickaxe.TextSize = 14.000 Pickaxe.TextWrapped = true Miner.Name = "Miner" Miner.Parent = MainFrame Miner.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Miner.BorderColor3 = Color3.fromRGB(0, 0, 0) Miner.Position = UDim2.new(0, 214, 0, 14) Miner.Size = UDim2.new(0, 58, 0, 50) Miner.Font = Enum.Font.Cartoon Miner.Text = "Miner 1k" Miner.TextColor3 = Color3.fromRGB(255, 255, 255) Miner.TextScaled = true Miner.TextSize = 14.000 Miner.TextWrapped = true FlagEGG.Name = "FlagEGG" FlagEGG.Parent = MainFrame FlagEGG.BackgroundColor3 = Color3.fromRGB(53, 53, 53) FlagEGG.BorderColor3 = Color3.fromRGB(0, 0, 0) FlagEGG.Position = UDim2.new(0, 78, 0, 185) FlagEGG.Size = UDim2.new(0, 58, 0, 50) FlagEGG.Font = Enum.Font.Cartoon FlagEGG.Text = "Flag easter egg" FlagEGG.TextColor3 = Color3.fromRGB(255, 255, 255) FlagEGG.TextScaled = true FlagEGG.TextSize = 14.000 FlagEGG.TextWrapped = true Moonstone.Name = "Moonstone" Moonstone.Parent = MainFrame Moonstone.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Moonstone.BorderColor3 = Color3.fromRGB(0, 0, 0) Moonstone.Position = UDim2.new(0, 282, 0, 14) Moonstone.Size = UDim2.new(0, 58, 0, 50) Moonstone.Font = Enum.Font.Cartoon Moonstone.Text = "Moonstone" Moonstone.TextColor3 = Color3.fromRGB(255, 255, 255) Moonstone.TextScaled = true Moonstone.TextSize = 14.000 Moonstone.TextWrapped = true Terraformer.Name = "Terraformer" Terraformer.Parent = MainFrame Terraformer.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Terraformer.BorderColor3 = Color3.fromRGB(0, 0, 0) Terraformer.Position = UDim2.new(0, 146, 0, 14) Terraformer.Size = UDim2.new(0, 58, 0, 50) Terraformer.Font = Enum.Font.Cartoon Terraformer.Text = "Terraformer 250" Terraformer.TextColor3 = Color3.fromRGB(255, 255, 255) Terraformer.TextScaled = true Terraformer.TextSize = 14.000 Terraformer.TextWrapped = true Factory.Name = "Factory" Factory.Parent = MainFrame Factory.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Factory.BorderColor3 = Color3.fromRGB(0, 0, 0) Factory.Position = UDim2.new(0, 78, 0, 70) Factory.Size = UDim2.new(0, 58, 0, 50) Factory.Font = Enum.Font.Cartoon Factory.Text = "Factory 3k" Factory.TextColor3 = Color3.fromRGB(255, 255, 255) Factory.TextScaled = true Factory.TextSize = 14.000 Factory.TextWrapped = true SSE1EGG.Name = "SSE1EGG" SSE1EGG.Parent = MainFrame SSE1EGG.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SSE1EGG.BorderColor3 = Color3.fromRGB(0, 0, 0) SSE1EGG.Position = UDim2.new(0, 10, 0, 185) SSE1EGG.Size = UDim2.new(0, 58, 0, 50) SSE1EGG.Font = Enum.Font.Cartoon SSE1EGG.Text = "SSE1 easter egg" SSE1EGG.TextColor3 = Color3.fromRGB(255, 255, 255) SSE1EGG.TextScaled = true SSE1EGG.TextSize = 14.000 SSE1EGG.TextWrapped = true Fracker.Name = "Fracker" Fracker.Parent = MainFrame Fracker.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Fracker.BorderColor3 = Color3.fromRGB(0, 0, 0) Fracker.Position = UDim2.new(0, 10, 0, 70) Fracker.Size = UDim2.new(0, 58, 0, 50) Fracker.Font = Enum.Font.Cartoon Fracker.Text = "Fracker 1.5k" Fracker.TextColor3 = Color3.fromRGB(255, 255, 255) Fracker.TextScaled = true Fracker.TextSize = 14.000 Fracker.TextWrapped = true Explosives.Name = "Explosives" Explosives.Parent = MainFrame Explosives.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Explosives.BorderColor3 = Color3.fromRGB(0, 0, 0) Explosives.Position = UDim2.new(0, 10, 0, 128) Explosives.Size = UDim2.new(0, 58, 0, 50) Explosives.Font = Enum.Font.Cartoon Explosives.Text = "Explosive Charge 100" Explosives.TextColor3 = Color3.fromRGB(255, 255, 255) Explosives.TextScaled = true Explosives.TextSize = 14.000 Explosives.TextWrapped = true SellRocks.Name = "SellRocks" SellRocks.Parent = MainFrame SellRocks.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SellRocks.BorderColor3 = Color3.fromRGB(0, 0, 0) SellRocks.Position = UDim2.new(0, 146, 0, 128) SellRocks.Size = UDim2.new(0, 58, 0, 50) SellRocks.Font = Enum.Font.Cartoon SellRocks.Text = "Sell rocks" SellRocks.TextColor3 = Color3.fromRGB(255, 255, 255) SellRocks.TextScaled = true SellRocks.TextSize = 14.000 SellRocks.TextWrapped = true SouthAmerica.Name = "SouthAmerica" SouthAmerica.Parent = MainFrame SouthAmerica.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SouthAmerica.BorderColor3 = Color3.fromRGB(0, 0, 0) SouthAmerica.Position = UDim2.new(0, 214, 0, 128) SouthAmerica.Size = UDim2.new(0, 58, 0, 50) SouthAmerica.Font = Enum.Font.Cartoon SouthAmerica.Text = "South America" SouthAmerica.TextColor3 = Color3.fromRGB(255, 255, 255) SouthAmerica.TextScaled = true SouthAmerica.TextSize = 14.000 SouthAmerica.TextWrapped = true Air.Name = "Air" Air.Parent = MainFrame Air.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Air.BorderColor3 = Color3.fromRGB(0, 0, 0) Air.Position = UDim2.new(0, 214, 0, 70) Air.Size = UDim2.new(0, 58, 0, 50) Air.Font = Enum.Font.Cartoon Air.Text = "Air 150" Air.TextColor3 = Color3.fromRGB(255, 255, 255) Air.TextScaled = true Air.TextSize = 14.000 Air.TextWrapped = true Nuke.Name = "Nuke" Nuke.Parent = MainFrame Nuke.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Nuke.BorderColor3 = Color3.fromRGB(0, 0, 0) Nuke.Position = UDim2.new(0, 78, 0, 128) Nuke.Size = UDim2.new(0, 58, 0, 50) Nuke.Font = Enum.Font.Cartoon Nuke.Text = "Callisto nuke" Nuke.TextColor3 = Color3.fromRGB(255, 255, 255) Nuke.TextScaled = true Nuke.TextSize = 14.000 Nuke.TextWrapped = true NorthAmerica.Name = "NorthAmerica" NorthAmerica.Parent = MainFrame NorthAmerica.BackgroundColor3 = Color3.fromRGB(53, 53, 53) NorthAmerica.BorderColor3 = Color3.fromRGB(0, 0, 0) NorthAmerica.Position = UDim2.new(0, 214, 0, 185) NorthAmerica.Size = UDim2.new(0, 58, 0, 50) NorthAmerica.Font = Enum.Font.Cartoon NorthAmerica.Text = "North America" NorthAmerica.TextColor3 = Color3.fromRGB(255, 255, 255) NorthAmerica.TextScaled = true NorthAmerica.TextSize = 14.000 NorthAmerica.TextWrapped = true Bledelement.Name = "Bledelement" Bledelement.Parent = MainFrame Bledelement.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Bledelement.BorderColor3 = Color3.fromRGB(0, 0, 0) Bledelement.Position = UDim2.new(0, 282, 0, 185) Bledelement.Size = UDim2.new(0, 58, 0, 50) Bledelement.Font = Enum.Font.Cartoon Bledelement.Text = "Bled element" Bledelement.TextColor3 = Color3.fromRGB(255, 255, 255) Bledelement.TextScaled = true Bledelement.TextSize = 14.000 Bledelement.TextWrapped = true Shockstone.Name = "Shockstone" Shockstone.Parent = MainFrame Shockstone.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Shockstone.BorderColor3 = Color3.fromRGB(0, 0, 0) Shockstone.Position = UDim2.new(0, 282, 0, 128) Shockstone.Size = UDim2.new(0, 58, 0, 50) Shockstone.Font = Enum.Font.Cartoon Shockstone.Text = "Shockstone" Shockstone.TextColor3 = Color3.fromRGB(255, 255, 255) Shockstone.TextScaled = true Shockstone.TextSize = 14.000 Shockstone.TextWrapped = true MarsRock.Name = "MarsRock" MarsRock.Parent = MainFrame MarsRock.BackgroundColor3 = Color3.fromRGB(53, 53, 53) MarsRock.BorderColor3 = Color3.fromRGB(0, 0, 0) MarsRock.Position = UDim2.new(0, 282, 0, 70) MarsRock.Size = UDim2.new(0, 58, 0, 50) MarsRock.Font = Enum.Font.Cartoon MarsRock.Text = "Mars rock" MarsRock.TextColor3 = Color3.fromRGB(255, 255, 255) MarsRock.TextScaled = true MarsRock.TextSize = 14.000 MarsRock.TextWrapped = true Radar.Name = "Radar" Radar.Parent = MainFrame Radar.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Radar.BorderColor3 = Color3.fromRGB(0, 0, 0) Radar.Position = UDim2.new(0, 146, 0, 70) Radar.Size = UDim2.new(0, 58, 0, 50) Radar.Font = Enum.Font.Cartoon Radar.Text = "Radar 200" Radar.TextColor3 = Color3.fromRGB(255, 255, 255) Radar.TextScaled = true Radar.TextSize = 14.000 Radar.TextWrapped = true SantaEGG.Name = "SantaEGG" SantaEGG.Parent = MainFrame SantaEGG.BackgroundColor3 = Color3.fromRGB(53, 53, 53) SantaEGG.BorderColor3 = Color3.fromRGB(0, 0, 0) SantaEGG.Position = UDim2.new(0, 146, 0, 185) SantaEGG.Size = UDim2.new(0, 58, 0, 50) SantaEGG.Font = Enum.Font.Cartoon SantaEGG.Text = "Santa shack easter egg" SantaEGG.TextColor3 = Color3.fromRGB(255, 255, 255) SantaEGG.TextScaled = true SantaEGG.TextSize = 14.000 SantaEGG.TextWrapped = true ScrollSearch.Name = "ScrollSearch" ScrollSearch.Parent = MainFrame ScrollSearch.BackgroundColor3 = Color3.fromRGB(45, 45, 45) ScrollSearch.BorderColor3 = Color3.fromRGB(0, 0, 0) ScrollSearch.BorderSizePixel = 2 ScrollSearch.Position = UDim2.new(0, 367, 0, 4) ScrollSearch.Size = UDim2.new(0, 100, 0, 30) ScrollSearch.Font = Enum.Font.SourceSans ScrollSearch.Text = "" ScrollSearch.TextColor3 = Color3.fromRGB(0, 0, 0) ScrollSearch.TextSize = 14.000 Close.Name = "Close" Close.Parent = MainFrame Close.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Close.BorderColor3 = Color3.fromRGB(0, 0, 0) Close.Position = UDim2.new(0, 0, 0, -20) Close.Size = UDim2.new(0, 58, 0, 20) Close.Font = Enum.Font.Cartoon Close.Text = "close " Close.TextColor3 = Color3.fromRGB(255, 91, 76) Close.TextScaled = true Close.TextSize = 14.000 Close.TextWrapped = true OpenFrame.Name = "OpenFrame" OpenFrame.Parent = ScreenGui OpenFrame.Active = true OpenFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30) OpenFrame.Position = UDim2.new(0, 0, 0, 227) OpenFrame.Size = UDim2.new(0, 61, 0, 41) Open.Name = "Open" Open.Parent = OpenFrame Open.BackgroundColor3 = Color3.fromRGB(53, 53, 53) Open.Position = UDim2.new(0, 1, 0, 10) Open.Size = UDim2.new(0, 58, 0, 20) Open.Font = Enum.Font.SourceSans Open.Text = "open" Open.TextColor3 = Color3.fromRGB(255, 91, 76) Open.TextSize = 14.000 -- scripting stuff here, devs don't look pls ;) --open gui Open.MouseButton1Down:connect(function() MainFrame.Visible = true end) --close gui Close.MouseButton1Down:connect(function() MainFrame.Visible = false end) --buy stuff main frame Materials.MouseButton1Down:connect(function() local args = { [1] = "Materials", [2] = 100 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Pickaxe.MouseButton1Down:connect(function() local args = { [1] = "Pickaxe", [2] = 150 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Radar.MouseButton1Down:connect(function() local args = { [1] = "Radar", [2] = 200 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Terraformer.MouseButton1Down:connect(function() local args = { [1] = "Terraformer", [2] = 250 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Factory.MouseButton1Down:connect(function() local args = { [1] = "FactoryBlueprint", [2] = 3000 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Miner.MouseButton1Down:connect(function() local args = { [1] = "MinerBlueprint", [2] = 1000 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Fracker.MouseButton1Down:connect(function() local args = { [1] = "FrackerBlueprint", [2] = 1500 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) Explosives.MouseButton1Down:connect(function() local args = { [1] = "Explosive Charge", [2] = 100 } game:GetService("ReplicatedStorage").BuyTool:FireServer(unpack(args)) end) --rock stuff SellRocks.MouseButton1Down:connect(function() local tp = game:GetService("Workspace").PawnShop.PawnshopGuy.HumanoidRootPart.CFrame local value = Instance.new("CFrameValue") value.Value = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame local humanoid = game.Players.LocalPlayer.Character.HumanoidRootPart humanoid.CFrame = tp wait(1) game:GetService("ReplicatedStorage").SellRocks:InvokeServer() wait(0.2) humanoid.CFrame = value.Value end) Moonstone.MouseButton1Down:connect(function() local clickdetector = game:GetService("Workspace").MoonstoneScript.Moonstone for _, ClickDetector in pairs(clickdetector:GetDescendants()) do if (ClickDetector:IsA("ClickDetector")) then fireclickdetector(ClickDetector) end end end) Shockstone.MouseButton1Down:connect(function() for _,ClickDetector in pairs(workspace:GetDescendants()) do if ClickDetector.Name == "Shockstone" then fireclickdetector(ClickDetector.ClickDetector) end end end) MarsRock.MouseButton1Down:connect(function() local clickdetector = game:GetService("Workspace").MarsRock for _, ClickDetector in pairs(clickdetector:GetDescendants()) do if (ClickDetector:IsA("ClickDetector")) then fireclickdetector(ClickDetector) end end end) Bledelement.MouseButton1Down:connect(function() fireclickdetector(game:GetService("Workspace").Ariel.BledElementScript.BledElement.ClickDetector) end) --nuke callisto :trol: Nuke.MouseButton1Down:connect(function() game:GetService("ReplicatedStorage").GiveNukeToBase:FireServer() end) --teleports for earth and easter eggs NorthAmerica.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").NASpawnLocation.CFrame end) SouthAmerica.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").SASpawnLocation.CFrame end) SSE1EGG.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26165.1699, 1249.12598, 22957.0742) end) FlagEGG.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-37875.1484, 4214.51904, -16636.5312) end) SantaEGG.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-58367.5, 1023.49902, 23020) end) --teleports Mars.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(14044, 1800, 7177) end) Titania.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23433, -3690, 24114) end) Venus.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15362, -2153, -15115) end) Ganymede.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26282, 1394, 24222) end) Moon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7140, 582, -109) end) Charon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-706, 4383, 46862) end) Typhon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9585, 1034, 8401) end) Triton.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-58893, 1074, 23404) end) Pluto.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2099, 4087, 48260) end) Titan.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-42957, 2907, -8260) end) Umbriel.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23291, -2947, 24592) end) Oberon.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23923, -4484, 23815) end) Ariel.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23296, -1920, 25856) end) Miranda.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23535, -967, 25059) end) Lapetus.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-37844, 4354, -16311) end) Rhea.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-64465, -1776, 1996) end) Dione.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-56259, 271, 47) end) Tethys.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49919, 2014, -3993) end) Encaladus.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-46093, 4276, -19471) end) Mimas.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49156, 1164, -23539) end) Callisto.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36899, 2809, 41912) end) Europa.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(46944, 538, -6165) end) Io.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(31679, -384, 6652) end) Mercury.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7614, 131, -20467) end) Labyrinth.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8192, 24576, -8192) end) --Scrolling frame stuff local searchbar = MainFrame.ScrollSearch local teleports = MainFrame.TeleportListFrame function UpdateResults() local search = string.lower(searchbar.Text) for i, v in pairs(teleports:GetChildren()) do if v:IsA("GuiButton") then if search ~= "" then local teleport = string.lower(v.Text) if string.find(teleport, search) then v.Visible = true else v.Visible = false end else v.Visible = true end end end end searchbar.Changed:Connect(UpdateResults) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36899, 2809, 41912) end) Europa.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(46944, 538, -6165) end) Io.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(31679, -384, 6652) end) Mercury.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7614, 131, -20467) end) Labyrinth.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8192, 24576, -8192) end) --Scrolling frame stuff local searchbar = MainFrame.ScrollSearch local teleports = MainFrame.TeleportListFrame function UpdateResults() local search = string.lower(searchbar.Text) for i, v in pairs(teleports:GetChildren()) do if v:IsA("GuiButton") then if search ~= "" then local teleport = string.lower(v.Text) if string.find(teleport, search) then v.Visible = true else v.Visible = false end else v.Visible = true end end end end searchbar.Changed:Connect(UpdateResults)

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors