Roblox Mods Download Lumber Tycoon 2

  1. Roblox Lumber Tycoon Mod Menu
  2. Roblox Exploit Lumber Tycoon 2
  3. Roblox Mods Download Lumber Tycoon 2 Roblox
  4. Roblox Mods Download Lumber Tycoon 2 Mod Menu Hack

They inspired that game called Lumber Tycoon 2 in Roblox. Mods 329 Downloads Last Updated: Jun 20, 2020 Game Version: 1.12.2. Download Description Files Images Relations Main File. Lumber Tycoon 2 V3 1.12.2 2.4.11 Develop. Filename Lumber.

Roblox Mods Download Lumber Tycoon 2
Dec 26th, 2019
Mods

Roblox Lumber Tycoon Mod Menu

Never
Mods
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Roblox Exploit Lumber Tycoon 2

  1. -- Version: 3.1
  2. -- Instances:
  3. local LumberTycoon2 = Instance.new('ScreenGui')
  4. local TextLabel = Instance.new('TextLabel')
  5. local TextLabel_2 = Instance.new('TextLabel')
  6. local Load_Btn = Instance.new('TextButton')
  7. local Open =false
  8. --Properties:
  9. LumberTycoon2.Name ='Lumber Tycoon 2'
  10. LumberTycoon2.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
  11. Frame.Parent = LumberTycoon2
  12. Frame.BorderColor3 = Color3.fromRGB(27,42,53)
  13. Frame.Position = UDim2.new(0.367700726,0,0.261363626,0)
  14. Frame.Visible =false
  15. Frame.ScaleType = Enum.ScaleType.Slice
  16. Frame.Draggable =true
  17. TextLabel.Parent = Frame
  18. TextLabel.BackgroundColor3 = Color3.fromRGB(20,20,20)
  19. TextLabel.Size = UDim2.new(1,0,0,50)
  20. TextLabel.Text ='Lumber Tycoon 2'
  21. TextLabel.TextColor3 = Color3.fromRGB(255,255,255)
  22. TextLabel.TextStrokeColor3 = Color3.fromRGB(255,255,255)
  23. Slot.Parent = Frame
  24. Slot.BorderColor3 = Color3.fromRGB(0,0,0)
  25. Slot.Position = UDim2.new(0.155172408,0,0.467999995,0)
  26. Slot.Font = Enum.Font.SciFi
  27. Slot.TextColor3 = Color3.fromRGB(255,255,255)
  28. TextLabel_2.BackgroundColor3 = Color3.fromRGB(50,50,50)
  29. TextLabel_2.Position = UDim2.new(0.0206896551,0,0.768000007,0)
  30. TextLabel_2.Font = Enum.Font.SciFi
  31. TextLabel_2.TextColor3 = Color3.fromRGB(255,255,255)
  32. Dupe_Btn.Parent = Frame
  33. Dupe_Btn.BackgroundColor3 = Color3.fromRGB(50,50,50)
  34. Dupe_Btn.Position = UDim2.new(0,7,0,55)
  35. Dupe_Btn.Font = Enum.Font.SciFi
  36. Dupe_Btn.TextColor3 = Color3.fromRGB(255,255,255)
  37. Load_Btn.Parent = Frame
  38. Load_Btn.BackgroundColor3 = Color3.fromRGB(50,50,50)
  39. Load_Btn.Position = UDim2.new(0.51051724,0,0.219999984,0)
  40. Load_Btn.Font = Enum.Font.SciFi
  41. Load_Btn.TextColor3 = Color3.fromRGB(255,255,255)
  42. Open_Btn.Parent = LumberTycoon2
  43. Open_Btn.BackgroundColor3 = Color3.fromRGB(60,60,60)
  44. Open_Btn.Position = UDim2.new(0.00729927048,0,0.469696999,0)
  45. Open_Btn.Font = Enum.Font.SciFi
  46. Open_Btn.TextColor3 = Color3.fromRGB(255,255,255)
  47. Open_Btn.TextWrapped =true
  48. Open_Btn.MouseButton1Click:Connect(function()
  49. Frame.Visible =true
  50. Open_Btn.Text ='Close'
  51. Frame.Visible =false
  52. end
  53. local CurrentSlot = game.Players.LocalPlayer:WaitForChild('CurrentSaveSlot').Value
  54. local CurrentlySavingOrLoading = game.Players.LocalPlayer:WaitForChild('CurrentlySavingOrLoading')
  55. localfunction CheckIfSlotAvailable(Slot)
  56. for a,b inpairs(game.ReplicatedStorage.LoadSaveRequests.GetMetaData:InvokeServer(game.Players.LocalPlayer))do
  57. for c,d inpairs(b)do
  58. returntrue
  59. returnfalse
  60. end
  61. end
  62. localfunction CheckSlotNumber()--Checks if the slot number is right
  63. if Slot.Text '1'or Slot.Text '2'or Slot.Text '3'or Slot.Text '4'or Slot.Text '5'or Slot.Text '6'then
  64. return SlotNumber
  65. end
  66. localfunction SendNotification(Title,Text,Duration)-- Sends Notification in the bottom right of the screen
  67. Title = Title;
  68. Icon =nil;
  69. })
  70. Load_Btn.MouseButton1Down:connect(function()--Loads the slot you want
  71. local CheckSlot = CheckSlotNumber()
  72. if CheckIfSlotAvailable(CheckSlot)truethen
  73. local LoadSlot = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(CheckSlot)
  74. SendNotification('Cooldown Notification','You aren't abled to load now',1)
  75. if LoadSlot truethen
  76. SendNotification('Reload Notification','Loaded Your Slot',2)
  77. end
  78. SendNotification('Slot not Available','This Slot is not Available, please choose another slot',2)
  79. else
  80. SendNotification('Incorrect Slot','Enter a Valid number in the upper field',1)
  81. ScriptLoadOrSave =false
  82. Dupe_Btn.MouseButton1Down:connect(function()--Sends the money and will come back after around 2 mins
  83. SendNotification('Cooldown Notification','Wait for your Money to come back',2)
  84. elseif MoneyCooldown falsethen
  85. SendNotification('Money Sent','Wait about 2 minutes for your Money to come back',5)
  86. game.ReplicatedStorage.Transactions.ClientToServer.Donate:InvokeServer(game.Players.LocalPlayer, game.Players.LocalPlayer.leaderstats.Money.Value,1)
  87. SendNotification('Money Received','You received your money that you have sent earlier',5)
  88. end
  89. if CurrentlySavingOrLoading.Value trueand ScriptLoadOrSave falsethen
  90. wait(1)
  91. wait(1)
  92. CurrentSlot = game.Players.LocalPlayer.CurrentSaveSlot.Value
  93. end

Roblox Mods Download Lumber Tycoon 2 Roblox

RAW Paste Data

Roblox Mods Download Lumber Tycoon 2 Mod Menu Hack