Create the biggest space station between planets and fight different alien invaders with the help of Space Tycoon Script. This script or code contains the most effective tools that you can use to speed up your cash earnings to establish the biggest and most advanced space station across the universe. Power up your defensive structures and weaponries to protect your base from incomig aliens to receive more exciting rewards throughout the game.
Cash Farm, Gem Farm, Auto Collect Cash, Auto Upgrade, Auto Collect Flags
Copy the script below to level up your alien-fighting experience. Make sure to use the most effective executor/exploit to make your daily exploration more fun and productive. We have a list of available executors here.
loadstring(game:HttpGet('https://raw.githubusercontent.com/DashaBars/Hack/main/Space%20Tycoon.lua', true))()
Space Tycoon Script Pastebin
local table = {2127224806,
2127224809,
2127224823,
2127234743,
2127234749}
for i,v in pairs(table) do
wait()
local args = {
[1] = v
}
game:GetService("ReplicatedStorage").Badges.Events.AwardBadgeRemote:FireServer(unpack(args))end
local lp = game.Players.LocalPlayer
function getChar()
return lp.Character or lp.CharacterAdded:Wait()
end
function getHrp()
return getChar():WaitForChild("HumanoidRootPart")
end
for _, v in pairs(game:GetService("Workspace").Flags:GetChildren()) do
if v:FindFirstChild("Capturer") and v:FindFirstChild("CapturerV") and v.CapturerV.Value ~= lp.Name then
getHrp().CFrame = v.Capturer.CFrame * CFrame.new(0, -8, 0)
task.wait(.1)
firetouchinterest(getHrp(), v.Capturer, 0)
while v.CapturerV.Value ~= lp.Name do
task.wait()
getHrp().CFrame = v.Capturer.CFrame * CFrame.new(0, -8, 0)
firetouchinterest(getHrp(), v.Capturer, 0)
firetouchinterest(getHrp(), v.Capturer, 1)
end
firetouchinterest(getHrp(), v.Capturer, 1)
end
end
--[Instructions]--
--[Alien Gem Farm]--
-- Get a sword {Normal Sword, Blue Sword, Lightsaber}, I recommned the lightsaber and stand still anywhere. Once the script is executed it'll TP aliens to you, kill them, and collect the gems.
--[Auto Collect Money]
-- Since i'm a lazy fuck you'll have to get the paths to your collectors on your own. Just replace "FirstTycoon" or whatever it is with whatever tycoon your in, same with for other planets.
--[Game Link : https://www.roblox.com/games/7535149098/Space-Tycoon-Belt]
--[ENJOY!]--
--[Anti-Afk]--
local vu = game:GetService("VirtualUser")
game:GetService("Players").LocalPlayer.Idled:connect(
function()
vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
wait(1)
vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
end
)
--[Config]--
getgenv().Config = {
HiddenGemFarm = true,
AutoCollectMoney = true,
ObbyMoneyFarm = false,
ObbyOptions =
{
Easy = false,
Medium = false,
Hard = false,
Extreme = false
},
AutoClaimFlags = false,
AlienFarm = false,
AlienFarmOptions =
{
MarsAliens = false,
UranusAliens = false,
NeptuneAliens = false
}
}
--[Main Source]--
spawn(
function()
while getgenv().Config.HiddenGemFarm == true and task.wait() do
for _, v in pairs(game:GetService("Workspace").HiddenStuff.TitanThing.Gems:GetChildren()) do
if v.Name == "Gem" then
v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
end
end
)
spawn(
function()
while getgenv().Config.AutoCollectMoney == true and task.wait(5) do
print("Collecting Money...")
for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
if string.match(v.Name, "Tycoon") then
if v.OwnerName.Value == game.Players.LocalPlayer.Name then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.DropperOne.Conveyer.CashColloector.Collector.TakeMoney, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.DropperOne.Conveyer.CashColloector.Collector.TakeMoney, 0)
end
end
if string.match(v.Name, "MarsColony") then
if v.OwnerName.Value == game.Players.LocalPlayer.Name then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 0)
end
end
if string.match(v.Name, "VenusColony") then
if v.OwnerName.Value == game.Players.LocalPlayer.Name then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 0)
end
end
if string.match(v.Name, "TitanColony") then
if v.OwnerName.Value == game.Players.LocalPlayer.Name then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 0)
end
end
if string.match(v.Name, "JupiterColony") then
if v.OwnerName.Value == game.Players.LocalPlayer.Name then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 0)
end
end
if string.match(v.Name, "NeptuneColony") then
if v.OwnerName.Value == game.Players.LocalPlayer.Name then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Conveyer.CashColloector.Collector.TakeMoney, 0)
end
end
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Iss.Collector.CashColloector.Collector.TakeMoney, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Iss.Collector.CashColloector.Collector.TakeMoney, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").PlutoCastlte.Collector.CashColloector.Collector.TakeMoney, 0)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").PlutoCastlte.Collector.CashColloector.Collector.TakeMoney, 0)
end
end
end)
spawn(function ()
while getgenv().ObbyMoneyFarm == true and task.wait() do
while getgenv().ObbyMoneyFarm.Easy == true do
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.Obbies.Easy.Finish, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.Obbies.Easy.Finish, 0)
end
while getgenv().ObbyMoneyFarm.Medium == true do
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.Obbies.Medium.Finish, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.Obbies.Medium.Finish, 0)
end
while getgenv().ObbyMoneyFarm.Hard == true do
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.Obbies.Hard.Finish, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.Obbies.Hard.Finish, 0)
end
while getgenv().ObbyMoneyFarm.Extreme == true do
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.JupiterObby.Finish, 1)
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, game:GetService("Workspace").Center.JupiterObby.Finish, 0)
end
end
end)
spawn(function ()
while getgenv().AutoClaimFlags == true do
for i,v in pairs(game:GetService("Workspace").Flags:GetChildren()) do
if v:IsA("Model") then
for i2,v2 in pairs(v:GetChildren()) do
if v2.CapturerV.Value == game.Players.LocalPlayer then
return
else
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v2.CapturingBill.CFrame
end
end
end
end
end
end)
spawn(
function()
while getgenv().Config.AlienFarm == true do
for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
if v.Name == "AlienGem" then
v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
end
while getgenv().Config.AlienFarmOptions.MarsAliens == true and task.wait() do
for i, v in pairs(game:GetService("Workspace").Planets.Mars:GetChildren()) do
if v.Name == "Bot" then
v.Bot.RealBot.HumanoidRootPart.CFrame =
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -3)
mouse1click()
end
end
end
while getgenv().Config.AlienFarmOptions.UranusAliens == true and task.wait() do
for i, v in pairs(game:GetService("Workspace").Planets.Uranus:GetChildren()) do
if v.Name == "Bot" then
v.Bot.RealBot.HumanoidRootPart.CFrame =
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -3)
mouse1click()
end
end
end
while getgenv().Config.AlienFarmOptions.NeptuneAliens == true and task.wait() do
for i, v in pairs(game:GetService("Workspace").Planets.Neptune:GetChildren()) do
if v.Name == "Bot" then
v.Bot.RealBot.HumanoidRootPart.CFrame =
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, -3)
mouse1click()
end
end
end
end
end
)
How To Use Space Tycoon Script
Follow these simple steps on how to use the Space Tycoon Script:
1. Choose an effective executor/exploit from the list below (Free & Paid)
2. Download the executor you prefer. We have our list here.
3. Launch the Roblox game first, then the executor
4. When both the Roblox game and executor are open, press Inject or Attach (it depends on what executor you are using)
5. Paste the script you want to use
6. Press the Execute or Play button (again it depends on what executor you are using)
7. That’s all, enjoy using the Space Tycoon script GUI
About The Space Tycoon Script
The Roblox Space Tycoon Script is a set of unique codes that allows the user to have auto-farm features to build the most advanced space station in the entire universe. With its efficient algorithms and instinctive interface, it is very easy to use even if you are a newbie to this game or an experienced player.
A truly impressive tool for success in every Roblox game you will be part of.
By using the best script of the game, you now have an advantage over other players in terms of space facilities and vehicles to travel outside the planet Earth. Explore different parts of the universe and construct your research facilities in every planet you conquer to become the richest space tycoon here on Earth.
If you are looking for the latest Space Tycoon Codes to become more progressive tycoon, you can collect them here.
Always remember that all kinds of game scripts are illegal and may violate the Roblox Terms of Service, resulting in an account banning or other punishments. Be careful when using the script to avoid any game trouble while playing Roblox.
So what are you waiting for? Download the appropriate script of the game and start occupying more planets in the exciting world of Space Tycoon today.