Cruise Ship Tycoon Hack Roblox

  1. Clone Tycoon 2 Script Hack
  2. Roblox Cruise Ship Tycoon Money Hack
  3. Cruise Ship Tycoon Hack Roblox Hack
  4. Cruise Ship Tycoon Hack Roblox Exploit
  5. Cruise Ship Tycoon Roblox Hack
  6. Cruise Ship Tycoon Roblox Codes
  7. Cruise Ship Tycoon Pc

Up to date game codes for Cruise Ship Tycoon, updates and features, and the past Month's ratings. Secondhand Studios created Cruise Ship Tycoon to be the coolest Roblox game of 2020. Roblox Island Royale Season 3 Codes Roblox Free Images No Email roblox island royale season 3 codes Roblox Promo Code For Red Valk Roblox Hack 999999 Robux 2020-06-15T14:04:00-07:00 Rating: 4.5 Diposkan Oleh: jorgeclay. The Pelican, one of the available ships in the game. The albatross (bow side), Also one of the many cruise ships in this game. Cruise Ships are the main focus of Cruise Ship Tycoon and what you use to transport passengers around the map. There are currently 7 ships in the game, with 6 available to everyone, with 1 that is exclusive to Alpha Testers.You can own five ships total.

    > >
  1. Cruise Ship Tycoon
4.26 / 5 - 27 votes

Description of Cruise Ship Tycoon Windows

Here is the video game “Cruise Ship Tycoon”! Released in 2003 on Windows, it's still available and playable with some tinkering. It's a strategy game, set in a managerial theme.

External links

Captures and Snapshots

Screenshots from MobyGames.com

Comments and reviews

T_T2020-10-230 point

not working!
compatibility problemes.

tiger2020-07-250 point

I really like cruise ships

GoDZueS2020-03-222 points

The Best aquatic simulator game on low end pc

Roblox

Misterszkp2020-01-111 point

Didn't work for me aswell, then tried the demo, and clicked the only file located there.
that worked for me.

Roblox how to get free robux in 2018 roblox. There are many spurious websites or pages which are already running on this. Eventually, people grope for some genuine generator tool.

EA Moderator2020-01-051 point

Good game, brings back memories.

Clone Tycoon 2 Script Hack

Cruise Ship Tycoon Hack Roblox

moose19122019-11-101 point

i love this game it ia my child hood

LOL2019-04-221 point

This game is not working me.

Hey stupidhead2019-04-167 points

you're wrong and you're an accident fuck your opinion. This game is my childhood

Roblox Cruise Ship Tycoon Money Hack

stupidhead this game is stupid2019-04-14-14 points

this game is stupid

fly boy2018-08-01-4 points

Hack

whats up

Write a comment

Share your gamer memories, help others to run the game or comment anything you'd like. If you have trouble to run Cruise Ship Tycoon (Windows), read the abandonware guide first!

Download Cruise Ship Tycoon Windows

We may have multiple downloads for few games when different versions are available. Also, we try to upload manuals and extra documentations when possible. If the manual is missing and you own the original manual, please contact us!

Just one click to download at full speed!

Windows Version

Similar games

Cruise Ship Tycoon Hack Roblox Hack

Fellow retro gamers also downloaded these games:

May 30th, 2016

Cruise Ship Tycoon Hack Roblox Exploit

Never

Cruise Ship Tycoon Roblox Hack

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. --Script made by Fiterpilot. All rights reserved to Nova Studio
  2. --Variables
  3. local tycoon = script.Parent.Tycoon --Variable for Tycoon object (inside of tycoon)
  4. local ownerName = tycoon.OwnerName --Variable for OwnerName object
  5. local cash = tycoon.Cash --Variable for cash object
  6. local essentials = tycoon.Essentials -- Variable for Essentials object
  7. local purchases = tycoon.Purchases
  8. local claim = tycoon['Become Owner'].Head --Variable for claim part
  9. local collector = essentials.Collector -- Variable for collector part
  10. local giver = essentials.Giver --Varaible for giver part
  11. local display = essentials.Display --Variable for display
  12. local PCash --Variable for player's cash
  13. --Variable for Regen
  14. local Backup = Model:clone()--Clones Model
  15. claim.Touched:connect(function(hit)--Function for claiming
  16. if ownerName.Value 'then--If ownerName.Value is '
  17. player = game.Players:GetPlayerFromCharacter(hit.Parent)--Find the player that touched it
  18. print('player exists')
  19. PCash = player.leaderstats:FindFirstChild('Cash')--Find his cash
  20. print('PCash exists')
  21. local owns = player:FindFirstChild('Owns')--Find his owns
  22. print('Owns exists')
  23. if hit.Parent:FindFirstChild('Humanoid')then--Now, is he a human?
  24. if hit.Parent.Humanoid.Health >0then--Is he alive?!
  25. ownerName.Value = player.Name --Change ownerName to his name
  26. claim.Parent.Name = player.Name.'s kitchen'--Show ownership
  27. claim.CanCollide =false--Make sure we can walk through
  28. player.TeamColor = claim.BrickColor --Set his team to the color of the brick
  29. end
  30. end
  31. end
  32. end
  33. collector.Touched:connect(function(hit)--When the collector is touched
  34. if hit.Name 'Food'then--If it was touched by 'Food'
  35. local val = hit:FindFirstChild('Value')--Find how much it's worth
  36. cash.Value = cash.Value + val.Value --Add the value of the food to cash
  37. end
  38. end)
  39. --Give player money
  40. giver.Touched:connect(function(hit)--When the giver is touched
  41. if cash.Value >0then
  42. if hit.Parent.Name ownerName.Value then--If hit's name is = to ownerName
  43. PCash.Value = PCash.Value + cash.Value --Give the player the money
  44. buySound:Play()--Plays sound
  45. end
  46. end)
  47. --Updating display
  48. cash.Changed:connect(function()--When cash is changed
  49. display.SG.Frame.Money.Text =tostring(cash.Value)--Update display
  50. for i,v inpairs(buttons:GetChildren())do--Look through all the buttons and get their children
  51. if v:FindFirstChild('Head')then--Find the children's heads
  52. local object = purchases:FindFirstChild(v.Object.Value)--Hold the value for objects
  53. objects[object.Name]= object:Clone()--Clone it
  54. else
  55. print('Button: '.v.Name.' is missing its object and has been removed.')
  56. v.Head.Transparency =1
  57. if v:FindFirstChild('Dependency')then--Find the dependency
  58. v.Head.Transparency =1
  59. if purchasedO:WaitForChild(v.Dependency.Value)then--Wait for that object to be purchased
  60. v.Head.Transparency =0
  61. end))
  62. v.Head.Touched:connect(function(hit)--If the head of a button is touched
  63. local player = game.Players:GetPlayerFromCharacter(hit.Parent)--Find the player
  64. if v.Head.CanCollide truethen--See if the button can collide
  65. print('Player exists')
  66. if ownerName.Value player.Name then--See if the player owns the tycoon
  67. if hit.Parent:FindFirstChild('Humanoid')then--See if the player has a humanoid
  68. if hit.Parent.Humanoid.Health >0then--See if the humanoid is alive
  69. if PCash ~=nilthen--See if PCash exists
  70. if PCash.Value >= v.Price.Value then--If PCash is greater than price
  71. PCash.Value = PCash.Value - v.Price.Value --Purchase the object
  72. objects[v.Object.Value].Parent = purchasedO --Move it into puchasedobjects
  73. v.Head.Transparency =1
  74. end
  75. end
  76. end
  77. end
  78. end
  79. game.Players.PlayerRemoving:connect(function(player)--Function for player removal
  80. if ownerName.Value ~='then--If ownerName isn't equal to nothing then
  81. if ownerName.Value player.Name then--If the leaving player has the same name as ownerName
  82. Model:remove()--Removes Model
  83. Model.Parent = script.Parent --Sets Models Parent To The Tycoon
  84. end
  85. end)

Cruise Ship Tycoon Roblox Codes

Cruise Ship Tycoon Pc