Guest_666_hacks

lumber tycoon 2 dupe

Sep 9th, 2019
593
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.84 KB | None | 0 0
  1. -- Objects
  2.  
  3. local LT2 = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local SellPlanks = Instance.new("TextButton")
  6. local TpBoxes = Instance.new("TextButton")
  7. local Waypoints = Instance.new("TextButton")
  8. local SellWood = Instance.new("TextButton")
  9. local Greywood = Instance.new("TextButton")
  10. local Duper = Instance.new("TextButton")
  11. local Minimize = Instance.new("TextButton")
  12. local WalkText = Instance.new("TextBox")
  13. local JumpText = Instance.new("TextBox")
  14. local MenuFrame = Instance.new("Frame")
  15. local WaypointFrame = Instance.new("Frame")
  16. local WaypointList = Instance.new("ScrollingFrame")
  17. local BoxedCars = Instance.new("TextButton")
  18. local Cave = Instance.new("TextButton")
  19. local Volcano = Instance.new("TextButton")
  20. local BobsShack = Instance.new("TextButton")
  21. local FancyFurnishings = Instance.new("TextButton")
  22. local LandStore = Instance.new("TextButton")
  23. local FineArtsShop = Instance.new("TextButton")
  24. local PalmIsland = Instance.new("TextButton")
  25. local Swamp = Instance.new("TextButton")
  26. local SpawnPoint = Instance.new("TextButton")
  27. local WoodRUs = Instance.new("TextButton")
  28. local LinksLogic = Instance.new("TextButton")
  29. local PlotTp = Instance.new("TextButton")
  30. local PurchasedFrame = Instance.new("Frame")
  31. local LastPurchasedList = Instance.new("ScrollingFrame")
  32. local PlankFrame = Instance.new("Frame")
  33. local ProcessedWoodList = Instance.new("ScrollingFrame")
  34. local DupeFrame = Instance.new("Frame")
  35. local Info = Instance.new("TextLabel")
  36. local Dupe = Instance.new("TextButton")
  37. local MoreInfo = Instance.new("TextButton")
  38. local Read = Instance.new("TextLabel")
  39. local CloseInfo = Instance.new("TextButton")
  40. local PlayerFrame = Instance.new("Frame")
  41. local PlayerList = Instance.new("Frame")
  42. local Player1 = Instance.new("TextButton")
  43. local Player2 = Instance.new("TextButton")
  44. local Player3 = Instance.new("TextButton")
  45. local Player4 = Instance.new("TextButton")
  46. local Player5 = Instance.new("TextButton")
  47. local Player6 = Instance.new("TextButton")
  48. local PlyrSel = Instance.new("TextLabel")
  49. local TpPlayer = Instance.new("TextButton")
  50. local TpBase = Instance.new("TextButton")
  51. local WalkSpeed = Instance.new("TextButton")
  52. local JumpPower = Instance.new("TextButton")
  53. local NoClip = Instance.new("TextButton")
  54. local Check = Instance.new("TextLabel")
  55. local TextLabel = Instance.new("TextLabel")
  56. local PlayerTp = Instance.new("TextButton")
  57. local Tool = Instance.new("TextButton")
  58. local OpenFrame = Instance.new("Frame")
  59. local Open = Instance.new("TextButton")
  60. local Close = Instance.new("TextButton")
  61.  
  62. -- Properties
  63.  
  64. LT2.Name = "LT2"
  65. LT2.Parent = game.CoreGui
  66.  
  67. MainFrame.Name = "MainFrame"
  68. MainFrame.Parent = LT2
  69. MainFrame.Active = true
  70. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  71. MainFrame.BackgroundTransparency = 0.30000001192093
  72. MainFrame.BorderColor3 = Color3.new(1, 0, 0)
  73. MainFrame.Draggable = true
  74. MainFrame.Position = UDim2.new(0, 495, 0, 65)
  75. MainFrame.Selectable = true
  76. MainFrame.Size = UDim2.new(0, 340, 0, 280)
  77. MainFrame.Visible = false
  78.  
  79. SellPlanks.Name = "SellPlanks"
  80. SellPlanks.Parent = MainFrame
  81. SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  82. SellPlanks.BorderColor3 = Color3.new(1, 0, 0)
  83. SellPlanks.Position = UDim2.new(0, 15, 0, 40)
  84. SellPlanks.Size = UDim2.new(0, 135, 0, 20)
  85. SellPlanks.Font = Enum.Font.Fantasy
  86. SellPlanks.FontSize = Enum.FontSize.Size18
  87. SellPlanks.Text = "Sell Planks"
  88. SellPlanks.TextColor3 = Color3.new(1, 0, 0)
  89. SellPlanks.TextSize = 17
  90.  
  91. TpBoxes.Name = "TpBoxes"
  92. TpBoxes.Parent = MainFrame
  93. TpBoxes.BackgroundColor3 = Color3.new(0, 0, 0)
  94. TpBoxes.BorderColor3 = Color3.new(1, 0, 0)
  95. TpBoxes.Position = UDim2.new(0, 15, 0, 70)
  96. TpBoxes.Size = UDim2.new(0, 135, 0, 20)
  97. TpBoxes.Font = Enum.Font.Fantasy
  98. TpBoxes.FontSize = Enum.FontSize.Size18
  99. TpBoxes.Text = "Tp Boxes"
  100. TpBoxes.TextColor3 = Color3.new(1, 0, 0)
  101. TpBoxes.TextSize = 17
  102.  
  103. Waypoints.Name = "Waypoints"
  104. Waypoints.Parent = MainFrame
  105. Waypoints.BackgroundColor3 = Color3.new(0, 0, 0)
  106. Waypoints.BorderColor3 = Color3.new(1, 0, 0)
  107. Waypoints.Position = UDim2.new(0, 15, 0, 100)
  108. Waypoints.Size = UDim2.new(0, 135, 0, 20)
  109. Waypoints.Font = Enum.Font.Fantasy
  110. Waypoints.FontSize = Enum.FontSize.Size18
  111. Waypoints.Text = "Waypoints"
  112. Waypoints.TextColor3 = Color3.new(1, 0, 0)
  113. Waypoints.TextSize = 17
  114.  
  115. SellWood.Name = "SellWood"
  116. SellWood.Parent = MainFrame
  117. SellWood.BackgroundColor3 = Color3.new(0, 0, 0)
  118. SellWood.BorderColor3 = Color3.new(1, 0, 0)
  119. SellWood.Position = UDim2.new(0, 15, 0, 190)
  120. SellWood.Size = UDim2.new(0, 135, 0, 20)
  121. SellWood.Font = Enum.Font.Fantasy
  122. SellWood.FontSize = Enum.FontSize.Size18
  123. SellWood.Text = "Sell Wood"
  124. SellWood.TextColor3 = Color3.new(1, 0, 0)
  125. SellWood.TextSize = 17
  126.  
  127. Greywood.Name = "Greywood"
  128. Greywood.Parent = MainFrame
  129. Greywood.BackgroundColor3 = Color3.new(0, 0, 0)
  130. Greywood.BorderColor3 = Color3.new(1, 0, 0)
  131. Greywood.Position = UDim2.new(0, 15, 0, 220)
  132. Greywood.Size = UDim2.new(0, 135, 0, 20)
  133. Greywood.Font = Enum.Font.Fantasy
  134. Greywood.FontSize = Enum.FontSize.Size18
  135. Greywood.Text = "Grey Structures"
  136. Greywood.TextColor3 = Color3.new(1, 0, 0)
  137. Greywood.TextSize = 17
  138.  
  139. Duper.Name = "Duper"
  140. Duper.Parent = MainFrame
  141. Duper.BackgroundColor3 = Color3.new(0, 0, 0)
  142. Duper.BorderColor3 = Color3.new(1, 0, 0)
  143. Duper.Position = UDim2.new(0, 15, 0, 130)
  144. Duper.Size = UDim2.new(0, 135, 0, 20)
  145. Duper.Font = Enum.Font.Fantasy
  146. Duper.FontSize = Enum.FontSize.Size18
  147. Duper.Text = "Duping"
  148. Duper.TextColor3 = Color3.new(1, 0, 0)
  149. Duper.TextSize = 17
  150.  
  151. Minimize.Name = "Minimize"
  152. Minimize.Parent = MainFrame
  153. Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
  154. Minimize.BorderColor3 = Color3.new(1, 0, 0)
  155. Minimize.Position = UDim2.new(0, 15, 0, 10)
  156. Minimize.Size = UDim2.new(0, 20, 0, 20)
  157. Minimize.Font = Enum.Font.Fantasy
  158. Minimize.FontSize = Enum.FontSize.Size18
  159. Minimize.Text = "<"
  160. Minimize.TextColor3 = Color3.new(1, 0, 0)
  161. Minimize.TextScaled = true
  162. Minimize.TextSize = 17
  163. Minimize.TextWrapped = true
  164.  
  165. WalkText.Name = "WalkText"
  166. WalkText.Parent = MainFrame
  167. WalkText.BackgroundColor3 = Color3.new(0, 0, 0)
  168. WalkText.BorderColor3 = Color3.new(1, 0, 0)
  169. WalkText.Position = UDim2.new(0, 15, 0, 250)
  170. WalkText.Size = UDim2.new(0, 30, 0, 20)
  171. WalkText.Font = Enum.Font.Fantasy
  172. WalkText.FontSize = Enum.FontSize.Size24
  173. WalkText.Text = "16"
  174. WalkText.TextColor3 = Color3.new(1, 1, 1)
  175. WalkText.TextSize = 20
  176. WalkText.TextWrapped = true
  177.  
  178. JumpText.Name = "JumpText"
  179. JumpText.Parent = MainFrame
  180. JumpText.BackgroundColor3 = Color3.new(0, 0, 0)
  181. JumpText.BorderColor3 = Color3.new(1, 0, 0)
  182. JumpText.Position = UDim2.new(0, 180, 0, 250)
  183. JumpText.Size = UDim2.new(0, 30, 0, 20)
  184. JumpText.Font = Enum.Font.Fantasy
  185. JumpText.FontSize = Enum.FontSize.Size24
  186. JumpText.Text = "50"
  187. JumpText.TextColor3 = Color3.new(1, 1, 1)
  188. JumpText.TextSize = 20
  189.  
  190. MenuFrame.Name = "MenuFrame"
  191. MenuFrame.Parent = MainFrame
  192. MenuFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  193. MenuFrame.BackgroundTransparency = 0.30000001192093
  194. MenuFrame.BorderColor3 = Color3.new(1, 0, 0)
  195. MenuFrame.Position = UDim2.new(0, 160, 0, 40)
  196. MenuFrame.Size = UDim2.new(0, 170, 0, 200)
  197.  
  198. WaypointFrame.Name = "WaypointFrame"
  199. WaypointFrame.Parent = MenuFrame
  200. WaypointFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  201. WaypointFrame.BackgroundTransparency = 0.30000001192093
  202. WaypointFrame.BorderColor3 = Color3.new(1, 0, 0)
  203. WaypointFrame.Size = UDim2.new(0, 170, 0, 200)
  204. WaypointFrame.Visible = false
  205.  
  206. WaypointList.Name = "WaypointList"
  207. WaypointList.Parent = WaypointFrame
  208. WaypointList.BackgroundColor3 = Color3.new(0, 0, 0)
  209. WaypointList.BackgroundTransparency = 0.30000001192093
  210. WaypointList.BorderColor3 = Color3.new(1, 0, 0)
  211. WaypointList.Size = UDim2.new(0, 170, 0, 200)
  212. WaypointList.CanvasSize = UDim2.new(0, 0, 1.89999998, 0)
  213.  
  214. BoxedCars.Name = "BoxedCars"
  215. BoxedCars.Parent = WaypointList
  216. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  217. BoxedCars.BorderColor3 = Color3.new(1, 0, 0)
  218. BoxedCars.Position = UDim2.new(0, 0, 0, 105)
  219. BoxedCars.Size = UDim2.new(0, 165, 0, 20)
  220. BoxedCars.Font = Enum.Font.Fantasy
  221. BoxedCars.FontSize = Enum.FontSize.Size14
  222. BoxedCars.Text = "Boxed Cars"
  223. BoxedCars.TextColor3 = Color3.new(1, 0, 0)
  224. BoxedCars.TextSize = 14
  225.  
  226. Cave.Name = "Cave"
  227. Cave.Parent = WaypointList
  228. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  229. Cave.BorderColor3 = Color3.new(1, 0, 0)
  230. Cave.Position = UDim2.new(0, 0, 0, 280)
  231. Cave.Size = UDim2.new(0, 165, 0, 20)
  232. Cave.Font = Enum.Font.Fantasy
  233. Cave.FontSize = Enum.FontSize.Size14
  234. Cave.Text = "Cave"
  235. Cave.TextColor3 = Color3.new(1, 0, 0)
  236. Cave.TextSize = 14
  237.  
  238. Volcano.Name = "Volcano"
  239. Volcano.Parent = WaypointList
  240. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  241. Volcano.BorderColor3 = Color3.new(1, 0, 0)
  242. Volcano.Position = UDim2.new(0, 0, 0, 305)
  243. Volcano.Size = UDim2.new(0, 165, 0, 20)
  244. Volcano.Font = Enum.Font.Fantasy
  245. Volcano.FontSize = Enum.FontSize.Size14
  246. Volcano.Text = "Volcano"
  247. Volcano.TextColor3 = Color3.new(1, 0, 0)
  248. Volcano.TextSize = 14
  249.  
  250. BobsShack.Name = "BobsShack"
  251. BobsShack.Parent = WaypointList
  252. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  253. BobsShack.BorderColor3 = Color3.new(1, 0, 0)
  254. BobsShack.Position = UDim2.new(0, 0, 0, 205)
  255. BobsShack.Size = UDim2.new(0, 165, 0, 20)
  256. BobsShack.Font = Enum.Font.Fantasy
  257. BobsShack.FontSize = Enum.FontSize.Size14
  258. BobsShack.Text = "Bob's Shack"
  259. BobsShack.TextColor3 = Color3.new(1, 0, 0)
  260. BobsShack.TextSize = 14
  261.  
  262. FancyFurnishings.Name = "FancyFurnishings"
  263. FancyFurnishings.Parent = WaypointList
  264. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  265. FancyFurnishings.BorderColor3 = Color3.new(1, 0, 0)
  266. FancyFurnishings.Position = UDim2.new(0, 0, 0, 130)
  267. FancyFurnishings.Size = UDim2.new(0, 165, 0, 20)
  268. FancyFurnishings.Font = Enum.Font.Fantasy
  269. FancyFurnishings.FontSize = Enum.FontSize.Size14
  270. FancyFurnishings.Text = "Fancy Furnishings"
  271. FancyFurnishings.TextColor3 = Color3.new(1, 0, 0)
  272. FancyFurnishings.TextSize = 14
  273.  
  274. LandStore.Name = "LandStore"
  275. LandStore.Parent = WaypointList
  276. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  277. LandStore.BorderColor3 = Color3.new(1, 0, 0)
  278. LandStore.Position = UDim2.new(0, 0, 0, 155)
  279. LandStore.Size = UDim2.new(0, 165, 0, 20)
  280. LandStore.Font = Enum.Font.Fantasy
  281. LandStore.FontSize = Enum.FontSize.Size14
  282. LandStore.Text = "Land Store"
  283. LandStore.TextColor3 = Color3.new(1, 0, 0)
  284. LandStore.TextSize = 14
  285.  
  286. FineArtsShop.Name = "FineArtsShop"
  287. FineArtsShop.Parent = WaypointList
  288. FineArtsShop.BackgroundColor3 = Color3.new(0, 0, 0)
  289. FineArtsShop.BorderColor3 = Color3.new(1, 0, 0)
  290. FineArtsShop.Position = UDim2.new(0, 0, 0, 180)
  291. FineArtsShop.Size = UDim2.new(0, 165, 0, 20)
  292. FineArtsShop.Font = Enum.Font.Fantasy
  293. FineArtsShop.FontSize = Enum.FontSize.Size14
  294. FineArtsShop.Text = "Fine Arts Shop"
  295. FineArtsShop.TextColor3 = Color3.new(1, 0, 0)
  296. FineArtsShop.TextSize = 14
  297.  
  298. PalmIsland.Name = "PalmIsland"
  299. PalmIsland.Parent = WaypointList
  300. PalmIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  301. PalmIsland.BorderColor3 = Color3.new(1, 0, 0)
  302. PalmIsland.Position = UDim2.new(0, 0, 0, 255)
  303. PalmIsland.Size = UDim2.new(0, 165, 0, 20)
  304. PalmIsland.Font = Enum.Font.Fantasy
  305. PalmIsland.FontSize = Enum.FontSize.Size14
  306. PalmIsland.Text = "Palm Island"
  307. PalmIsland.TextColor3 = Color3.new(1, 0, 0)
  308. PalmIsland.TextSize = 14
  309.  
  310. Swamp.Name = "Swamp"
  311. Swamp.Parent = WaypointList
  312. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  313. Swamp.BorderColor3 = Color3.new(1, 0, 0)
  314. Swamp.Position = UDim2.new(0, 0, 0, 230)
  315. Swamp.Size = UDim2.new(0, 165, 0, 20)
  316. Swamp.Font = Enum.Font.Fantasy
  317. Swamp.FontSize = Enum.FontSize.Size14
  318. Swamp.Text = "Swamp"
  319. Swamp.TextColor3 = Color3.new(1, 0, 0)
  320. Swamp.TextSize = 14
  321.  
  322. SpawnPoint.Name = "SpawnPoint"
  323. SpawnPoint.Parent = WaypointList
  324. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  325. SpawnPoint.BorderColor3 = Color3.new(1, 0, 0)
  326. SpawnPoint.Position = UDim2.new(0, 0, 0, 5)
  327. SpawnPoint.Size = UDim2.new(0, 165, 0, 20)
  328. SpawnPoint.Font = Enum.Font.Fantasy
  329. SpawnPoint.FontSize = Enum.FontSize.Size14
  330. SpawnPoint.Text = "Spawn Point"
  331. SpawnPoint.TextColor3 = Color3.new(1, 0, 0)
  332. SpawnPoint.TextSize = 14
  333.  
  334. WoodRUs.Name = "WoodRUs"
  335. WoodRUs.Parent = WaypointList
  336. WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
  337. WoodRUs.BorderColor3 = Color3.new(1, 0, 0)
  338. WoodRUs.Position = UDim2.new(0, 0, 0, 55)
  339. WoodRUs.Size = UDim2.new(0, 165, 0, 20)
  340. WoodRUs.Font = Enum.Font.Fantasy
  341. WoodRUs.FontSize = Enum.FontSize.Size14
  342. WoodRUs.Text = "Wood R Us"
  343. WoodRUs.TextColor3 = Color3.new(1, 0, 0)
  344. WoodRUs.TextSize = 14
  345.  
  346. LinksLogic.Name = "LinksLogic"
  347. LinksLogic.Parent = WaypointList
  348. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  349. LinksLogic.BorderColor3 = Color3.new(1, 0, 0)
  350. LinksLogic.Position = UDim2.new(0, 0, 0, 80)
  351. LinksLogic.Size = UDim2.new(0, 165, 0, 20)
  352. LinksLogic.Font = Enum.Font.Fantasy
  353. LinksLogic.FontSize = Enum.FontSize.Size14
  354. LinksLogic.Text = "Link's Logic"
  355. LinksLogic.TextColor3 = Color3.new(1, 0, 0)
  356. LinksLogic.TextSize = 14
  357.  
  358. PlotTp.Name = "PlotTp"
  359. PlotTp.Parent = WaypointList
  360. PlotTp.BackgroundColor3 = Color3.new(0, 0, 0)
  361. PlotTp.BorderColor3 = Color3.new(1, 0, 0)
  362. PlotTp.Position = UDim2.new(0, 0, 0, 30)
  363. PlotTp.Size = UDim2.new(0, 165, 0, 20)
  364. PlotTp.Font = Enum.Font.Fantasy
  365. PlotTp.FontSize = Enum.FontSize.Size14
  366. PlotTp.Text = "Tp toPlot"
  367. PlotTp.TextColor3 = Color3.new(1, 0, 0)
  368. PlotTp.TextSize = 14
  369.  
  370. PurchasedFrame.Name = "PurchasedFrame"
  371. PurchasedFrame.Parent = MenuFrame
  372. PurchasedFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  373. PurchasedFrame.BackgroundTransparency = 0.30000001192093
  374. PurchasedFrame.BorderColor3 = Color3.new(1, 0, 0)
  375. PurchasedFrame.Size = UDim2.new(0, 170, 0, 200)
  376. PurchasedFrame.Visible = false
  377.  
  378. LastPurchasedList.Name = "LastPurchasedList"
  379. LastPurchasedList.Parent = PurchasedFrame
  380. LastPurchasedList.BackgroundColor3 = Color3.new(0, 0, 0)
  381. LastPurchasedList.BackgroundTransparency = 0.30000001192093
  382. LastPurchasedList.BorderColor3 = Color3.new(1, 0, 0)
  383. LastPurchasedList.Size = UDim2.new(0, 170, 0, 200)
  384. LastPurchasedList.CanvasSize = UDim2.new(0, 0, 3, 0)
  385.  
  386. PlankFrame.Name = "PlankFrame"
  387. PlankFrame.Parent = MenuFrame
  388. PlankFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  389. PlankFrame.BackgroundTransparency = 0.30000001192093
  390. PlankFrame.BorderColor3 = Color3.new(1, 0, 0)
  391. PlankFrame.Size = UDim2.new(0, 170, 0, 200)
  392. PlankFrame.Visible = false
  393.  
  394. ProcessedWoodList.Name = "ProcessedWoodList"
  395. ProcessedWoodList.Parent = PlankFrame
  396. ProcessedWoodList.BackgroundColor3 = Color3.new(0, 0, 0)
  397. ProcessedWoodList.BackgroundTransparency = 0.30000001192093
  398. ProcessedWoodList.BorderColor3 = Color3.new(1, 0, 0)
  399. ProcessedWoodList.Size = UDim2.new(0, 170, 0, 200)
  400. ProcessedWoodList.CanvasSize = UDim2.new(0, 0, 3, 0)
  401.  
  402. DupeFrame.Name = "DupeFrame"
  403. DupeFrame.Parent = MenuFrame
  404. DupeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  405. DupeFrame.BackgroundTransparency = 0.30000001192093
  406. DupeFrame.BorderColor3 = Color3.new(1, 0, 0)
  407. DupeFrame.Size = UDim2.new(0, 170, 0, 200)
  408. DupeFrame.Visible = false
  409.  
  410. Info.Name = "Info"
  411. Info.Parent = DupeFrame
  412. Info.BackgroundColor3 = Color3.new(0, 0, 0)
  413. Info.BorderColor3 = Color3.new(1, 0, 0)
  414. Info.Position = UDim2.new(0, 180, 0, -75)
  415. Info.Size = UDim2.new(0, 170, 0, 395)
  416. Info.Visible = false
  417. Info.Font = Enum.Font.Fantasy
  418. Info.FontSize = Enum.FontSize.Size14
  419. Info.Text = "1. Make sure no Save Slot is loaded in.\n2. Click the Dupe button.\n3. If done correctly the button will turn green.\n4. Load up the Save Slot you want to dupe from.\n5. Start moving over the items you want to dupe to a friends base.\n6. Once you are done with that, just reload your Save Slot to another plot.\n7. Once your Save Slot has reloaded, your base and every thing will be where it was before you duped.\n8. Remember when you are done duping, reload your Save Slot one more time so you don't lose the items off of your base.\n9. You can turn this off by unloading your Save Slot and pressing the Dupe button, it will turn red.\n10. Then you can load your save."
  420. Info.TextColor3 = Color3.new(1, 1, 1)
  421. Info.TextSize = 14
  422. Info.TextWrapped = true
  423. Info.TextYAlignment = Enum.TextYAlignment.Top
  424.  
  425. Dupe.Name = "Dupe"
  426. Dupe.Parent = DupeFrame
  427. Dupe.BackgroundColor3 = Color3.new(0, 0, 0)
  428. Dupe.BorderColor3 = Color3.new(1, 0, 0)
  429. Dupe.Position = UDim2.new(0, 50, 0, 65)
  430. Dupe.Size = UDim2.new(0, 70, 0, 25)
  431. Dupe.Font = Enum.Font.Fantasy
  432. Dupe.FontSize = Enum.FontSize.Size18
  433. Dupe.Text = "Dupe"
  434. Dupe.TextColor3 = Color3.new(1, 0, 0)
  435. Dupe.TextSize = 17
  436.  
  437. MoreInfo.Name = "MoreInfo"
  438. MoreInfo.Parent = DupeFrame
  439. MoreInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  440. MoreInfo.BorderColor3 = Color3.new(1, 0, 0)
  441. MoreInfo.Position = UDim2.new(0, 25, 0, 120)
  442. MoreInfo.Size = UDim2.new(0, 120, 0, 25)
  443. MoreInfo.Font = Enum.Font.SourceSans
  444. MoreInfo.FontSize = Enum.FontSize.Size18
  445. MoreInfo.Text = "Info"
  446. MoreInfo.TextColor3 = Color3.new(1, 0, 0)
  447. MoreInfo.TextSize = 18
  448.  
  449. Read.Name = "Read"
  450. Read.Parent = DupeFrame
  451. Read.BackgroundColor3 = Color3.new(0, 0, 0)
  452. Read.BorderColor3 = Color3.new(1, 0, 0)
  453. Read.Size = UDim2.new(0, 170, 0, 35)
  454. Read.Font = Enum.Font.Fantasy
  455. Read.FontSize = Enum.FontSize.Size14
  456. Read.Text = "READ INFO BEFORE USING"
  457. Read.TextColor3 = Color3.new(1, 0, 0)
  458. Read.TextScaled = true
  459. Read.TextSize = 14
  460. Read.TextWrapped = true
  461.  
  462. CloseInfo.Name = "CloseInfo"
  463. CloseInfo.Parent = DupeFrame
  464. CloseInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  465. CloseInfo.BorderColor3 = Color3.new(1, 0, 0)
  466. CloseInfo.Position = UDim2.new(0, 25, 0, 155)
  467. CloseInfo.Size = UDim2.new(0, 120, 0, 25)
  468. CloseInfo.Font = Enum.Font.SourceSans
  469. CloseInfo.FontSize = Enum.FontSize.Size18
  470. CloseInfo.Text = "Close Info"
  471. CloseInfo.TextColor3 = Color3.new(1, 0, 0)
  472. CloseInfo.TextSize = 18
  473.  
  474. PlayerFrame.Name = "PlayerFrame"
  475. PlayerFrame.Parent = MenuFrame
  476. PlayerFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  477. PlayerFrame.BackgroundTransparency = 0.30000001192093
  478. PlayerFrame.BorderColor3 = Color3.new(1, 0, 0)
  479. PlayerFrame.Size = UDim2.new(0, 170, 0, 200)
  480. PlayerFrame.Visible = false
  481.  
  482. PlayerList.Name = "PlayerList"
  483. PlayerList.Parent = PlayerFrame
  484. PlayerList.BackgroundColor3 = Color3.new(0, 0, 0)
  485. PlayerList.BorderColor3 = Color3.new(1, 0, 0)
  486. PlayerList.Size = UDim2.new(0, 170, 0, 145)
  487.  
  488. Player1.Name = "Player1"
  489. Player1.Parent = PlayerList
  490. Player1.BackgroundColor3 = Color3.new(0, 0, 0)
  491. Player1.BorderColor3 = Color3.new(1, 0, 0)
  492. Player1.Size = UDim2.new(0, 170, 0, 20)
  493. Player1.Font = Enum.Font.Fantasy
  494. Player1.FontSize = Enum.FontSize.Size14
  495. Player1.Text = ""
  496. Player1.TextColor3 = Color3.new(1, 0, 0)
  497. Player1.TextSize = 14
  498.  
  499. Player2.Name = "Player2"
  500. Player2.Parent = PlayerList
  501. Player2.BackgroundColor3 = Color3.new(0, 0, 0)
  502. Player2.BorderColor3 = Color3.new(1, 0, 0)
  503. Player2.Position = UDim2.new(0, 0, 0, 25)
  504. Player2.Size = UDim2.new(0, 170, 0, 20)
  505. Player2.Font = Enum.Font.Fantasy
  506. Player2.FontSize = Enum.FontSize.Size14
  507. Player2.Text = ""
  508. Player2.TextColor3 = Color3.new(1, 0, 0)
  509. Player2.TextSize = 14
  510.  
  511. Player3.Name = "Player3"
  512. Player3.Parent = PlayerList
  513. Player3.BackgroundColor3 = Color3.new(0, 0, 0)
  514. Player3.BorderColor3 = Color3.new(1, 0, 0)
  515. Player3.Position = UDim2.new(0, 0, 0, 50)
  516. Player3.Size = UDim2.new(0, 170, 0, 20)
  517. Player3.Font = Enum.Font.Fantasy
  518. Player3.FontSize = Enum.FontSize.Size14
  519. Player3.Text = ""
  520. Player3.TextColor3 = Color3.new(1, 0, 0)
  521. Player3.TextSize = 14
  522.  
  523. Player4.Name = "Player4"
  524. Player4.Parent = PlayerList
  525. Player4.BackgroundColor3 = Color3.new(0, 0, 0)
  526. Player4.BorderColor3 = Color3.new(1, 0, 0)
  527. Player4.Position = UDim2.new(0, 0, 0, 75)
  528. Player4.Size = UDim2.new(0, 170, 0, 20)
  529. Player4.Font = Enum.Font.Fantasy
  530. Player4.FontSize = Enum.FontSize.Size14
  531. Player4.Text = ""
  532. Player4.TextColor3 = Color3.new(1, 0, 0)
  533. Player4.TextSize = 14
  534.  
  535. Player5.Name = "Player5"
  536. Player5.Parent = PlayerList
  537. Player5.BackgroundColor3 = Color3.new(0, 0, 0)
  538. Player5.BorderColor3 = Color3.new(1, 0, 0)
  539. Player5.Position = UDim2.new(0, 0, 0, 100)
  540. Player5.Size = UDim2.new(0, 170, 0, 20)
  541. Player5.Font = Enum.Font.Fantasy
  542. Player5.FontSize = Enum.FontSize.Size14
  543. Player5.Text = ""
  544. Player5.TextColor3 = Color3.new(1, 0, 0)
  545. Player5.TextSize = 14
  546.  
  547. Player6.Name = "Player6"
  548. Player6.Parent = PlayerList
  549. Player6.BackgroundColor3 = Color3.new(0, 0, 0)
  550. Player6.BorderColor3 = Color3.new(1, 0, 0)
  551. Player6.Position = UDim2.new(0, 0, 0, 125)
  552. Player6.Size = UDim2.new(0, 170, 0, 20)
  553. Player6.Font = Enum.Font.Fantasy
  554. Player6.FontSize = Enum.FontSize.Size14
  555. Player6.Text = ""
  556. Player6.TextColor3 = Color3.new(1, 0, 0)
  557. Player6.TextSize = 14
  558.  
  559. PlyrSel.Name = "PlyrSel"
  560. PlyrSel.Parent = PlayerFrame
  561. PlyrSel.BackgroundColor3 = Color3.new(0, 0, 0)
  562. PlyrSel.BackgroundTransparency = 0.30000001192093
  563. PlyrSel.BorderColor3 = Color3.new(1, 0, 0)
  564. PlyrSel.Position = UDim2.new(0, 5, 0, 150)
  565. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  566. PlyrSel.Font = Enum.Font.SourceSans
  567. PlyrSel.FontSize = Enum.FontSize.Size18
  568. PlyrSel.Text = "Select a Player"
  569. PlyrSel.TextColor3 = Color3.new(1, 1, 1)
  570. PlyrSel.TextSize = 17
  571. PlyrSel.TextWrapped = true
  572.  
  573. TpPlayer.Name = "TpPlayer"
  574. TpPlayer.Parent = PlayerFrame
  575. TpPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  576. TpPlayer.BorderColor3 = Color3.new(1, 0, 0)
  577. TpPlayer.Position = UDim2.new(0, 5, 0, 175)
  578. TpPlayer.Size = UDim2.new(0, 75, 0, 20)
  579. TpPlayer.Font = Enum.Font.Fantasy
  580. TpPlayer.FontSize = Enum.FontSize.Size14
  581. TpPlayer.Text = "Tp to Player"
  582. TpPlayer.TextColor3 = Color3.new(1, 0, 0)
  583. TpPlayer.TextSize = 14
  584.  
  585. TpBase.Name = "TpBase"
  586. TpBase.Parent = PlayerFrame
  587. TpBase.BackgroundColor3 = Color3.new(0, 0, 0)
  588. TpBase.BorderColor3 = Color3.new(1, 0, 0)
  589. TpBase.Position = UDim2.new(0, 90, 0, 175)
  590. TpBase.Size = UDim2.new(0, 75, 0, 20)
  591. TpBase.Font = Enum.Font.Fantasy
  592. TpBase.FontSize = Enum.FontSize.Size14
  593. TpBase.Text = "Tp to Base"
  594. TpBase.TextColor3 = Color3.new(1, 0, 0)
  595. TpBase.TextSize = 14
  596.  
  597. WalkSpeed.Name = "WalkSpeed"
  598. WalkSpeed.Parent = MainFrame
  599. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  600. WalkSpeed.BorderColor3 = Color3.new(1, 0, 0)
  601. WalkSpeed.Position = UDim2.new(0, 50, 0, 250)
  602. WalkSpeed.Size = UDim2.new(0, 125, 0, 20)
  603. WalkSpeed.Font = Enum.Font.Fantasy
  604. WalkSpeed.FontSize = Enum.FontSize.Size18
  605. WalkSpeed.Text = "WalkSpeed"
  606. WalkSpeed.TextColor3 = Color3.new(1, 0, 0)
  607. WalkSpeed.TextSize = 17
  608.  
  609. JumpPower.Name = "JumpPower"
  610. JumpPower.Parent = MainFrame
  611. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  612. JumpPower.BorderColor3 = Color3.new(1, 0, 0)
  613. JumpPower.Position = UDim2.new(0, 215, 0, 250)
  614. JumpPower.Size = UDim2.new(0, 115, 0, 20)
  615. JumpPower.Font = Enum.Font.Fantasy
  616. JumpPower.FontSize = Enum.FontSize.Size18
  617. JumpPower.Text = "JumpPower"
  618. JumpPower.TextColor3 = Color3.new(1, 0, 0)
  619. JumpPower.TextSize = 17
  620.  
  621. NoClip.Name = "NoClip"
  622. NoClip.Parent = MainFrame
  623. NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
  624. NoClip.BorderColor3 = Color3.new(1, 0, 0)
  625. NoClip.Position = UDim2.new(0, 195, 0, 10)
  626. NoClip.Size = UDim2.new(0, 110, 0, 20)
  627. NoClip.Font = Enum.Font.Fantasy
  628. NoClip.FontSize = Enum.FontSize.Size18
  629. NoClip.Text = "Enable NoClip"
  630. NoClip.TextColor3 = Color3.new(1, 0, 0)
  631. NoClip.TextSize = 17
  632.  
  633. Check.Name = "Check"
  634. Check.Parent = MainFrame
  635. Check.BackgroundColor3 = Color3.new(0, 0, 0)
  636. Check.BorderColor3 = Color3.new(1, 0, 0)
  637. Check.Position = UDim2.new(0, 310, 0, 10)
  638. Check.Size = UDim2.new(0, 20, 0, 20)
  639. Check.Font = Enum.Font.SourceSans
  640. Check.FontSize = Enum.FontSize.Size14
  641. Check.Text = ""
  642. Check.TextColor3 = Color3.new(1, 0, 0)
  643. Check.TextScaled = true
  644. Check.TextSize = 14
  645. Check.TextWrapped = true
  646.  
  647. TextLabel.Parent = MainFrame
  648. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  649. TextLabel.BackgroundTransparency = 1
  650. TextLabel.Position = UDim2.new(0, 20, 0, 5)
  651. TextLabel.Size = UDim2.new(0, 115, 0, 25)
  652. TextLabel.Font = Enum.Font.Fantasy
  653. TextLabel.FontSize = Enum.FontSize.Size14
  654. TextLabel.Text = "LT2 GUI"
  655. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  656. TextLabel.TextScaled = true
  657. TextLabel.TextSize = 14
  658. TextLabel.TextWrapped = true
  659.  
  660. PlayerTp.Name = "PlayerTp"
  661. PlayerTp.Parent = MainFrame
  662. PlayerTp.BackgroundColor3 = Color3.new(0, 0, 0)
  663. PlayerTp.BorderColor3 = Color3.new(1, 0, 0)
  664. PlayerTp.Position = UDim2.new(0, 15, 0, 160)
  665. PlayerTp.Size = UDim2.new(0, 135, 0, 20)
  666. PlayerTp.Font = Enum.Font.Fantasy
  667. PlayerTp.FontSize = Enum.FontSize.Size18
  668. PlayerTp.Text = "Tp to Players"
  669. PlayerTp.TextColor3 = Color3.new(1, 0, 0)
  670. PlayerTp.TextSize = 17
  671.  
  672. Tool.Name = "Tool"
  673. Tool.Parent = MainFrame
  674. Tool.BackgroundColor3 = Color3.new(0, 0, 0)
  675. Tool.BorderColor3 = Color3.new(1, 0, 0)
  676. Tool.Position = UDim2.new(0, 125, 0, 10)
  677. Tool.Size = UDim2.new(0, 65, 0, 20)
  678. Tool.Font = Enum.Font.Fantasy
  679. Tool.FontSize = Enum.FontSize.Size18
  680. Tool.Text = "Tp Tool"
  681. Tool.TextColor3 = Color3.new(1, 0, 0)
  682. Tool.TextSize = 17
  683.  
  684. OpenFrame.Name = "OpenFrame"
  685. OpenFrame.Parent = LT2
  686. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  687. OpenFrame.BorderColor3 = Color3.new(1, 0, 0)
  688. OpenFrame.Position = UDim2.new(0, 580, 0, -33)
  689. OpenFrame.Size = UDim2.new(0, 175, 0, 30)
  690.  
  691. Open.Name = "Open"
  692. Open.Parent = OpenFrame
  693. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  694. Open.BorderColor3 = Color3.new(1, 0, 0)
  695. Open.Size = UDim2.new(0, 85, 0, 30)
  696. Open.Font = Enum.Font.Fantasy
  697. Open.FontSize = Enum.FontSize.Size24
  698. Open.Text = "OPEN"
  699. Open.TextColor3 = Color3.new(1, 0, 0)
  700. Open.TextSize = 22
  701. Open.TextWrapped = true
  702.  
  703. Close.Name = "Close"
  704. Close.Parent = OpenFrame
  705. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  706. Close.BorderColor3 = Color3.new(1, 0, 0)
  707. Close.Position = UDim2.new(0, 90, 0, 0)
  708. Close.Size = UDim2.new(0, 85, 0, 30)
  709. Close.Font = Enum.Font.Fantasy
  710. Close.FontSize = Enum.FontSize.Size24
  711. Close.Text = "CLOSE"
  712. Close.TextColor3 = Color3.new(1, 0, 0)
  713. Close.TextSize = 22
  714. Close.TextWrapped = true
  715.  
  716. --- Walkspeed/JumpPower ---
  717.  
  718. player = game.Players.LocalPlayer
  719. Walk = 16
  720. Jump = 50
  721.  
  722. WalkSpeed.MouseButton1Down:connect(function()
  723. Walk = WalkText.Text
  724. end)
  725. JumpPower.MouseButton1Down:connect(function()
  726. Jump = JumpText.Text
  727. end)
  728.  
  729. player.Character.Humanoid.JumpPower = Jump
  730. player.Character.Humanoid.WalkSpeed = Walk
  731.  
  732.  
  733. player.Character.Humanoid.Changed:connect(function()
  734. player.Character.Humanoid.JumpPower = Jump
  735. player.Character.Humanoid.WalkSpeed = Walk
  736. end)
  737.  
  738. ---
  739.  
  740. local service = setmetatable({}, {
  741. __index = function(t, k)
  742. return game:GetService(k)
  743. end
  744. })
  745.  
  746. function Create(cls,props)
  747. local inst = Instance.new(cls)
  748. for i,v in pairs(props) do
  749. inst[i] = v
  750. end
  751. return inst
  752. end
  753.  
  754. local WoodPlanks={}
  755.  
  756. function MakeShadow(UI,Index)
  757. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,1,0,1),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  758. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,2,0,2),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  759. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,3,0,3),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  760. end
  761.  
  762. --- Auto Cutter ---
  763.  
  764. Detect = coroutine.wrap(function()
  765. Player = game.Players.LocalPlayer
  766. mouse = Player:GetMouse()
  767. mouse.Button1Down:connect(function()
  768. MouseDown = true
  769. end)
  770. mouse.Button1Up:connect(function()
  771. MouseDown = false
  772. end)
  773. end)
  774. Detect()
  775. Player = game.Players.LocalPlayer
  776. mouse = Player:GetMouse()
  777. game:GetService('RunService').RenderStepped:connect(function()
  778. if Player.Character:FindFirstChild("Tool") then
  779. if MouseDown == true then
  780. if mouse.Target.Name == "WoodSection" then
  781. targetWood = mouse.Target
  782. Tool=Player.Character.Tool
  783. ---FaceVector
  784. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  785. 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)
  786. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  787. function fixVector(V)
  788. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  789. end
  790. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  791. if faceVector.Y ~= 0 then
  792. return
  793. end
  794. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  795. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  796. local relativeLookVector = relativeCFrame.lookVector
  797. local m = relativeLookVector.Y >= 0 and 1 or -1
  798. if faceVector.X == 1 then
  799. faceVector = Vector3.new(0, 0, -1) * m
  800. elseif faceVector.X == -1 then
  801. faceVector = Vector3.new(0, 0, 1) * m
  802. elseif faceVector.Z == 1 then
  803. faceVector = Vector3.new(1, 0, 0) * m
  804. elseif faceVector.Z == -1 then
  805. faceVector = Vector3.new(-1, 0, 0) * m
  806. end
  807. local cutEvent = targetWood.Parent.CutEvent
  808. 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})
  809. end
  810. end
  811. end
  812. end)
  813.  
  814. --- Open/Close ---
  815.  
  816. Open.MouseButton1Down:connect(function()
  817. OpenFrame.Visible = false
  818. MainFrame.Visible = true
  819. end)
  820.  
  821. Minimize.MouseButton1Down:connect(function()
  822. MainFrame.Visible = false
  823. OpenFrame.Visible = true
  824. end)
  825.  
  826. MoreInfo.MouseButton1Down:connect(function()
  827. Info.Visible = true
  828. end)
  829.  
  830. CloseInfo.MouseButton1Down:connect(function()
  831. Info.Visible = false
  832. end)
  833.  
  834. local Menus = {
  835. [TpBoxes] = PurchasedFrame;
  836. [SellPlanks] = PlankFrame;
  837. [Waypoints] = WaypointFrame;
  838. [Duper] = DupeFrame;
  839. [PlayerTp] = PlayerFrame;
  840. }
  841. for button,frame in pairs(Menus) do
  842. button.MouseButton1Click:connect(function()
  843. if frame.Visible then
  844. frame.Visible = false
  845. return
  846. end
  847. for k,v in pairs(Menus) do
  848. v.Visible = v == frame
  849. end
  850. end)
  851. end
  852.  
  853. --- Player Tp ---
  854.  
  855. Player1.MouseButton1Down:connect(function()
  856. PlyrSel.Text = Player1.Text
  857. end)
  858. Player2.MouseButton1Down:connect(function()
  859. PlyrSel.Text = Player2.Text
  860. end)
  861. Player3.MouseButton1Down:connect(function()
  862. PlyrSel.Text = Player3.Text
  863. end)
  864. Player4.MouseButton1Down:connect(function()
  865. PlyrSel.Text = Player4.Text
  866. end)
  867. Player5.MouseButton1Down:connect(function()
  868. PlyrSel.Text = Player5.Text
  869. end)
  870. Player6.MouseButton1Down:connect(function()
  871. PlyrSel.Text = Player6.Text
  872. end)
  873.  
  874. TpPlayer.MouseButton1Down:connect(function()
  875. if PlyrSel.Text == "Select a Player" then
  876. warn("No Player Selected")
  877. else
  878. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  879. end
  880. end)
  881. TpBase.MouseButton1Down:connect(function()
  882. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  883. if v.Owner.Value == game.Players[PlyrSel.Text] then
  884. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  885. end
  886. end
  887. end)
  888.  
  889. local buttons = {
  890. Player1,
  891. Player2,
  892. Player3,
  893. Player4,
  894. Player5,
  895. Player6
  896. }
  897. for i, v in pairs(game.Players:GetChildren()) do
  898. buttons[i].Text = v.Name
  899. buttons[i].Visible = true
  900. end
  901. game.Players.PlayerRemoving:connect(function()
  902. for i, v in pairs(game.Players:GetChildren()) do
  903. buttons[i].Text = v.Name
  904. buttons[i].Visible = true
  905. end
  906. end)
  907. game.Players.PlayerAdded:connect(function()
  908. for i, v in pairs(game.Players:GetChildren()) do
  909. buttons[i].Text = v.Name
  910. buttons[i].Visible = true
  911. end
  912. end)
  913.  
  914. --- NoClip ---
  915.  
  916. noclip = false
  917. game:GetService('RunService').Stepped:connect(function()
  918. if noclip then
  919. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  920. end
  921. end)
  922. NoClip.MouseButton1Down:connect(function()
  923. noclip = not noclip
  924. if NoClip.Text == "Enable NoClip" then
  925. NoClip.Text = "Disable NoClip"
  926. NoClip.TextColor3 = Color3.new(0, 0.666667, 0)
  927. Check.Text = "X"
  928. Check.TextColor3 = Color3.new(0, 0.666667, 0)
  929. else
  930. NoClip.Text = "Enable NoClip"
  931. NoClip.TextColor3 = Color3.new(1, 0, 0)
  932. Check.Text = ""
  933. end
  934. end)
  935.  
  936. --- Waypoints ---
  937.  
  938. local WayPoints = {
  939. ["Wood R Us"] = Vector3.new(265, 3, 57),
  940. ["SpawnPoint"] = Vector3.new(155, 3, 74),
  941. ["Land Store"] = Vector3.new(258, 3, -99),
  942. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  943. ["Cave"] = Vector3.new(3581, -179, 430),
  944. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  945. ["Swamp"] = Vector3.new(-1209, 132, -801),
  946. ["Palm Island"] = Vector3.new(2549, -5, -42),
  947. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  948. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  949. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  950. ["Bob's Shack"] = Vector3.new(260, 8, -2542)
  951. }
  952.  
  953. WoodRUs.MouseButton1Down:connect(function()
  954. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Wood R Us"])
  955. end)
  956.  
  957. SpawnPoint.MouseButton1Down:connect(function()
  958. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  959. end)
  960.  
  961. LandStore.MouseButton1Down:connect(function()
  962. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Land Store"])
  963. end)
  964.  
  965. LinksLogic.MouseButton1Down:connect(function()
  966. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  967. end)
  968.  
  969. Cave.MouseButton1Down:connect(function()
  970. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  971. end)
  972.  
  973. Volcano.MouseButton1Down:connect(function()
  974. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Volcano"])
  975. end)
  976.  
  977. Swamp.MouseButton1Down:connect(function()
  978. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  979. end)
  980.  
  981. PalmIsland.MouseButton1Down:connect(function()
  982. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Palm Island"])
  983. end)
  984.  
  985. FancyFurnishings.MouseButton1Down:connect(function()
  986. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  987. end)
  988.  
  989. BoxedCars.MouseButton1Down:connect(function()
  990. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Boxed Cars"])
  991. end)
  992.  
  993. FineArtsShop.MouseButton1Down:connect(function()
  994. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"])
  995. end)
  996.  
  997. BobsShack.MouseButton1Down:connect(function()
  998. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  999. end)
  1000.  
  1001. --- Close ---
  1002.  
  1003. Close.MouseButton1Down:connect(function()
  1004. LT2:Destroy()
  1005. end)
  1006.  
  1007. --- Greywood ---
  1008.  
  1009. Greywood.MouseButton1Click:Connect(function()
  1010. for i,v in next,workspace.PlayerModels:GetChildren() do
  1011. if v:FindFirstChild("Type") then
  1012. if v.Type.Value == "Blueprint" then
  1013. v.Type.Value = "Structure"
  1014. end
  1015. end
  1016. end
  1017. end)
  1018.  
  1019. --- Plot Tp ---
  1020.  
  1021. PlotTp.MouseButton1Down:connect(function()
  1022. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1023. if v.Owner.Value == game.Players.LocalPlayer then
  1024. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  1025. end
  1026. end
  1027. end)
  1028.  
  1029. --- Sell Wood ---
  1030.  
  1031. SellWood.MouseButton1Click:Connect(function()
  1032. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  1033. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1034. if Log.Owner.Value == service.Players.LocalPlayer then
  1035. for i,v in pairs(Log:GetChildren()) do
  1036. if v.Name=="WoodSection" then
  1037. spawn(function()
  1038. for i=1,10 do
  1039. wait()
  1040. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1041. end
  1042. end)
  1043. end
  1044. end
  1045. spawn(function()
  1046. for i=1,20 do
  1047. wait()
  1048. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1049. end
  1050. end)
  1051. end
  1052. end
  1053. end
  1054. end)
  1055.  
  1056. --- Last Purchased ---
  1057.  
  1058. local inc = 0
  1059. workspace.PlayerModels.ChildAdded:Connect(function(Item)
  1060. inc = #LastPurchasedList:GetChildren()
  1061. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  1062. LastPurchasedList.CanvasSize=UDim2.new(0,0,0,25*inc)
  1063. local SellButton=Create("TextButton",{Parent=LastPurchasedList,Size=UDim2.new(1,-9,0,20),Position=UDim2.new(0,5,0,25*inc),Text=" "..Item.Name,Name=Item.Name,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  1064. MakeShadow(SellButton,2)
  1065. SellButton.MouseButton1Click:Connect(function()
  1066. if Item:IsA("Model") then
  1067. Item:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  1068. for i=1,100 do
  1069. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Item)
  1070. end
  1071. end
  1072. end)
  1073. inc=inc+1
  1074. end
  1075. end)
  1076.  
  1077. workspace.PlayerModels.ChildRemoved:Connect(function(Item)
  1078. inc=0
  1079. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  1080. if LastPurchasedList:FindFirstChild(Item.Name) then
  1081. LastPurchasedList:FindFirstChild(Item.Name):Destroy()
  1082. for i,v in pairs(LastPurchasedList:GetChildren()) do
  1083. v.Position=UDim2.new(0,5,0,25*(i-1))
  1084. end
  1085. end
  1086. end
  1087. end)
  1088.  
  1089. --- Processed Wood ---
  1090.  
  1091. function UpdatePlanks()
  1092. local inc = 0
  1093. WoodPlanks={}
  1094. for i,v in pairs(service.Workspace.PlayerModels:GetChildren()) do
  1095. if v.Name=="Plank" and v.Owner.Value==service.Players.LocalPlayer then
  1096. if v:FindFirstChild("TreeClass") and WoodPlanks[v.TreeClass.Value] then
  1097. WoodPlanks[v.TreeClass.Value]["Amount"]=WoodPlanks[v.TreeClass.Value]["Amount"]+1
  1098. WoodPlanks[v.TreeClass.Value]["Wood"][v]=v
  1099. elseif v:FindFirstChild("TreeClass") then
  1100. WoodPlanks[v.TreeClass.Value]={Amount=1,Wood={v.WoodSection}}
  1101. end
  1102. end
  1103. end
  1104. end
  1105.  
  1106. function UpdateSellPlanks()
  1107. local inc=0
  1108. UpdatePlanks()
  1109. ProcessedWoodList:ClearAllChildren()
  1110. for i,v in pairs(WoodPlanks) do
  1111. ProcessedWoodList.CanvasSize=UDim2.new(0,0,0,25*inc)
  1112. local SellButton=Create("TextButton",{Parent=ProcessedWoodList,Size=UDim2.new(1,-9,0,20),Position=UDim2.new(0,5,0,25*inc),Text=" "..i,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  1113. local Color = Create("Frame",{Parent=ProcessedWoodList,Size=UDim2.new(0,5,0,20),Position=UDim2.new(0,0,0,25*inc),BorderSizePixel=0,ZIndex=3,BackgroundColor3=v["Wood"][1].Color})
  1114. local Amount = Create("TextLabel",{Parent=SellButton,Size=UDim2.new(0,0,1,0),Position=UDim2.new(1,-20,0,0),Text=v["Amount"],BackgroundTransparency=1,ZIndex=4})
  1115. MakeShadow(SellButton,2)
  1116. SellButton.MouseButton1Click:Connect(function()
  1117. for x=1,100 do
  1118. v["Wood"][1].CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1119. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v["Wood"][1].Parent)
  1120. end
  1121. end)
  1122. inc=inc+1
  1123. end
  1124. inc=0
  1125. end
  1126.  
  1127. service.Workspace.PlayerModels.ChildRemoved:Connect(function(thing)
  1128. if thing.Owner.Value==service.Players.LocalPlayer then
  1129. UpdateSellPlanks()
  1130. end
  1131. end)
  1132.  
  1133. UpdateSellPlanks()
  1134.  
  1135. --- Dupe ---
  1136.  
  1137. Option = false
  1138.  
  1139. Dupe.MouseButton1Down:connect(function()
  1140. plr = game:GetService("Players").LocalPlayer
  1141. slot = plr.CurrentSaveSlot
  1142. if Option == false then
  1143. if slot.Value == -1 then
  1144. Option = true
  1145. slot.RobloxLocked = true
  1146. Dupe.TextColor3 = Color3.new(0, 0.666667, 0)
  1147. end
  1148. else
  1149. Option = false
  1150. slot.RobloxLocked = false
  1151. Dupe.TextColor3 = Color3.new(1, 0, 0)
  1152. end
  1153. end)
  1154.  
  1155. --- Tool ---
  1156.  
  1157. Tool.MouseButton1Down:connect(function()
  1158. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1159. Tele.RequiresHandle = false
  1160. Tele.RobloxLocked = true
  1161. Tele.Name = "Tool"
  1162. Tele.ToolTip = "Teleport Tool"
  1163. Tele.Equipped:connect(function(Mouse)
  1164. Mouse.Button1Down:connect(function()
  1165. if Mouse.Target then
  1166. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1167. end
  1168. end)
  1169. end)
  1170. end)
Add Comment
Please, Sign In to add comment