Advertisement
Pur3ity

CloneTycoon

Sep 6th, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local CloneTycoon2 = Instance.new("Frame")
  5. local exit3 = Instance.new("TextButton")
  6. local Gem = Instance.new("TextButton")
  7. local Cash = Instance.new("TextButton")
  8. --Properties:
  9. CloneTycoon2.Name = "CloneTycoon2"
  10. CloneTycoon2.Parent = game.Players.LocalPlayer.PlayerGui.PureHub
  11. CloneTycoon2.Active = true
  12. CloneTycoon2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  13. CloneTycoon2.BorderColor3 = Color3.new(0, 0, 0)
  14. CloneTycoon2.BorderSizePixel = 4
  15. CloneTycoon2.Position = UDim2.new(0.0417802334, 0, 0.630806923, 0)
  16. CloneTycoon2.Selectable = true
  17. CloneTycoon2.Size = UDim2.new(0, 275, 0, 145)
  18. CloneTycoon2.Visible = true
  19.  
  20. exit3.Name = "exit3"
  21. exit3.Parent = CloneTycoon2
  22. exit3.Active = false
  23. exit3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  24. exit3.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  25. exit3.Position = UDim2.new(0.894545436, 0, 0, 0)
  26. exit3.Selectable = false
  27. exit3.Size = UDim2.new(0, 29, 0, 29)
  28. exit3.Font = Enum.Font.SourceSans
  29. exit3.Text = "X"
  30. exit3.TextColor3 = Color3.new(1, 1, 0)
  31. exit3.TextScaled = true
  32. exit3.TextSize = 14
  33. exit3.TextWrapped = true
  34.  
  35. Gem.Name = "Gem"
  36. Gem.Parent = CloneTycoon2
  37. Gem.Active = false
  38. Gem.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  39. Gem.Position = UDim2.new(0.141818181, 0, 0.537931025, 0)
  40. Gem.Selectable = false
  41. Gem.Size = UDim2.new(0, 200, 0, 50)
  42. Gem.Font = Enum.Font.SourceSans
  43. Gem.Text = "Gems"
  44. Gem.TextColor3 = Color3.new(1, 1, 1)
  45. Gem.TextScaled = true
  46. Gem.TextSize = 14
  47. Gem.TextWrapped = true
  48.  
  49. Cash.Name = "Cash"
  50. Cash.Parent = CloneTycoon2
  51. Cash.Active = false
  52. Cash.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  53. Cash.Position = UDim2.new(0.13454546, 0, 0.131034479, 0)
  54. Cash.Selectable = false
  55. Cash.Size = UDim2.new(0, 200, 0, 50)
  56. Cash.Font = Enum.Font.SourceSans
  57. Cash.Text = "Cash"
  58. Cash.TextColor3 = Color3.new(1, 1, 1)
  59. Cash.TextScaled = true
  60. Cash.TextSize = 14
  61. Cash.TextWrapped = true
  62. -- Scripts:
  63. function SCRIPT_OIES81_FAKESCRIPT() -- exit3.CloseWindowScript
  64. getfenv().script = Instance.new('Script', exit3)
  65.  
  66. button = script.Parent
  67.  
  68.  
  69. button.MouseButton1Down:connect(function()
  70. script.Parent.Parent.Visible = false
  71. end)
  72.  
  73. end
  74. coroutine.resume(coroutine.create(SCRIPT_OIES81_FAKESCRIPT))
  75. function SCRIPT_ATUU77_FAKESCRIPT() -- Gem.GemScript
  76. getfenv().script = Instance.new('Script', Gem)
  77.  
  78. button = script.Parent
  79.  
  80.  
  81. button.MouseButton1Down:connect(function()
  82. game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", "999999")
  83. end)
  84.  
  85. end
  86. coroutine.resume(coroutine.create(SCRIPT_ATUU77_FAKESCRIPT))
  87. function SCRIPT_VBGV68_FAKESCRIPT() -- Cash.Cashscript
  88. getfenv().script = Instance.new('Script', Cash)
  89.  
  90. button = script.Parent
  91.  
  92.  
  93. button.MouseButton1Down:connect(function()
  94. game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", "999999")
  95. end)
  96.  
  97.  
  98. end
  99. coroutine.resume(coroutine.create(SCRIPT_VBGV68_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement