Advertisement
MGExploits

Op Multi Gui Lumber tycoon 2

Jul 21st, 2019
17,461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. -- Credits MG Plays#4084
  2. local LT2Gui = Instance.new("ScreenGui")
  3. local Frame = Instance.new("Frame")
  4. local Open = Instance.new("TextButton")
  5. local Main = Instance.new("Frame")
  6. local Credits = Instance.new("TextLabel")
  7. local JamesGui = Instance.new("TextButton")
  8. local EEVNXXGUI = Instance.new("TextButton")
  9. local LT2Ferry = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11.  
  12. LT2Gui.Name = "LT2 Gui"
  13. LT2Gui.Parent = game.CoreGui
  14. LT2Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. Frame.Parent = LT2Gui
  17. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  18. Frame.Position = UDim2.new(0, 0, 0.484227121, 0)
  19. Frame.Size = UDim2.new(0, 88, 0, 37)
  20.  
  21. Open.Name = "Open"
  22. Open.Parent = Frame
  23. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Open.Position = UDim2.new(0, 0, 0.108108111, 0)
  25. Open.Size = UDim2.new(0, 83, 0, 28)
  26. Open.Font = Enum.Font.SourceSans
  27. Open.Text = "Open"
  28. Open.TextColor3 = Color3.new(0, 0, 0)
  29. Open.TextSize = 14
  30. Open.MouseButton1Down:connect(function()
  31. Frame.Visible = false
  32. Main.Visible = true
  33. end)
  34.  
  35. Main.Name = "Main"
  36. Main.Parent = LT2Gui
  37. Main.Active = true
  38. Main.Visible = false
  39. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  40. Main.Position = UDim2.new(0.0984962508, 0, 0.38643533, 0)
  41. Main.Size = UDim2.new(0, 277, 0, 367)
  42. Main.Active = true
  43. Main.Draggable = true
  44.  
  45. Credits.Name = "Credits"
  46. Credits.Parent = Main
  47. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Credits.BorderColor3 = Color3.new(1, 1, 1)
  49. Credits.Position = UDim2.new(0.0252707582, 0, 0.923705697, 0)
  50. Credits.Size = UDim2.new(0, 262, 0, 20)
  51. Credits.Font = Enum.Font.SourceSans
  52. Credits.Text = "By: MG Plays#4084"
  53. Credits.TextColor3 = Color3.new(0, 0, 0)
  54. Credits.TextSize = 14
  55.  
  56. JamesGui.Name = "JamesGui"
  57. JamesGui.Parent = Main
  58. JamesGui.BackgroundColor3 = Color3.new(1, 1, 1)
  59. JamesGui.Position = UDim2.new(0.137184113, 0, 0.141689375, 0)
  60. JamesGui.Size = UDim2.new(0, 200, 0, 50)
  61. JamesGui.Font = Enum.Font.SourceSans
  62. JamesGui.Text = "JamesGui"
  63. JamesGui.TextColor3 = Color3.new(0, 0, 0)
  64. JamesGui.TextSize = 14
  65. JamesGui.MouseButton1Down:connect(function()
  66. loadstring(game:HttpGet('https://pastebin.com/raw/eYSYPjvp',true))()
  67. end)
  68.  
  69. EEVNXXGUI.Name = "EEVNXX GUI"
  70. EEVNXXGUI.Parent = Main
  71. EEVNXXGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  72. EEVNXXGUI.Position = UDim2.new(0.137184113, 0, 0.373297006, 0)
  73. EEVNXXGUI.Size = UDim2.new(0, 200, 0, 50)
  74. EEVNXXGUI.Font = Enum.Font.SourceSans
  75. EEVNXXGUI.Text = "EEVNXX GUI"
  76. EEVNXXGUI.TextColor3 = Color3.new(0, 0, 0)
  77. EEVNXXGUI.TextSize = 14
  78. EEVNXXGUI.MouseButton1Down:connect(function()
  79. loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/EevnxxLT2.lua',true))()
  80. end)
  81.  
  82. LT2Ferry.Name = "LT2 Ferry"
  83. LT2Ferry.Parent = Main
  84. LT2Ferry.BackgroundColor3 = Color3.new(1, 1, 1)
  85. LT2Ferry.Position = UDim2.new(0.137184113, 0, 0.613079011, 0)
  86. LT2Ferry.Size = UDim2.new(0, 200, 0, 50)
  87. LT2Ferry.Font = Enum.Font.SourceSans
  88. LT2Ferry.Text = "LT2 Ferry"
  89. LT2Ferry.TextColor3 = Color3.new(0, 0, 0)
  90. LT2Ferry.TextSize = 14
  91. LT2Ferry.MouseButton1Down:connect(function()
  92. loadstring(game:HttpGet('https://ferrysyloit2.glitch.me/lt-2-ferry.txt',true))()
  93. end)
  94.  
  95. Close.Name = "Close"
  96. Close.Parent = Main
  97. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  98. Close.Position = UDim2.new(0.884476542, 0, 0, 0)
  99. Close.Size = UDim2.new(0, 32, 0, 27)
  100. Close.Font = Enum.Font.SourceSans
  101. Close.Text = "X"
  102. Close.TextColor3 = Color3.new(0, 0, 0)
  103. Close.TextSize = 14
  104. Close.MouseButton1Down:connect(function()
  105. Frame.Visible = true
  106. Main.Visible = false
  107. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement