Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
47,598
-2
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.59 KB | None | 0 2
  1. Infinite money to yourself:
  2.  
  3. if game:GetService('Workspace').Tycoon1.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  4. for i,v in pairs(workspace.Tycoon1.Tiles.TileModel:GetChildren()) do
  5. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  6. end
  7. elseif game:GetService('Workspace').Tycoon2.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  8. for i,v in pairs(workspace.Tycoon2.Tiles.TileModel:GetChildren()) do
  9. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  10. end
  11. elseif game:GetService('Workspace').Tycoon3.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  12. for i,v in pairs(workspace.Tycoon3.Tiles.TileModel:GetChildren()) do
  13. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  14. end
  15. elseif game:GetService('Workspace').Tycoon4.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  16. for i,v in pairs(workspace.Tycoon4.Tiles.TileModel:GetChildren()) do
  17. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  18. end
  19. elseif game:GetService('Workspace').Tycoon5.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  20. for i,v in pairs(workspace.Tycoon5.Tiles.TileModel:GetChildren()) do
  21. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  22. end
  23. end
  24. ------------------------------------------------------------------------------------------
  25. Infinite money to a player of your choice:
  26.  
  27. local Player = "PLAYERNAME";
  28. if game:GetService('Workspace').Tycoon1.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  29. for i,v in pairs(workspace.Tycoon1.Tiles.TileModel:GetChildren()) do
  30. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  31. end
  32. elseif game:GetService('Workspace').Tycoon2.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  33. for i,v in pairs(workspace.Tycoon2.Tiles.TileModel:GetChildren()) do
  34. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  35. end
  36. elseif game:GetService('Workspace').Tycoon3.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  37. for i,v in pairs(workspace.Tycoon3.Tiles.TileModel:GetChildren()) do
  38. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  39. end
  40. elseif game:GetService('Workspace').Tycoon4.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  41. for i,v in pairs(workspace.Tycoon4.Tiles.TileModel:GetChildren()) do
  42. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  43. end
  44. elseif game:GetService('Workspace').Tycoon5.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  45. for i,v in pairs(workspace.Tycoon5.Tiles.TileModel:GetChildren()) do
  46. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
  47. end
  48. end
  49. -----------------------------------------------------------------------------------------------------------
  50. Infinite supplies to yourself: (Now includes Car Parts.):
  51.  
  52. if game:GetService('Workspace').Tycoon1.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  53. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Tablets", 10000000)
  54. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Hats", 10000000)
  55. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Smartphones", 10000000)
  56. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Clothing", 10000000)
  57. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Electronics", 10000000)
  58. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Videogames", 10000000)
  59. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Candy", 10000000)
  60. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Books", 10000000)
  61. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Food", 10000000)
  62. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Frozen Food", 10000000)
  63. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Toys", 10000000)
  64. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Soda", 10000000)
  65. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Car Parts", 10000000)
  66. elseif game:GetService('Workspace').Tycoon2.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  67. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Tablets", 10000000)
  68. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Hats", 10000000)
  69. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Smartphones", 10000000)
  70. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Clothing", 10000000)
  71. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Electronics", 10000000)
  72. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Videogames", 10000000)
  73. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Candy", 10000000)
  74. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Books", 10000000)
  75. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Food", 10000000)
  76. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Frozen Food", 10000000)
  77. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Toys", 10000000)
  78. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Soda", 10000000)
  79. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Car Parts", 10000000)
  80. elseif game:GetService('Workspace').Tycoon3.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  81. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Tablets", 10000000)
  82. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Hats", 10000000)
  83. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Smartphones", 10000000)
  84. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Clothing", 10000000)
  85. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Electronics", 10000000)
  86. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Videogames", 10000000)
  87. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Candy", 10000000)
  88. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Books", 10000000)
  89. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Food", 10000000)
  90. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Frozen Food", 10000000)
  91. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Toys", 10000000)
  92. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Soda", 10000000)
  93. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Car Parts", 10000000)
  94. elseif game:GetService('Workspace').Tycoon4.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  95. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Tablets", 10000000)
  96. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Hats", 10000000)
  97. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Smartphones", 10000000)
  98. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Clothing", 10000000)
  99. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Electronics", 10000000)
  100. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Videogames", 10000000)
  101. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Candy", 10000000)
  102. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Books", 10000000)
  103. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Food", 10000000)
  104. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Frozen Food", 10000000)
  105. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Toys", 10000000)
  106. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Soda", 10000000)
  107. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Car Parts", 10000000)
  108. elseif game:GetService('Workspace').Tycoon5.Info.Owner.Value == game:GetService('Players').LocalPlayer.Name then
  109. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Tablets", 10000000)
  110. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Hats", 10000000)
  111. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Smartphones", 10000000)
  112. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Clothing", 10000000)
  113. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Electronics", 10000000)
  114. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Videogames", 10000000)
  115. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Candy", 10000000)
  116. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Books", 10000000)
  117. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Food", 10000000)
  118. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Frozen Food", 10000000)
  119. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Toys", 10000000)
  120. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Soda", 10000000)
  121. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Car Parts", 10000000)
  122. --------------------------------------------------------------------------------------------------------------------------
  123. Infinite Supplies to a player of your choice (Includes car parts):
  124.  
  125. local Player = "TheRedRabbitYT";
  126. if game:GetService('Workspace').Tycoon1.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  127. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Tablets", 10000000)
  128. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Hats", 10000000)
  129. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Smartphones", 10000000)
  130. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Clothing", 10000000)
  131. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Electronics", 10000000)
  132. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Videogames", 10000000)
  133. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Candy", 10000000)
  134. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Books", 10000000)
  135. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Food", 10000000)
  136. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Frozen Food", 10000000)
  137. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Toys", 10000000)
  138. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Soda", 10000000)
  139. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Car Parts", 10000000)
  140. elseif game:GetService('Workspace').Tycoon2.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  141. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Tablets", 10000000)
  142. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Hats", 10000000)
  143. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Smartphones", 10000000)
  144. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Clothing", 10000000)
  145. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Electronics", 10000000)
  146. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Videogames", 10000000)
  147. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Candy", 10000000)
  148. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Books", 10000000)
  149. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Food", 10000000)
  150. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Frozen Food", 10000000)
  151. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Toys", 10000000)
  152. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Soda", 10000000)
  153. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Car Parts", 10000000)
  154. elseif game:GetService('Workspace').Tycoon3.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  155. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Tablets", 10000000)
  156. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Hats", 10000000)
  157. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Smartphones", 10000000)
  158. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Clothing", 10000000)
  159. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Electronics", 10000000)
  160. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Videogames", 10000000)
  161. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Candy", 10000000)
  162. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Books", 10000000)
  163. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Food", 10000000)
  164. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Frozen Food", 10000000)
  165. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Toys", 10000000)
  166. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Soda", 10000000)
  167. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Car Parts", 10000000)
  168. elseif game:GetService('Workspace').Tycoon4.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  169. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Tablets", 10000000)
  170. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Hats", 10000000)
  171. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Smartphones", 10000000)
  172. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Clothing", 10000000)
  173. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Electronics", 10000000)
  174. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Videogames", 10000000)
  175. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Candy", 10000000)
  176. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Books", 10000000)
  177. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Food", 10000000)
  178. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Frozen Food", 10000000)
  179. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Toys", 10000000)
  180. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Soda", 10000000)
  181. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Car Parts", 10000000)
  182. elseif game:GetService('Workspace').Tycoon5.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  183. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Tablets", 10000000)
  184. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Hats", 10000000)
  185. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Smartphones", 10000000)
  186. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Clothing", 10000000)
  187. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Electronics", 10000000)
  188. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Videogames", 10000000)
  189. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Candy", 10000000)
  190. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Books", 10000000)
  191. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Food", 10000000)
  192. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Frozen Food", 10000000)
  193. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Toys", 10000000)
  194. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Soda", 10000000)
  195. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Car Parts", 10000000)
  196. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement