Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
5,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1. print("Loaded Retail Tycoon Mod Menu!")
  2. print("Session ID: "..math.random(14903, 438942))
  3.  
  4. local Gui = game:GetObjects("rbxassetid://548095841")[1]
  5. Gui.Parent = game.CoreGui
  6.  
  7. local frame = Gui:WaitForChild("Frame")
  8.  
  9. local money = frame:WaitForChild("Money")
  10. local supp = frame:WaitForChild("Supplies")
  11. local kick = frame:WaitForChild("Kick")
  12.  
  13. local mon = Gui:WaitForChild("money")
  14. local exe = mon:WaitForChild("exec")
  15. local amt = mon:WaitForChild("amt")
  16. local val = mon:WaitForChild("val")
  17. local back = mon:WaitForChild("back")
  18.  
  19. local supplies = Gui:WaitForChild("supplies")
  20. local aaam = supplies:WaitForChild("amt")
  21. local aam = supplies:WaitForChild("val")
  22. local exa = supplies:WaitForChild("exec")
  23. local back1 = supplies:WaitForChild("back")
  24.  
  25. local kicka = Gui:WaitForChild("kick")
  26. local amas = kicka:WaitForChild("amt")
  27. local ac = kicka:WaitForChild("exec")
  28. local back2 = kicka:WaitForChild("back")
  29.  
  30. back.MouseButton1Down:connect(function()
  31. kicka.Visible = false
  32. supp.Visible = false
  33. money.Visible= false
  34. frame.Visible = true
  35. end)
  36.  
  37. back1.MouseButton1Down:connect(function()
  38. kicka.Visible = false
  39. supp.Visible = false
  40. money.Visible= false
  41. frame.Visible = true
  42. end)
  43.  
  44. back2.MouseButton1Down:connect(function()
  45. kicka.Visible = false
  46. supp.Visible = false
  47. money.Visible= false
  48. frame.Visible = true
  49. end)
  50.  
  51. kick.MouseButton1Down:connect(function()
  52. kicka.Visible = true
  53. supp.Visible = false
  54. money.Visible= false
  55. frame.Visible = false
  56. end)
  57.  
  58. ac.MouseButton1Down:connect(function()
  59. asdd = amas.Text
  60. game.Workspace.Functions:FindFirstChild("Remove"):FireServer(game:GetService('Players')[tostring(asdd)], 0)
  61. end)
  62.  
  63. exa.MouseButton1Down:connect(function()
  64. asd = aaam.Text -- plr i think
  65. asdd = aam.Text
  66. local Player = asd
  67. if game:GetService('Workspace').Tycoon1.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  68. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Tablets", asdd)
  69. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Hats", asdd)
  70. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Smartphones", asdd)
  71. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Clothing", asdd)
  72. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Electronics", asdd)
  73. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Videogames", asdd)
  74. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Candy", asdd)
  75. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Books", asdd)
  76. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Food", asdd)
  77. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Frozen Food", asdd)
  78. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Toys", asdd)
  79. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon1, "Soda", asdd)
  80. elseif game:GetService('Workspace').Tycoon2.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  81. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Tablets", asdd)
  82. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Hats", asdd)
  83. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Smartphones", asdd)
  84. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Clothing", asdd)
  85. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Electronics", asdd)
  86. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Videogames", asdd)
  87. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Candy", asdd)
  88. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Books", asdd)
  89. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Food", asdd)
  90. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Frozen Food", asdd)
  91. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Toys", asdd)
  92. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon2, "Soda", asdd)
  93. elseif game:GetService('Workspace').Tycoon3.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  94. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Tablets", asdd)
  95. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Hats", asdd)
  96. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Smartphones", asdd)
  97. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Clothing", asdd)
  98. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Electronics", asdd)
  99. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Videogames", asdd)
  100. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Candy", asdd)
  101. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Books", asdd)
  102. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Food", asdd)
  103. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Frozen Food", asdd)
  104. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Toys", asdd)
  105. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon3, "Soda", asdd)
  106. elseif game:GetService('Workspace').Tycoon4.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  107. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Tablets", asdd)
  108. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Hats", asdd)
  109. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Smartphones", asdd)
  110. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Clothing", asdd)
  111. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Electronics", asdd)
  112. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Videogames", asdd)
  113. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Candy", asdd)
  114. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Books", asdd)
  115. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Food", asdd)
  116. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Frozen Food", asdd)
  117. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Toys", asdd)
  118. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon4, "Soda", asdd)
  119. elseif game:GetService('Workspace').Tycoon5.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
  120. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Tablets", asdd)
  121. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Hats", asdd)
  122. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Smartphones", asdd)
  123. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Clothing", asdd)
  124. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Electronics", asdd)
  125. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Videogames", asdd)
  126. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Candy", asdd)
  127. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Books", asdd)
  128. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Food", asdd)
  129. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Frozen Food", asdd)
  130. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Toys", asdd)
  131. game.Workspace.Functions.EditSupply:FireServer("DontMakeMeActuallyPatchThis", workspace.Tycoon5, "Soda", asdd)
  132. end
  133. end)
  134.  
  135. money.MouseButton1Down:connect(function()
  136. mon.Visible = true
  137. frame.Visible = false
  138. end)
  139.  
  140. supp.MouseButton1Down:connect(function()
  141. supplies.Visible = true
  142. money.Visible = false
  143. frame.Visible = false
  144. end)
  145.  
  146.  
  147.  
  148. exe.MouseButton1Down:connect(function()
  149. aa = amt.Text
  150. a = val.Text
  151. local plr = aa
  152. if game:GetService('Workspace').Tycoon1.Info.Owner.Value == game:GetService('Players')[tostring(plr)].Name then
  153. for i,v in pairs(workspace.Tycoon1.Tiles.TileModel:GetChildren()) do
  154. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, a)
  155. end
  156. elseif game:GetService('Workspace').Tycoon2.Info.Owner.Value == game:GetService('Players')[tostring(plr)].Name then
  157. for i,v in pairs(workspace.Tycoon2.Tiles.TileModel:GetChildren()) do
  158. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, a)
  159. end
  160. elseif game:GetService('Workspace').Tycoon3.Info.Owner.Value == game:GetService('Players')[tostring(plr)].Name then
  161. for i,v in pairs(workspace.Tycoon3.Tiles.TileModel:GetChildren()) do
  162. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, a)
  163. end
  164. elseif game:GetService('Workspace').Tycoon4.Info.Owner.Value == game:GetService('Players')[tostring(plr)].Name then
  165. for i,v in pairs(workspace.Tycoon4.Tiles.TileModel:GetChildren()) do
  166. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, a)
  167. end
  168. elseif game:GetService('Workspace').Tycoon5.Info.Owner.Value == game:GetService('Players')[tostring(plr)].Name then
  169. for i,v in pairs(workspace.Tycoon5.Tiles.TileModel:GetChildren()) do
  170. game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, a)
  171. end
  172. end
  173. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement