Advertisement
Guest User

Untitled

a guest
Jun 6th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 KB | None | 0 0
  1. local LumberTycoon2Gui = Instance.new("ScreenGui")
  2. local LoginFrame = Instance.new("Frame")
  3. local LT2Gui = Instance.new("TextLabel")
  4. local username = Instance.new("TextBox")
  5. local password = Instance.new("TextBox")
  6. local Loginbutton = Instance.new("TextButton")
  7. local Credits = Instance.new("TextLabel")
  8. local ScriptsFrame = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local exitbutton = Instance.new("TextButton")
  11. local BoxedCars = Instance.new("TextButton")
  12. local Swamp = Instance.new("TextButton")
  13. local Volcano = Instance.new("TextButton")
  14. local Spawn = Instance.new("TextButton")
  15. local Speed = Instance.new("TextButton")
  16. local Jpower = Instance.new("TextButton")
  17. local Cave = Instance.new("TextButton")
  18. local LinksLogic = Instance.new("TextButton")
  19. local SkiLodge = Instance.new("TextButton")
  20. local ClickTP = Instance.new("TextButton")
  21. local Palm = Instance.new("TextButton")
  22. local GodMode = Instance.new("TextButton")
  23. local StrangeMan = Instance.new("TextButton")
  24. local woodrus = Instance.new("TextButton")
  25. local EndTimes = Instance.new("TextButton")
  26. local bobshack = Instance.new("TextButton")
  27. local Bringwood = Instance.new("TextButton")
  28. local yourplot = Instance.new("TextButton")
  29.  
  30. -- Properties
  31.  
  32. LumberTycoon2Gui.Name = "Lumber Tycoon 2 Gui"
  33. LumberTycoon2Gui.Parent = game.CoreGui
  34.  
  35. LoginFrame.Name = "LoginFrame"
  36. LoginFrame.Parent = LumberTycoon2Gui
  37. LoginFrame.Active = true
  38. LoginFrame.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  39. LoginFrame.BorderSizePixel = 2
  40. LoginFrame.Draggable = true
  41. LoginFrame.Position = UDim2.new(0.0814094841, 0, 0.0447154418, 0)
  42. LoginFrame.Selectable = true
  43. LoginFrame.Size = UDim2.new(0, 290, 0, 304)
  44.  
  45. LT2Gui.Name = "LT2 Gui"
  46. LT2Gui.Parent = LoginFrame
  47. LT2Gui.BackgroundColor3 = Color3.new(0.247059, 0.239216, 0.239216)
  48. LT2Gui.Size = UDim2.new(0, 290, 0, 44)
  49. LT2Gui.Font = Enum.Font.SciFi
  50. LT2Gui.FontSize = Enum.FontSize.Size14
  51. LT2Gui.Text = "Lumber Tycoon 2 GUI"
  52. LT2Gui.TextColor3 = Color3.new(0, 0, 1)
  53. LT2Gui.TextScaled = true
  54. LT2Gui.TextSize = 14
  55. LT2Gui.TextStrokeColor3 = Color3.new(1, 0, 0.0666667)
  56. LT2Gui.TextWrapped = true
  57.  
  58. username.Name = "username"
  59. username.Parent = LoginFrame
  60. username.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  61. username.Position = UDim2.new(0.155172408, 0, 0.282894731, 0)
  62. username.Size = UDim2.new(0, 200, 0, 50)
  63. username.Font = Enum.Font.SourceSansBold
  64. username.FontSize = Enum.FontSize.Size28
  65. username.Text = "Username"
  66. username.TextColor3 = Color3.new(1, 1, 1)
  67. username.TextSize = 25
  68. username.TextXAlignment = Enum.TextXAlignment.Left
  69.  
  70. password.Name = "password"
  71. password.Parent = LoginFrame
  72. password.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  73. password.Position = UDim2.new(0.155172408, 0, 0.536184192, 0)
  74. password.Size = UDim2.new(0, 200, 0, 50)
  75. password.Font = Enum.Font.SourceSansBold
  76. password.FontSize = Enum.FontSize.Size28
  77. password.Text = "Password"
  78. password.TextColor3 = Color3.new(1, 1, 1)
  79. password.TextSize = 25
  80. password.TextXAlignment = Enum.TextXAlignment.Left
  81.  
  82. Loginbutton.Name = "Loginbutton"
  83. Loginbutton.Parent = LoginFrame
  84. Loginbutton.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  85. Loginbutton.BorderColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  86. Loginbutton.Position = UDim2.new(0.258620679, 0, 0.782894731, 0)
  87. Loginbutton.Size = UDim2.new(0, 140, 0, 39)
  88. Loginbutton.Font = Enum.Font.SourceSansBold
  89. Loginbutton.FontSize = Enum.FontSize.Size24
  90. Loginbutton.Text = "Login"
  91. Loginbutton.TextColor3 = Color3.new(1, 1, 1)
  92. Loginbutton.TextSize = 20
  93. Loginbutton.TextWrapped = true
  94. Loginbutton.MouseButton1Down:connect(function()
  95. if username.Text == "KevinPlayLT2" and password.Text == "robloxuser" then
  96. LoginFrame.Visible = false
  97. ScriptsFrame.Visible = true
  98. end
  99.  
  100. end)
  101.  
  102. Credits.Name = "Credits"
  103. Credits.Parent = LoginFrame
  104. Credits.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  105. Credits.BorderSizePixel = 0
  106. Credits.Position = UDim2.new(0, 0, 0.164473668, 0)
  107. Credits.Size = UDim2.new(0, 141, 0, 19)
  108. Credits.Font = Enum.Font.SourceSans
  109. Credits.FontSize = Enum.FontSize.Size14
  110. Credits.Text = "Made By: KevinPlayLT2"
  111. Credits.TextScaled = true
  112. Credits.TextSize = 14
  113. Credits.TextWrapped = true
  114. Credits.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. ScriptsFrame.Name = "ScriptsFrame"
  117. ScriptsFrame.Parent = LumberTycoon2Gui
  118. ScriptsFrame.Active = true
  119. ScriptsFrame.BackgroundColor3 = Color3.new(0.439216, 0.729412, 0.909804)
  120. ScriptsFrame.Draggable = true
  121. ScriptsFrame.Position = UDim2.new(0.469623327, 0, 0.0257452596, 0)
  122. ScriptsFrame.Selectable = true
  123. ScriptsFrame.Size = UDim2.new(0, 386, 0, 318)
  124. ScriptsFrame.Style = Enum.FrameStyle.RobloxSquare
  125. ScriptsFrame.Visible = false
  126.  
  127. TextLabel.Parent = ScriptsFrame
  128. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  129. TextLabel.Position = UDim2.new(-0.0207253881, 0, -0.0251572318, 0)
  130. TextLabel.Size = UDim2.new(0, 386, 0, 33)
  131. TextLabel.Font = Enum.Font.SciFi
  132. TextLabel.FontSize = Enum.FontSize.Size14
  133. TextLabel.Text = "Lumber Tycoon 2 Gui"
  134. TextLabel.TextColor3 = Color3.new(0.0313726, 0, 0.996078)
  135. TextLabel.TextScaled = true
  136. TextLabel.TextSize = 14
  137. TextLabel.TextWrapped = true
  138.  
  139. exitbutton.Name = "exitbutton"
  140. exitbutton.Parent = ScriptsFrame
  141. exitbutton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  142. exitbutton.BorderSizePixel = 0
  143. exitbutton.Position = UDim2.new(0.935233116, 0, -0.0251572318, 0)
  144. exitbutton.Size = UDim2.new(0, 32, 0, 33)
  145. exitbutton.Font = Enum.Font.SourceSans
  146. exitbutton.FontSize = Enum.FontSize.Size14
  147. exitbutton.Text = "X"
  148. exitbutton.TextColor3 = Color3.new(1, 1, 1)
  149. exitbutton.TextScaled = true
  150. exitbutton.TextSize = 14
  151. exitbutton.TextWrapped = true
  152. exitbutton.MouseButton1Down:connect(function()
  153. ScriptsFrame.Visible = false
  154. end
  155. )
  156.  
  157. BoxedCars.Name = "Boxed Cars"
  158. BoxedCars.Parent = ScriptsFrame
  159. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  160. BoxedCars.Position = UDim2.new(0.0362694301, 0, 0.128930822, 0)
  161. BoxedCars.Size = UDim2.new(0, 106, 0, 33)
  162. BoxedCars.Font = Enum.Font.SciFi
  163. BoxedCars.FontSize = Enum.FontSize.Size28
  164. BoxedCars.Text = "BoxedCars"
  165. BoxedCars.TextColor3 = Color3.new(0, 0.0666667, 1)
  166. BoxedCars.TextSize = 25
  167. BoxedCars.MouseButton1Click:connect(function()
  168. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))end
  169. )
  170.  
  171. Swamp.Name = "Swamp"
  172. Swamp.Parent = ScriptsFrame
  173. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  174. Swamp.Position = UDim2.new(0.709844589, 0, 0.130503148, 0)
  175. Swamp.Size = UDim2.new(0, 106, 0, 33)
  176. Swamp.Font = Enum.Font.SciFi
  177. Swamp.FontSize = Enum.FontSize.Size28
  178. Swamp.Text = "Swamp"
  179. Swamp.TextColor3 = Color3.new(0, 0.0666667, 1)
  180. Swamp.TextSize = 25
  181. Swamp.MouseButton1Click:connect(function()
  182. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209,132,-801))end
  183. )
  184.  
  185. Volcano.Name = "Volcano"
  186. Volcano.Parent = ScriptsFrame
  187. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  188. Volcano.Position = UDim2.new(0.369170964, 0, 0.753144622, 0)
  189. Volcano.Size = UDim2.new(0, 106, 0, 33)
  190. Volcano.Font = Enum.Font.SciFi
  191. Volcano.FontSize = Enum.FontSize.Size28
  192. Volcano.Text = "Volcano"
  193. Volcano.TextColor3 = Color3.new(0, 0.0666667, 1)
  194. Volcano.TextSize = 25
  195. Volcano.MouseButton1Click:connect(function()
  196. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585,622,1140))end
  197. )
  198.  
  199. Spawn.Name = "Spawn"
  200. Spawn.Parent = ScriptsFrame
  201. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  202. Spawn.Position = UDim2.new(0.369170964, 0, 0.599056602, 0)
  203. Spawn.Size = UDim2.new(0, 106, 0, 33)
  204. Spawn.Font = Enum.Font.SciFi
  205. Spawn.FontSize = Enum.FontSize.Size28
  206. Spawn.Text = "Spawn"
  207. Spawn.TextColor3 = Color3.new(0, 0.0666667, 1)
  208. Spawn.TextSize = 25
  209. Spawn.MouseButton1Click:connect(function()
  210. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))end
  211. )
  212.  
  213. Speed.Name = "Speed"
  214. Speed.Parent = ScriptsFrame
  215. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  216. Speed.Position = UDim2.new(0.370466322, 0, 0.435534596, 0)
  217. Speed.Size = UDim2.new(0, 106, 0, 33)
  218. Speed.Font = Enum.Font.SciFi
  219. Speed.FontSize = Enum.FontSize.Size28
  220. Speed.Text = "Speed"
  221. Speed.TextColor3 = Color3.new(0, 0.0666667, 1)
  222. Speed.TextSize = 25
  223. Speed.MouseButton1Click:connect(function()while wait()do
  224. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=200
  225. end
  226. end
  227. )
  228.  
  229. Jpower.Name = "Jpower"
  230. Jpower.Parent = ScriptsFrame
  231. Jpower.BackgroundColor3 = Color3.new(0, 0, 0)
  232. Jpower.Position = UDim2.new(0.369170964, 0, 0.278301895, 0)
  233. Jpower.Size = UDim2.new(0, 106, 0, 33)
  234. Jpower.Font = Enum.Font.SciFi
  235. Jpower.FontSize = Enum.FontSize.Size28
  236. Jpower.Text = "Jpower"
  237. Jpower.TextColor3 = Color3.new(0, 0.0666667, 1)
  238. Jpower.TextSize = 25
  239. Jpower.MouseButton1Click:connect(function()while wait()do
  240. game.Players.LocalPlayer.Character.Humanoid.JumpPower=100 end end)
  241.  
  242. Cave.Name = "Cave"
  243. Cave.Parent = ScriptsFrame
  244. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  245. Cave.Position = UDim2.new(0.369170964, 0, 0.128930822, 0)
  246. Cave.Size = UDim2.new(0, 106, 0, 33)
  247. Cave.Font = Enum.Font.SciFi
  248. Cave.FontSize = Enum.FontSize.Size28
  249. Cave.Text = "Cave"
  250. Cave.TextColor3 = Color3.new(0, 0.0666667, 1)
  251. Cave.TextSize = 25
  252. Cave.MouseButton1Click:connect(function()
  253. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,-179,430))end
  254. )
  255.  
  256. LinksLogic.Name = "Links Logic"
  257. LinksLogic.Parent = ScriptsFrame
  258. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  259. LinksLogic.Position = UDim2.new(0.0362694301, 0, 0.75, 0)
  260. LinksLogic.Size = UDim2.new(0, 106, 0, 33)
  261. LinksLogic.Font = Enum.Font.SciFi
  262. LinksLogic.FontSize = Enum.FontSize.Size28
  263. LinksLogic.Text = "LinkLogic"
  264. LinksLogic.TextColor3 = Color3.new(0, 0.0666667, 1)
  265. LinksLogic.TextSize = 25
  266. LinksLogic.MouseButton1Click:connect(function()
  267. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))end
  268. )
  269.  
  270. SkiLodge.Name = "Ski Lodge"
  271. SkiLodge.Parent = ScriptsFrame
  272. SkiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
  273. SkiLodge.Position = UDim2.new(0.0362694301, 0, 0.599056602, 0)
  274. SkiLodge.Size = UDim2.new(0, 106, 0, 33)
  275. SkiLodge.Font = Enum.Font.SciFi
  276. SkiLodge.FontSize = Enum.FontSize.Size28
  277. SkiLodge.Text = "Ski Lodge"
  278. SkiLodge.TextColor3 = Color3.new(0, 0.0666667, 1)
  279. SkiLodge.TextSize = 25
  280. SkiLodge.MouseButton1Click:connect(function()
  281. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))end
  282. )
  283.  
  284. ClickTP.Name = "Click TP"
  285. ClickTP.Parent = ScriptsFrame
  286. ClickTP.BackgroundColor3 = Color3.new(0, 0, 0)
  287. ClickTP.Position = UDim2.new(0.0349740908, 0, 0.435534596, 0)
  288. ClickTP.Size = UDim2.new(0, 106, 0, 33)
  289. ClickTP.Font = Enum.Font.SciFi
  290. ClickTP.FontSize = Enum.FontSize.Size28
  291. ClickTP.Text = "Click TP"
  292. ClickTP.TextColor3 = Color3.new(0, 0.0666667, 1)
  293. ClickTP.TextSize = 25
  294. ClickTP.MouseButton1Click:connect(function()
  295. local acc=Instance.new("Tool",game.Players.LocalPlayer.Backpack)acc.RequiresHandle=false;acc.RobloxLocked=true;acc.Name="Tool"
  296. acc.ToolTip="Teleport Tool"
  297. acc.Equipped:connect(function(bcc)
  298. bcc.Button1Down:connect(function()
  299. if bcc.Target then
  300. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame=(CFrame.new(bcc.Hit.x,
  301. bcc.Hit.y+5,bcc.Hit.z))
  302. end
  303. end)
  304. end)
  305. end)
  306. Palm.Name = "Palm"
  307. Palm.Parent = ScriptsFrame
  308. Palm.BackgroundColor3 = Color3.new(0, 0, 0)
  309. Palm.Position = UDim2.new(0.0349740908, 0, 0.278301895, 0)
  310. Palm.Size = UDim2.new(0, 106, 0, 33)
  311. Palm.Font = Enum.Font.SciFi
  312. Palm.FontSize = Enum.FontSize.Size28
  313. Palm.Text = "Palm"
  314. Palm.TextColor3 = Color3.new(0, 0.0666667, 1)
  315. Palm.TextSize = 25
  316. Palm.MouseButton1Click:connect(function()
  317. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))end
  318. )
  319.  
  320. GodMode.Name = "GodMode"
  321. GodMode.Parent = ScriptsFrame
  322. GodMode.BackgroundColor3 = Color3.new(0, 0, 0)
  323. GodMode.Position = UDim2.new(0.709844589, 0, 0.272012591, 0)
  324. GodMode.Size = UDim2.new(0, 106, 0, 33)
  325. GodMode.Font = Enum.Font.SciFi
  326. GodMode.FontSize = Enum.FontSize.Size28
  327. GodMode.Text = "GodMode"
  328. GodMode.TextColor3 = Color3.new(0, 0.0666667, 1)
  329. GodMode.TextSize = 25
  330. GodMode.MouseButton1Click:Connect(function()
  331. god()
  332. end)
  333.  
  334. StrangeMan.Name = "StrangeMan"
  335. StrangeMan.Parent = ScriptsFrame
  336. StrangeMan.BackgroundColor3 = Color3.new(0, 0, 0)
  337. StrangeMan.Position = UDim2.new(0.709844589, 0, 0.435534596, 0)
  338. StrangeMan.Size = UDim2.new(0, 106, 0, 33)
  339. StrangeMan.Font = Enum.Font.SciFi
  340. StrangeMan.FontSize = Enum.FontSize.Size28
  341. StrangeMan.Text = "ThePower"
  342. StrangeMan.TextColor3 = Color3.new(0, 0.0666667, 1)
  343. StrangeMan.TextSize = 25
  344. StrangeMan.MouseButton1Click:connect(function()
  345. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))end
  346. )
  347.  
  348. woodrus.Name = "woodrus"
  349. woodrus.Parent = ScriptsFrame
  350. woodrus.BackgroundColor3 = Color3.new(0, 0, 0)
  351. woodrus.Position = UDim2.new(0.709844589, 0, 0.589622676, 0)
  352. woodrus.Size = UDim2.new(0, 106, 0, 33)
  353. woodrus.Font = Enum.Font.SciFi
  354. woodrus.FontSize = Enum.FontSize.Size28
  355. woodrus.Text = "WoodRUS"
  356. woodrus.TextColor3 = Color3.new(0, 0.0666667, 1)
  357. woodrus.TextSize = 25
  358. woodrus.MouseButton1Click:connect(function()
  359. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))end
  360. )
  361.  
  362. EndTimes.Name = "EndTimes"
  363. EndTimes.Parent = ScriptsFrame
  364. EndTimes.BackgroundColor3 = Color3.new(0, 0, 0)
  365. EndTimes.Position = UDim2.new(0.709844589, 0, 0.75000006, 0)
  366. EndTimes.Size = UDim2.new(0, 106, 0, 33)
  367. EndTimes.Font = Enum.Font.SciFi
  368. EndTimes.FontSize = Enum.FontSize.Size28
  369. EndTimes.Text = "EndTime"
  370. EndTimes.TextColor3 = Color3.new(0, 0.0666667, 1)
  371. EndTimes.TextSize = 25
  372. EndTimes.MouseButton1Click:connect(function()
  373. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -214, -951))end
  374. )
  375.  
  376. bobshack.Name = "bobshack"
  377. bobshack.Parent = ScriptsFrame
  378. bobshack.BackgroundColor3 = Color3.new(0, 0, 0)
  379. bobshack.Position = UDim2.new(0.709844589, 0, 0.891509533, 0)
  380. bobshack.Size = UDim2.new(0, 106, 0, 33)
  381. bobshack.Font = Enum.Font.SciFi
  382. bobshack.FontSize = Enum.FontSize.Size28
  383. bobshack.Text = "BobShack"
  384. bobshack.TextColor3 = Color3.new(0, 0.0666667, 1)
  385. bobshack.TextSize = 25
  386. bobshack.MouseButton1Click:connect(function()
  387. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))end
  388. )
  389. Bringwood.Name = "Bringwood"
  390. Bringwood.Parent = ScriptsFrame
  391. Bringwood.BackgroundColor3 = Color3.new(0, 0, 0)
  392. Bringwood.Position = UDim2.new(0.0362694301, 0, 0.891509473, 0)
  393. Bringwood.Size = UDim2.new(0, 106, 0, 33)
  394. Bringwood.Font = Enum.Font.SciFi
  395. Bringwood.FontSize = Enum.FontSize.Size28
  396. Bringwood.Text = "BringWod"
  397. Bringwood.TextColor3 = Color3.new(0, 0.0666667, 1)
  398. Bringwood.TextSize = 25
  399. Bringwood.MouseButton1Down:connect(function()
  400. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  401. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  402. if Log.Owner.Value == game.Players.LocalPlayer then
  403. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,15,0))
  404. end
  405. end
  406. end
  407. end)
  408.  
  409. yourplot.Name = "yourplot"
  410. yourplot.Parent = ScriptsFrame
  411. yourplot.BackgroundColor3 = Color3.new(0, 0, 0)
  412. yourplot.Position = UDim2.new(0.37176162, 0, 0.891509414, 0)
  413. yourplot.Size = UDim2.new(0, 106, 0, 33)
  414. yourplot.Font = Enum.Font.SciFi
  415. yourplot.FontSize = Enum.FontSize.Size28
  416. yourplot.Text = "TP Plot"
  417. yourplot.TextColor3 = Color3.new(0, 0.0666667, 1)
  418. yourplot.TextSize = 25
  419. yourplot.MouseButton1Click:connect(function()
  420. for acc,bcc in
  421. pairs(game.Workspace.Properties:GetChildren())do
  422. if bcc.Owner.Value==game.Players.LocalPlayer then
  423. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
  424. bcc.OriginSquare.CFrame+Vector3.new(0,10,0)end end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement