AanWarbhe

Clone Tycoon 2 Hack

Mar 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. --{Made By GRIPPERTV - GRIPPERTV_V2, Please Vouch.}
  2.  
  3. --{Objects}
  4. CloneTycoon = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  5. Bar = Instance.new("TextLabel", CloneTycoon)
  6. Close = Instance.new("TextButton", Bar)
  7. Leaderstats = Instance.new("Frame", Bar)
  8. Resources = Instance.new("Frame", Bar)
  9. Button = Instance.new("TextButton", Bar)
  10. Button2 = Instance.new("TextButton", Bar)
  11. InfiniteCash = Instance.new("TextButton", Leaderstats)
  12. InfiniteGems = Instance.new("TextButton", Leaderstats)
  13. MaxStone = Instance.new("TextButton", Resources)
  14. MaxCoal = Instance.new("TextButton", Resources)
  15. MaxGold = Instance.new("TextButton", Resources)
  16. MaxDiamonds = Instance.new("TextButton", Resources)
  17. MaxIron = Instance.new("TextButton", Resources)
  18.  
  19. --{Properties}
  20. CloneTycoon.Name = "Clone Tycoon Gui 1.0"
  21.  
  22. Bar.Name = "Bar"
  23. Bar.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  24. Bar.Position = UDim2.new(0.334, 0, 0.368, 0)
  25. Bar.Size = UDim2.new(0, 310, 0, 32)
  26. Bar.BackgroundTransparency = 0.1
  27. Bar.BorderSizePixel = 2
  28. Bar.Active = true
  29. Bar.Selectable = true
  30. Bar.Draggable = true
  31. Bar.Font = Enum.Font.SourceSansBold
  32. Bar.Text = "Clone Tycoon Gui"
  33. Bar.TextColor3 = Color3.fromRGB(255, 255, 255)
  34. Bar.TextSize = 26
  35.  
  36. Button.Name = "Button"
  37. Button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  38. Button.BorderSizePixel = 2
  39. Button.Position = UDim2.new(-0.001, 0, 0.878, 6)
  40. Button.Size = UDim2.new(0, 101, 0, 28)
  41. Button.BackgroundTransparency = 0.1
  42. Button.Font = Enum.Font.SourceSansBold
  43. Button.TextSize = 14
  44. Button.Text = "Leaderstats"
  45. Button.TextColor3 = Color3.fromRGB(255, 255, 255)
  46. Button.MouseButton1Click:connect(function()
  47. Leaderstats.Visible = true
  48. Resources.Visible = false
  49. end)
  50.  
  51. Button2.Name = "Button2"
  52. Button2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  53. Button2.BorderSizePixel = 2
  54. Button2.Position = UDim2.new(-0.001, 0, 1.804, 6)
  55. Button2.Size = UDim2.new(0, 101, 0, 28)
  56. Button2.BackgroundTransparency = 0.1
  57. Button2.Font = Enum.Font.SourceSansBold
  58. Button2.TextSize = 14
  59. Button2.Text = "Resources"
  60. Button2.TextColor3 = Color3.fromRGB(255, 255, 255)
  61. Button2.MouseButton1Click:connect(function()
  62. Leaderstats.Visible = false
  63. Resources.Visible = true
  64. end)
  65.  
  66. Close.Name = "Close"
  67. Close.BackgroundTransparency = 1
  68. Close.Position = UDim2.new(0.948, 0, 0, 0)
  69. Close.Size = UDim2.new(0, 16, 0, 22)
  70. Close.Font = Enum.Font.SourceSansBold
  71. Close.TextScaled = true
  72. Close.Text = "X"
  73. Close.TextColor3 = Color3.fromRGB(255, 0, 0)
  74. Close.MouseButton1Click:connect(function()
  75. CloneTycoon.Enabled = false
  76. CloneTycoon.ResetOnSpawn = false
  77. CloneTycoon:Destroy()
  78. end)
  79.  
  80. Leaderstats.Name = "Leaderstats"
  81. Leaderstats.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  82. Leaderstats.Position = UDim2.new(0.326, 2, 1.062, 0)
  83. Leaderstats.Size = UDim2.new(0, 207, 0, 113)
  84. Leaderstats.BackgroundTransparency = 0.1
  85. Leaderstats.BorderSizePixel = 2
  86.  
  87. InfiniteCash.Name = "InfiniteCash"
  88. InfiniteCash.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  89. InfiniteCash.BorderSizePixel = 2
  90. InfiniteCash.Position = UDim2.new(0.046, 0, 0.057, 3)
  91. InfiniteCash.Size = UDim2.new(0, 188, 0, 40)
  92. InfiniteCash.BackgroundTransparency = 0.2
  93. InfiniteCash.Font = Enum.Font.SourceSansBold
  94. InfiniteCash.TextSize = 26
  95. InfiniteCash.Text = "Infinite Cash"
  96. InfiniteCash.TextColor3 = Color3.fromRGB(255, 255, 255)
  97. InfiniteCash.MouseButton1Click:connect(function()
  98. game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", "1500000000")
  99. end)
  100.  
  101. InfiniteGems.Name = "InfiniteGems"
  102. InfiniteGems.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  103. InfiniteGems.BorderSizePixel = 2
  104. InfiniteGems.Position = UDim2.new(0.048, 0, 0.51, 0)
  105. InfiniteGems.Size = UDim2.new(0, 188, 0, 40)
  106. InfiniteGems.BackgroundTransparency = 0.2
  107. InfiniteGems.Font = Enum.Font.SourceSansBold
  108. InfiniteGems.TextSize = 26
  109. InfiniteGems.Text = "Infinite Gems"
  110. InfiniteGems.TextColor3 = Color3.fromRGB(255, 255, 255)
  111. InfiniteGems.MouseButton1Click:connect(function()
  112. game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", "1500000000")
  113. end)
  114.  
  115. Resources.Name = "Resources"
  116. Resources.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  117. Resources.Position = UDim2.new(0.326, 2, 1.062, 0)
  118. Resources.Size = UDim2.new(0, 207, 0, 153)
  119. Resources.BackgroundTransparency = 0.1
  120. Resources.BorderSizePixel = 2
  121. Resources.Visible = false
  122.  
  123. MaxStone.Name = "MaxStone"
  124. MaxStone.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  125. MaxStone.BorderSizePixel = 2
  126. MaxStone.Position = UDim2.new(0.043, 0, 0.017, 3)
  127. MaxStone.Size = UDim2.new(0, 86, 0, 40)
  128. MaxStone.BackgroundTransparency = 0.2
  129. MaxStone.Font = Enum.Font.SourceSansBold
  130. MaxStone.TextSize = 20
  131. MaxStone.Text = "Max Stone"
  132. MaxStone.TextColor3 = Color3.fromRGB(255, 255, 255)
  133. MaxStone.MouseButton1Click:connect(function()
  134. game.Workspace.Events.DataStores.LoadStep:FireServer("Stone", 50)
  135. end)
  136.  
  137. MaxCoal.Name = "MaxCoal"
  138. MaxCoal.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  139. MaxCoal.BorderSizePixel = 2
  140. MaxCoal.Position = UDim2.new(0.512, 0, 0.034, 0)
  141. MaxCoal.Size = UDim2.new(0, 92, 0, 40)
  142. MaxCoal.BackgroundTransparency = 0.2
  143. MaxCoal.Font = Enum.Font.SourceSansBold
  144. MaxCoal.TextSize = 20
  145. MaxCoal.Text = "Max Coal"
  146. MaxCoal.TextColor3 = Color3.fromRGB(255, 255, 255)
  147. MaxCoal.MouseButton1Click:connect(function()
  148. game.Workspace.Events.DataStores.LoadStep:FireServer("Coal", 50)
  149. end)
  150.  
  151. MaxIron.Name = "MaxIron"
  152. MaxIron.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  153. MaxIron.BorderSizePixel = 2
  154. MaxIron.Position = UDim2.new(0.043, 0, 0.335, 3)
  155. MaxIron.Size = UDim2.new(0, 86, 0, 40)
  156. MaxIron.BackgroundTransparency = 0.2
  157. MaxIron.Font = Enum.Font.SourceSansBold
  158. MaxIron.TextSize = 20
  159. MaxIron.Text = "Max Iron"
  160. MaxIron.TextColor3 = Color3.fromRGB(255, 255, 255)
  161. MaxIron.MouseButton1Click:connect(function()
  162. game.Workspace.Events.DataStores.LoadStep:FireServer("Iron", 50)
  163. end)
  164.  
  165. MaxGold.Name = "MaxGold"
  166. MaxGold.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  167. MaxGold.BorderSizePixel = 2
  168. MaxGold.Position = UDim2.new(0.512, 0, 0.352, 0)
  169. MaxGold.Size = UDim2.new(0, 92, 0, 40)
  170. MaxGold.BackgroundTransparency = 0.2
  171. MaxGold.Font = Enum.Font.SourceSansBold
  172. MaxGold.TextSize = 20
  173. MaxGold.Text = "Max Gold"
  174. MaxGold.TextColor3 = Color3.fromRGB(255, 255, 255)
  175. MaxGold.MouseButton1Click:connect(function()
  176. game.Workspace.Events.DataStores.LoadStep:FireServer("Gold", 50)
  177. end)
  178.  
  179. MaxDiamonds.Name = "MaxDiamond"
  180. MaxDiamonds.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  181. MaxDiamonds.BorderSizePixel = 2
  182. MaxDiamonds.Position = UDim2.new(0.043, 0, 0.673, 0)
  183. MaxDiamonds.Size = UDim2.new(0, 189, 0, 40)
  184. MaxDiamonds.BackgroundTransparency = 0.2
  185. MaxDiamonds.Font = Enum.Font.SourceSansBold
  186. MaxDiamonds.TextSize = 20
  187. MaxDiamonds.Text = "Max Diamond"
  188. MaxDiamonds.TextColor3 = Color3.fromRGB(255, 255, 255)
  189. MaxDiamonds.MouseButton1Click:connect(function()
  190. game.Workspace.Events.DataStores.LoadStep:FireServer("Diamonds", 50)
  191. end)
Add Comment
Please, Sign In to add comment