Sykotic_Cataclysm

Lumber Tycoon 2 Re-Design

Feb 25th, 2019
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 108.03 KB | None | 0 0
  1. -- LT2 GUI Script By Syko#2239
  2.  
  3. -- Ban Bypass
  4.  
  5. game:service'ReplicatedStorage'.Interaction.Ban:Destroy()
  6. Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban"
  7.  
  8. -- Prevent Multiple GUI's At Once
  9.  
  10. if game.CoreGui.LumberTycoon2ReDesign then
  11. game.CoreGui.LumberTycoon2ReDesign:Destroy()
  12. end
  13.  
  14. -- Auto Blacklist
  15.  
  16. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  17. players = game.Players
  18. for i, v in pairs(players:GetPlayers()) do
  19. if v.Name ~= players.LocalPlayer.Name then
  20. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  21. end
  22. end
  23. players.PlayerAdded:connect(function(plr)
  24. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  25. end)
  26.  
  27. -- Instances
  28.  
  29. local LumberTycoon2ReDesign = Instance.new("ScreenGui")
  30. local WaypointsFrame = Instance.new("Frame")
  31. local WaypointTitle = Instance.new("TextLabel")
  32. local WoodsTitle = Instance.new("TextLabel")
  33. local Volcano = Instance.new("TextButton")
  34. local Cave = Instance.new("TextButton")
  35. local Swamp = Instance.new("TextButton")
  36. local Palm = Instance.new("TextButton")
  37. local EndBiome = Instance.new("TextButton")
  38. local Mountain = Instance.new("TextButton")
  39. local Tunnel = Instance.new("TextButton")
  40. local ShopsTitle = Instance.new("TextLabel")
  41. local WoodRUs = Instance.new("TextButton")
  42. local LandStore = Instance.new("TextButton")
  43. local Furnishings = Instance.new("TextButton")
  44. local BoxedCars = Instance.new("TextButton")
  45. local LinksLogic = Instance.new("TextButton")
  46. local BobsShack = Instance.new("TextButton")
  47. local FineArts = Instance.new("TextButton")
  48. local OtherPointTitle = Instance.new("TextLabel")
  49. local Spawn = Instance.new("TextButton")
  50. local GreenBox = Instance.new("TextButton")
  51. local Den = Instance.new("TextButton")
  52. local StrangeMan = Instance.new("TextButton")
  53. local MainDock = Instance.new("TextButton")
  54. local IslandDock = Instance.new("TextButton")
  55. local Lighthouse = Instance.new("TextButton")
  56. local Bridge = Instance.new("TextButton")
  57. local SkiLodge = Instance.new("TextButton")
  58. local Shrine = Instance.new("TextButton")
  59. local Orchard = Instance.new("TextButton")
  60. local ToolsFrame = Instance.new("Frame")
  61. local ToolTitle = Instance.new("TextLabel")
  62. local BToolTitle = Instance.new("TextLabel")
  63. local Move = Instance.new("TextButton")
  64. local Copy = Instance.new("TextButton")
  65. local Delete = Instance.new("TextButton")
  66. local TPTool = Instance.new("TextButton")
  67. local OtherToolTitle = Instance.new("TextLabel")
  68. local BlueprintTools = Instance.new("TextButton")
  69. local TogglesFrame = Instance.new("Frame")
  70. local ToggleTitle = Instance.new("TextLabel")
  71. local NoDisableTitle = Instance.new("TextLabel")
  72. local GodAxe = Instance.new("TextButton")
  73. local OnOffTitle = Instance.new("TextLabel")
  74. local NoClip = Instance.new("TextButton")
  75. local Fly = Instance.new("TextButton")
  76. local ClickTP = Instance.new("TextButton")
  77. local WaterWalk = Instance.new("TextButton")
  78. local Dupe = Instance.new("TextButton")
  79. local PlayerFrame = Instance.new("Frame")
  80. local PlayerTitle = Instance.new("TextLabel")
  81. local OtherFrame = Instance.new("Frame")
  82. local OtherTitle = Instance.new("TextLabel")
  83. local GreyWood = Instance.new("TextButton")
  84. local PinkWire = Instance.new("TextButton")
  85. local PinkLight = Instance.new("TextButton")
  86. local LeakItems = Instance.new("TextButton")
  87. local FindSpook = Instance.new("TextButton")
  88. local FindSinister = Instance.new("TextButton")
  89. local StartFrame = Instance.new("Frame")
  90. local Waypoints = Instance.new("TextButton")
  91. local PlrTeleports = Instance.new("TextButton")
  92. local Other = Instance.new("TextButton")
  93. local Tools = Instance.new("TextButton")
  94. local Toggles = Instance.new("TextButton")
  95. local Close = Instance.new("TextButton")
  96. local Minimize = Instance.new("TextButton")
  97. local LocalPlayer = Instance.new("TextButton")
  98. local MapModify = Instance.new("TextButton")
  99. local Times = Instance.new("TextButton")
  100. local DevConsoleNote = Instance.new("TextLabel")
  101. local BaseTeleports = Instance.new("TextButton")
  102. local WoodTeleport = Instance.new("TextButton")
  103. local ModifyFrame = Instance.new("Frame")
  104. local ModifyTitle = Instance.new("TextLabel")
  105. local LavaBoulders = Instance.new("TextButton")
  106. local IceBoulders = Instance.new("TextButton")
  107. local ShrineDoors = Instance.new("TextButton")
  108. local MazeWalls = Instance.new("TextButton")
  109. local PalmBridge = Instance.new("TextButton")
  110. local SafariBridge = Instance.new("TextButton")
  111. local RemoveTitle = Instance.new("TextLabel")
  112. local BridgesTitle = Instance.new("TextLabel")
  113. local GoldBridge = Instance.new("TextButton")
  114. local YellowBridge = Instance.new("TextButton")
  115. local BaseFrame = Instance.new("Frame")
  116. local BaseTitle = Instance.new("TextLabel")
  117. local LocalFrame = Instance.new("Frame")
  118. local LocalTitle = Instance.new("TextLabel")
  119. local Speed = Instance.new("TextButton")
  120. local Height = Instance.new("TextButton")
  121. local Gravity = Instance.new("TextButton")
  122. local SetPosition = Instance.new("TextButton")
  123. local GotoPosition = Instance.new("TextButton")
  124. local SpeedAmount = Instance.new("TextBox")
  125. local HeightAmount = Instance.new("TextBox")
  126. local GravAmount = Instance.new("TextBox")
  127. local PositionTitle = Instance.new("TextLabel")
  128. local TimesFrame = Instance.new("Frame")
  129. local TimesTitle = Instance.new("TextLabel")
  130. local TimeNowTitle = Instance.new("TextLabel")
  131. local CarsTitle = Instance.new("TextLabel")
  132. local FurnishTitle = Instance.new("TextLabel")
  133. local LinkTitle = Instance.new("TextLabel")
  134. local OtherShopsNote = Instance.new("TextLabel")
  135. local FOpenTitle = Instance.new("TextLabel")
  136. local COpenTitle = Instance.new("TextLabel")
  137. local LOpenTitle = Instance.new("TextLabel")
  138. local WoodFrame = Instance.new("Frame")
  139. local WoodTitle = Instance.new("TextLabel")
  140. local ToSawmillTitle = Instance.new("TextLabel")
  141. local SawmillTitle = Instance.new("TextLabel")
  142. local SawmillSetTitle = Instance.new("TextLabel")
  143. local KeybindingsTitle = Instance.new("TextLabel")
  144. local SetSawmillKey = Instance.new("TextButton")
  145. local SetSawTPKey = Instance.new("TextButton")
  146. local SetSellTPKey = Instance.new("TextButton")
  147. local SetSawBox = Instance.new("TextBox")
  148. local SawTPBox = Instance.new("TextBox")
  149. local SellWoodBox = Instance.new("TextBox")
  150.  
  151. -- Properties
  152.  
  153. LumberTycoon2ReDesign.Name = "LumberTycoon2ReDesign"
  154. LumberTycoon2ReDesign.Parent = game.CoreGui
  155.  
  156. WaypointsFrame.Name = "WaypointsFrame"
  157. WaypointsFrame.Parent = LumberTycoon2ReDesign
  158. WaypointsFrame.Active = true
  159. WaypointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  160. WaypointsFrame.BackgroundTransparency = 0.5
  161. WaypointsFrame.BorderColor3 = Color3.new(1, 0, 0)
  162. WaypointsFrame.BorderSizePixel = 0
  163. WaypointsFrame.Draggable = true
  164. WaypointsFrame.Position = UDim2.new(0, 50, 0, 25)
  165. WaypointsFrame.Selectable = true
  166. WaypointsFrame.Size = UDim2.new(0, 320, 0, 295)
  167. WaypointsFrame.Visible = false
  168.  
  169. WaypointTitle.Name = "WaypointTitle"
  170. WaypointTitle.Parent = WaypointsFrame
  171. WaypointTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  172. WaypointTitle.BackgroundTransparency = 0.10000000149012
  173. WaypointTitle.BorderSizePixel = 0
  174. WaypointTitle.Position = UDim2.new(0, 5, 0, 5)
  175. WaypointTitle.Size = UDim2.new(0, 310, 0, 20)
  176. WaypointTitle.Font = Enum.Font.Fantasy
  177. WaypointTitle.Text = "Waypoints"
  178. WaypointTitle.TextColor3 = Color3.new(1, 1, 1)
  179. WaypointTitle.TextSize = 14
  180.  
  181. WoodsTitle.Name = "WoodsTitle"
  182. WoodsTitle.Parent = WaypointsFrame
  183. WoodsTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  184. WoodsTitle.BackgroundTransparency = 1
  185. WoodsTitle.BorderSizePixel = 0
  186. WoodsTitle.Position = UDim2.new(0, 5, 0, 25)
  187. WoodsTitle.Size = UDim2.new(0, 100, 0, 20)
  188. WoodsTitle.Font = Enum.Font.Fantasy
  189. WoodsTitle.Text = "-- Wood Areas --"
  190. WoodsTitle.TextColor3 = Color3.new(1, 1, 1)
  191. WoodsTitle.TextSize = 14
  192.  
  193. Volcano.Name = "Volcano"
  194. Volcano.Parent = WaypointsFrame
  195. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  196. Volcano.BackgroundTransparency = 0.69999998807907
  197. Volcano.Position = UDim2.new(0, 5, 0, 45)
  198. Volcano.Size = UDim2.new(0, 100, 0, 20)
  199. Volcano.Font = Enum.Font.Fantasy
  200. Volcano.Text = "Volcano"
  201. Volcano.TextColor3 = Color3.new(1, 1, 1)
  202. Volcano.TextSize = 14
  203.  
  204. Cave.Name = "Cave"
  205. Cave.Parent = WaypointsFrame
  206. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  207. Cave.BackgroundTransparency = 0.69999998807907
  208. Cave.Position = UDim2.new(0, 5, 0, 70)
  209. Cave.Size = UDim2.new(0, 100, 0, 20)
  210. Cave.Font = Enum.Font.Fantasy
  211. Cave.Text = "Blue Cave"
  212. Cave.TextColor3 = Color3.new(1, 1, 1)
  213. Cave.TextSize = 14
  214.  
  215. Swamp.Name = "Swamp"
  216. Swamp.Parent = WaypointsFrame
  217. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  218. Swamp.BackgroundTransparency = 0.69999998807907
  219. Swamp.Position = UDim2.new(0, 5, 0, 95)
  220. Swamp.Size = UDim2.new(0, 100, 0, 20)
  221. Swamp.Font = Enum.Font.Fantasy
  222. Swamp.Text = "Swamp"
  223. Swamp.TextColor3 = Color3.new(1, 1, 1)
  224. Swamp.TextSize = 14
  225.  
  226. Palm.Name = "Palm"
  227. Palm.Parent = WaypointsFrame
  228. Palm.BackgroundColor3 = Color3.new(0, 0, 0)
  229. Palm.BackgroundTransparency = 0.69999998807907
  230. Palm.Position = UDim2.new(0, 5, 0, 120)
  231. Palm.Size = UDim2.new(0, 100, 0, 20)
  232. Palm.Font = Enum.Font.Fantasy
  233. Palm.Text = "Palm Island"
  234. Palm.TextColor3 = Color3.new(1, 1, 1)
  235. Palm.TextSize = 14
  236.  
  237. EndBiome.Name = "EndBiome"
  238. EndBiome.Parent = WaypointsFrame
  239. EndBiome.BackgroundColor3 = Color3.new(0, 0, 0)
  240. EndBiome.BackgroundTransparency = 0.69999998807907
  241. EndBiome.Position = UDim2.new(0, 5, 0, 145)
  242. EndBiome.Size = UDim2.new(0, 100, 0, 20)
  243. EndBiome.Font = Enum.Font.Fantasy
  244. EndBiome.Text = "End Biome"
  245. EndBiome.TextColor3 = Color3.new(1, 1, 1)
  246. EndBiome.TextSize = 14
  247.  
  248. Mountain.Name = "Mountain"
  249. Mountain.Parent = WaypointsFrame
  250. Mountain.BackgroundColor3 = Color3.new(0, 0, 0)
  251. Mountain.BackgroundTransparency = 0.69999998807907
  252. Mountain.Position = UDim2.new(0, 5, 0, 170)
  253. Mountain.Size = UDim2.new(0, 100, 0, 20)
  254. Mountain.Font = Enum.Font.Fantasy
  255. Mountain.Text = "Ice Mountain"
  256. Mountain.TextColor3 = Color3.new(1, 1, 1)
  257. Mountain.TextSize = 14
  258.  
  259. Tunnel.Name = "Tunnel"
  260. Tunnel.Parent = WaypointsFrame
  261. Tunnel.BackgroundColor3 = Color3.new(0, 0, 0)
  262. Tunnel.BackgroundTransparency = 0.69999998807907
  263. Tunnel.Position = UDim2.new(0, 5, 0, 195)
  264. Tunnel.Size = UDim2.new(0, 100, 0, 20)
  265. Tunnel.Font = Enum.Font.Fantasy
  266. Tunnel.Text = "Yellow Tunnel"
  267. Tunnel.TextColor3 = Color3.new(1, 1, 1)
  268. Tunnel.TextSize = 14
  269.  
  270. ShopsTitle.Name = "ShopsTitle"
  271. ShopsTitle.Parent = WaypointsFrame
  272. ShopsTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  273. ShopsTitle.BackgroundTransparency = 1
  274. ShopsTitle.BorderSizePixel = 0
  275. ShopsTitle.Position = UDim2.new(0, 110, 0, 25)
  276. ShopsTitle.Size = UDim2.new(0, 100, 0, 20)
  277. ShopsTitle.Font = Enum.Font.Fantasy
  278. ShopsTitle.Text = "-- Shops --"
  279. ShopsTitle.TextColor3 = Color3.new(1, 1, 1)
  280. ShopsTitle.TextSize = 14
  281.  
  282. WoodRUs.Name = "WoodRUs"
  283. WoodRUs.Parent = WaypointsFrame
  284. WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
  285. WoodRUs.BackgroundTransparency = 0.69999998807907
  286. WoodRUs.Position = UDim2.new(0, 110, 0, 45)
  287. WoodRUs.Size = UDim2.new(0, 100, 0, 20)
  288. WoodRUs.Font = Enum.Font.Fantasy
  289. WoodRUs.Text = "Wood R Us"
  290. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  291. WoodRUs.TextSize = 14
  292.  
  293. LandStore.Name = "LandStore"
  294. LandStore.Parent = WaypointsFrame
  295. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  296. LandStore.BackgroundTransparency = 0.69999998807907
  297. LandStore.Position = UDim2.new(0, 110, 0, 70)
  298. LandStore.Size = UDim2.new(0, 100, 0, 20)
  299. LandStore.Font = Enum.Font.Fantasy
  300. LandStore.Text = "Land Store"
  301. LandStore.TextColor3 = Color3.new(1, 1, 1)
  302. LandStore.TextSize = 14
  303.  
  304. Furnishings.Name = "Furnishings"
  305. Furnishings.Parent = WaypointsFrame
  306. Furnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  307. Furnishings.BackgroundTransparency = 0.69999998807907
  308. Furnishings.Position = UDim2.new(0, 110, 0, 95)
  309. Furnishings.Size = UDim2.new(0, 100, 0, 20)
  310. Furnishings.Font = Enum.Font.Fantasy
  311. Furnishings.Text = "Furnishings"
  312. Furnishings.TextColor3 = Color3.new(1, 1, 1)
  313. Furnishings.TextSize = 14
  314.  
  315. BoxedCars.Name = "BoxedCars"
  316. BoxedCars.Parent = WaypointsFrame
  317. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  318. BoxedCars.BackgroundTransparency = 0.69999998807907
  319. BoxedCars.Position = UDim2.new(0, 110, 0, 120)
  320. BoxedCars.Size = UDim2.new(0, 100, 0, 20)
  321. BoxedCars.Font = Enum.Font.Fantasy
  322. BoxedCars.Text = "Boxed Cars"
  323. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  324. BoxedCars.TextSize = 14
  325.  
  326. LinksLogic.Name = "LinksLogic"
  327. LinksLogic.Parent = WaypointsFrame
  328. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  329. LinksLogic.BackgroundTransparency = 0.69999998807907
  330. LinksLogic.Position = UDim2.new(0, 110, 0, 145)
  331. LinksLogic.Size = UDim2.new(0, 100, 0, 20)
  332. LinksLogic.Font = Enum.Font.Fantasy
  333. LinksLogic.Text = "Link's Logic"
  334. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  335. LinksLogic.TextSize = 14
  336.  
  337. BobsShack.Name = "BobsShack"
  338. BobsShack.Parent = WaypointsFrame
  339. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  340. BobsShack.BackgroundTransparency = 0.69999998807907
  341. BobsShack.Position = UDim2.new(0, 110, 0, 170)
  342. BobsShack.Size = UDim2.new(0, 100, 0, 20)
  343. BobsShack.Font = Enum.Font.Fantasy
  344. BobsShack.Text = "Bob's Shack"
  345. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  346. BobsShack.TextSize = 14
  347.  
  348. FineArts.Name = "FineArts"
  349. FineArts.Parent = WaypointsFrame
  350. FineArts.BackgroundColor3 = Color3.new(0, 0, 0)
  351. FineArts.BackgroundTransparency = 0.69999998807907
  352. FineArts.Position = UDim2.new(0, 110, 0, 195)
  353. FineArts.Size = UDim2.new(0, 100, 0, 20)
  354. FineArts.Font = Enum.Font.Fantasy
  355. FineArts.Text = "Fine Arts"
  356. FineArts.TextColor3 = Color3.new(1, 1, 1)
  357. FineArts.TextSize = 14
  358.  
  359. OtherPointTitle.Name = "OtherPointTitle"
  360. OtherPointTitle.Parent = WaypointsFrame
  361. OtherPointTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  362. OtherPointTitle.BackgroundTransparency = 1
  363. OtherPointTitle.BorderSizePixel = 0
  364. OtherPointTitle.Position = UDim2.new(0, 215, 0, 25)
  365. OtherPointTitle.Size = UDim2.new(0, 100, 0, 20)
  366. OtherPointTitle.Font = Enum.Font.Fantasy
  367. OtherPointTitle.Text = "-- Other --"
  368. OtherPointTitle.TextColor3 = Color3.new(1, 1, 1)
  369. OtherPointTitle.TextSize = 14
  370.  
  371. Spawn.Name = "Spawn"
  372. Spawn.Parent = WaypointsFrame
  373. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  374. Spawn.BackgroundTransparency = 0.69999998807907
  375. Spawn.Position = UDim2.new(0, 215, 0, 45)
  376. Spawn.Size = UDim2.new(0, 100, 0, 20)
  377. Spawn.Font = Enum.Font.Fantasy
  378. Spawn.Text = "Spawn"
  379. Spawn.TextColor3 = Color3.new(1, 1, 1)
  380. Spawn.TextSize = 14
  381.  
  382. GreenBox.Name = "GreenBox"
  383. GreenBox.Parent = WaypointsFrame
  384. GreenBox.BackgroundColor3 = Color3.new(0, 0, 0)
  385. GreenBox.BackgroundTransparency = 0.69999998807907
  386. GreenBox.Position = UDim2.new(0, 215, 0, 70)
  387. GreenBox.Size = UDim2.new(0, 100, 0, 20)
  388. GreenBox.Font = Enum.Font.Fantasy
  389. GreenBox.Text = "Green Box"
  390. GreenBox.TextColor3 = Color3.new(1, 1, 1)
  391. GreenBox.TextSize = 14
  392.  
  393. Den.Name = "Den"
  394. Den.Parent = WaypointsFrame
  395. Den.BackgroundColor3 = Color3.new(0, 0, 0)
  396. Den.BackgroundTransparency = 0.69999998807907
  397. Den.Position = UDim2.new(0, 215, 0, 95)
  398. Den.Size = UDim2.new(0, 100, 0, 20)
  399. Den.Font = Enum.Font.Fantasy
  400. Den.Text = "Rukiry Den"
  401. Den.TextColor3 = Color3.new(1, 1, 1)
  402. Den.TextSize = 14
  403.  
  404. StrangeMan.Name = "StrangeMan"
  405. StrangeMan.Parent = WaypointsFrame
  406. StrangeMan.BackgroundColor3 = Color3.new(0, 0, 0)
  407. StrangeMan.BackgroundTransparency = 0.69999998807907
  408. StrangeMan.Position = UDim2.new(0, 215, 0, 120)
  409. StrangeMan.Size = UDim2.new(0, 100, 0, 20)
  410. StrangeMan.Font = Enum.Font.Fantasy
  411. StrangeMan.Text = "Strange Man"
  412. StrangeMan.TextColor3 = Color3.new(1, 1, 1)
  413. StrangeMan.TextSize = 14
  414.  
  415. MainDock.Name = "MainDock"
  416. MainDock.Parent = WaypointsFrame
  417. MainDock.BackgroundColor3 = Color3.new(0, 0, 0)
  418. MainDock.BackgroundTransparency = 0.69999998807907
  419. MainDock.Position = UDim2.new(0, 215, 0, 145)
  420. MainDock.Size = UDim2.new(0, 100, 0, 20)
  421. MainDock.Font = Enum.Font.Fantasy
  422. MainDock.Text = "Main Dock"
  423. MainDock.TextColor3 = Color3.new(1, 1, 1)
  424. MainDock.TextSize = 14
  425.  
  426. IslandDock.Name = "IslandDock"
  427. IslandDock.Parent = WaypointsFrame
  428. IslandDock.BackgroundColor3 = Color3.new(0, 0, 0)
  429. IslandDock.BackgroundTransparency = 0.69999998807907
  430. IslandDock.Position = UDim2.new(0, 215, 0, 170)
  431. IslandDock.Size = UDim2.new(0, 100, 0, 20)
  432. IslandDock.Font = Enum.Font.Fantasy
  433. IslandDock.Text = "Island Dock"
  434. IslandDock.TextColor3 = Color3.new(1, 1, 1)
  435. IslandDock.TextSize = 14
  436.  
  437. Lighthouse.Name = "Lighthouse"
  438. Lighthouse.Parent = WaypointsFrame
  439. Lighthouse.BackgroundColor3 = Color3.new(0, 0, 0)
  440. Lighthouse.BackgroundTransparency = 0.69999998807907
  441. Lighthouse.Position = UDim2.new(0, 215, 0, 195)
  442. Lighthouse.Size = UDim2.new(0, 100, 0, 20)
  443. Lighthouse.Font = Enum.Font.Fantasy
  444. Lighthouse.Text = "Lighthouse"
  445. Lighthouse.TextColor3 = Color3.new(1, 1, 1)
  446. Lighthouse.TextSize = 14
  447.  
  448. Bridge.Name = "Bridge"
  449. Bridge.Parent = WaypointsFrame
  450. Bridge.BackgroundColor3 = Color3.new(0, 0, 0)
  451. Bridge.BackgroundTransparency = 0.69999998807907
  452. Bridge.Position = UDim2.new(0, 215, 0, 220)
  453. Bridge.Size = UDim2.new(0, 100, 0, 20)
  454. Bridge.Font = Enum.Font.Fantasy
  455. Bridge.Text = "Bridge"
  456. Bridge.TextColor3 = Color3.new(1, 1, 1)
  457. Bridge.TextSize = 14
  458.  
  459. SkiLodge.Name = "SkiLodge"
  460. SkiLodge.Parent = WaypointsFrame
  461. SkiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
  462. SkiLodge.BackgroundTransparency = 0.69999998807907
  463. SkiLodge.Position = UDim2.new(0, 215, 0, 245)
  464. SkiLodge.Size = UDim2.new(0, 100, 0, 20)
  465. SkiLodge.Font = Enum.Font.Fantasy
  466. SkiLodge.Text = "Ski Lodge"
  467. SkiLodge.TextColor3 = Color3.new(1, 1, 1)
  468. SkiLodge.TextSize = 14
  469.  
  470. Shrine.Name = "Shrine"
  471. Shrine.Parent = WaypointsFrame
  472. Shrine.BackgroundColor3 = Color3.new(0, 0, 0)
  473. Shrine.BackgroundTransparency = 0.69999998807907
  474. Shrine.Position = UDim2.new(0, 215, 0, 270)
  475. Shrine.Size = UDim2.new(0, 100, 0, 20)
  476. Shrine.Font = Enum.Font.Fantasy
  477. Shrine.Text = "Shrine Of Sight"
  478. Shrine.TextColor3 = Color3.new(1, 1, 1)
  479. Shrine.TextSize = 14
  480.  
  481. Orchard.Name = "Orchard"
  482. Orchard.Parent = WaypointsFrame
  483. Orchard.BackgroundColor3 = Color3.new(0, 0, 0)
  484. Orchard.BackgroundTransparency = 0.69999998807907
  485. Orchard.Position = UDim2.new(0, 5, 0, 220)
  486. Orchard.Size = UDim2.new(0, 100, 0, 20)
  487. Orchard.Font = Enum.Font.Fantasy
  488. Orchard.Text = "Cherry Orchard"
  489. Orchard.TextColor3 = Color3.new(1, 1, 1)
  490. Orchard.TextSize = 14
  491.  
  492. ToolsFrame.Name = "ToolsFrame"
  493. ToolsFrame.Parent = LumberTycoon2ReDesign
  494. ToolsFrame.Active = true
  495. ToolsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  496. ToolsFrame.BackgroundTransparency = 0.5
  497. ToolsFrame.BorderSizePixel = 0
  498. ToolsFrame.Draggable = true
  499. ToolsFrame.Position = UDim2.new(0, 710, 0, 25)
  500. ToolsFrame.Selectable = true
  501. ToolsFrame.Size = UDim2.new(0, 110, 0, 185)
  502. ToolsFrame.Visible = false
  503.  
  504. ToolTitle.Name = "ToolTitle"
  505. ToolTitle.Parent = ToolsFrame
  506. ToolTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  507. ToolTitle.BackgroundTransparency = 0.10000000149012
  508. ToolTitle.BorderSizePixel = 0
  509. ToolTitle.Position = UDim2.new(0, 5, 0, 5)
  510. ToolTitle.Size = UDim2.new(0, 100, 0, 20)
  511. ToolTitle.Font = Enum.Font.Fantasy
  512. ToolTitle.Text = "Tools"
  513. ToolTitle.TextColor3 = Color3.new(1, 1, 1)
  514. ToolTitle.TextSize = 14
  515.  
  516. BToolTitle.Name = "BToolTitle"
  517. BToolTitle.Parent = ToolsFrame
  518. BToolTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  519. BToolTitle.BackgroundTransparency = 1
  520. BToolTitle.BorderSizePixel = 0
  521. BToolTitle.Position = UDim2.new(0, 5, 0, 25)
  522. BToolTitle.Size = UDim2.new(0, 100, 0, 20)
  523. BToolTitle.Font = Enum.Font.Fantasy
  524. BToolTitle.Text = "-- B Tools --"
  525. BToolTitle.TextColor3 = Color3.new(1, 1, 1)
  526. BToolTitle.TextSize = 14
  527.  
  528. Move.Name = "Move"
  529. Move.Parent = ToolsFrame
  530. Move.BackgroundColor3 = Color3.new(0, 0, 0)
  531. Move.BackgroundTransparency = 0.69999998807907
  532. Move.Position = UDim2.new(0, 5, 0, 45)
  533. Move.Size = UDim2.new(0, 100, 0, 20)
  534. Move.Font = Enum.Font.Fantasy
  535. Move.Text = "Move"
  536. Move.TextColor3 = Color3.new(1, 1, 1)
  537. Move.TextSize = 14
  538.  
  539. Copy.Name = "Copy"
  540. Copy.Parent = ToolsFrame
  541. Copy.BackgroundColor3 = Color3.new(0, 0, 0)
  542. Copy.BackgroundTransparency = 0.69999998807907
  543. Copy.Position = UDim2.new(0, 5, 0, 70)
  544. Copy.Size = UDim2.new(0, 100, 0, 20)
  545. Copy.Font = Enum.Font.Fantasy
  546. Copy.Text = "Copy"
  547. Copy.TextColor3 = Color3.new(1, 1, 1)
  548. Copy.TextSize = 14
  549.  
  550. Delete.Name = "Delete"
  551. Delete.Parent = ToolsFrame
  552. Delete.BackgroundColor3 = Color3.new(0, 0, 0)
  553. Delete.BackgroundTransparency = 0.69999998807907
  554. Delete.Position = UDim2.new(0, 5, 0, 95)
  555. Delete.Size = UDim2.new(0, 100, 0, 20)
  556. Delete.Font = Enum.Font.Fantasy
  557. Delete.Text = "Delete"
  558. Delete.TextColor3 = Color3.new(1, 1, 1)
  559. Delete.TextSize = 14
  560.  
  561. TPTool.Name = "TPTool"
  562. TPTool.Parent = ToolsFrame
  563. TPTool.BackgroundColor3 = Color3.new(0, 0, 0)
  564. TPTool.BackgroundTransparency = 0.69999998807907
  565. TPTool.Position = UDim2.new(0, 5, 0, 135)
  566. TPTool.Size = UDim2.new(0, 100, 0, 20)
  567. TPTool.Font = Enum.Font.Fantasy
  568. TPTool.Text = "TP Tool"
  569. TPTool.TextColor3 = Color3.new(1, 1, 1)
  570. TPTool.TextSize = 14
  571.  
  572. OtherToolTitle.Name = "OtherToolTitle"
  573. OtherToolTitle.Parent = ToolsFrame
  574. OtherToolTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  575. OtherToolTitle.BackgroundTransparency = 1
  576. OtherToolTitle.BorderSizePixel = 0
  577. OtherToolTitle.Position = UDim2.new(0, 5, 0, 115)
  578. OtherToolTitle.Size = UDim2.new(0, 100, 0, 20)
  579. OtherToolTitle.Font = Enum.Font.Fantasy
  580. OtherToolTitle.Text = "-- B Tools --"
  581. OtherToolTitle.TextColor3 = Color3.new(1, 1, 1)
  582. OtherToolTitle.TextSize = 14
  583.  
  584. BlueprintTools.Name = "BlueprintTools"
  585. BlueprintTools.Parent = ToolsFrame
  586. BlueprintTools.BackgroundColor3 = Color3.new(0, 0, 0)
  587. BlueprintTools.BackgroundTransparency = 0.69999998807907
  588. BlueprintTools.Position = UDim2.new(0, 5, 0, 160)
  589. BlueprintTools.Size = UDim2.new(0, 100, 0, 20)
  590. BlueprintTools.Font = Enum.Font.Fantasy
  591. BlueprintTools.Text = "Blueprint Tools"
  592. BlueprintTools.TextColor3 = Color3.new(1, 1, 1)
  593. BlueprintTools.TextSize = 14
  594.  
  595. TogglesFrame.Name = "TogglesFrame"
  596. TogglesFrame.Parent = LumberTycoon2ReDesign
  597. TogglesFrame.Active = true
  598. TogglesFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  599. TogglesFrame.BackgroundTransparency = 0.5
  600. TogglesFrame.BorderSizePixel = 0
  601. TogglesFrame.Draggable = true
  602. TogglesFrame.Position = UDim2.new(0, 590, 0, 25)
  603. TogglesFrame.Selectable = true
  604. TogglesFrame.Size = UDim2.new(0, 110, 0, 210)
  605. TogglesFrame.Visible = false
  606.  
  607. ToggleTitle.Name = "ToggleTitle"
  608. ToggleTitle.Parent = TogglesFrame
  609. ToggleTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  610. ToggleTitle.BackgroundTransparency = 0.10000000149012
  611. ToggleTitle.BorderSizePixel = 0
  612. ToggleTitle.Position = UDim2.new(0, 5, 0, 5)
  613. ToggleTitle.Size = UDim2.new(0, 100, 0, 20)
  614. ToggleTitle.Font = Enum.Font.Fantasy
  615. ToggleTitle.Text = "Toggles"
  616. ToggleTitle.TextColor3 = Color3.new(1, 1, 1)
  617. ToggleTitle.TextSize = 14
  618.  
  619. NoDisableTitle.Name = "NoDisableTitle"
  620. NoDisableTitle.Parent = TogglesFrame
  621. NoDisableTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  622. NoDisableTitle.BackgroundTransparency = 1
  623. NoDisableTitle.BorderSizePixel = 0
  624. NoDisableTitle.Position = UDim2.new(0, 5, 0, 25)
  625. NoDisableTitle.Size = UDim2.new(0, 100, 0, 20)
  626. NoDisableTitle.Font = Enum.Font.Fantasy
  627. NoDisableTitle.Text = "-- Can't Disable --"
  628. NoDisableTitle.TextColor3 = Color3.new(1, 1, 1)
  629. NoDisableTitle.TextSize = 14
  630.  
  631. GodAxe.Name = "GodAxe"
  632. GodAxe.Parent = TogglesFrame
  633. GodAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  634. GodAxe.BackgroundTransparency = 0.69999998807907
  635. GodAxe.Position = UDim2.new(0, 5, 0, 45)
  636. GodAxe.Size = UDim2.new(0, 100, 0, 20)
  637. GodAxe.Font = Enum.Font.Fantasy
  638. GodAxe.Text = "God Hatchet"
  639. GodAxe.TextColor3 = Color3.new(1, 1, 1)
  640. GodAxe.TextSize = 14
  641.  
  642. OnOffTitle.Name = "OnOffTitle"
  643. OnOffTitle.Parent = TogglesFrame
  644. OnOffTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  645. OnOffTitle.BackgroundTransparency = 1
  646. OnOffTitle.BorderSizePixel = 0
  647. OnOffTitle.Position = UDim2.new(0, 5, 0, 90)
  648. OnOffTitle.Size = UDim2.new(0, 100, 0, 20)
  649. OnOffTitle.Font = Enum.Font.Fantasy
  650. OnOffTitle.Text = "-- Can Disable --"
  651. OnOffTitle.TextColor3 = Color3.new(1, 1, 1)
  652. OnOffTitle.TextSize = 14
  653.  
  654. NoClip.Name = "NoClip"
  655. NoClip.Parent = TogglesFrame
  656. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  657. NoClip.BackgroundTransparency = 0.69999998807907
  658. NoClip.Position = UDim2.new(0, 5, 0, 110)
  659. NoClip.Size = UDim2.new(0, 100, 0, 20)
  660. NoClip.Font = Enum.Font.Fantasy
  661. NoClip.Text = "NoClip"
  662. NoClip.TextColor3 = Color3.new(1, 1, 1)
  663. NoClip.TextSize = 14
  664.  
  665. Fly.Name = "Fly"
  666. Fly.Parent = TogglesFrame
  667. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  668. Fly.BackgroundTransparency = 0.69999998807907
  669. Fly.Position = UDim2.new(0, 5, 0, 135)
  670. Fly.Size = UDim2.new(0, 100, 0, 20)
  671. Fly.Font = Enum.Font.Fantasy
  672. Fly.Text = "Fly"
  673. Fly.TextColor3 = Color3.new(1, 1, 1)
  674. Fly.TextSize = 14
  675.  
  676. ClickTP.Name = "ClickTP"
  677. ClickTP.Parent = TogglesFrame
  678. ClickTP.BackgroundColor3 = Color3.new(0, 0, 0)
  679. ClickTP.BackgroundTransparency = 0.69999998807907
  680. ClickTP.Position = UDim2.new(0, 5, 0, 70)
  681. ClickTP.Size = UDim2.new(0, 100, 0, 20)
  682. ClickTP.Font = Enum.Font.Fantasy
  683. ClickTP.Text = "Click TP"
  684. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  685. ClickTP.TextSize = 14
  686.  
  687. WaterWalk.Name = "WaterWalk"
  688. WaterWalk.Parent = TogglesFrame
  689. WaterWalk.BackgroundColor3 = Color3.new(0, 0, 0)
  690. WaterWalk.BackgroundTransparency = 0.69999998807907
  691. WaterWalk.Position = UDim2.new(0, 5, 0, 160)
  692. WaterWalk.Size = UDim2.new(0, 100, 0, 20)
  693. WaterWalk.Font = Enum.Font.Fantasy
  694. WaterWalk.Text = "Water Walk"
  695. WaterWalk.TextColor3 = Color3.new(1, 1, 1)
  696. WaterWalk.TextSize = 14
  697.  
  698. Dupe.Name = "Dupe"
  699. Dupe.Parent = TogglesFrame
  700. Dupe.BackgroundColor3 = Color3.new(0, 0, 0)
  701. Dupe.BackgroundTransparency = 0.69999998807907
  702. Dupe.Position = UDim2.new(0, 5, 0, 185)
  703. Dupe.Size = UDim2.new(0, 100, 0, 20)
  704. Dupe.Font = Enum.Font.Fantasy
  705. Dupe.Text = "Base Dupe"
  706. Dupe.TextColor3 = Color3.new(1, 1, 1)
  707. Dupe.TextSize = 14
  708.  
  709. PlayerFrame.Name = "PlayerFrame"
  710. PlayerFrame.Parent = LumberTycoon2ReDesign
  711. PlayerFrame.Active = true
  712. PlayerFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  713. PlayerFrame.BackgroundTransparency = 0.5
  714. PlayerFrame.BorderSizePixel = 0
  715. PlayerFrame.Draggable = true
  716. PlayerFrame.Position = UDim2.new(0, 50, 0, 325)
  717. PlayerFrame.Selectable = true
  718. PlayerFrame.Size = UDim2.new(0, 100, 0, 205)
  719. PlayerFrame.Visible = false
  720.  
  721. PlayerTitle.Name = "PlayerTitle"
  722. PlayerTitle.Parent = PlayerFrame
  723. PlayerTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  724. PlayerTitle.BackgroundTransparency = 0.10000000149012
  725. PlayerTitle.BorderSizePixel = 0
  726. PlayerTitle.Position = UDim2.new(0, 5, 0, 5)
  727. PlayerTitle.Size = UDim2.new(0, 90, 0, 20)
  728. PlayerTitle.Font = Enum.Font.Fantasy
  729. PlayerTitle.Text = "Player TP's"
  730. PlayerTitle.TextColor3 = Color3.new(1, 1, 1)
  731. PlayerTitle.TextSize = 14
  732.  
  733. OtherFrame.Name = "OtherFrame"
  734. OtherFrame.Parent = LumberTycoon2ReDesign
  735. OtherFrame.Active = true
  736. OtherFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  737. OtherFrame.BackgroundTransparency = 0.5
  738. OtherFrame.BorderSizePixel = 0
  739. OtherFrame.Draggable = true
  740. OtherFrame.Position = UDim2.new(0, 1040, 0, 25)
  741. OtherFrame.Selectable = true
  742. OtherFrame.Size = UDim2.new(0, 110, 0, 180)
  743. OtherFrame.Visible = false
  744.  
  745. OtherTitle.Name = "OtherTitle"
  746. OtherTitle.Parent = OtherFrame
  747. OtherTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  748. OtherTitle.BackgroundTransparency = 0.10000000149012
  749. OtherTitle.BorderSizePixel = 0
  750. OtherTitle.Position = UDim2.new(0, 5, 0, 5)
  751. OtherTitle.Size = UDim2.new(0, 100, 0, 20)
  752. OtherTitle.Font = Enum.Font.Fantasy
  753. OtherTitle.Text = "Other Features"
  754. OtherTitle.TextColor3 = Color3.new(1, 1, 1)
  755. OtherTitle.TextSize = 14
  756.  
  757. GreyWood.Name = "GreyWood"
  758. GreyWood.Parent = OtherFrame
  759. GreyWood.BackgroundColor3 = Color3.new(0, 0, 0)
  760. GreyWood.BackgroundTransparency = 0.69999998807907
  761. GreyWood.Position = UDim2.new(0, 5, 0, 30)
  762. GreyWood.Size = UDim2.new(0, 100, 0, 20)
  763. GreyWood.Font = Enum.Font.Fantasy
  764. GreyWood.Text = "Grey Blueprints"
  765. GreyWood.TextColor3 = Color3.new(1, 1, 1)
  766. GreyWood.TextSize = 14
  767.  
  768. PinkWire.Name = "PinkWire"
  769. PinkWire.Parent = OtherFrame
  770. PinkWire.BackgroundColor3 = Color3.new(0, 0, 0)
  771. PinkWire.BackgroundTransparency = 0.69999998807907
  772. PinkWire.Position = UDim2.new(0, 5, 0, 55)
  773. PinkWire.Size = UDim2.new(0, 100, 0, 20)
  774. PinkWire.Font = Enum.Font.Fantasy
  775. PinkWire.Text = "Pink Wire"
  776. PinkWire.TextColor3 = Color3.new(1, 1, 1)
  777. PinkWire.TextSize = 14
  778.  
  779. PinkLight.Name = "PinkLight"
  780. PinkLight.Parent = OtherFrame
  781. PinkLight.BackgroundColor3 = Color3.new(0, 0, 0)
  782. PinkLight.BackgroundTransparency = 0.69999998807907
  783. PinkLight.Position = UDim2.new(0, 5, 0, 80)
  784. PinkLight.Size = UDim2.new(0, 100, 0, 20)
  785. PinkLight.Font = Enum.Font.Fantasy
  786. PinkLight.Text = "Pink Lights"
  787. PinkLight.TextColor3 = Color3.new(1, 1, 1)
  788. PinkLight.TextSize = 14
  789.  
  790. LeakItems.Name = "LeakItems"
  791. LeakItems.Parent = OtherFrame
  792. LeakItems.BackgroundColor3 = Color3.new(0, 0, 0)
  793. LeakItems.BackgroundTransparency = 0.69999998807907
  794. LeakItems.Position = UDim2.new(0, 5, 0, 105)
  795. LeakItems.Size = UDim2.new(0, 100, 0, 20)
  796. LeakItems.Font = Enum.Font.Fantasy
  797. LeakItems.Text = "Leak Items"
  798. LeakItems.TextColor3 = Color3.new(1, 1, 1)
  799. LeakItems.TextSize = 14
  800.  
  801. FindSpook.Name = "FindSpook"
  802. FindSpook.Parent = OtherFrame
  803. FindSpook.BackgroundColor3 = Color3.new(0, 0, 0)
  804. FindSpook.BackgroundTransparency = 0.69999998807907
  805. FindSpook.Position = UDim2.new(0, 5, 0, 130)
  806. FindSpook.Size = UDim2.new(0, 100, 0, 20)
  807. FindSpook.Font = Enum.Font.Fantasy
  808. FindSpook.Text = "Find Spook"
  809. FindSpook.TextColor3 = Color3.new(1, 1, 1)
  810. FindSpook.TextSize = 14
  811.  
  812. FindSinister.Name = "FindSinister"
  813. FindSinister.Parent = OtherFrame
  814. FindSinister.BackgroundColor3 = Color3.new(0, 0, 0)
  815. FindSinister.BackgroundTransparency = 0.69999998807907
  816. FindSinister.Position = UDim2.new(0, 5, 0, 155)
  817. FindSinister.Size = UDim2.new(0, 100, 0, 20)
  818. FindSinister.Font = Enum.Font.Fantasy
  819. FindSinister.Text = "Find Sinister"
  820. FindSinister.TextColor3 = Color3.new(1, 1, 1)
  821. FindSinister.TextSize = 14
  822.  
  823. StartFrame.Name = "StartFrame"
  824. StartFrame.Parent = LumberTycoon2ReDesign
  825. StartFrame.Active = true
  826. StartFrame.AnchorPoint = Vector2.new(0.5, 0)
  827. StartFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  828. StartFrame.BackgroundTransparency = 0.5
  829. StartFrame.BorderSizePixel = 0
  830. StartFrame.Position = UDim2.new(0.400000006, 0, 0, -35)
  831. StartFrame.Selectable = true
  832. StartFrame.Size = UDim2.new(0, 730, 0, 30)
  833.  
  834. Waypoints.Name = "Waypoints"
  835. Waypoints.Parent = StartFrame
  836. Waypoints.BackgroundColor3 = Color3.new(0, 0, 0)
  837. Waypoints.BackgroundTransparency = 0.69999998807907
  838. Waypoints.Position = UDim2.new(0, 5, 0, 5)
  839. Waypoints.Size = UDim2.new(0, 70, 0, 20)
  840. Waypoints.Font = Enum.Font.Fantasy
  841. Waypoints.Text = "Waypoints"
  842. Waypoints.TextColor3 = Color3.new(1, 1, 1)
  843. Waypoints.TextSize = 14
  844.  
  845. PlrTeleports.Name = "PlrTeleports"
  846. PlrTeleports.Parent = StartFrame
  847. PlrTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  848. PlrTeleports.BackgroundTransparency = 0.69999998807907
  849. PlrTeleports.Position = UDim2.new(0, 80, 0, 5)
  850. PlrTeleports.Size = UDim2.new(0, 50, 0, 20)
  851. PlrTeleports.Font = Enum.Font.Fantasy
  852. PlrTeleports.Text = "Players"
  853. PlrTeleports.TextColor3 = Color3.new(1, 1, 1)
  854. PlrTeleports.TextSize = 14
  855.  
  856. Other.Name = "Other"
  857. Other.Parent = StartFrame
  858. Other.BackgroundColor3 = Color3.new(0, 0, 0)
  859. Other.BackgroundTransparency = 0.69999998807907
  860. Other.Position = UDim2.new(0, 455, 0, 5)
  861. Other.Size = UDim2.new(0, 90, 0, 20)
  862. Other.Font = Enum.Font.Fantasy
  863. Other.Text = "More Features"
  864. Other.TextColor3 = Color3.new(1, 1, 1)
  865. Other.TextSize = 14
  866.  
  867. Tools.Name = "Tools"
  868. Tools.Parent = StartFrame
  869. Tools.BackgroundColor3 = Color3.new(0, 0, 0)
  870. Tools.BackgroundTransparency = 0.69999998807907
  871. Tools.Position = UDim2.new(0, 315, 0, 5)
  872. Tools.Size = UDim2.new(0, 35, 0, 20)
  873. Tools.Font = Enum.Font.Fantasy
  874. Tools.Text = "Tools"
  875. Tools.TextColor3 = Color3.new(1, 1, 1)
  876. Tools.TextSize = 14
  877.  
  878. Toggles.Name = "Toggles"
  879. Toggles.Parent = StartFrame
  880. Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
  881. Toggles.BackgroundTransparency = 0.69999998807907
  882. Toggles.Position = UDim2.new(0, 260, 0, 5)
  883. Toggles.Size = UDim2.new(0, 50, 0, 20)
  884. Toggles.Font = Enum.Font.Fantasy
  885. Toggles.Text = "Toggles"
  886. Toggles.TextColor3 = Color3.new(1, 1, 1)
  887. Toggles.TextSize = 14
  888.  
  889. Close.Name = "Close"
  890. Close.Parent = StartFrame
  891. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  892. Close.BackgroundTransparency = 0.69999998807907
  893. Close.Position = UDim2.new(0, 700, 0, 5)
  894. Close.Size = UDim2.new(0, 25, 0, 20)
  895. Close.Font = Enum.Font.Fantasy
  896. Close.Text = "X"
  897. Close.TextColor3 = Color3.new(1, 1, 1)
  898. Close.TextSize = 14
  899.  
  900. Minimize.Name = "Minimize"
  901. Minimize.Parent = StartFrame
  902. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  903. Minimize.BackgroundTransparency = 0.69999998807907
  904. Minimize.Position = UDim2.new(0, 670, 0, 5)
  905. Minimize.Size = UDim2.new(0, 25, 0, 20)
  906. Minimize.Font = Enum.Font.Fantasy
  907. Minimize.Text = "-"
  908. Minimize.TextColor3 = Color3.new(1, 1, 1)
  909. Minimize.TextSize = 30
  910.  
  911. LocalPlayer.Name = "LocalPlayer"
  912. LocalPlayer.Parent = StartFrame
  913. LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  914. LocalPlayer.BackgroundTransparency = 0.69999998807907
  915. LocalPlayer.Position = UDim2.new(0, 180, 0, 5)
  916. LocalPlayer.Size = UDim2.new(0, 75, 0, 20)
  917. LocalPlayer.Font = Enum.Font.Fantasy
  918. LocalPlayer.Text = "LocalPlayer"
  919. LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
  920. LocalPlayer.TextSize = 14
  921.  
  922. MapModify.Name = "MapModify"
  923. MapModify.Parent = StartFrame
  924. MapModify.BackgroundColor3 = Color3.new(0, 0, 0)
  925. MapModify.BackgroundTransparency = 0.69999998807907
  926. MapModify.Position = UDim2.new(0, 355, 0, 5)
  927. MapModify.Size = UDim2.new(0, 95, 0, 20)
  928. MapModify.Font = Enum.Font.Fantasy
  929. MapModify.Text = "Map Modifying"
  930. MapModify.TextColor3 = Color3.new(1, 1, 1)
  931. MapModify.TextSize = 14
  932.  
  933. Times.Name = "Times"
  934. Times.Parent = StartFrame
  935. Times.BackgroundColor3 = Color3.new(0, 0, 0)
  936. Times.BackgroundTransparency = 0.69999998807907
  937. Times.Position = UDim2.new(0, 550, 0, 5)
  938. Times.Size = UDim2.new(0, 40, 0, 20)
  939. Times.Font = Enum.Font.Fantasy
  940. Times.Text = "Times"
  941. Times.TextColor3 = Color3.new(1, 1, 1)
  942. Times.TextSize = 14
  943.  
  944. DevConsoleNote.Name = "DevConsoleNote"
  945. DevConsoleNote.Parent = StartFrame
  946. DevConsoleNote.BackgroundColor3 = Color3.new(1, 1, 1)
  947. DevConsoleNote.BackgroundTransparency = 1
  948. DevConsoleNote.BorderSizePixel = 0
  949. DevConsoleNote.Position = UDim2.new(0, 735, 0, 5)
  950. DevConsoleNote.Size = UDim2.new(0, 100, 0, 20)
  951. DevConsoleNote.Font = Enum.Font.Fantasy
  952. DevConsoleNote.Text = "-- F9 for Details"
  953. DevConsoleNote.TextColor3 = Color3.new(1, 0, 0)
  954. DevConsoleNote.TextSize = 14
  955.  
  956. BaseTeleports.Name = "BaseTeleports"
  957. BaseTeleports.Parent = StartFrame
  958. BaseTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  959. BaseTeleports.BackgroundTransparency = 0.69999998807907
  960. BaseTeleports.Position = UDim2.new(0, 135, 0, 5)
  961. BaseTeleports.Size = UDim2.new(0, 40, 0, 20)
  962. BaseTeleports.Font = Enum.Font.Fantasy
  963. BaseTeleports.Text = "Bases"
  964. BaseTeleports.TextColor3 = Color3.new(1, 1, 1)
  965. BaseTeleports.TextSize = 14
  966.  
  967. WoodTeleport.Name = "WoodTeleport"
  968. WoodTeleport.Parent = StartFrame
  969. WoodTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  970. WoodTeleport.BackgroundTransparency = 0.69999998807907
  971. WoodTeleport.Position = UDim2.new(0, 595, 0, 5)
  972. WoodTeleport.Size = UDim2.new(0, 70, 0, 20)
  973. WoodTeleport.Font = Enum.Font.Fantasy
  974. WoodTeleport.Text = "Wood TP's"
  975. WoodTeleport.TextColor3 = Color3.new(1, 1, 1)
  976. WoodTeleport.TextSize = 14
  977.  
  978. ModifyFrame.Name = "ModifyFrame"
  979. ModifyFrame.Parent = LumberTycoon2ReDesign
  980. ModifyFrame.Active = true
  981. ModifyFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  982. ModifyFrame.BackgroundTransparency = 0.5
  983. ModifyFrame.BorderSizePixel = 0
  984. ModifyFrame.Draggable = true
  985. ModifyFrame.Position = UDim2.new(0, 830, 0, 25)
  986. ModifyFrame.Selectable = true
  987. ModifyFrame.Size = UDim2.new(0, 200, 0, 145)
  988. ModifyFrame.Visible = false
  989.  
  990. ModifyTitle.Name = "ModifyTitle"
  991. ModifyTitle.Parent = ModifyFrame
  992. ModifyTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  993. ModifyTitle.BackgroundTransparency = 0.10000000149012
  994. ModifyTitle.BorderSizePixel = 0
  995. ModifyTitle.Position = UDim2.new(0, 5, 0, 5)
  996. ModifyTitle.Size = UDim2.new(0, 190, 0, 20)
  997. ModifyTitle.Font = Enum.Font.Fantasy
  998. ModifyTitle.Text = "Map Modifying"
  999. ModifyTitle.TextColor3 = Color3.new(1, 1, 1)
  1000. ModifyTitle.TextSize = 14
  1001.  
  1002. LavaBoulders.Name = "LavaBoulders"
  1003. LavaBoulders.Parent = ModifyFrame
  1004. LavaBoulders.Active = false
  1005. LavaBoulders.BackgroundColor3 = Color3.new(0, 0, 0)
  1006. LavaBoulders.BackgroundTransparency = 0.69999998807907
  1007. LavaBoulders.Position = UDim2.new(0, 5, 0, 45)
  1008. LavaBoulders.Selectable = false
  1009. LavaBoulders.Size = UDim2.new(0, 92, 0, 20)
  1010. LavaBoulders.Font = Enum.Font.Fantasy
  1011. LavaBoulders.Text = "Lava Boulders"
  1012. LavaBoulders.TextColor3 = Color3.new(1, 1, 1)
  1013. LavaBoulders.TextSize = 14
  1014.  
  1015. IceBoulders.Name = "IceBoulders"
  1016. IceBoulders.Parent = ModifyFrame
  1017. IceBoulders.Active = false
  1018. IceBoulders.BackgroundColor3 = Color3.new(0, 0, 0)
  1019. IceBoulders.BackgroundTransparency = 0.69999998807907
  1020. IceBoulders.Position = UDim2.new(0, 5, 0, 70)
  1021. IceBoulders.Selectable = false
  1022. IceBoulders.Size = UDim2.new(0, 92, 0, 20)
  1023. IceBoulders.Font = Enum.Font.Fantasy
  1024. IceBoulders.Text = "Ice Boulders"
  1025. IceBoulders.TextColor3 = Color3.new(1, 1, 1)
  1026. IceBoulders.TextSize = 14
  1027.  
  1028. ShrineDoors.Name = "ShrineDoors"
  1029. ShrineDoors.Parent = ModifyFrame
  1030. ShrineDoors.Active = false
  1031. ShrineDoors.BackgroundColor3 = Color3.new(0, 0, 0)
  1032. ShrineDoors.BackgroundTransparency = 0.69999998807907
  1033. ShrineDoors.Position = UDim2.new(0, 5, 0, 120)
  1034. ShrineDoors.Selectable = false
  1035. ShrineDoors.Size = UDim2.new(0, 92, 0, 20)
  1036. ShrineDoors.Font = Enum.Font.Fantasy
  1037. ShrineDoors.Text = "Shrine Doors"
  1038. ShrineDoors.TextColor3 = Color3.new(1, 1, 1)
  1039. ShrineDoors.TextSize = 14
  1040.  
  1041. MazeWalls.Name = "MazeWalls"
  1042. MazeWalls.Parent = ModifyFrame
  1043. MazeWalls.Active = false
  1044. MazeWalls.BackgroundColor3 = Color3.new(0, 0, 0)
  1045. MazeWalls.BackgroundTransparency = 0.69999998807907
  1046. MazeWalls.Position = UDim2.new(0, 5, 0, 95)
  1047. MazeWalls.Selectable = false
  1048. MazeWalls.Size = UDim2.new(0, 92, 0, 20)
  1049. MazeWalls.Font = Enum.Font.Fantasy
  1050. MazeWalls.Text = "Maze Walls"
  1051. MazeWalls.TextColor3 = Color3.new(1, 1, 1)
  1052. MazeWalls.TextSize = 14
  1053.  
  1054. PalmBridge.Name = "PalmBridge"
  1055. PalmBridge.Parent = ModifyFrame
  1056. PalmBridge.Active = false
  1057. PalmBridge.BackgroundColor3 = Color3.new(0, 0, 0)
  1058. PalmBridge.BackgroundTransparency = 0.69999998807907
  1059. PalmBridge.Position = UDim2.new(0, 102, 0, 95)
  1060. PalmBridge.Selectable = false
  1061. PalmBridge.Size = UDim2.new(0, 92, 0, 20)
  1062. PalmBridge.Font = Enum.Font.Fantasy
  1063. PalmBridge.Text = "Main To Palm"
  1064. PalmBridge.TextColor3 = Color3.new(1, 1, 1)
  1065. PalmBridge.TextSize = 14
  1066.  
  1067. SafariBridge.Name = "SafariBridge"
  1068. SafariBridge.Parent = ModifyFrame
  1069. SafariBridge.Active = false
  1070. SafariBridge.BackgroundColor3 = Color3.new(0, 0, 0)
  1071. SafariBridge.BackgroundTransparency = 0.69999998807907
  1072. SafariBridge.Position = UDim2.new(0, 102, 0, 45)
  1073. SafariBridge.Selectable = false
  1074. SafariBridge.Size = UDim2.new(0, 92, 0, 20)
  1075. SafariBridge.Modal = true
  1076. SafariBridge.Font = Enum.Font.Fantasy
  1077. SafariBridge.Text = "Main To Safari"
  1078. SafariBridge.TextColor3 = Color3.new(1, 1, 1)
  1079. SafariBridge.TextSize = 14
  1080.  
  1081. RemoveTitle.Name = "RemoveTitle"
  1082. RemoveTitle.Parent = ModifyFrame
  1083. RemoveTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1084. RemoveTitle.BackgroundTransparency = 1
  1085. RemoveTitle.BorderSizePixel = 0
  1086. RemoveTitle.Position = UDim2.new(0, 5, 0, 25)
  1087. RemoveTitle.Size = UDim2.new(0, 92, 0, 20)
  1088. RemoveTitle.Font = Enum.Font.Fantasy
  1089. RemoveTitle.Text = "-- Removing --"
  1090. RemoveTitle.TextColor3 = Color3.new(1, 1, 1)
  1091. RemoveTitle.TextSize = 14
  1092.  
  1093. BridgesTitle.Name = "BridgesTitle"
  1094. BridgesTitle.Parent = ModifyFrame
  1095. BridgesTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1096. BridgesTitle.BackgroundTransparency = 1
  1097. BridgesTitle.BorderSizePixel = 0
  1098. BridgesTitle.Position = UDim2.new(0, 102, 0, 25)
  1099. BridgesTitle.Size = UDim2.new(0, 92, 0, 20)
  1100. BridgesTitle.Font = Enum.Font.Fantasy
  1101. BridgesTitle.Text = "-- Bridges --"
  1102. BridgesTitle.TextColor3 = Color3.new(1, 1, 1)
  1103. BridgesTitle.TextSize = 14
  1104.  
  1105. GoldBridge.Name = "GoldBridge"
  1106. GoldBridge.Parent = ModifyFrame
  1107. GoldBridge.Active = false
  1108. GoldBridge.BackgroundColor3 = Color3.new(0, 0, 0)
  1109. GoldBridge.BackgroundTransparency = 0.69999998807907
  1110. GoldBridge.Position = UDim2.new(0, 102, 0, 70)
  1111. GoldBridge.Selectable = false
  1112. GoldBridge.Size = UDim2.new(0, 92, 0, 20)
  1113. GoldBridge.Font = Enum.Font.Fantasy
  1114. GoldBridge.Text = "Car To Swamp"
  1115. GoldBridge.TextColor3 = Color3.new(1, 1, 1)
  1116. GoldBridge.TextSize = 14
  1117.  
  1118. YellowBridge.Name = "YellowBridge"
  1119. YellowBridge.Parent = ModifyFrame
  1120. YellowBridge.Active = false
  1121. YellowBridge.BackgroundColor3 = Color3.new(0, 0, 0)
  1122. YellowBridge.BackgroundTransparency = 0.69999998807907
  1123. YellowBridge.Position = UDim2.new(0, 102, 0, 120)
  1124. YellowBridge.Selectable = false
  1125. YellowBridge.Size = UDim2.new(0, 92, 0, 20)
  1126. YellowBridge.Font = Enum.Font.Fantasy
  1127. YellowBridge.Text = "Main To Yellow"
  1128. YellowBridge.TextColor3 = Color3.new(1, 1, 1)
  1129. YellowBridge.TextSize = 14
  1130.  
  1131. BaseFrame.Name = "BaseFrame"
  1132. BaseFrame.Parent = LumberTycoon2ReDesign
  1133. BaseFrame.Active = true
  1134. BaseFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1135. BaseFrame.BackgroundTransparency = 0.5
  1136. BaseFrame.BorderSizePixel = 0
  1137. BaseFrame.Draggable = true
  1138. BaseFrame.Position = UDim2.new(0, 160, 0, 325)
  1139. BaseFrame.Selectable = true
  1140. BaseFrame.Size = UDim2.new(0, 100, 0, 205)
  1141. BaseFrame.Visible = false
  1142.  
  1143. BaseTitle.Name = "BaseTitle"
  1144. BaseTitle.Parent = BaseFrame
  1145. BaseTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1146. BaseTitle.BackgroundTransparency = 0.10000000149012
  1147. BaseTitle.BorderSizePixel = 0
  1148. BaseTitle.Position = UDim2.new(0, 5, 0, 5)
  1149. BaseTitle.Size = UDim2.new(0, 90, 0, 20)
  1150. BaseTitle.Font = Enum.Font.Fantasy
  1151. BaseTitle.Text = "Base TP's"
  1152. BaseTitle.TextColor3 = Color3.new(1, 1, 1)
  1153. BaseTitle.TextSize = 14
  1154.  
  1155. LocalFrame.Name = "LocalFrame"
  1156. LocalFrame.Parent = LumberTycoon2ReDesign
  1157. LocalFrame.Active = true
  1158. LocalFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1159. LocalFrame.BackgroundTransparency = 0.5
  1160. LocalFrame.BorderSizePixel = 0
  1161. LocalFrame.Draggable = true
  1162. LocalFrame.Position = UDim2.new(0, 380, 0, 25)
  1163. LocalFrame.Selectable = true
  1164. LocalFrame.Size = UDim2.new(0, 200, 0, 155)
  1165. LocalFrame.Visible = false
  1166.  
  1167. LocalTitle.Name = "LocalTitle"
  1168. LocalTitle.Parent = LocalFrame
  1169. LocalTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1170. LocalTitle.BackgroundTransparency = 0.10000000149012
  1171. LocalTitle.BorderSizePixel = 0
  1172. LocalTitle.Position = UDim2.new(0, 5, 0, 5)
  1173. LocalTitle.Size = UDim2.new(0, 190, 0, 20)
  1174. LocalTitle.Font = Enum.Font.Fantasy
  1175. LocalTitle.Text = "LocalPlayer Options"
  1176. LocalTitle.TextColor3 = Color3.new(1, 1, 1)
  1177. LocalTitle.TextSize = 14
  1178.  
  1179. Speed.Name = "Speed"
  1180. Speed.Parent = LocalFrame
  1181. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  1182. Speed.BackgroundTransparency = 0.69999998807907
  1183. Speed.Position = UDim2.new(0, 5, 0, 30)
  1184. Speed.Size = UDim2.new(0, 92, 0, 20)
  1185. Speed.Font = Enum.Font.Fantasy
  1186. Speed.Text = "Change Speed"
  1187. Speed.TextColor3 = Color3.new(1, 1, 1)
  1188. Speed.TextSize = 14
  1189.  
  1190. Height.Name = "Height"
  1191. Height.Parent = LocalFrame
  1192. Height.BackgroundColor3 = Color3.new(0, 0, 0)
  1193. Height.BackgroundTransparency = 0.69999998807907
  1194. Height.Position = UDim2.new(0, 5, 0, 55)
  1195. Height.Size = UDim2.new(0, 92, 0, 20)
  1196. Height.Font = Enum.Font.Fantasy
  1197. Height.Text = "Change Jump"
  1198. Height.TextColor3 = Color3.new(1, 1, 1)
  1199. Height.TextSize = 14
  1200.  
  1201. Gravity.Name = "Gravity"
  1202. Gravity.Parent = LocalFrame
  1203. Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
  1204. Gravity.BackgroundTransparency = 0.69999998807907
  1205. Gravity.Position = UDim2.new(0, 5, 0, 80)
  1206. Gravity.Size = UDim2.new(0, 92, 0, 20)
  1207. Gravity.Font = Enum.Font.Fantasy
  1208. Gravity.Text = "Change Gravity"
  1209. Gravity.TextColor3 = Color3.new(1, 1, 1)
  1210. Gravity.TextSize = 14
  1211.  
  1212. SetPosition.Name = "SetPosition"
  1213. SetPosition.Parent = LocalFrame
  1214. SetPosition.BackgroundColor3 = Color3.new(0, 0, 0)
  1215. SetPosition.BackgroundTransparency = 0.69999998807907
  1216. SetPosition.Position = UDim2.new(0, 5, 0, 105)
  1217. SetPosition.Size = UDim2.new(0, 92, 0, 20)
  1218. SetPosition.Font = Enum.Font.Fantasy
  1219. SetPosition.Text = "Set Position"
  1220. SetPosition.TextColor3 = Color3.new(1, 1, 1)
  1221. SetPosition.TextSize = 14
  1222.  
  1223. GotoPosition.Name = "GotoPosition"
  1224. GotoPosition.Parent = LocalFrame
  1225. GotoPosition.BackgroundColor3 = Color3.new(0, 0, 0)
  1226. GotoPosition.BackgroundTransparency = 0.69999998807907
  1227. GotoPosition.NextSelectionRight = LocalFrame
  1228. GotoPosition.Position = UDim2.new(0, 5, 0, 130)
  1229. GotoPosition.Size = UDim2.new(0, 190, 0, 20)
  1230. GotoPosition.Font = Enum.Font.Fantasy
  1231. GotoPosition.Text = "Goto Custom Position"
  1232. GotoPosition.TextColor3 = Color3.new(1, 1, 1)
  1233. GotoPosition.TextSize = 14
  1234.  
  1235. SpeedAmount.Name = "SpeedAmount"
  1236. SpeedAmount.Parent = LocalFrame
  1237. SpeedAmount.BackgroundColor3 = Color3.new(0, 0, 0)
  1238. SpeedAmount.BackgroundTransparency = 0.69999998807907
  1239. SpeedAmount.BorderSizePixel = 0
  1240. SpeedAmount.Position = UDim2.new(0, 102, 0, 30)
  1241. SpeedAmount.Size = UDim2.new(0, 92, 0, 20)
  1242. SpeedAmount.Font = Enum.Font.Fantasy
  1243. SpeedAmount.Text = "16"
  1244. SpeedAmount.TextColor3 = Color3.new(1, 1, 1)
  1245. SpeedAmount.TextSize = 14
  1246.  
  1247. HeightAmount.Name = "HeightAmount"
  1248. HeightAmount.Parent = LocalFrame
  1249. HeightAmount.BackgroundColor3 = Color3.new(0, 0, 0)
  1250. HeightAmount.BackgroundTransparency = 0.69999998807907
  1251. HeightAmount.BorderSizePixel = 0
  1252. HeightAmount.Position = UDim2.new(0, 102, 0, 55)
  1253. HeightAmount.Size = UDim2.new(0, 92, 0, 20)
  1254. HeightAmount.Font = Enum.Font.Fantasy
  1255. HeightAmount.Text = "50"
  1256. HeightAmount.TextColor3 = Color3.new(1, 1, 1)
  1257. HeightAmount.TextSize = 14
  1258.  
  1259. GravAmount.Name = "GravAmount"
  1260. GravAmount.Parent = LocalFrame
  1261. GravAmount.BackgroundColor3 = Color3.new(0, 0, 0)
  1262. GravAmount.BackgroundTransparency = 0.69999998807907
  1263. GravAmount.BorderSizePixel = 0
  1264. GravAmount.Position = UDim2.new(0, 102, 0, 80)
  1265. GravAmount.Size = UDim2.new(0, 92, 0, 20)
  1266. GravAmount.Font = Enum.Font.Fantasy
  1267. GravAmount.Text = "196.2"
  1268. GravAmount.TextColor3 = Color3.new(1, 1, 1)
  1269. GravAmount.TextSize = 14
  1270.  
  1271. PositionTitle.Name = "PositionTitle"
  1272. PositionTitle.Parent = LocalFrame
  1273. PositionTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1274. PositionTitle.BackgroundTransparency = 0.69999998807907
  1275. PositionTitle.BorderSizePixel = 0
  1276. PositionTitle.Position = UDim2.new(0, 102, 0, 105)
  1277. PositionTitle.Size = UDim2.new(0, 92, 0, 20)
  1278. PositionTitle.Font = Enum.Font.Fantasy
  1279. PositionTitle.Text = "*Position*"
  1280. PositionTitle.TextColor3 = Color3.new(1, 1, 1)
  1281. PositionTitle.TextSize = 14
  1282.  
  1283. TimesFrame.Name = "TimesFrame"
  1284. TimesFrame.Parent = LumberTycoon2ReDesign
  1285. TimesFrame.Active = true
  1286. TimesFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1287. TimesFrame.BackgroundTransparency = 0.5
  1288. TimesFrame.BorderSizePixel = 0
  1289. TimesFrame.Draggable = true
  1290. TimesFrame.Position = UDim2.new(0, 830, 0, 180)
  1291. TimesFrame.Selectable = true
  1292. TimesFrame.Size = UDim2.new(0, 200, 0, 145)
  1293. TimesFrame.Visible = false
  1294.  
  1295. TimesTitle.Name = "TimesTitle"
  1296. TimesTitle.Parent = TimesFrame
  1297. TimesTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1298. TimesTitle.BackgroundTransparency = 0.10000000149012
  1299. TimesTitle.BorderSizePixel = 0
  1300. TimesTitle.Position = UDim2.new(0, 5, 0, 5)
  1301. TimesTitle.Size = UDim2.new(0, 190, 0, 20)
  1302. TimesTitle.Font = Enum.Font.Fantasy
  1303. TimesTitle.Text = "Shop Opening Times"
  1304. TimesTitle.TextColor3 = Color3.new(1, 1, 1)
  1305. TimesTitle.TextSize = 14
  1306.  
  1307. TimeNowTitle.Name = "TimeNowTitle"
  1308. TimeNowTitle.Parent = TimesFrame
  1309. TimeNowTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1310. TimeNowTitle.BackgroundTransparency = 1
  1311. TimeNowTitle.BorderSizePixel = 0
  1312. TimeNowTitle.Position = UDim2.new(0, 5, 0, 25)
  1313. TimeNowTitle.Size = UDim2.new(0, 190, 0, 20)
  1314. TimeNowTitle.Font = Enum.Font.Fantasy
  1315. TimeNowTitle.Text = "-- Current Time: 00:00:00 --"
  1316. TimeNowTitle.TextColor3 = Color3.new(1, 1, 1)
  1317. TimeNowTitle.TextSize = 14
  1318.  
  1319. CarsTitle.Name = "CarsTitle"
  1320. CarsTitle.Parent = TimesFrame
  1321. CarsTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1322. CarsTitle.BackgroundTransparency = 0.69999998807907
  1323. CarsTitle.BorderSizePixel = 0
  1324. CarsTitle.Position = UDim2.new(0, 5, 0, 50)
  1325. CarsTitle.Size = UDim2.new(0, 92, 0, 20)
  1326. CarsTitle.Font = Enum.Font.Fantasy
  1327. CarsTitle.Text = "Boxed Cars"
  1328. CarsTitle.TextColor3 = Color3.new(1, 1, 1)
  1329. CarsTitle.TextSize = 14
  1330.  
  1331. FurnishTitle.Name = "FurnishTitle"
  1332. FurnishTitle.Parent = TimesFrame
  1333. FurnishTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1334. FurnishTitle.BackgroundTransparency = 0.69999998807907
  1335. FurnishTitle.BorderSizePixel = 0
  1336. FurnishTitle.Position = UDim2.new(0, 5, 0, 75)
  1337. FurnishTitle.Size = UDim2.new(0, 92, 0, 20)
  1338. FurnishTitle.Font = Enum.Font.Fantasy
  1339. FurnishTitle.Text = "Furnishings"
  1340. FurnishTitle.TextColor3 = Color3.new(1, 1, 1)
  1341. FurnishTitle.TextSize = 14
  1342.  
  1343. LinkTitle.Name = "LinkTitle"
  1344. LinkTitle.Parent = TimesFrame
  1345. LinkTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1346. LinkTitle.BackgroundTransparency = 0.69999998807907
  1347. LinkTitle.BorderSizePixel = 0
  1348. LinkTitle.Position = UDim2.new(0, 5, 0, 100)
  1349. LinkTitle.Size = UDim2.new(0, 92, 0, 20)
  1350. LinkTitle.Font = Enum.Font.Fantasy
  1351. LinkTitle.Text = "Link's Logic"
  1352. LinkTitle.TextColor3 = Color3.new(1, 1, 1)
  1353. LinkTitle.TextSize = 14
  1354.  
  1355. OtherShopsNote.Name = "OtherShopsNote"
  1356. OtherShopsNote.Parent = TimesFrame
  1357. OtherShopsNote.BackgroundColor3 = Color3.new(1, 0, 0)
  1358. OtherShopsNote.BackgroundTransparency = 1
  1359. OtherShopsNote.BorderSizePixel = 0
  1360. OtherShopsNote.Position = UDim2.new(0, 5, 0, 120)
  1361. OtherShopsNote.Size = UDim2.new(0, 190, 0, 20)
  1362. OtherShopsNote.Font = Enum.Font.Fantasy
  1363. OtherShopsNote.Text = "All Other Shops Are Open 24/7"
  1364. OtherShopsNote.TextColor3 = Color3.new(1, 1, 1)
  1365. OtherShopsNote.TextSize = 14
  1366.  
  1367. FOpenTitle.Name = "FOpenTitle"
  1368. FOpenTitle.Parent = TimesFrame
  1369. FOpenTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1370. FOpenTitle.BackgroundTransparency = 0.69999998807907
  1371. FOpenTitle.BorderSizePixel = 0
  1372. FOpenTitle.Position = UDim2.new(0, 102, 0, 75)
  1373. FOpenTitle.Size = UDim2.new(0, 92, 0, 20)
  1374. FOpenTitle.Font = Enum.Font.Fantasy
  1375. FOpenTitle.Text = " -- Status --"
  1376. FOpenTitle.TextColor3 = Color3.new(1, 1, 1)
  1377. FOpenTitle.TextSize = 14
  1378.  
  1379. COpenTitle.Name = "COpenTitle"
  1380. COpenTitle.Parent = TimesFrame
  1381. COpenTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1382. COpenTitle.BackgroundTransparency = 0.69999998807907
  1383. COpenTitle.BorderSizePixel = 0
  1384. COpenTitle.Position = UDim2.new(0, 102, 0, 50)
  1385. COpenTitle.Size = UDim2.new(0, 92, 0, 20)
  1386. COpenTitle.Font = Enum.Font.Fantasy
  1387. COpenTitle.Text = " -- Status --"
  1388. COpenTitle.TextColor3 = Color3.new(1, 1, 1)
  1389. COpenTitle.TextSize = 14
  1390.  
  1391. LOpenTitle.Name = "LOpenTitle"
  1392. LOpenTitle.Parent = TimesFrame
  1393. LOpenTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1394. LOpenTitle.BackgroundTransparency = 0.69999998807907
  1395. LOpenTitle.BorderSizePixel = 0
  1396. LOpenTitle.Position = UDim2.new(0, 102, 0, 100)
  1397. LOpenTitle.Size = UDim2.new(0, 92, 0, 20)
  1398. LOpenTitle.Font = Enum.Font.Fantasy
  1399. LOpenTitle.Text = "-- Status --"
  1400. LOpenTitle.TextColor3 = Color3.new(1, 1, 1)
  1401. LOpenTitle.TextSize = 14
  1402.  
  1403. WoodFrame.Name = "WoodFrame"
  1404. WoodFrame.Parent = LumberTycoon2ReDesign
  1405. WoodFrame.Active = true
  1406. WoodFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1407. WoodFrame.BackgroundTransparency = 0.5
  1408. WoodFrame.BorderSizePixel = 0
  1409. WoodFrame.Draggable = true
  1410. WoodFrame.Position = UDim2.new(0, 380, 0, 190)
  1411. WoodFrame.Selectable = true
  1412. WoodFrame.Size = UDim2.new(0, 200, 0, 175)
  1413. WoodFrame.Visible = false
  1414.  
  1415. WoodTitle.Name = "WoodTitle"
  1416. WoodTitle.Parent = WoodFrame
  1417. WoodTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1418. WoodTitle.BackgroundTransparency = 0.10000000149012
  1419. WoodTitle.BorderSizePixel = 0
  1420. WoodTitle.Position = UDim2.new(0, 5, 0, 5)
  1421. WoodTitle.Size = UDim2.new(0, 190, 0, 20)
  1422. WoodTitle.Font = Enum.Font.Fantasy
  1423. WoodTitle.Text = "Wood Teleporting"
  1424. WoodTitle.TextColor3 = Color3.new(1, 1, 1)
  1425. WoodTitle.TextSize = 14
  1426.  
  1427. ToSawmillTitle.Name = "ToSawmillTitle"
  1428. ToSawmillTitle.Parent = WoodFrame
  1429. ToSawmillTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1430. ToSawmillTitle.BackgroundTransparency = 1
  1431. ToSawmillTitle.BorderSizePixel = 0
  1432. ToSawmillTitle.Position = UDim2.new(0, 5, 0, 25)
  1433. ToSawmillTitle.Size = UDim2.new(0, 190, 0, 20)
  1434. ToSawmillTitle.Font = Enum.Font.Fantasy
  1435. ToSawmillTitle.Text = "-- Teleport To Sawmill --"
  1436. ToSawmillTitle.TextColor3 = Color3.new(1, 1, 1)
  1437. ToSawmillTitle.TextSize = 14
  1438.  
  1439. SawmillTitle.Name = "SawmillTitle"
  1440. SawmillTitle.Parent = WoodFrame
  1441. SawmillTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1442. SawmillTitle.BackgroundTransparency = 0.69999998807907
  1443. SawmillTitle.BorderSizePixel = 0
  1444. SawmillTitle.Position = UDim2.new(0, 5, 0, 50)
  1445. SawmillTitle.Size = UDim2.new(0, 85, 0, 20)
  1446. SawmillTitle.Font = Enum.Font.Fantasy
  1447. SawmillTitle.Text = "Sawmill:"
  1448. SawmillTitle.TextColor3 = Color3.new(1, 1, 1)
  1449. SawmillTitle.TextSize = 14
  1450.  
  1451. SawmillSetTitle.Name = "SawmillSetTitle"
  1452. SawmillSetTitle.Parent = WoodFrame
  1453. SawmillSetTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  1454. SawmillSetTitle.BackgroundTransparency = 0.69999998807907
  1455. SawmillSetTitle.BorderSizePixel = 0
  1456. SawmillSetTitle.Position = UDim2.new(0, 95, 0, 50)
  1457. SawmillSetTitle.Size = UDim2.new(0, 100, 0, 20)
  1458. SawmillSetTitle.Font = Enum.Font.Fantasy
  1459. SawmillSetTitle.Text = "Not Selected"
  1460. SawmillSetTitle.TextColor3 = Color3.new(1, 0, 0)
  1461. SawmillSetTitle.TextSize = 14
  1462.  
  1463. KeybindingsTitle.Name = "KeybindingsTitle"
  1464. KeybindingsTitle.Parent = WoodFrame
  1465. KeybindingsTitle.BackgroundColor3 = Color3.new(1, 0, 0)
  1466. KeybindingsTitle.BackgroundTransparency = 1
  1467. KeybindingsTitle.BorderSizePixel = 0
  1468. KeybindingsTitle.Position = UDim2.new(0, 5, 0, 75)
  1469. KeybindingsTitle.Size = UDim2.new(0, 190, 0, 20)
  1470. KeybindingsTitle.Font = Enum.Font.Fantasy
  1471. KeybindingsTitle.Text = "-- Key Bindings --"
  1472. KeybindingsTitle.TextColor3 = Color3.new(1, 1, 1)
  1473. KeybindingsTitle.TextSize = 14
  1474.  
  1475. SetSawmillKey.Name = "SetSawmillKey"
  1476. SetSawmillKey.Parent = WoodFrame
  1477. SetSawmillKey.BackgroundColor3 = Color3.new(0, 0, 0)
  1478. SetSawmillKey.BackgroundTransparency = 0.69999998807907
  1479. SetSawmillKey.Position = UDim2.new(0, 5, 0, 100)
  1480. SetSawmillKey.Size = UDim2.new(0, 135, 0, 20)
  1481. SetSawmillKey.Font = Enum.Font.Fantasy
  1482. SetSawmillKey.Text = "Set Sawmill Select Key"
  1483. SetSawmillKey.TextColor3 = Color3.new(1, 1, 1)
  1484. SetSawmillKey.TextSize = 14
  1485.  
  1486. SetSawTPKey.Name = "SetSawTPKey"
  1487. SetSawTPKey.Parent = WoodFrame
  1488. SetSawTPKey.BackgroundColor3 = Color3.new(0, 0, 0)
  1489. SetSawTPKey.BackgroundTransparency = 0.69999998807907
  1490. SetSawTPKey.Position = UDim2.new(0, 5, 0, 125)
  1491. SetSawTPKey.Size = UDim2.new(0, 135, 0, 20)
  1492. SetSawTPKey.Font = Enum.Font.Fantasy
  1493. SetSawTPKey.Text = "Set Wood To Mill Key"
  1494. SetSawTPKey.TextColor3 = Color3.new(1, 1, 1)
  1495. SetSawTPKey.TextSize = 14
  1496.  
  1497. SetSellTPKey.Name = "SetSellTPKey"
  1498. SetSellTPKey.Parent = WoodFrame
  1499. SetSellTPKey.BackgroundColor3 = Color3.new(0, 0, 0)
  1500. SetSellTPKey.BackgroundTransparency = 0.69999998807907
  1501. SetSellTPKey.Position = UDim2.new(0, 5, 0, 150)
  1502. SetSellTPKey.Size = UDim2.new(0, 135, 0, 20)
  1503. SetSellTPKey.Font = Enum.Font.Fantasy
  1504. SetSellTPKey.Text = "Set Sell Wood Key"
  1505. SetSellTPKey.TextColor3 = Color3.new(1, 1, 1)
  1506. SetSellTPKey.TextSize = 14
  1507.  
  1508. SetSawBox.Name = "SetSawBox"
  1509. SetSawBox.Parent = WoodFrame
  1510. SetSawBox.BackgroundColor3 = Color3.new(0, 0, 0)
  1511. SetSawBox.BackgroundTransparency = 0.69999998807907
  1512. SetSawBox.BorderSizePixel = 0
  1513. SetSawBox.Position = UDim2.new(0, 145, 0, 100)
  1514. SetSawBox.Size = UDim2.new(0, 50, 0, 20)
  1515. SetSawBox.Font = Enum.Font.Fantasy
  1516. SetSawBox.Text = "q"
  1517. SetSawBox.TextColor3 = Color3.new(1, 1, 1)
  1518. SetSawBox.TextSize = 14
  1519.  
  1520. SawTPBox.Name = "SawTPBox"
  1521. SawTPBox.Parent = WoodFrame
  1522. SawTPBox.BackgroundColor3 = Color3.new(0, 0, 0)
  1523. SawTPBox.BackgroundTransparency = 0.69999998807907
  1524. SawTPBox.BorderSizePixel = 0
  1525. SawTPBox.Position = UDim2.new(0, 145, 0, 125)
  1526. SawTPBox.Size = UDim2.new(0, 50, 0, 20)
  1527. SawTPBox.Font = Enum.Font.Fantasy
  1528. SawTPBox.Text = "e"
  1529. SawTPBox.TextColor3 = Color3.new(1, 1, 1)
  1530. SawTPBox.TextSize = 14
  1531.  
  1532. SellWoodBox.Name = "SellWoodBox"
  1533. SellWoodBox.Parent = WoodFrame
  1534. SellWoodBox.BackgroundColor3 = Color3.new(0, 0, 0)
  1535. SellWoodBox.BackgroundTransparency = 0.69999998807907
  1536. SellWoodBox.BorderSizePixel = 0
  1537. SellWoodBox.Position = UDim2.new(0, 145, 0, 150)
  1538. SellWoodBox.Size = UDim2.new(0, 50, 0, 20)
  1539. SellWoodBox.Font = Enum.Font.Fantasy
  1540. SellWoodBox.Text = "r"
  1541. SellWoodBox.TextColor3 = Color3.new(1, 1, 1)
  1542. SellWoodBox.TextSize = 14
  1543.  
  1544. -- Scripts
  1545.  
  1546. print("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -")
  1547. print("")
  1548. print("Thank You For Using The Syko LT2 GUI - Syko#2239")
  1549. print("")
  1550. print("Duping: Before Loading In Turn Base Dupe On - Load In And Take All Items To Dupe To Another Base - Whitelist Both People - Reload And Turn Base Dupe Off")
  1551. print("")
  1552. print("Grey Blueprints: Place All Blueprints To Turn Grey - Press GUI Button - Move And Cancel Blueprint - It Will Have Turned Grey")
  1553. print("")
  1554. print("God Axe: Only Works On Basic Hatchet, Otherwise You Will Die")
  1555. print("")
  1556. print("Pink Wire: Place Normal Wire - Press GUI Button - Move And Cancel Wire - ReJoin And Power It")
  1557. print("")
  1558. print("Pink Lights: Place Blue Icicle Lights - Press GUI Button - Move And Cancel Light - ReJoin And Power It")
  1559. print("")
  1560. print("TP Wood To Sawmill: Click Key When Hovering Over Sawmill - Cut Tree Into Separate Branches - Press Key On Each Piece - Consider Time To Process")
  1561. print("")
  1562. print("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -")
  1563. print("")
  1564. print("Credits")
  1565. print("")
  1566. print("LuckyMMB - B-Tools")
  1567. print("")
  1568. print("Austin K, V1peJames - TP To Sawmill")
  1569. print("")
  1570. print("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -")
  1571.  
  1572. -- Open / Close
  1573.  
  1574. Close.MouseButton1Click:Connect(function()
  1575. game.CoreGui.LumberTycoon2ReDesign:Destroy()
  1576. end)
  1577.  
  1578. Minimize.MouseButton1Click:Connect(function()
  1579. WaypointsFrame.Visible = false
  1580. PlayerFrame.Visible = false
  1581. BaseFrame.Visible = false
  1582. LocalFrame.Visible = false
  1583. TogglesFrame.Visible = false
  1584. ToolsFrame.Visible = false
  1585. ModifyFrame.Visible = false
  1586. TimesFrame.Visible = false
  1587. OtherFrame.Visible = false
  1588. WoodFrame.Visible = false
  1589.  
  1590. Waypoints.BackgroundColor3 = Color3.new(0, 0, 0)
  1591. PlrTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  1592. BaseTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  1593. LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  1594. Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
  1595. Tools.BackgroundColor3 = Color3.new(0, 0, 0)
  1596. MapModify.BackgroundColor3 = Color3.new(0, 0, 0)
  1597. Times.BackgroundColor3 = Color3.new(0, 0, 0)
  1598. Other.BackgroundColor3 = Color3.new(0, 0, 0)
  1599. WoodTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  1600. end)
  1601.  
  1602. Waypoints.MouseButton1Click:Connect(function()
  1603. if WaypointsFrame.Visible == false then
  1604. WaypointsFrame.Visible = true
  1605. Waypoints.BackgroundColor3 = Color3.new(0, 255, 0)
  1606. else
  1607. WaypointsFrame.Visible = false
  1608. Waypoints.BackgroundColor3 = Color3.new(0, 0, 0)
  1609. end
  1610. end)
  1611.  
  1612. PlrTeleports.MouseButton1Click:Connect(function()
  1613. if PlayerFrame.Visible == false then
  1614. PlayerFrame.Visible = true
  1615. PlrTeleports.BackgroundColor3 = Color3.new(0, 255, 0)
  1616. else
  1617. PlayerFrame.Visible = false
  1618. PlrTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  1619. end
  1620. end)
  1621.  
  1622. BaseTeleports.MouseButton1Click:Connect(function()
  1623. if BaseFrame.Visible == false then
  1624. BaseFrame.Visible = true
  1625. BaseTeleports.BackgroundColor3 = Color3.new(0, 255, 0)
  1626. else
  1627. BaseFrame.Visible = false
  1628. BaseTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
  1629. end
  1630. end)
  1631.  
  1632. LocalPlayer.MouseButton1Click:Connect(function()
  1633. if LocalFrame.Visible == false then
  1634. LocalFrame.Visible = true
  1635. LocalPlayer.BackgroundColor3 = Color3.new(0, 255, 0)
  1636. else
  1637. LocalFrame.Visible = false
  1638. LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  1639. end
  1640. end)
  1641.  
  1642. Toggles.MouseButton1Click:Connect(function()
  1643. if TogglesFrame.Visible == false then
  1644. TogglesFrame.Visible = true
  1645. Toggles.BackgroundColor3 = Color3.new(0, 255, 0)
  1646. else
  1647. TogglesFrame.Visible = false
  1648. Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
  1649. end
  1650. end)
  1651.  
  1652. Tools.MouseButton1Click:Connect(function()
  1653. if ToolsFrame.Visible == false then
  1654. ToolsFrame.Visible = true
  1655. Tools.BackgroundColor3 = Color3.new(0, 255, 0)
  1656. else
  1657. ToolsFrame.Visible = false
  1658. Tools.BackgroundColor3 = Color3.new(0, 0, 0)
  1659. end
  1660. end)
  1661.  
  1662. MapModify.MouseButton1Click:Connect(function()
  1663. if ModifyFrame.Visible == false then
  1664. ModifyFrame.Visible = true
  1665. MapModify.BackgroundColor3 = Color3.new(0, 255, 0)
  1666. else
  1667. ModifyFrame.Visible = false
  1668. MapModify.BackgroundColor3 = Color3.new(0, 0, 0)
  1669. end
  1670. end)
  1671.  
  1672. Times.MouseButton1Click:Connect(function()
  1673. if TimesFrame.Visible == false then
  1674. TimesFrame.Visible = true
  1675. Times.BackgroundColor3 = Color3.new(0, 255, 0)
  1676. else
  1677. TimesFrame.Visible = false
  1678. Times.BackgroundColor3 = Color3.new(0, 0, 0)
  1679. end
  1680. end)
  1681.  
  1682. Other.MouseButton1Click:Connect(function()
  1683. if OtherFrame.Visible == false then
  1684. OtherFrame.Visible = true
  1685. Other.BackgroundColor3 = Color3.new(0, 255, 0)
  1686. else
  1687. OtherFrame.Visible = false
  1688. Other.BackgroundColor3 = Color3.new(0, 0, 0)
  1689. end
  1690. end)
  1691.  
  1692. WoodTeleport.MouseButton1Click:Connect(function()
  1693. if WoodFrame.Visible == false then
  1694. WoodFrame.Visible = true
  1695. WoodTeleport.BackgroundColor3 = Color3.new(0, 255, 0)
  1696. else
  1697. WoodFrame.Visible = false
  1698. WoodTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
  1699. end
  1700. end)
  1701.  
  1702.  
  1703. -- Waypoints
  1704.  
  1705. local Points = {
  1706. ["WoodRUs"] = CFrame.new(265, 5, 57),
  1707. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  1708. ["LandStore"] = CFrame.new(258, 5, -99),
  1709. ["LinksLogic"] = CFrame.new(4607, 9, -798),
  1710. ["Cave"] = CFrame.new(3581, -177, 430),
  1711. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  1712. ["Swamp"] = CFrame.new(-1209, 138, -801),
  1713. ["PalmIsland"] = CFrame.new(2549, 5, -42),
  1714. ["FancyFurnishings"] = CFrame.new(491, 13, -1720),
  1715. ["BoxedCars"] = CFrame.new(509, 6, -1463),
  1716. ["FineArtsShop"] = CFrame.new(5207, -156, 719),
  1717. ["BobsShack"] = CFrame.new(260, 10, -2542),
  1718. ["Dock"] = CFrame.new(1114, 4, -197),
  1719. ["IslandDock"] = CFrame.new(4398, -2, 67),
  1720. ["Bridge"] = CFrame.new(113, 15, -977),
  1721. ["EndTimes"] = CFrame.new(113, -204, -951),
  1722. ["ShrineOfSight"] = CFrame.new(-1600, 205, 919),
  1723. ["TheDen"] = CFrame.new(323, 49, 1930),
  1724. ["SkiLodge"] = CFrame.new(1244, 66, 2306),
  1725. ["StrangeMan"] = CFrame.new(1061, 20, 1131),
  1726. ["LightHouse"] = CFrame.new(1467, 356, 3268),
  1727. ["Mountain"] = CFrame.new(1448, 413, 3185),
  1728. ["RiverTunnel"] = CFrame.new(-1106, -6, -894),
  1729. ["Orchard"] = CFrame.new(248, 62, 1217)
  1730. }
  1731.  
  1732. WoodRUs.MouseButton1Down:connect(function()
  1733. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1734. uTorso.CFrame = Points["WoodRUs"]
  1735. end)
  1736.  
  1737. Spawn.MouseButton1Down:connect(function()
  1738. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1739. uTorso.CFrame = Points["SpawnPoint"]
  1740. end)
  1741.  
  1742. LandStore.MouseButton1Down:connect(function()
  1743. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1744. uTorso.CFrame = Points["LandStore"]
  1745. end)
  1746.  
  1747. LinksLogic.MouseButton1Down:connect(function()
  1748. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1749. uTorso.CFrame = Points["LinksLogic"]
  1750. end)
  1751.  
  1752. Furnishings.MouseButton1Down:connect(function()
  1753. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1754. uTorso.CFrame = Points["FancyFurnishings"]
  1755. end)
  1756.  
  1757. BoxedCars.MouseButton1Down:connect(function()
  1758. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1759. uTorso.CFrame = Points["BoxedCars"]
  1760. end)
  1761.  
  1762. FineArts.MouseButton1Down:connect(function()
  1763. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1764. uTorso.CFrame = Points["FineArtsShop"]
  1765. end)
  1766.  
  1767. BobsShack.MouseButton1Down:connect(function()
  1768. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1769. uTorso.CFrame = Points["BobsShack"]
  1770. end)
  1771.  
  1772. Cave.MouseButton1Down:connect(function()
  1773. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1774. uTorso.CFrame = Points["Cave"]
  1775. end)
  1776.  
  1777. Volcano.MouseButton1Down:connect(function()
  1778. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1779. uTorso.CFrame = Points["Volcano"]
  1780. end)
  1781.  
  1782. Swamp.MouseButton1Down:connect(function()
  1783. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1784. uTorso.CFrame = Points["Swamp"]
  1785. end)
  1786.  
  1787. Palm.MouseButton1Down:connect(function()
  1788. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1789. uTorso.CFrame = Points["PalmIsland"]
  1790. end)
  1791.  
  1792. EndBiome.MouseButton1Down:connect(function()
  1793. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1794. uTorso.CFrame = Points["EndTimes"]
  1795. end)
  1796.  
  1797. Mountain.MouseButton1Down:connect(function()
  1798. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1799. uTorso.CFrame = Points["Mountain"]
  1800. end)
  1801.  
  1802. Tunnel.MouseButton1Down:connect(function()
  1803. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1804. uTorso.CFrame = Points["RiverTunnel"]
  1805. end)
  1806.  
  1807. Orchard.MouseButton1Down:connect(function()
  1808. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1809. uTorso.CFrame = Points["Orchard"]
  1810. end)
  1811.  
  1812. MainDock.MouseButton1Down:connect(function()
  1813. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1814. uTorso.CFrame = Points["Dock"]
  1815. end)
  1816.  
  1817. IslandDock.MouseButton1Down:connect(function()
  1818. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1819. uTorso.CFrame = Points["IslandDock"]
  1820. end)
  1821.  
  1822. Bridge.MouseButton1Down:connect(function()
  1823. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1824. uTorso.CFrame = Points["Bridge"]
  1825. end)
  1826.  
  1827. Shrine.MouseButton1Down:connect(function()
  1828. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1829. uTorso.CFrame = Points["ShrineOfSight"]
  1830. end)
  1831.  
  1832. Den.MouseButton1Down:connect(function()
  1833. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1834. uTorso.CFrame = Points["TheDen"]
  1835. end)
  1836.  
  1837. SkiLodge.MouseButton1Down:connect(function()
  1838. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1839. uTorso.CFrame = Points["SkiLodge"]
  1840. end)
  1841.  
  1842. StrangeMan.MouseButton1Down:connect(function()
  1843. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1844. uTorso.CFrame = Points["StrangeMan"]
  1845. end)
  1846.  
  1847. Lighthouse.MouseButton1Down:connect(function()
  1848. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1849. uTorso.CFrame = Points["LightHouse"]
  1850. end)
  1851.  
  1852. GreenBox.MouseButton1Down:connect(function()
  1853. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1854. uTorso.CFrame = workspace.Region_Volcano.VolcanoWin.CFrame + Vector3.new(0, 3, 0)
  1855. end)
  1856.  
  1857. FindSpook.MouseButton1Click:Connect(function()
  1858. for i, v in pairs(game.Workspace:GetChildren()) do
  1859. if v.Name == "TreeRegion" then
  1860. for j, k in ipairs(v:GetChildren()) do
  1861. FindSpook.Text = "Find Spook"
  1862. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" then
  1863. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1864. break
  1865. else
  1866. FindSpook.Text = "None Here"
  1867. wait(2)
  1868. FindSpook.Text = "Find Spook"
  1869. end
  1870. end
  1871. end
  1872. end
  1873. end)
  1874.  
  1875. FindSinister.MouseButton1Click:Connect(function()
  1876. for i, v in pairs(game.Workspace:GetChildren()) do
  1877. if v.Name == "TreeRegion" then
  1878. for j, k in ipairs(v:GetChildren()) do
  1879. FindSinister.Text = "Find Sinister"
  1880. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then
  1881. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1882. break
  1883. else
  1884. FindSinister.Text = "None Here"
  1885. wait(2)
  1886. FindSinister.Text = "Find Sinister"
  1887. end
  1888. end
  1889. end
  1890. end
  1891. end)
  1892.  
  1893. CustomLocationSet = false
  1894.  
  1895. function round(num, numDecimalPlaces)
  1896. local mult = 10^(numDecimalPlaces or 0)
  1897. return math.floor(num * mult + 0.5) / mult
  1898. end
  1899.  
  1900. SetPosition.MouseButton1Down:connect(function()
  1901. function round(num, numDecimalPlaces)
  1902. local mult = 10^(numDecimalPlaces or 0)
  1903. return math.floor(num * mult + 0.5) / mult
  1904. end
  1905. setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
  1906. setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
  1907. setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
  1908. print("New Custom Location Set: "..setlocationx..", "..setlocationy..", "..setlocationz)
  1909. PositionTitle.Text = setlocationx..","..setlocationy..","..setlocationz
  1910. CustomLocationSet = true
  1911. end)
  1912.  
  1913. GotoPosition.MouseButton1Down:connect(function()
  1914. if CustomLocationSet == true then
  1915. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1916. uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
  1917. end
  1918. end)
  1919.  
  1920. -- Duplication
  1921.  
  1922. Option = false
  1923.  
  1924. Dupe.MouseButton1Down:connect(function()
  1925. local plr = game:GetService("Players").LocalPlayer
  1926. local slot = plr.CurrentSaveSlot
  1927. if Option == false then
  1928. if slot.Value == -1 then
  1929. Option = true
  1930. slot.RobloxLocked = true
  1931. Dupe.BackgroundColor3 = Color3.new(0, 255, 0)
  1932. end
  1933. else
  1934. Option = false
  1935. slot.RobloxLocked = false
  1936. Dupe.BackgroundColor3 = Color3.new(0, 0, 0)
  1937. end
  1938. end)
  1939.  
  1940. -- NoClip
  1941.  
  1942. noclip = false
  1943.  
  1944. game:GetService('RunService').Stepped:connect(function()
  1945. if noclip then
  1946. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1947. end
  1948. end)
  1949.  
  1950. NoClip.MouseButton1Down:connect(function()
  1951. noclip = not noclip
  1952. if noclip then
  1953. NoClip.BackgroundColor3 = Color3.new(0, 255, 0)
  1954. else
  1955. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  1956. end
  1957. end)
  1958.  
  1959. -- Ctrl + Click TP
  1960.  
  1961. ClickTP.MouseButton1Down:connect(function()
  1962. ClickTP.BackgroundColor3 = Color3.new(0, 255, 0)
  1963. local Plr = game:GetService("Players").LocalPlayer
  1964. local Mouse = Plr:GetMouse()
  1965.  
  1966. Mouse.Button1Down:connect(function()
  1967. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
  1968. return
  1969. end
  1970. if not Mouse.Target then
  1971. return
  1972. end
  1973. Plr.Character:MoveTo(Mouse.Hit.p)
  1974. end)
  1975. end)
  1976.  
  1977. -- TP Tool
  1978.  
  1979. TPTool.MouseButton1Down:connect(function()
  1980. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1981. Tool.RequiresHandle = false
  1982. Tool.RobloxLocked = true
  1983. Tool.Name = "TP Tool"
  1984. Tool.ToolTip = "Teleport Tool"
  1985. Tool.Equipped:connect(function(Mouse)
  1986. Mouse.Button1Down:connect(function()
  1987. if Mouse.Target then
  1988. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1989. end
  1990. end)
  1991. end)
  1992. end)
  1993.  
  1994. -- Fly
  1995.  
  1996. flying = false
  1997. lplayer = game.Players.LocalPlayer
  1998. speedget = 1
  1999. speedfly = 1
  2000. Mouse = lplayer:GetMouse()
  2001.  
  2002. Fly.MouseButton1Click:Connect(function()
  2003. if flying == false then
  2004. Fly.BackgroundColor3 = Color3.new(0, 255, 0)
  2005.  
  2006. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  2007. repeat wait() until Mouse
  2008.  
  2009. local T = lplayer.Character.HumanoidRootPart
  2010. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2011. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2012. local SPEED = speedget
  2013.  
  2014. local function fly()
  2015. flying = true
  2016. local BG = Instance.new('BodyGyro', T)
  2017. local BV = Instance.new('BodyVelocity', T)
  2018. BG.P = 9e4
  2019. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2020. BG.cframe = T.CFrame
  2021. BV.velocity = Vector3.new(0, 0.1, 0)
  2022. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2023. spawn(function()
  2024. repeat wait()
  2025. lplayer.Character.Humanoid.PlatformStand = true
  2026. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2027. SPEED = 50
  2028. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2029. SPEED = 0
  2030. end
  2031. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2032. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2033. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2034. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2035. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2036. else
  2037. BV.velocity = Vector3.new(0, 0.1, 0)
  2038. end
  2039. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2040. until not flying
  2041. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2042. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2043. SPEED = 0
  2044. BG:destroy()
  2045. BV:destroy()
  2046. lplayer.Character.Humanoid.PlatformStand = false
  2047. end)
  2048. end
  2049. Mouse.KeyDown:connect(function(KEY)
  2050. if KEY:lower() == 'w' then
  2051. CONTROL.F = speedfly
  2052. elseif KEY:lower() == 's' then
  2053. CONTROL.B = -speedfly
  2054. elseif KEY:lower() == 'a' then
  2055. CONTROL.L = -speedfly
  2056. elseif KEY:lower() == 'd' then
  2057. CONTROL.R = speedfly
  2058. end
  2059. end)
  2060. Mouse.KeyUp:connect(function(KEY)
  2061. if KEY:lower() == 'w' then
  2062. CONTROL.F = 0
  2063. elseif KEY:lower() == 's' then
  2064. CONTROL.B = 0
  2065. elseif KEY:lower() == 'a' then
  2066. CONTROL.L = 0
  2067. elseif KEY:lower() == 'd' then
  2068. CONTROL.R = 0
  2069. end
  2070. end)
  2071. fly()
  2072. else
  2073. flying = false
  2074. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  2075. lplayer.Character.Humanoid.PlatformStand = false
  2076. end
  2077. end)
  2078.  
  2079. -- WS JP Grav
  2080.  
  2081. player = game.Players.LocalPlayer
  2082. Walk = 16
  2083. Jump = 50
  2084.  
  2085. Speed.MouseButton1Down:connect(function()
  2086. Walk = SpeedAmount.Text
  2087. end)
  2088.  
  2089. Height.MouseButton1Down:connect(function()
  2090. Jump = HeightAmount.Text
  2091. end)
  2092.  
  2093. player.Character.Humanoid.JumpPower = Jump
  2094. player.Character.Humanoid.WalkSpeed = Walk
  2095.  
  2096. player.Character.Humanoid.Changed:connect(function()
  2097. player.Character.Humanoid.JumpPower = Jump
  2098. player.Character.Humanoid.WalkSpeed = Walk
  2099. end)
  2100.  
  2101. Gravity.MouseButton1Click:Connect(function()
  2102. game:GetService("Workspace").Gravity = GravAmount.Text
  2103. end)
  2104.  
  2105. -- Pink Wire
  2106.  
  2107. PinkWire.MouseButton1Down:connect(function()
  2108. local pink = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
  2109. pink.Name = "Wire"
  2110.  
  2111. local wire = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  2112. wire:Destroy()
  2113. end)
  2114.  
  2115. -- Pink Lights
  2116.  
  2117. PinkLight.MouseButton1Down:connect(function()
  2118. local magenta = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
  2119. magenta.Name = "IcicleWireBlue"
  2120.  
  2121. local blue = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireBlue", true)
  2122. blue:Destroy()
  2123. end)
  2124.  
  2125. -- God Axe
  2126.  
  2127. GodAxe.MouseButton1Down:Connect(function()
  2128. GodAxe.BackgroundColor3 = Color3.new(0, 255, 0)
  2129. local Detect = coroutine.wrap(function()
  2130. Player = game.Players.LocalPlayer
  2131. mouse = Player:GetMouse()
  2132. mouse.Button1Down:connect(function()
  2133. MouseDown = true
  2134. end)
  2135. mouse.Button1Up:connect(function()
  2136. MouseDown = false
  2137. end)
  2138. end)
  2139. Detect()
  2140. Player = game.Players.LocalPlayer
  2141. mouse = Player:GetMouse()
  2142. game:GetService('RunService').RenderStepped:connect(function()
  2143. if Player.Character:FindFirstChild("Tool") then
  2144. if MouseDown == true then
  2145. if mouse.Target.Name == "WoodSection" then
  2146. local targetWood = mouse.Target
  2147. local Tool=Player.Character.Tool
  2148. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  2149. local ray = Ray.new(Player.Character.Head.Position, ((targetWood.CFrame * CFrame.new(0, Height - targetWood.Size.Y/2, 0)).p - Player.Character.Head.Position).unit * 200)
  2150. local part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  2151. local function fixVector(V)
  2152. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  2153. end
  2154. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  2155. if faceVector.Y ~= 0 then
  2156. return
  2157. end
  2158. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  2159. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  2160. local relativeLookVector = relativeCFrame.lookVector
  2161. local m = relativeLookVector.Y >= 0 and 1 or -1
  2162. if faceVector.X == 1 then
  2163. faceVector = Vector3.new(0, 0, -1) * m
  2164. elseif faceVector.X == -1 then
  2165. faceVector = Vector3.new(0, 0, 1) * m
  2166. elseif faceVector.Z == 1 then
  2167. faceVector = Vector3.new(1, 0, 0) * m
  2168. elseif faceVector.Z == -1 then
  2169. faceVector = Vector3.new(-1, 0, 0) * m
  2170. end
  2171. local cutEvent = targetWood.Parent.CutEvent
  2172. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(cutEvent, {sectionId = targetWood.ID.Value, faceVector = faceVector, height = Height, hitPoints = 0.2, cooldown = 0, cuttingClass = "Axe", tool = Player.Character.Tool})
  2173. end
  2174. end
  2175. end
  2176. end)
  2177. end)
  2178.  
  2179. -- Walking On Water
  2180.  
  2181. WaterCollide = "Nothing"
  2182.  
  2183. WaterWalk.MouseButton1Down:connect(function()
  2184. if WaterCollide == "Nothing" then
  2185. WaterCollide = "On"
  2186. WaterWalk.BackgroundColor3 = Color3.new(0, 255, 0)
  2187. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  2188. if v:IsA("Part") then
  2189. v.CanCollide = true
  2190. end
  2191. end
  2192. else
  2193. WaterCollide = "Nothing"
  2194. WaterWalk.BackgroundColor3 = Color3.new(0, 0, 0)
  2195. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  2196. if v:IsA("Part") then
  2197. v.CanCollide = false
  2198. end
  2199. end
  2200. end
  2201. end)
  2202.  
  2203. -- Leak Items
  2204.  
  2205. itemsleaked = false
  2206.  
  2207. LeakItems.MouseButton1Down:connect(function()
  2208. if itemsleaked == false then
  2209. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  2210. LeakItems.Text = "Leaked At Spawn"
  2211. itemsleaked = true
  2212. else
  2213. -- Do nothing
  2214. end
  2215. end)
  2216.  
  2217. -- Grey
  2218.  
  2219. GreyWood.MouseButton1Click:Connect(function()
  2220. for i,v in next,workspace.PlayerModels:GetChildren() do
  2221. if v:FindFirstChild("Type") then
  2222. if v.Type.Value == "Blueprint" then
  2223. v.Type.Value = "Structure"
  2224. end
  2225. end
  2226. end
  2227. end)
  2228.  
  2229. -- BTools
  2230.  
  2231. MDown = false
  2232.  
  2233. BTool = "Nothing"
  2234.  
  2235. Copy.MouseButton1Down:connect(function()
  2236. if BTool == "Copy" then
  2237. BTool = "Nothing"
  2238. Copy.BackgroundColor3 = Color3.new(0 ,0, 0)
  2239. else
  2240. BTool = "Copy"
  2241. Copy.BackgroundColor3 = Color3.new(0, 255, 0)
  2242. Delete.BackgroundColor3 = Color3.new(0, 0, 0)
  2243. Move.BackgroundColor3 = Color3.new(0, 0, 0)
  2244. end
  2245. end)
  2246.  
  2247. Delete.MouseButton1Down:connect(function()
  2248. if BTool == "Delete" then
  2249. BTool = "Nothing"
  2250. Delete.BackgroundColor3 = Color3.new(0, 0, 0)
  2251. else
  2252. BTool = "Delete"
  2253. Delete.BackgroundColor3 = Color3.new(0, 255, 0)
  2254. Copy.BackgroundColor3 = Color3.new(0, 0, 0)
  2255. Move.BackgroundColor3 = Color3.new(0, 0, 0)
  2256. end
  2257. end)
  2258.  
  2259. Move.MouseButton1Down:connect(function()
  2260. if BTool == "Move" then
  2261. BTool = "Nothing"
  2262. Move.BackgroundColor3 = Color3.new(0, 0, 0)
  2263. else
  2264. BTool = "Move"
  2265. Move.BackgroundColor3 = Color3.new(0, 255, 0)
  2266. Copy.BackgroundColor3 = Color3.new(0, 0, 0)
  2267. Delete.BackgroundColor3 = Color3.new(0, 0, 0)
  2268. end
  2269. end)
  2270.  
  2271. Mouse.Button1Up:connect(function()
  2272. MDown = false
  2273. end)
  2274.  
  2275. Mouse.Button1Down:connect(function()
  2276. MDown = true
  2277. if BTool == "Copy" then
  2278. if Mouse.Target ~= nil then
  2279. Clone = Mouse.Target:clone()
  2280. Clone.Parent = game.Workspace
  2281. end
  2282. end
  2283. if BTool == "Delete" then
  2284. if Mouse.Target ~= nil then
  2285. Mouse.Target:remove()
  2286. end
  2287. end
  2288. if BTool == "Move" then
  2289. if Mouse.Target ~= nil then
  2290. MoveObject = Mouse.Target
  2291. end
  2292. end
  2293. wait()
  2294. if Clone ~= nil then
  2295. Clone.CanCollide = false
  2296. repeat
  2297. wait()
  2298. SubX = Clone.Size.X/2
  2299. SubY = Clone.Size.Y/2
  2300. SubZ = Clone.Size.Z/2
  2301. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  2302. until MDown == false
  2303. Clone.CanCollide = true
  2304. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  2305. Clone = nil
  2306. end
  2307. if MoveObject ~= nil then
  2308. MoveObject.CanCollide = false
  2309. repeat
  2310. wait()
  2311. SubX = MoveObject.Size.X/2
  2312. SubY = MoveObject.Size.Y/2
  2313. SubZ = MoveObject.Size.Z/2
  2314. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  2315. until MDown == false
  2316. MoveObject.CanCollide = true
  2317. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  2318. MoveObject= nil
  2319. end
  2320. end)
  2321.  
  2322. -- Blueprint Filling Tools
  2323.  
  2324. BlueprintTools.MouseButton1Click:Connect(function()
  2325. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2326. tool.RequiresHandle = false
  2327. tool.Name = "Birch"
  2328. tool.ToolTip = "Changes Blueprint To Birch"
  2329. tool.Equipped:connect(function(Mouse)
  2330. Mouse.Button1Down:connect(function()
  2331. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2332. local Cframe
  2333. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2334. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2335. else
  2336. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2337. end
  2338. if Mouse.Target.Parent ~= nil then
  2339. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Birch", Mouse.Target.Parent, false)
  2340. else
  2341. --do nothing
  2342. end
  2343. end
  2344. end)
  2345. end)
  2346.  
  2347. local tool2 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2348. tool2.RequiresHandle = false
  2349. tool2.Name = "Blue"
  2350. tool2.ToolTip = "Changes Blueprint To Blue"
  2351. tool2.Equipped:connect(function(Mouse)
  2352. Mouse.Button1Down:connect(function()
  2353. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2354. local Cframe
  2355. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2356. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2357. else
  2358. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2359. end
  2360. if Mouse.Target.Parent ~= nil then
  2361. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "CaveCrawler", Mouse.Target.Parent, false)
  2362. else
  2363. --do nothing
  2364. end
  2365. end
  2366. end)
  2367. end)
  2368.  
  2369. local tool3 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2370. tool3.RequiresHandle = false
  2371. tool3.Name = "Cherry"
  2372. tool3.ToolTip = "Changes Blueprint To Cherry"
  2373. tool3.Equipped:connect(function(Mouse)
  2374. Mouse.Button1Down:connect(function()
  2375. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2376. local Cframe
  2377. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2378. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2379. else
  2380. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2381. end
  2382. if Mouse.Target.Parent ~= nil then
  2383. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Cherry", Mouse.Target.Parent, false)
  2384. else
  2385. --do nothing
  2386. end
  2387. end
  2388. end)
  2389. end)
  2390.  
  2391. local tool4 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2392. tool4.RequiresHandle = false
  2393. tool4.Name = "Fir"
  2394. tool4.ToolTip = "Changes Blueprint To Fir"
  2395. tool4.Equipped:connect(function(Mouse)
  2396. Mouse.Button1Down:connect(function()
  2397. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2398. local Cframe
  2399. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2400. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2401. else
  2402. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2403. end
  2404. if Mouse.Target.Parent ~= nil then
  2405. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Fir", Mouse.Target.Parent, false)
  2406. else
  2407. --do nothing
  2408. end
  2409. end
  2410. end)
  2411. end)
  2412.  
  2413. local tool5 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2414. tool5.RequiresHandle = false
  2415. tool5.Name = "Oak"
  2416. tool5.ToolTip = "Changes Blueprint To Oak"
  2417. tool5.Equipped:connect(function(Mouse)
  2418. Mouse.Button1Down:connect(function()
  2419. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2420. local Cframe
  2421. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2422. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2423. else
  2424. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2425. end
  2426. if Mouse.Target.Parent ~= nil then
  2427. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Generic", Mouse.Target.Parent, false)
  2428. else
  2429. --do nothing
  2430. end
  2431. end
  2432. end)
  2433. end)
  2434.  
  2435. local tool6 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2436. tool6.RequiresHandle = false
  2437. tool6.Name = "Pink!"
  2438. tool6.ToolTip = "Changes Blueprint To Pink"
  2439. tool6.Equipped:connect(function(Mouse)
  2440. Mouse.Button1Down:connect(function()
  2441. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2442. local Cframe
  2443. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2444. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2445. else
  2446. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2447. end
  2448. if Mouse.Target.Parent ~= nil then
  2449. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "GenericSpecial", Mouse.Target.Parent, false)
  2450. else
  2451. --do nothing
  2452. end
  2453. end
  2454. end)
  2455. end)
  2456.  
  2457. local tool7 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2458. tool7.RequiresHandle = false
  2459. tool7.Name = "Gold"
  2460. tool7.ToolTip = "Changes Blueprint To Gold"
  2461. tool7.Equipped:connect(function(Mouse)
  2462. Mouse.Button1Down:connect(function()
  2463. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2464. local Cframe
  2465. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2466. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2467. else
  2468. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2469. end
  2470. if Mouse.Target.Parent ~= nil then
  2471. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "GoldSwampy", Mouse.Target.Parent, false)
  2472. else
  2473. --do nothing
  2474. end
  2475. end
  2476. end)
  2477. end)
  2478.  
  2479. local tool8 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2480. tool8.RequiresHandle = false
  2481. tool8.Name = "Green"
  2482. tool8.ToolTip = "Changes Blueprint To Green"
  2483. tool8.Equipped:connect(function(Mouse)
  2484. Mouse.Button1Down:connect(function()
  2485. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2486. local Cframe
  2487. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2488. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2489. else
  2490. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2491. end
  2492. if Mouse.Target.Parent ~= nil then
  2493. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "GreenSwampy", Mouse.Target.Parent, false)
  2494. else
  2495. --do nothing
  2496. end
  2497. end
  2498. end)
  2499. end)
  2500.  
  2501. local tool9 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2502. tool9.RequiresHandle = false
  2503. tool9.Name = "Koa"
  2504. tool9.ToolTip = "Changes Blueprint To Koa"
  2505. tool9.Equipped:connect(function(Mouse)
  2506. Mouse.Button1Down:connect(function()
  2507. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2508. local Cframe
  2509. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2510. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2511. else
  2512. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2513. end
  2514. if Mouse.Target.Parent ~= nil then
  2515. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Koa", Mouse.Target.Parent, false)
  2516. else
  2517. --do nothing
  2518. end
  2519. end
  2520. end)
  2521. end)
  2522.  
  2523. local tool10 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2524. tool10.RequiresHandle = false
  2525. tool10.Name = "End Times"
  2526. tool10.ToolTip = "Changes Blueprint To End Times"
  2527. tool10.Equipped:connect(function(Mouse)
  2528. Mouse.Button1Down:connect(function()
  2529. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2530. local Cframe
  2531. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2532. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2533. else
  2534. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2535. end
  2536. if Mouse.Target.Parent ~= nil then
  2537. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "LoneCave", Mouse.Target.Parent, false)
  2538. else
  2539. --do nothing
  2540. end
  2541. end
  2542. end)
  2543. end)
  2544.  
  2545. local tool11 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2546. tool11.RequiresHandle = false
  2547. tool11.Name = "Elm"
  2548. tool11.ToolTip = "Changes Blueprint To Elm"
  2549. tool11.Equipped:connect(function(Mouse)
  2550. Mouse.Button1Down:connect(function()
  2551. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2552. local Cframe
  2553. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2554. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2555. else
  2556. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2557. end
  2558. if Mouse.Target.Parent ~= nil then
  2559. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Oak", Mouse.Target.Parent, false)
  2560. else -- Ikr elm is called oak in the game code wtf
  2561. --do nothing
  2562. end
  2563. end
  2564. end)
  2565. end)
  2566.  
  2567. local tool12 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2568. tool12.RequiresHandle = false
  2569. tool12.Name = "Palm"
  2570. tool12.ToolTip = "Changes Blueprint To Palm"
  2571. tool12.Equipped:connect(function(Mouse)
  2572. Mouse.Button1Down:connect(function()
  2573. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2574. local Cframe
  2575. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2576. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2577. else
  2578. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2579. end
  2580. if Mouse.Target.Parent ~= nil then
  2581. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Palm", Mouse.Target.Parent, false)
  2582. else
  2583. --do nothing
  2584. end
  2585. end
  2586. end)
  2587. end)
  2588.  
  2589. local tool13 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2590. tool13.RequiresHandle = false
  2591. tool13.Name = "Pine"
  2592. tool13.ToolTip = "Changes Blueprint To Pine"
  2593. tool13.Equipped:connect(function(Mouse)
  2594. Mouse.Button1Down:connect(function()
  2595. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2596. local Cframe
  2597. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2598. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2599. else
  2600. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2601. end
  2602. if Mouse.Target.Parent ~= nil then
  2603. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Pine", Mouse.Target.Parent, false)
  2604. else
  2605. --do nothing
  2606. end
  2607. end
  2608. end)
  2609. end)
  2610.  
  2611. local tool14 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2612. tool14.RequiresHandle = false
  2613. tool14.Name = "Yellow"
  2614. tool14.ToolTip = "Changes Blueprint To Yellow"
  2615. tool14.Equipped:connect(function(Mouse)
  2616. Mouse.Button1Down:connect(function()
  2617. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2618. local Cframe
  2619. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2620. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2621. else
  2622. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2623. end
  2624. if Mouse.Target.Parent ~= nil then
  2625. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "SnowGlow", Mouse.Target.Parent, false)
  2626. else
  2627. --do nothing
  2628. end
  2629. end
  2630. end)
  2631. end)
  2632.  
  2633. local tool15 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2634. tool15.RequiresHandle = false
  2635. tool15.Name = "Spook"
  2636. tool15.ToolTip = "Changes Blueprint To Spook"
  2637. tool15.Equipped:connect(function(Mouse)
  2638. Mouse.Button1Down:connect(function()
  2639. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2640. local Cframe
  2641. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2642. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2643. else
  2644. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2645. end
  2646. if Mouse.Target.Parent ~= nil then
  2647. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Spooky", Mouse.Target.Parent, false)
  2648. else
  2649. --do nothing
  2650. end
  2651. end
  2652. end)
  2653. end)
  2654.  
  2655. local tool16 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2656. tool16.RequiresHandle = false
  2657. tool16.Name = "Sinister"
  2658. tool16.ToolTip = "Changes Blueprint To Sinister"
  2659. tool16.Equipped:connect(function(Mouse)
  2660. Mouse.Button1Down:connect(function()
  2661. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2662. local Cframe
  2663. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2664. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2665. else
  2666. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2667. end
  2668. if Mouse.Target.Parent ~= nil then
  2669. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "SpookyNeon", Mouse.Target.Parent, false)
  2670. else
  2671. --do nothing
  2672. end
  2673. end
  2674. end)
  2675. end)
  2676.  
  2677. local tool17 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2678. tool17.RequiresHandle = false
  2679. tool17.Name = "Lava"
  2680. tool17.ToolTip = "Changes Blueprint To Lava"
  2681. tool17.Equipped:connect(function(Mouse)
  2682. Mouse.Button1Down:connect(function()
  2683. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2684. local Cframe
  2685. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2686. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2687. else
  2688. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2689. end
  2690. if Mouse.Target.Parent ~= nil then
  2691. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Volcano", Mouse.Target.Parent, false)
  2692. else
  2693. --do nothing
  2694. end
  2695. end
  2696. end)
  2697. end)
  2698.  
  2699. local tool18 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2700. tool18.RequiresHandle = false
  2701. tool18.Name = "Walnut"
  2702. tool18.ToolTip = "Changes Blueprint To Walnut"
  2703. tool18.Equipped:connect(function(Mouse)
  2704. Mouse.Button1Down:connect(function()
  2705. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2706. local Cframe
  2707. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2708. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2709. else
  2710. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2711. end
  2712. if Mouse.Target.Parent ~= nil then
  2713. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Walnut", Mouse.Target.Parent, false)
  2714. else
  2715. --do nothing
  2716. end
  2717. end
  2718. end)
  2719. end)
  2720.  
  2721. local tool19 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2722. tool19.RequiresHandle = false
  2723. tool19.Name = "Ice"
  2724. tool19.ToolTip = "Changes Blueprint To Ice"
  2725. tool19.Equipped:connect(function(Mouse)
  2726. Mouse.Button1Down:connect(function()
  2727. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2728. local Cframe
  2729. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2730. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2731. else
  2732. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2733. end
  2734. if Mouse.Target.Parent ~= nil then
  2735. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Frost", Mouse.Target.Parent, false)
  2736. else
  2737. --do nothing
  2738. end
  2739. end
  2740. end)
  2741. end)
  2742.  
  2743. local tool20 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2744. tool20.RequiresHandle = false
  2745. tool20.Name = "Remover"
  2746. tool20.ToolTip = "Changes Blueprint To nil"
  2747. tool20.Equipped:connect(function(Mouse)
  2748. Mouse.Button1Down:connect(function()
  2749. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2750. local Cframe
  2751. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2752. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2753. else
  2754. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2755. end
  2756. if Mouse.Target.Parent ~= nil then
  2757. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, nil, Mouse.Target.Parent, false)
  2758. else
  2759. --do nothing
  2760. end
  2761. end
  2762. end)
  2763. end)
  2764. end)
  2765.  
  2766. -- Map Modification
  2767.  
  2768. GoldBridge.MouseButton1Click:Connect(function()
  2769. for i = 1, 2 do
  2770. local bridge = Instance.new("Part", workspace)
  2771. bridge.Name = "Lol We Made Our Own Fuck Your Shitty Broken Dynamite Slab"
  2772. bridge.Position = Vector3.new(-1331.086, 293.25, 645.301)
  2773. bridge.Size = Vector3.new(185, 0.1, 60)
  2774. bridge.Orientation = Vector3.new(0, -75, 0)
  2775. bridge.BrickColor = BrickColor.Random()
  2776. wait(0.5)
  2777. bridge.Anchored = true
  2778. end
  2779. end)
  2780.  
  2781. SafariBridge.MouseButton1Click:Connect(function()
  2782. for i = 1, 2 do
  2783. local bridge1 = Instance.new("Part", workspace)
  2784. bridge1.Name = "Lol We Made Our Own Fuck Your ?100"
  2785. bridge1.Position = Vector3.new(174.511, 1.049, -882.842)
  2786. bridge1.Size = Vector3.new(60, 0.1, 350)
  2787. bridge1.BrickColor = BrickColor.Random()
  2788. wait(0.5)
  2789. bridge1.Anchored = true
  2790.  
  2791. local bridge2 = Instance.new("Part", workspace)
  2792. bridge2.Name = "Lol We Made Our Own Fuck Your ?100 Again"
  2793. bridge2.Position = Vector3.new(49.602, 1.049, -882.842)
  2794. bridge2.Size = Vector3.new(60, 0.1, 350)
  2795. bridge2.BrickColor = BrickColor.Random()
  2796. wait(0.5)
  2797. bridge2.Anchored = true
  2798. end
  2799. end)
  2800.  
  2801. YellowBridge.MouseButton1Click:Connect(function()
  2802. for i = 1, 2 do
  2803. local yellow = Instance.new("Part", workspace)
  2804. yellow.Name = "Lol Truck There Easy"
  2805. yellow.Position = Vector3.new(-544.155, -12, -392.256)
  2806. yellow.Size = Vector3.new(1259.54, 1, 1460.09)
  2807. yellow.BrickColor = BrickColor.Random()
  2808. yellow.Anchored = true
  2809.  
  2810. local ramp1 = Instance.new("WedgePart", workspace)
  2811. ramp1.Name = "K Truck's Goin' There"
  2812. ramp1.Position = Vector3.new(7.57, -5.795, -732.616)
  2813. ramp1.Size = Vector3.new(156.07, 11.41, 26.39)
  2814. ramp1.BrickColor = BrickColor.Random()
  2815. ramp1.Anchored = true
  2816.  
  2817. local ramp2 = Instance.new("WedgePart", workspace)
  2818. ramp2.Name = "Don't Need Ur Ferry"
  2819. ramp2.Orientation = Vector3.new(0, -180, 0)
  2820. ramp2.Position = Vector3.new(5.935, -5.77, -1023.841)
  2821. ramp2.Size = Vector3.new(159.24, 11.46, 42.7)
  2822. ramp2.BrickColor = BrickColor.Random()
  2823. ramp2.Anchored = true
  2824. end
  2825. end)
  2826.  
  2827. PalmBridge.MouseButton1Click:Connect(function()
  2828. for i = 1, 2 do
  2829. local palm1 = Instance.new("WedgePart", workspace)
  2830. palm1.Name = "K Truck's Goin' There"
  2831. palm1.Orientation = Vector3.new(0, -92, 0)
  2832. palm1.Position = Vector3.new(1791.172, -4.626, -45.738)
  2833. palm1.Size = Vector3.new(50, 9.21, 1462.76)
  2834. palm1.BrickColor = BrickColor.Random()
  2835. palm1.Anchored = true
  2836.  
  2837. local palm2 = Instance.new("WedgePart", workspace)
  2838. palm2.Name = "Don't Need Ur Ferry"
  2839. palm2.Orientation = Vector3.new(0, 90, 0)
  2840. palm2.Position = Vector3.new(3619.512, -5.361, -44.113)
  2841. palm2.Size = Vector3.new(50, 7.74, 1887.52)
  2842. palm2.BrickColor = BrickColor.Random()
  2843. palm2.Anchored = true
  2844. end
  2845. end)
  2846.  
  2847. ShrineDoors.MouseButton1Click:Connect(function()
  2848. workspace.Region_Mountainside.BoulderRegen.Boulder:Destroy()
  2849. workspace.Region_Mountainside.Door.Door:Destroy()
  2850. end)
  2851.  
  2852. IceBoulders.MouseButton1Click:Connect(function()
  2853. local remove = true
  2854.  
  2855. local boulders = workspace.Region_Snow:FindFirstChild("PartSpawner")
  2856.  
  2857. while remove == true do
  2858. for i, v in pairs(boulders:GetChildren()) do
  2859. v:Destroy()
  2860. end
  2861. wait(60)
  2862. end
  2863. end)
  2864.  
  2865. LavaBoulders.MouseButton1Click:Connect(function()
  2866. local destroy = true
  2867.  
  2868. local boulders = workspace.Region_Volcano:FindFirstChild("PartSpawner")
  2869.  
  2870. while destroy == true do
  2871. for i, v in pairs(boulders:GetChildren()) do
  2872. v:Destroy()
  2873. end
  2874. wait(2)
  2875. end
  2876. end)
  2877.  
  2878. MazeWalls.MouseButton1Click:Connect(function()
  2879. local blockades = workspace.Region_MazeCave.Blockade
  2880.  
  2881. for i, v in pairs(blockades:GetChildren()) do
  2882. v:Destroy()
  2883. end
  2884.  
  2885. local walls = workspace.Region_MazeCave
  2886.  
  2887. for i,v in pairs(walls:GetChildren()) do
  2888. if v.Name == "Slate" then
  2889. v:Destroy()
  2890. end
  2891. end
  2892.  
  2893. for i = 1, 2 do
  2894. local mazefloor = Instance.new("Part", workspace)
  2895. mazefloor.Name = "Lol Dont Need Ur Walls"
  2896. mazefloor.Position = Vector3.new(4423.4, -179.6, 640.7)
  2897. mazefloor.Size = Vector3.new(1573, 20.8, 999.6)
  2898. mazefloor.BrickColor = BrickColor.Random()
  2899. mazefloor.Anchored = true
  2900.  
  2901. local path1 = Instance.new("Part", workspace)
  2902. path1.Name = "Lol Dont Need Ur Walls"
  2903. path1.Orientation = Vector3.new(0, -147.19, -0.25)
  2904. path1.Position = Vector3.new(5287.3, -73.577, 648.839)
  2905. path1.Size = Vector3.new(134.04, 1, 88.58)
  2906. path1.BrickColor = BrickColor.Random()
  2907. path1.Anchored = true
  2908.  
  2909. local path2 = Instance.new("Part", workspace)
  2910. path2.Name = "Lol Dont Need Ur Walls"
  2911. path2.Orientation = Vector3.new(0, -30, 0)
  2912. path2.Position = Vector3.new(5063.885, -99.452, 826.928)
  2913. path2.Size = Vector3.new(78.15, 1, 213.07)
  2914. path2.BrickColor = BrickColor.Random()
  2915. path2.Anchored = true
  2916. end
  2917. end)
  2918.  
  2919. -- Player and Base Teleporting
  2920.  
  2921. local service = setmetatable({}, {
  2922. __index = function(t, k)
  2923. return game:GetService(k)
  2924. end
  2925. })
  2926.  
  2927. function Create(cls,props)
  2928. local inst = Instance.new(cls)
  2929. for i,v in pairs(props) do
  2930. inst[i] = v
  2931. end
  2932. return inst
  2933. end
  2934.  
  2935. -- Player
  2936.  
  2937. local numbbb=0
  2938. for i,v in pairs(service.Players:GetPlayers()) do
  2939. if v.Character then
  2940. local button = Create("TextButton",{Parent=PlayerFrame,Text=v.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbbb+1)))})
  2941. button.BackgroundColor3 = Color3.new(0, 0, 0)
  2942. button.BackgroundTransparency = 0.7
  2943. button.TextColor3 = Color3.new(255, 255, 255)
  2944. button.Font = Enum.Font.Fantasy
  2945. button.TextSize = 10
  2946. numbbb=numbbb+1
  2947. button.MouseButton1Click:Connect(function()
  2948. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
  2949. end)
  2950. end
  2951. end
  2952. service.Players.PlayerAdded:Connect(function()
  2953. numbbb=0
  2954. for i,v in pairs (PlayerFrame:GetChildren()) do
  2955. if v.Name ~= "PlayerTitle" then
  2956. v:Destroy()
  2957. end
  2958. end
  2959. for i,v in pairs(service.Players:GetPlayers()) do
  2960. while not v.Character do wait() end
  2961. if v.Character then
  2962. local button = Create("TextButton",{Parent=PlayerFrame,Text=v.Name,Size=UDim2.new(0, 90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbbb+1)))})
  2963. button.BackgroundColor3 = Color3.new(0, 0, 0)
  2964. button.BackgroundTransparency = 0.7
  2965. button.TextColor3 = Color3.new(255, 255, 255)
  2966. button.Font = Enum.Font.Fantasy
  2967. button.TextSize = 10
  2968. numbbb=numbbb+1
  2969. button.MouseButton1Click:Connect(function()
  2970. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
  2971. end)
  2972. end
  2973. end
  2974. numbbb=0
  2975. end)
  2976. service.Players.PlayerRemoving:Connect(function()
  2977. numbbb=0
  2978. for i,v in pairs (PlayerFrame:GetChildren()) do
  2979. if v.Name ~= "PlayerTitle" then
  2980. v:Destroy()
  2981. end
  2982. end
  2983. for i,v in pairs(service.Players:GetPlayers()) do
  2984. if v.Character then
  2985. local button = Create("TextButton",{Parent=PlayerFrame,Text=v.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbbb+1)))})
  2986. button.BackgroundColor3 = Color3.new(0, 0, 0)
  2987. button.BackgroundTransparency = 0.7
  2988. button.TextColor3 = Color3.new(255, 255, 255)
  2989. button.Font = Enum.Font.Fantasy
  2990. button.TextSize = 10
  2991. numbbb=numbbb+1
  2992. button.MouseButton1Click:Connect(function()
  2993. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
  2994. end)
  2995. end
  2996. end
  2997. numbbb=0
  2998. end)
  2999.  
  3000. -- Base
  3001.  
  3002. local numbb=0
  3003. for i,v in pairs(service.Workspace.Properties:GetChildren()) do
  3004. if v.Owner and v.Owner.Value then
  3005. local button = Create("TextButton",{Parent=BaseFrame,Text=v.Owner.Value.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbb+1)))})
  3006. button.BackgroundColor3 = Color3.new(0, 0, 0)
  3007. button.BackgroundTransparency = 0.7
  3008. button.TextColor3 = Color3.new(255, 255, 255)
  3009. button.Font = Enum.Font.Fantasy
  3010. button.TextSize = 10
  3011. numbb=numbb+1
  3012. button.MouseButton1Click:Connect(function()
  3013. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0))
  3014. end)
  3015. end
  3016. v.Owner.Changed:Connect(function()
  3017. numbb=0
  3018. for i,v in pairs (BaseFrame:GetChildren()) do
  3019. if v.Name ~= "BaseTitle" then
  3020. v:Destroy()
  3021. end
  3022. end
  3023. for i,v in pairs(service.Workspace.Properties:GetChildren()) do
  3024. if v.Owner and v.Owner.Value then
  3025. local button = Create("TextButton",{Parent=BaseFrame,Text=v.Owner.Value.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbb+1)))})
  3026. button.BackgroundColor3 = Color3.new(0, 0, 0)
  3027. button.BackgroundTransparency = 0.7
  3028. button.TextColor3 = Color3.new(255, 255, 255)
  3029. button.Font = Enum.Font.Fantasy
  3030. button.TextSize = 10
  3031. numbb=numbb+1
  3032. button.MouseButton1Click:Connect(function()
  3033. service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0))
  3034. end)
  3035. end
  3036. end
  3037. numbb=0
  3038. end)
  3039. end
  3040.  
  3041. -- Time
  3042.  
  3043. spawn(function()
  3044. while true do
  3045. TimeNowTitle.Text = "-- Current Time: " .. game.Lighting.TimeOfDay .. " --"
  3046. wait(1)
  3047. end
  3048. end)
  3049.  
  3050. spawn(function()
  3051. while true do
  3052. if game.Lighting.TimeOfDay > "07:00:00" and game.Lighting.TimeOfDay < "21:00:00" then
  3053. FOpenTitle.Text = "Open"
  3054. FOpenTitle.TextColor3 = Color3.new(0, 255, 0)
  3055. LOpenTitle.Text = "Open"
  3056. LOpenTitle.TextColor3 = Color3.new(0, 255, 0)
  3057. else
  3058. FOpenTitle.Text = "Closed"
  3059. FOpenTitle.TextColor3 = Color3.new(255, 0, 0)
  3060. LOpenTitle.Text = "Closed"
  3061. LOpenTitle.TextColor3 = Color3.new(255, 0, 0)
  3062. end
  3063. wait(1)
  3064. end
  3065. end)
  3066.  
  3067. spawn(function()
  3068. while true do
  3069. if game.Lighting.TimeOfDay > "09:50:00" and game.Lighting.TimeOfDay < "19:30:00" then
  3070. COpenTitle.Text = "Open"
  3071. COpenTitle.TextColor3 = Color3.new(0, 255, 0)
  3072. else
  3073. COpenTitle.Text = "Closed"
  3074. COpenTitle.TextColor3 = Color3.new(255, 0, 0)
  3075. end
  3076. wait(1)
  3077. end
  3078. end)
  3079.  
  3080. -- Wood Teleports
  3081.  
  3082. sawmillkey = "q"
  3083. tptosawmillkey = "e"
  3084. sellkey = "r"
  3085.  
  3086. SetSawmillKey.MouseButton1Click:Connect(function()
  3087. sawmillkey = SetSawBox.Text
  3088. end)
  3089.  
  3090. SetSawTPKey.MouseButton1Click:Connect(function()
  3091. tptosawmillkey = SawTPBox.Text
  3092. end)
  3093.  
  3094. SetSellTPKey.MouseButton1Click:Connect(function()
  3095. sellkey = SellWoodBox.Text
  3096. end)
  3097.  
  3098. Mouse = game.Players.LocalPlayer:GetMouse()
  3099.  
  3100. Treee = nil
  3101.  
  3102. Mouse.KeyDown:connect(function(key)
  3103. if key:lower() == tptosawmillkey then
  3104. Treee = Mouse.Target
  3105. end
  3106. if Treee ~= nil then
  3107. Mod(Treee)
  3108. end
  3109. end)
  3110.  
  3111. Mouse.KeyDown:connect(function(key)
  3112. if key:lower() == sawmillkey then
  3113. if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then
  3114. Sawmill = Mouse.Target.Parent
  3115. else
  3116. Sawmill = Mouse.Target.Parent.Parent
  3117. end
  3118. if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then
  3119. SawmillC = true
  3120. SawmillSetTitle.Text = "Selected"
  3121. SawmillSetTitle.TextColor3 = Color3.new(0, 255, 0)
  3122. else
  3123. SawmillC = false
  3124. print"Something went wrong while setting the sawmill!"
  3125. end
  3126. end
  3127. end)
  3128.  
  3129. function Mod(SelectedPart)
  3130. if SawmillC ~= true then
  3131. print'Set the sawmill with "P"!'
  3132. return
  3133. end
  3134. if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
  3135. local Tree = SelectedPart.Parent
  3136. Tree.PrimaryPart = SelectedPart
  3137. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
  3138. Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame)
  3139. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
  3140. end
  3141. end
  3142.  
  3143. Wood = nil
  3144.  
  3145. Mouse.KeyDown:connect(function(key)
  3146. if key:lower() == sellkey then
  3147. Wood = Mouse.Target
  3148. end
  3149. if Wood ~= nil then
  3150. Teleport(Wood)
  3151. print("Choose A Tree")
  3152. end
  3153. end)
  3154.  
  3155. function Teleport(SelectedPart)
  3156. if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
  3157. local Tree = SelectedPart.Parent
  3158. Tree.PrimaryPart = SelectedPart
  3159. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
  3160. Tree:SetPrimaryPartCFrame(CFrame.new(315, 0, 87))
  3161. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
  3162. end
  3163. end
Advertisement
Add Comment
Please, Sign In to add comment