AaronWang

Lumber Tycoon 2 Multi-Use Script

Apr 20th, 2019
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --[[
  2. Credits to everyone who made the guis and scripts in this GUI!
  3. Have Fun!
  4. Cracked By Aaron Wang
  5. --]]
  6.  
  7.  
  8. local ArilisLT2 = Instance.new("ScreenGui")
  9. local OpenFrame = Instance.new("Frame")
  10. local OpenButton = Instance.new("TextButton")
  11. local MainFrame = Instance.new("Frame")
  12. local ScriptsButton = Instance.new("TextButton")
  13. local TPButtons = Instance.new("TextButton")
  14. local CreditsLabel = Instance.new("TextLabel")
  15. local XMainButton = Instance.new("TextButton")
  16. local TPFrame = Instance.new("Frame")
  17. local XTPButton = Instance.new("TextButton")
  18. local WRUButton = Instance.new("TextButton")
  19. local StoresLabel = Instance.new("TextLabel")
  20. local FancyButton = Instance.new("TextButton")
  21. local BobButton = Instance.new("TextButton")
  22. local CarButton = Instance.new("TextButton")
  23. local LinkButton = Instance.new("TextButton")
  24. local WoodLabel = Instance.new("TextLabel")
  25. local CaveButton = Instance.new("TextButton")
  26. local LavaButton = Instance.new("TextButton")
  27. local SwampButton = Instance.new("TextButton")
  28. local PalmButton = Instance.new("TextButton")
  29. local EndButton = Instance.new("TextButton")
  30. local MiscLabel = Instance.new("TextLabel")
  31. local SpawnButton = Instance.new("TextButton")
  32. local DropoffButton = Instance.new("TextButton")
  33. local ShrineButton = Instance.new("TextButton")
  34. local DenButton = Instance.new("TextButton")
  35. local BoxButton = Instance.new("TextButton")
  36. local SkiButton = Instance.new("TextButton")
  37. local ManButton = Instance.new("TextButton")
  38. local ScriptsFrame = Instance.new("Frame")
  39. local XScriptButton = Instance.new("TextButton")
  40. local WalkButton = Instance.new("TextButton")
  41. local StealButton = Instance.new("TextButton")
  42. local DupeButton = Instance.new("TextButton")
  43. local GUILabel = Instance.new("TextLabel")
  44. local MiscLabel_2 = Instance.new("TextLabel")
  45. local GoldAxeButton = Instance.new("TextButton")
  46. local LeakedItemsButton = Instance.new("TextButton")
  47. local TPWoodButton = Instance.new("TextButton")
  48. local SellWoodButton = Instance.new("TextButton")
  49.  
  50. -- Properties
  51.  
  52. ArilisLT2.Name = "ArilisLT2"
  53. ArilisLT2.Parent = game.CoreGui
  54.  
  55. OpenFrame.Name = "OpenFrame"
  56. OpenFrame.Parent = ArilisLT2
  57. OpenFrame.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  58. OpenFrame.Position = UDim2.new(0, 0, 0.65408808, 0)
  59. OpenFrame.Size = UDim2.new(0, 124, 0, 40)
  60.  
  61. OpenButton.Name = "OpenButton"
  62. OpenButton.Parent = OpenFrame
  63. OpenButton.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  64. OpenButton.Size = UDim2.new(0, 124, 0, 40)
  65. OpenButton.Font = Enum.Font.Highway
  66. OpenButton.Text = "Open"
  67. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  68. OpenButton.TextScaled = true
  69. OpenButton.TextSize = 14
  70. OpenButton.TextWrapped = true
  71. OpenButton.MouseButton1Down:connect(function()
  72. OpenFrame.Visible = false
  73. MainFrame.Visible = true
  74. end)
  75.  
  76. MainFrame.Name = "MainFrame"
  77. MainFrame.Parent = ArilisLT2
  78. MainFrame.Active = true
  79. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  80. MainFrame.BorderSizePixel = 0
  81. MainFrame.Draggable = true
  82. MainFrame.Position = UDim2.new(0.819393933, 0, 0.421383649, 0)
  83. MainFrame.Size = UDim2.new(0, 287, 0, 194)
  84. MainFrame.Visible = false
  85.  
  86. ScriptsButton.Name = "ScriptsButton"
  87. ScriptsButton.Parent = MainFrame
  88. ScriptsButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  89. ScriptsButton.BorderSizePixel = 0
  90. ScriptsButton.Position = UDim2.new(0.188153312, 0, 0.108247422, 0)
  91. ScriptsButton.Size = UDim2.new(0, 179, 0, 45)
  92. ScriptsButton.Font = Enum.Font.Highway
  93. ScriptsButton.Text = "Scripts"
  94. ScriptsButton.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  95. ScriptsButton.TextSize = 25
  96. ScriptsButton.MouseButton1Down:connect(function()
  97. MainFrame.Visible = true
  98. XMainButton.Visible = false
  99. ScriptsFrame.Visible = true
  100. end)
  101.  
  102. TPButtons.Name = "TPButtons"
  103. TPButtons.Parent = MainFrame
  104. TPButtons.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  105. TPButtons.BorderSizePixel = 0
  106. TPButtons.Position = UDim2.new(0.188153312, 0, 0.427835047, 0)
  107. TPButtons.Size = UDim2.new(0, 179, 0, 45)
  108. TPButtons.Font = Enum.Font.Highway
  109. TPButtons.Text = "Teleports"
  110. TPButtons.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  111. TPButtons.TextSize = 25
  112. TPButtons.TextWrapped = true
  113. TPButtons.MouseButton1Down:connect(function()
  114. XMainButton.Visible = false
  115. TPFrame.Visible = true
  116. end)
  117.  
  118.  
  119. CreditsLabel.Name = "CreditsLabel"
  120. CreditsLabel.Parent = MainFrame
  121. CreditsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  122. CreditsLabel.BorderSizePixel = 0
  123. CreditsLabel.Position = UDim2.new(0, 0, 0.737113416, 0)
  124. CreditsLabel.Size = UDim2.new(0, 287, 0, 50)
  125. CreditsLabel.Font = Enum.Font.Highway
  126. CreditsLabel.Text = "Script By Arilis AKA IHackLegoGames @ V3RM"
  127. CreditsLabel.TextSize = 14
  128.  
  129. XMainButton.Name = "XMainButton"
  130. XMainButton.Parent = MainFrame
  131. XMainButton.BackgroundColor3 = Color3.new(1, 1, 1)
  132. XMainButton.BorderSizePixel = 0
  133. XMainButton.Position = UDim2.new(0.87108016, 0, 0, 0)
  134. XMainButton.Size = UDim2.new(0, 37, 0, 30)
  135. XMainButton.Font = Enum.Font.Highway
  136. XMainButton.Text = "-"
  137. XMainButton.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  138. XMainButton.TextScaled = true
  139. XMainButton.TextSize = 14
  140. XMainButton.TextWrapped = true
  141. XMainButton.MouseButton1Down:connect(function()
  142. MainFrame.Visible = false
  143. OpenFrame.Visible = true
  144. end)
  145.  
  146. TPFrame.Name = "TPFrame"
  147. TPFrame.Parent = ArilisLT2
  148. TPFrame.Active = true
  149. TPFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  150. TPFrame.BorderSizePixel = 0
  151. TPFrame.Draggable = true
  152. TPFrame.Position = UDim2.new(0.517575741, 0, 0.421383649, 0)
  153. TPFrame.Size = UDim2.new(0, 483, 0, 194)
  154. TPFrame.Visible = false
  155.  
  156. XTPButton.Name = "XTPButton"
  157. XTPButton.Parent = TPFrame
  158. XTPButton.BackgroundColor3 = Color3.new(1, 1, 1)
  159. XTPButton.BorderSizePixel = 0
  160. XTPButton.Position = UDim2.new(0.908616185, 0, 0, 0)
  161. XTPButton.Size = UDim2.new(0, 35, 0, 39)
  162. XTPButton.Font = Enum.Font.Highway
  163. XTPButton.Text = "-"
  164. XTPButton.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  165. XTPButton.TextScaled = true
  166. XTPButton.TextSize = 14
  167. XTPButton.TextWrapped = true
  168. XTPButton.MouseButton1Down:connect(function()
  169. TPFrame.Visible = false
  170. XMainButton.Visible = true
  171. end)
  172.  
  173. WRUButton.Name = "WRUButton"
  174. WRUButton.Parent = TPFrame
  175. WRUButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  176. WRUButton.BorderSizePixel = 0
  177. WRUButton.Position = UDim2.new(0.0383022763, 0, 0.354999989, 0)
  178. WRUButton.Size = UDim2.new(0, 98, 0, 27)
  179. WRUButton.Font = Enum.Font.SourceSans
  180. WRUButton.Text = "Woods R Us"
  181. WRUButton.TextSize = 14
  182. WRUButton.MouseButton1Down:connect(function()
  183. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(251, 2, 57))
  184. end)
  185.  
  186. StoresLabel.Name = "StoresLabel"
  187. StoresLabel.Parent = TPFrame
  188. StoresLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  189. StoresLabel.BorderSizePixel = 0
  190. StoresLabel.Position = UDim2.new(0.0186335407, 0, 0.0463917516, 0)
  191. StoresLabel.Size = UDim2.new(0, 119, 0, 21)
  192. StoresLabel.Font = Enum.Font.Highway
  193. StoresLabel.Text = "Stores"
  194. StoresLabel.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  195. StoresLabel.TextScaled = true
  196. StoresLabel.TextSize = 14
  197. StoresLabel.TextWrapped = true
  198.  
  199. FancyButton.Name = "FancyButton"
  200. FancyButton.Parent = TPFrame
  201. FancyButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  202. FancyButton.BorderSizePixel = 0
  203. FancyButton.Position = UDim2.new(0.0393374711, 0, 0.201030925, 0)
  204. FancyButton.Size = UDim2.new(0, 98, 0, 27)
  205. FancyButton.Font = Enum.Font.SourceSans
  206. FancyButton.Text = "Fancy Furnishing"
  207. FancyButton.TextSize = 14
  208. FancyButton.MouseButton1Down:connect(function()
  209. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1719))
  210. end)
  211.  
  212. BobButton.Name = "BobButton"
  213. BobButton.Parent = TPFrame
  214. BobButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  215. BobButton.BorderSizePixel = 0
  216. BobButton.Position = UDim2.new(0.0393374711, 0, 0.50999999, 0)
  217. BobButton.Size = UDim2.new(0, 98, 0, 27)
  218. BobButton.Font = Enum.Font.SourceSans
  219. BobButton.Text = "Bob's Shack"
  220. BobButton.TextSize = 14
  221. BobButton.MouseButton1Down:connect(function()
  222. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(259, 8, -2542))
  223. end)
  224.  
  225.  
  226. CarButton.Name = "CarButton"
  227. CarButton.Parent = TPFrame
  228. CarButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  229. CarButton.BorderSizePixel = 0
  230. CarButton.Position = UDim2.new(0.0383022763, 0, 0.66900003, 0)
  231. CarButton.Size = UDim2.new(0, 98, 0, 27)
  232. CarButton.Font = Enum.Font.SourceSans
  233. CarButton.Text = "Boxed Cars"
  234. CarButton.TextSize = 14
  235. CarButton.MouseButton1Down:connect(function()
  236. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(508, 3, -1463))
  237. end)
  238.  
  239. LinkButton.Name = "LinkButton"
  240. LinkButton.Parent = TPFrame
  241. LinkButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  242. LinkButton.BorderSizePixel = 0
  243. LinkButton.Position = UDim2.new(0.0383022763, 0, 0.828793824, 0)
  244. LinkButton.Size = UDim2.new(0, 98, 0, 27)
  245. LinkButton.Font = Enum.Font.SourceSans
  246. LinkButton.Text = "Link's Logic"
  247. LinkButton.TextSize = 14
  248. LinkButton.MouseButton1Down:connect(function()
  249. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4606, 7, -779))
  250. end)
  251.  
  252. WoodLabel.Name = "WoodLabel"
  253. WoodLabel.Parent = TPFrame
  254. WoodLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  255. WoodLabel.BorderSizePixel = 0
  256. WoodLabel.Position = UDim2.new(0.267080754, 0, 0.0463917516, 0)
  257. WoodLabel.Size = UDim2.new(0, 130, 0, 21)
  258. WoodLabel.Font = Enum.Font.Highway
  259. WoodLabel.Text = "Wood Locations"
  260. WoodLabel.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  261. WoodLabel.TextScaled = true
  262. WoodLabel.TextSize = 14
  263. WoodLabel.TextWrapped = true
  264.  
  265. CaveButton.Name = "CaveButton"
  266. CaveButton.Parent = TPFrame
  267. CaveButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  268. CaveButton.BorderSizePixel = 0
  269. CaveButton.Position = UDim2.new(0.300207019, 0, 0.201030925, 0)
  270. CaveButton.Size = UDim2.new(0, 98, 0, 27)
  271. CaveButton.Font = Enum.Font.SourceSans
  272. CaveButton.Text = "Cave"
  273. CaveButton.TextSize = 14
  274. CaveButton.MouseButton1Down:connect(function()
  275. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  276. end)
  277.  
  278. LavaButton.Name = "LavaButton"
  279. LavaButton.Parent = TPFrame
  280. LavaButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  281. LavaButton.BorderSizePixel = 0
  282. LavaButton.Position = UDim2.new(0.300207019, 0, 0.355670094, 0)
  283. LavaButton.Size = UDim2.new(0, 98, 0, 27)
  284. LavaButton.Font = Enum.Font.SourceSans
  285. LavaButton.Text = "Volcano"
  286. LavaButton.TextSize = 14
  287. LavaButton.MouseButton1Down:connect(function()
  288. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  289. end)
  290.  
  291. SwampButton.Name = "SwampButton"
  292. SwampButton.Parent = TPFrame
  293. SwampButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  294. SwampButton.BorderSizePixel = 0
  295. SwampButton.Position = UDim2.new(0.300207019, 0, 0.510309279, 0)
  296. SwampButton.Size = UDim2.new(0, 98, 0, 27)
  297. SwampButton.Font = Enum.Font.SourceSans
  298. SwampButton.Text = "Swamp"
  299. SwampButton.TextSize = 14
  300. SwampButton.MouseButton1Down:connect(function()
  301. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  302. end)
  303.  
  304. PalmButton.Name = "PalmButton"
  305. PalmButton.Parent = TPFrame
  306. PalmButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  307. PalmButton.BorderSizePixel = 0
  308. PalmButton.Position = UDim2.new(0.300207019, 0, 0.670103073, 0)
  309. PalmButton.Size = UDim2.new(0, 98, 0, 27)
  310. PalmButton.Font = Enum.Font.SourceSans
  311. PalmButton.Text = "Palm Island"
  312. PalmButton.TextSize = 14
  313. PalmButton.MouseButton1Down:connect(function()
  314. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2570, -5, -32))
  315. end)
  316.  
  317. EndButton.Name = "EndButton"
  318. EndButton.Parent = TPFrame
  319. EndButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  320. EndButton.BorderSizePixel = 0
  321. EndButton.Position = UDim2.new(0.300207019, 0, 0.829896867, 0)
  322. EndButton.Size = UDim2.new(0, 98, 0, 27)
  323. EndButton.Font = Enum.Font.SourceSans
  324. EndButton.Text = "End Times"
  325. EndButton.TextSize = 14
  326. EndButton.MouseButton1Down:connect(function()
  327. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -213, -950))
  328. end)
  329.  
  330. MiscLabel.Name = "MiscLabel"
  331. MiscLabel.Parent = TPFrame
  332. MiscLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  333. MiscLabel.BorderSizePixel = 0
  334. MiscLabel.Position = UDim2.new(0.596273303, 0, 0.0463917516, 0)
  335. MiscLabel.Size = UDim2.new(0, 130, 0, 21)
  336. MiscLabel.Font = Enum.Font.Highway
  337. MiscLabel.Text = "Misc Locations"
  338. MiscLabel.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  339. MiscLabel.TextScaled = true
  340. MiscLabel.TextSize = 14
  341. MiscLabel.TextWrapped = true
  342.  
  343. SpawnButton.Name = "SpawnButton"
  344. SpawnButton.Parent = TPFrame
  345. SpawnButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  346. SpawnButton.BorderSizePixel = 0
  347. SpawnButton.Position = UDim2.new(0.536231816, 0, 0.201030925, 0)
  348. SpawnButton.Size = UDim2.new(0, 98, 0, 27)
  349. SpawnButton.Font = Enum.Font.SourceSans
  350. SpawnButton.Text = "Spawn"
  351. SpawnButton.TextSize = 14
  352. SpawnButton.MouseButton1Down:connect(function()
  353. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  354. end)
  355.  
  356. DropoffButton.Name = "DropoffButton"
  357. DropoffButton.Parent = TPFrame
  358. DropoffButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  359. DropoffButton.BorderSizePixel = 0
  360. DropoffButton.Position = UDim2.new(0.536231816, 0, 0.355670094, 0)
  361. DropoffButton.Size = UDim2.new(0, 98, 0, 27)
  362. DropoffButton.Font = Enum.Font.SourceSans
  363. DropoffButton.Text = "Wood Dropoff"
  364. DropoffButton.TextSize = 14
  365. DropoffButton.MouseButton1Down:connect(function()
  366. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(314, -2, 123))
  367. end)
  368.  
  369. ShrineButton.Name = "ShrineButton"
  370. ShrineButton.Parent = TPFrame
  371. ShrineButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  372. ShrineButton.BorderSizePixel = 0
  373. ShrineButton.Position = UDim2.new(0.536231816, 0, 0.510309279, 0)
  374. ShrineButton.Size = UDim2.new(0, 98, 0, 27)
  375. ShrineButton.Font = Enum.Font.SourceSans
  376. ShrineButton.Text = "The Shrine"
  377. ShrineButton.TextSize = 14
  378. ShrineButton.MouseButton1Down:connect(function()
  379. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1606, 195, 929))
  380. end)
  381.  
  382.  
  383. DenButton.Name = "DenButton"
  384. DenButton.Parent = TPFrame
  385. DenButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  386. DenButton.BorderSizePixel = 0
  387. DenButton.Position = UDim2.new(0.536231816, 0, 0.670103073, 0)
  388. DenButton.Size = UDim2.new(0, 98, 0, 27)
  389. DenButton.Font = Enum.Font.SourceSans
  390. DenButton.Text = "The Den"
  391. DenButton.TextSize = 14
  392. DenButton.MouseButton1Down:connect(function()
  393. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  394. end)
  395.  
  396. BoxButton.Name = "BoxButton"
  397. BoxButton.Parent = TPFrame
  398. BoxButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  399. BoxButton.BorderSizePixel = 0
  400. BoxButton.Position = UDim2.new(0.536231816, 0, 0.829896867, 0)
  401. BoxButton.Size = UDim2.new(0, 98, 0, 27)
  402. BoxButton.Font = Enum.Font.SourceSans
  403. BoxButton.Text = "Green Box"
  404. BoxButton.TextSize = 14
  405. BoxButton.MouseButton1Down:connect(function()
  406. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1675, 348, 1476))
  407. end)
  408.  
  409. SkiButton.Name = "SkiButton"
  410. SkiButton.Parent = TPFrame
  411. SkiButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  412. SkiButton.BorderSizePixel = 0
  413. SkiButton.Position = UDim2.new(0.757763922, 0, 0.201030925, 0)
  414. SkiButton.Size = UDim2.new(0, 98, 0, 27)
  415. SkiButton.Font = Enum.Font.SourceSans
  416. SkiButton.Text = "Ski Lodge"
  417. SkiButton.TextSize = 14
  418. SkiButton.MouseButton1Down:connect(function()
  419. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1243, 63, 2305))
  420. end)
  421.  
  422. ManButton.Name = "ManButton"
  423. ManButton.Parent = TPFrame
  424. ManButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  425. ManButton.BorderSizePixel = 0
  426. ManButton.Position = UDim2.new(0.757763922, 0, 0.355670094, 0)
  427. ManButton.Size = UDim2.new(0, 98, 0, 27)
  428. ManButton.Font = Enum.Font.SourceSans
  429. ManButton.Text = "Strange Man"
  430. ManButton.TextSize = 14
  431. ManButton.MouseButton1Down:connect(function()
  432. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1130))
  433. end)
  434.  
  435.  
  436. ScriptsFrame.Name = "ScriptsFrame"
  437. ScriptsFrame.Parent = ArilisLT2
  438. ScriptsFrame.Active = true
  439. ScriptsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  440. ScriptsFrame.Draggable = true
  441. ScriptsFrame.Position = UDim2.new(0.518000007, 0, 0.421000004, 0)
  442. ScriptsFrame.Size = UDim2.new(0, 483, 0, 194)
  443. ScriptsFrame.Visible = false
  444.  
  445. XScriptButton.Name = "XScriptButton"
  446. XScriptButton.Parent = ScriptsFrame
  447. XScriptButton.BackgroundColor3 = Color3.new(1, 1, 1)
  448. XScriptButton.BorderSizePixel = 0
  449. XScriptButton.Position = UDim2.new(0.908616185, 0, 0, 0)
  450. XScriptButton.Size = UDim2.new(0, 35, 0, 39)
  451. XScriptButton.Font = Enum.Font.Highway
  452. XScriptButton.Text = "-"
  453. XScriptButton.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  454. XScriptButton.TextScaled = true
  455. XScriptButton.TextSize = 14
  456. XScriptButton.TextWrapped = true
  457. XScriptButton.MouseButton1Down:connect(function()
  458. ScriptsFrame.Visible = false
  459. XMainButton.Visible = true
  460. end)
  461.  
  462. WalkButton.Name = "WalkButton"
  463. WalkButton.Parent = ScriptsFrame
  464. WalkButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  465. WalkButton.BorderSizePixel = 0
  466. WalkButton.Position = UDim2.new(0.0372670814, 0, 0.237113401, 0)
  467. WalkButton.Size = UDim2.new(0, 83, 0, 31)
  468. WalkButton.Font = Enum.Font.SourceSans
  469. WalkButton.Text = "Walk Speed GUI"
  470. WalkButton.TextSize = 14
  471. WalkButton.TextWrapped = true
  472. WalkButton.MouseButton1Down:connect(function()
  473.  
  474.  
  475. -- Objects
  476.  
  477. local GUI = Instance.new("ScreenGui")
  478. local Main = Instance.new("Frame")
  479. local Creds = Instance.new("TextLabel")
  480. local WSValue = Instance.new("TextBox")
  481. local JPValue = Instance.new("TextBox")
  482. local JP = Instance.new("TextLabel")
  483. local WS = Instance.new("TextLabel")
  484. -- Properties
  485.  
  486. GUI.Name = "GUI"
  487. GUI.Parent = game.Players.LocalPlayer.PlayerGui
  488.  
  489. Main.Name = "Main"
  490. Main.Parent = GUI
  491. Main.Active = true
  492. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  493. Main.BorderSizePixel = 0
  494. Main.Draggable = true
  495. Main.Position = UDim2.new(0, 0, 0.5, -103)
  496. Main.Size = UDim2.new(0, 392, 0, 217)
  497.  
  498. Creds.Name = "Creds"
  499. Creds.Parent = Main
  500. Creds.BackgroundColor3 = Color3.new(1, 1, 1)
  501. Creds.BorderSizePixel = 0
  502. Creds.Position = UDim2.new(0, 0, 0.769585252, 0)
  503. Creds.Size = UDim2.new(0, 392, 0, 50)
  504. Creds.Font = Enum.Font.SourceSansLight
  505. Creds.Text = "Made by: Hoofer\nIdea by: Goldenaxelord"
  506. Creds.TextScaled = true
  507. Creds.TextSize = 14
  508. Creds.TextWrapped = true
  509.  
  510. WSValue.Name = "WSValue"
  511. WSValue.Parent = Main
  512. WSValue.BackgroundColor3 = Color3.new(0.207843, 0.658824, 1)
  513. WSValue.BorderSizePixel = 0
  514. WSValue.Position = UDim2.new(0.0382653065, 0, 0.129032254, 0)
  515. WSValue.Size = UDim2.new(0, 357, 0, 26)
  516. WSValue.Font = Enum.Font.SourceSansLight
  517. WSValue.Text = "16"
  518. WSValue.TextSize = 25
  519.  
  520. JPValue.Name = "JPValue"
  521. JPValue.Parent = Main
  522. JPValue.BackgroundColor3 = Color3.new(0.207843, 0.658824, 1)
  523. JPValue.BorderSizePixel = 0
  524. JPValue.Position = UDim2.new(0.0382653065, 0, 0.48617512, 0)
  525. JPValue.Size = UDim2.new(0, 357, 0, 26)
  526. JPValue.Font = Enum.Font.SourceSansLight
  527. JPValue.Text = "50"
  528. JPValue.TextSize = 25
  529.  
  530. JP.Name = "JP"
  531. JP.Parent = Main
  532. JP.BackgroundColor3 = Color3.new(1, 1, 1)
  533. JP.BorderSizePixel = 0
  534. JP.Position = UDim2.new(0, 0, 0.357142866, 0)
  535. JP.Size = UDim2.new(0, 392, 0, 28)
  536. JP.Font = Enum.Font.SourceSansLight
  537. JP.Text = "JumpPower"
  538. JP.TextScaled = true
  539. JP.TextSize = 14
  540. JP.TextWrapped = true
  541.  
  542. WS.Name = "WS"
  543. WS.Parent = Main
  544. WS.BackgroundColor3 = Color3.new(1, 1, 1)
  545. WS.BorderSizePixel = 0
  546. WS.Size = UDim2.new(0, 392, 0, 28)
  547. WS.Font = Enum.Font.SourceSansLight
  548. WS.Text = "WalkSpeed"
  549. WS.TextScaled = true
  550. WS.TextSize = 14
  551. WS.TextWrapped = true
  552.  
  553.  
  554.  
  555. while true do
  556. wait()
  557. local human = game.Players.LocalPlayer.Character.Humanoid
  558. human.WalkSpeed = WSValue.Text
  559. human.JumpPower = JPValue.Text
  560. end
  561.  
  562. local open = true
  563. end)
  564.  
  565. StealButton.Name = "StealButton"
  566. StealButton.Parent = ScriptsFrame
  567. StealButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  568. StealButton.BorderSizePixel = 0
  569. StealButton.Position = UDim2.new(0.0372670814, 0, 0.410876274, 0)
  570. StealButton.Size = UDim2.new(0, 83, 0, 31)
  571. StealButton.Font = Enum.Font.SourceSans
  572. StealButton.Text = "Steal Wood GUI"
  573. StealButton.TextSize = 14
  574. StealButton.TextWrapped = true
  575. StealButton.MouseButton1Down:connect(function()
  576. Option = false
  577. Found = false
  578. Tool = "None"
  579. Down = false
  580. Mouse = game.Players.LocalPlayer:GetMouse()
  581.  
  582. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  583. players = game.Players
  584. for i, v in pairs(players:GetPlayers()) do
  585. if v.Name ~= players.LocalPlayer.Name then
  586. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  587. end
  588. end
  589. players.PlayerAdded:connect(function(plr)
  590. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  591. end)
  592.  
  593. function move(object)
  594. object:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, -4, 5))
  595. object.WoodSection.Anchored = true
  596. wait(2)
  597. object.WoodSection.Anchored = false
  598. end
  599.  
  600. function tree(object, class)
  601. for i, v in pairs(object:GetChildren()) do
  602. if v.Name == "TreeClass" then
  603. if v.Value == class then
  604. if Found == false then
  605. move(object)
  606. Found = true
  607. end
  608. end
  609. end
  610. end
  611. end
  612.  
  613. function cut(object, class)
  614. for i, v in pairs(object:GetChildren()) do
  615. if v.Name == "TreeClass" then
  616. if v.Value == class then
  617. for a, b in pairs(object:GetChildren()) do
  618. if b.Name == "Owner" then
  619. for c, d in pairs(b:GetChildren()) do
  620. if d.Name == "OwnerString" then
  621. if d.Value == game.Players.LocalPlayer.Name then
  622. move(object)
  623. else
  624. if d.Value == "" then
  625. move(object)
  626. end
  627. end
  628. end
  629. end
  630. end
  631. end
  632. end
  633. end
  634. end
  635. end
  636.  
  637. local Text = Instance.new("TextLabel")
  638. local Main = Instance.new("Frame")
  639. local CF = Instance.new("ScreenGui")
  640. local CG69 = game.CoreGui
  641. local Tab1 = Instance.new("TextButton")
  642. local Tab2 = Instance.new("TextButton")
  643. local Tab3 = Instance.new("TextButton")
  644. local TTab1 = Instance.new("Frame")
  645. local TTab2 = Instance.new("Frame")
  646. local TTab3 = Instance.new("Frame")
  647. local Close = Instance.new("TextButton")
  648. local Depart = Instance.new("TextLabel")
  649.  
  650.  
  651. local place = UDim2.new(0, 0, 0, 70)
  652. local size = UDim2.new(0, 300, 0, 100)
  653.  
  654. CF.Name = "GO!!"
  655. CF.Parent = CG69
  656. local CGG = CG69["GO!!"]
  657.  
  658.  
  659. Main.Name = "Main"
  660. Main.Parent = CF
  661. Main.BackgroundColor3 = Color3.new(0.1, 0.6, 0.3)
  662. Main.BorderColor3 = Color3.new(0, 0, 0)
  663. Main.Position = UDim2.new(0, 500, 0, 500)
  664. Main.Size = UDim2.new(0, 300, 0, 75)
  665. Main.Visible = true
  666. Main.Draggable = true
  667. Main.Active = true
  668.  
  669. Text.Name = "Text"
  670. Text.Parent = Main
  671. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  672. Text.BackgroundTransparency = 1
  673. Text.Position = UDim2.new(0.45, 0, 0, 0)
  674. Text.Size = UDim2.new(0, 20, 0, 35)
  675. Text.Font = Enum.Font.SourceSansBold
  676. Text.FontSize = Enum.FontSize.Size18
  677. Text.Text = "GUI Not in Use"
  678. Text.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  679. Text.TextSize = 18
  680.  
  681. Depart .Name = "Depart"
  682. Depart .Parent = Main
  683. Depart .BackgroundColor3 = Color3.new(1, 1, 1)
  684. Depart .BackgroundTransparency = 1
  685. Depart .Position = UDim2.new(0, 150, 0, 0)
  686. Depart .Size = UDim2.new(0, 1, 0, 10)
  687. Depart .Font = Enum.Font.SourceSansBold
  688. Depart .FontSize = Enum.FontSize.Size18
  689. Depart .Text = "Time To Departure: 0"
  690. Depart .TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  691. Depart .TextSize = 18
  692.  
  693. Tab1.Name = "Basic"
  694. Tab1.Parent = Main
  695. Tab1.BackgroundColor3 = Color3.new(0.3, 0.6, 0.9)
  696. Tab1.Position = UDim2.new(0, 0, 0, 35)
  697. Tab1.Size = UDim2.new(0, 80, 0, 20)
  698. Tab1.Font = Enum.Font.Cartoon
  699. Tab1.FontSize = Enum.FontSize.Size14
  700. Tab1.Text = "Basic Tab"
  701. Tab1.TextSize = 18
  702.  
  703. Tab2.Name = "UTrees"
  704. Tab2.Parent = Main
  705. Tab2.BackgroundColor3 = Color3.new(1, 0, 0)
  706. Tab2.Position = UDim2.new(0, 110, 0, 35)
  707. Tab2.Size = UDim2.new(0, 80, 0, 20)
  708. Tab2.Font = Enum.Font.Cartoon
  709. Tab2.FontSize = Enum.FontSize.Size14
  710. Tab2.Text = "UTrees"
  711. Tab2.TextSize = 18
  712.  
  713. Tab3.Name = "CTrees"
  714. Tab3.Parent = Main
  715. Tab3.BackgroundColor3 = Color3.new(0.5, 0.8, 0.2)
  716. Tab3.Position = UDim2.new(0, 220, 0, 35)
  717. Tab3.Size = UDim2.new(0, 80, 0, 20)
  718. Tab3.Font = Enum.Font.Cartoon
  719. Tab3.FontSize = Enum.FontSize.Size14
  720. Tab3.Text = "CTrees"
  721. Tab3.TextSize = 18
  722.  
  723. TTab1.Name = "GunsTab"
  724. TTab1.Parent = Main
  725. TTab1.BackgroundColor3 = Color3.new(0, 0, 0)
  726. TTab1.BorderColor3 = Color3.new(1, 1, 1)
  727. TTab1.Position = place
  728. TTab1.Size = size
  729. TTab1.Visible = true
  730.  
  731. TTab2.Name = "ItemsTab"
  732. TTab2.Parent = Main
  733. TTab2.BackgroundColor3 = Color3.new(1, 1, 1)
  734. TTab2.BorderColor3 = Color3.new(0, 0, 0)
  735. TTab2.Position = place
  736. TTab2.Size = size
  737. TTab2.Visible = false
  738.  
  739. TTab3.Name = "StatsTab"
  740. TTab3.Parent = Main
  741. TTab3.BackgroundColor3 = Color3.new(0, 1, 0)
  742. TTab3.BorderColor3 = Color3.new(1, 0, 1)
  743. TTab3.Position = place
  744. TTab3.Size = size
  745. TTab3.Visible = false
  746.  
  747. Close.Name = "X"
  748. Close.Parent = Main
  749. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  750. Close.Position = UDim2.new(0, 275, 0, 0)
  751. Close.Size = UDim2.new(0, 25, 0, 25)
  752. Close.Font = Enum.Font.Cartoon
  753. Close.FontSize = Enum.FontSize.Size14
  754. Close.Text = "X"
  755. Close.TextSize = 14
  756.  
  757.  
  758. -- Tab 1 Buttons --
  759. Dupe = Instance.new("TextButton")
  760. DupeLabel = Instance.new("TextLabel")
  761. Steal = Instance.new("TextButton")
  762. CopyTool = Instance.new("TextButton")
  763. DeleteTool = Instance.new("TextButton")
  764. MoveTool = Instance.new("TextButton")
  765.  
  766. Dupe.Name = "Dupe"
  767. Dupe.Parent = TTab1
  768. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  769. Dupe.Position = UDim2.new(0, 105, 0, 54)
  770. Dupe.Size = UDim2.new(0,85, 0, 25)
  771. Dupe.Font = Enum.Font.Cartoon
  772. Dupe.FontSize = Enum.FontSize.Size14
  773. Dupe.Text = "Dupe"
  774. Dupe.TextSize = 14
  775.  
  776. DupeLabel.Name = "Dupe"
  777. DupeLabel.Parent = TTab1
  778. DupeLabel.BackgroundColor3 = Color3.new(0.7, 0, 0)
  779. DupeLabel.BackgroundTransparency = 1
  780. DupeLabel.Position = UDim2.new(0, 105, 0, 74)
  781. DupeLabel.Size = UDim2.new(0,85, 0, 25)
  782. DupeLabel.Font = Enum.Font.Cartoon
  783. DupeLabel.FontSize = Enum.FontSize.Size14
  784. DupeLabel.Text = "Current save Will Save"
  785. DupeLabel.TextColor3 = Color3.new(255, 255, 255)
  786. DupeLabel.TextSize = 14
  787.  
  788. Steal.Name = "Dupe"
  789. Steal.Parent = TTab1
  790. Steal.BackgroundColor3 = Color3.new(1, 1, 1)
  791. Steal.Position = UDim2.new(0, 105, 0, 31)
  792. Steal.Size = UDim2.new(0,85, 0, 25)
  793. Steal.Font = Enum.Font.Cartoon
  794. Steal.FontSize = Enum.FontSize.Size14
  795. Steal.Text = "Steal"
  796. Steal.TextSize = 14
  797.  
  798. CopyTool.Name = "CopyTool"
  799. CopyTool.Parent = TTab1
  800. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  801. CopyTool.Position = UDim2.new(0, 1, 0, 1)
  802. CopyTool.Size = UDim2.new(0,85, 0, 25)
  803. CopyTool.Font = Enum.Font.Cartoon
  804. CopyTool.FontSize = Enum.FontSize.Size14
  805. CopyTool.Text = "Copy"
  806. CopyTool.TextSize = 14
  807.  
  808. DeleteTool.Name = "DeleteTool"
  809. DeleteTool.Parent = TTab1
  810. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  811. DeleteTool.Position = UDim2.new(0, 90, 0, 1)
  812. DeleteTool.Size = UDim2.new(0,85, 0, 25)
  813. DeleteTool.Font = Enum.Font.Cartoon
  814. DeleteTool.FontSize = Enum.FontSize.Size14
  815. DeleteTool.Text = "Delete"
  816. DeleteTool.TextSize = 14
  817.  
  818. MoveTool.Name = "MoveTool"
  819. MoveTool.Parent = TTab1
  820. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  821. MoveTool.Position = UDim2.new(0, 179, 0, 1)
  822. MoveTool.Size = UDim2.new(0,85, 0, 25)
  823. MoveTool.Font = Enum.Font.Cartoon
  824. MoveTool.FontSize = Enum.FontSize.Size14
  825. MoveTool.Text = "Move"
  826. MoveTool.TextSize = 14
  827.  
  828. -- end --
  829.  
  830.  
  831.  
  832. -- Tab 1 Button Functions --
  833. Dupe.MouseButton1Down:connect(function()
  834. plr = game:GetService("Players").LocalPlayer
  835. slot = plr.CurrentSaveSlot
  836. if Option == false then
  837. if slot.Value == -1 then
  838. Option = true
  839. slot.RobloxLocked = true
  840. Dupe.BackgroundColor3 = Color3.new(0, 1, 0)
  841. DupeLabel.Text = "Current save Will Not Save"
  842. end
  843. else
  844. Option = false
  845. slot.RobloxLocked = false
  846. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  847. DupeLabel.Text = "Current save Will Save"
  848. end
  849. end)
  850.  
  851. Steal.MouseButton1Down:connect(function()
  852. Owner = false
  853. for i, v in pairs(game.Workspace:GetChildren()) do
  854. if v.Name == "Owner" then
  855. Owner = true
  856. end
  857. end
  858.  
  859. if Owner == false then
  860. for i, v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  861. for a, b in pairs(v:GetChildren()) do
  862. if b.Name == "Owner" then
  863. for c, d in pairs(b:GetChildren()) do
  864. if d:IsA("StringValue") then
  865. if d.Value == game.Players.LocalPlayer.Name then
  866. object = b
  867. end
  868. end
  869. end
  870. end
  871. end
  872. end
  873.  
  874. print("Copied")
  875.  
  876. if object then
  877. Owner = true
  878. object:clone().Parent = game.Workspace
  879. end
  880. end
  881. wait()
  882.  
  883. if Owner == true then
  884. print("Copying")
  885. for i, v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  886. for a, b in pairs(v:GetChildren()) do
  887. if b.Name == "Owner" then
  888. b:remove()
  889. game.Workspace.Owner:clone().Parent = v
  890. end
  891. end
  892. end
  893. end
  894.  
  895. end)
  896.  
  897. CopyTool.MouseButton1Down:connect(function()
  898. if Tool == "Copy" then
  899. Tool = "None"
  900. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  901. else
  902. Tool = "Copy"
  903. CopyTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  904. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  905. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  906. end
  907. end)
  908.  
  909. DeleteTool.MouseButton1Down:connect(function()
  910. if Tool == "Delete" then
  911. Tool = "Nothing"
  912. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  913. else
  914. Tool = "Delete"
  915. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  916. DeleteTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  917. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  918. end
  919. end)
  920.  
  921. MoveTool.MouseButton1Down:connect(function()
  922. if Tool == "Move" then
  923. Tool = "Nothing"
  924. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  925. else
  926. Tool = "Move"
  927. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  928. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  929. MoveTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  930.  
  931. end
  932. end)
  933.  
  934. -- end --
  935.  
  936. -- Tab2 Buttons --
  937. Birch = Instance.new("TextButton")
  938. CaveCrawler = Instance.new("TextButton")
  939. Cherry = Instance.new("TextButton")
  940. Fir = Instance.new("TextButton")
  941. Generic = Instance.new("TextButton")
  942. GoldSwampy = Instance.new("TextButton")
  943. GreenSwampy = Instance.new("TextButton")
  944. Koa = Instance.new("TextButton")
  945. LoneCave = Instance.new("TextButton")
  946. Oak = Instance.new("TextButton")
  947. Palm = Instance.new("TextButton")
  948. Pine = Instance.new("TextButton")
  949. Volcano = Instance.new("TextButton")
  950. Walnut = Instance.new("TextButton")
  951.  
  952. Birch.Name = "Birch"
  953. Birch.Parent = TTab2
  954. Birch.BackgroundColor3 = Color3.new(0, 1, 1)
  955. Birch.Position = UDim2.new(0, 1, 0, 1)
  956. Birch.Size = UDim2.new(0,70, 0, 25)
  957. Birch.Font = Enum.Font.Cartoon
  958. Birch.FontSize = Enum.FontSize.Size14
  959. Birch.Text = "Birch"
  960. Birch.TextSize = 14
  961.  
  962. CaveCrawler.Name = "CaveCrawler"
  963. CaveCrawler.Parent = TTab2
  964. CaveCrawler.BackgroundColor3 = Color3.new(0, 1, 1)
  965. CaveCrawler.Position = UDim2.new(0, 71, 0, 1)
  966. CaveCrawler.Size = UDim2.new(0,70, 0, 25)
  967. CaveCrawler.Font = Enum.Font.Cartoon
  968. CaveCrawler.FontSize = Enum.FontSize.Size14
  969. CaveCrawler.Text = "CaveCrawler"
  970. CaveCrawler.TextSize = 14
  971.  
  972. Cherry.Name = "Cherry"
  973. Cherry.Parent = TTab2
  974. Cherry.BackgroundColor3 = Color3.new(0, 1, 1)
  975. Cherry.Position = UDim2.new(0, 141, 0, 1)
  976. Cherry.Size = UDim2.new(0,70, 0, 25)
  977. Cherry.Font = Enum.Font.Cartoon
  978. Cherry.FontSize = Enum.FontSize.Size14
  979. Cherry.Text = "Cherry"
  980. Cherry.TextSize = 14
  981.  
  982. Fir.Name = "Fir"
  983. Fir.Parent = TTab2
  984. Fir.BackgroundColor3 = Color3.new(0, 1, 1)
  985. Fir.Position = UDim2.new(0, 211, 0, 1)
  986. Fir.Size = UDim2.new(0,70, 0, 25)
  987. Fir.Font = Enum.Font.Cartoon
  988. Fir.FontSize = Enum.FontSize.Size14
  989. Fir.Text = "Fir"
  990. Fir.TextSize = 14
  991.  
  992. Generic.Name = "Generic"
  993. Generic.Parent = TTab2
  994. Generic.BackgroundColor3 = Color3.new(0, 1, 1)
  995. Generic.Position = UDim2.new(0, 1, 0, 26)
  996. Generic.Size = UDim2.new(0,70, 0, 25)
  997. Generic.Font = Enum.Font.Cartoon
  998. Generic.FontSize = Enum.FontSize.Size14
  999. Generic.Text = "Generic"
  1000. Generic.TextSize = 14
  1001.  
  1002. GoldSwampy.Name = "GoldSwampy"
  1003. GoldSwampy.Parent = TTab2
  1004. GoldSwampy.BackgroundColor3 = Color3.new(0, 1, 1)
  1005. GoldSwampy.Position = UDim2.new(0, 71, 0, 26)
  1006. GoldSwampy.Size = UDim2.new(0,70, 0, 25)
  1007. GoldSwampy.Font = Enum.Font.Cartoon
  1008. GoldSwampy.FontSize = Enum.FontSize.Size14
  1009. GoldSwampy.Text = "Gold"
  1010. GoldSwampy.TextSize = 14
  1011.  
  1012. GreenSwampy.Name = "GreenSwampy"
  1013. GreenSwampy.Parent = TTab2
  1014. GreenSwampy.BackgroundColor3 = Color3.new(0, 1, 1)
  1015. GreenSwampy.Position = UDim2.new(0, 141, 0, 26)
  1016. GreenSwampy.Size = UDim2.new(0,70, 0, 25)
  1017. GreenSwampy.Font = Enum.Font.Cartoon
  1018. GreenSwampy.FontSize = Enum.FontSize.Size14
  1019. GreenSwampy.Text = "Green"
  1020. GreenSwampy.TextSize = 14
  1021.  
  1022. Koa.Name = "Koa"
  1023. Koa.Parent = TTab2
  1024. Koa.BackgroundColor3 = Color3.new(0, 1, 1)
  1025. Koa.Position = UDim2.new(0, 211, 0, 26)
  1026. Koa.Size = UDim2.new(0,70, 0, 25)
  1027. Koa.Font = Enum.Font.Cartoon
  1028. Koa.FontSize = Enum.FontSize.Size14
  1029. Koa.Text = "Koa"
  1030. Koa.TextSize = 14
  1031.  
  1032. LoneCave.Name = "LoneCave"
  1033. LoneCave.Parent = TTab2
  1034. LoneCave.BackgroundColor3 = Color3.new(0, 1, 1)
  1035. LoneCave.Position = UDim2.new(0, 1, 0, 51)
  1036. LoneCave.Size = UDim2.new(0,70, 0, 25)
  1037. LoneCave.Font = Enum.Font.Cartoon
  1038. LoneCave.FontSize = Enum.FontSize.Size14
  1039. LoneCave.Text = "LoneCave"
  1040. LoneCave.TextSize = 14
  1041.  
  1042. Oak.Name = "Oak"
  1043. Oak.Parent = TTab2
  1044. Oak.BackgroundColor3 = Color3.new(0, 1, 1)
  1045. Oak.Position = UDim2.new(0, 71, 0, 51)
  1046. Oak.Size = UDim2.new(0,70, 0, 25)
  1047. Oak.Font = Enum.Font.Cartoon
  1048. Oak.FontSize = Enum.FontSize.Size14
  1049. Oak.Text = "Oak"
  1050. Oak.TextSize = 14
  1051.  
  1052. Palm.Name = "Palm"
  1053. Palm.Parent = TTab2
  1054. Palm.BackgroundColor3 = Color3.new(0, 1, 1)
  1055. Palm.Position = UDim2.new(0, 141, 0, 51)
  1056. Palm.Size = UDim2.new(0,70, 0, 25)
  1057. Palm.Font = Enum.Font.Cartoon
  1058. Palm.FontSize = Enum.FontSize.Size14
  1059. Palm.Text = "Palm"
  1060. Palm.TextSize = 14
  1061.  
  1062. Pine.Name = "Pine"
  1063. Pine.Parent = TTab2
  1064. Pine.BackgroundColor3 = Color3.new(0, 1, 1)
  1065. Pine.Position = UDim2.new(0, 211, 0, 51)
  1066. Pine.Size = UDim2.new(0,70, 0, 25)
  1067. Pine.Font = Enum.Font.Cartoon
  1068. Pine.FontSize = Enum.FontSize.Size14
  1069. Pine.Text = "Pine"
  1070. Pine.TextSize = 14
  1071.  
  1072. Volcano.Name = "Volcano"
  1073. Volcano.Parent = TTab2
  1074. Volcano.BackgroundColor3 = Color3.new(0, 1, 1)
  1075. Volcano.Position = UDim2.new(0, 1, 0, 76)
  1076. Volcano.Size = UDim2.new(0,70, 0, 25)
  1077. Volcano.Font = Enum.Font.Cartoon
  1078. Volcano.FontSize = Enum.FontSize.Size14
  1079. Volcano.Text = "Volcano"
  1080. Volcano.TextSize = 14
  1081.  
  1082. Walnut.Name = "Walnut"
  1083. Walnut.Parent = TTab2
  1084. Walnut.BackgroundColor3 = Color3.new(0, 1, 1)
  1085. Walnut.Position = UDim2.new(0, 71, 0, 76)
  1086. Walnut.Size = UDim2.new(0,70, 0, 25)
  1087. Walnut.Font = Enum.Font.Cartoon
  1088. Walnut.FontSize = Enum.FontSize.Size14
  1089. Walnut.Text = "Walnut"
  1090. Walnut.TextSize = 14
  1091.  
  1092. -- end --
  1093.  
  1094. -- Tab2 Button Functions --
  1095. Birch.MouseButton1Down:connect(function()
  1096. Found = false
  1097. for i, v in pairs(game.Workspace:GetChildren()) do
  1098. if v.Name == "TreeRegion" then
  1099. for a, b in pairs(v:GetChildren()) do
  1100. tree(b, "Birch")
  1101. end
  1102. end
  1103. end
  1104. end)
  1105.  
  1106. CaveCrawler.MouseButton1Down:connect(function()
  1107. Found = false
  1108. for i, v in pairs(game.Workspace:GetChildren()) do
  1109. if v.Name == "TreeRegion" then
  1110. for a, b in pairs(v:GetChildren()) do
  1111. tree(b, "CaveCrawler")
  1112. end
  1113. end
  1114. end
  1115. end)
  1116.  
  1117. Cherry.MouseButton1Down:connect(function()
  1118. Found = false
  1119. for i, v in pairs(game.Workspace:GetChildren()) do
  1120. if v.Name == "TreeRegion" then
  1121. for a, b in pairs(v:GetChildren()) do
  1122. tree(b, "Cherry")
  1123. end
  1124. end
  1125. end
  1126. end)
  1127.  
  1128. Fir.MouseButton1Down:connect(function()
  1129. Found = false
  1130. for i, v in pairs(game.Workspace:GetChildren()) do
  1131. if v.Name == "TreeRegion" then
  1132. for a, b in pairs(v:GetChildren()) do
  1133. tree(b, "Fir")
  1134. end
  1135. end
  1136. end
  1137. end)
  1138.  
  1139. Generic.MouseButton1Down:connect(function()
  1140. Found = false
  1141. for i, v in pairs(game.Workspace:GetChildren()) do
  1142. if v.Name == "TreeRegion" then
  1143. for a, b in pairs(v:GetChildren()) do
  1144. tree(b, "Generic")
  1145. end
  1146. end
  1147. end
  1148. end)
  1149.  
  1150. GoldSwampy.MouseButton1Down:connect(function()
  1151. Found = false
  1152. for i, v in pairs(game.Workspace:GetChildren()) do
  1153. if v.Name == "TreeRegion" then
  1154. for a, b in pairs(v:GetChildren()) do
  1155. tree(b, "GoldSwampy")
  1156. end
  1157. end
  1158. end
  1159. end)
  1160.  
  1161. GreenSwampy.MouseButton1Down:connect(function()
  1162. Found = false
  1163. for i, v in pairs(game.Workspace:GetChildren()) do
  1164. if v.Name == "TreeRegion" then
  1165. for a, b in pairs(v:GetChildren()) do
  1166. tree(b, "GreenSwampy")
  1167. end
  1168. end
  1169. end
  1170. end)
  1171.  
  1172. Koa.MouseButton1Down:connect(function()
  1173. Found = false
  1174. for i, v in pairs(game.Workspace:GetChildren()) do
  1175. if v.Name == "TreeRegion" then
  1176. for a, b in pairs(v:GetChildren()) do
  1177. tree(b, "Koa")
  1178. end
  1179. end
  1180. end
  1181. end)
  1182.  
  1183. LoneCave.MouseButton1Down:connect(function()
  1184. Found = false
  1185. for i, v in pairs(game.Workspace:GetChildren()) do
  1186. if v.Name == "TreeRegion" then
  1187. for a, b in pairs(v:GetChildren()) do
  1188. tree(b, "LoneCave")
  1189. end
  1190. end
  1191. end
  1192. end)
  1193.  
  1194. Oak.MouseButton1Down:connect(function()
  1195. Found = false
  1196. for i, v in pairs(game.Workspace:GetChildren()) do
  1197. if v.Name == "TreeRegion" then
  1198. for a, b in pairs(v:GetChildren()) do
  1199. tree(b, "Oak")
  1200. end
  1201. end
  1202. end
  1203. end)
  1204.  
  1205. Palm.MouseButton1Down:connect(function()
  1206. Found = false
  1207. for i, v in pairs(game.Workspace:GetChildren()) do
  1208. if v.Name == "TreeRegion" then
  1209. for a, b in pairs(v:GetChildren()) do
  1210. tree(b, "Palm")
  1211. end
  1212. end
  1213. end
  1214. end)
  1215.  
  1216. Pine.MouseButton1Down:connect(function()
  1217. Found = false
  1218. for i, v in pairs(game.Workspace:GetChildren()) do
  1219. if v.Name == "TreeRegion" then
  1220. for a, b in pairs(v:GetChildren()) do
  1221. tree(b, "Pine")
  1222. end
  1223. end
  1224. end
  1225. end)
  1226.  
  1227. Volcano.MouseButton1Down:connect(function()
  1228. Found = false
  1229. for i, v in pairs(game.Workspace:GetChildren()) do
  1230. if v.Name == "TreeRegion" then
  1231. for a, b in pairs(v:GetChildren()) do
  1232. tree(b, "Volcano")
  1233. end
  1234. end
  1235. end
  1236. end)
  1237.  
  1238. Walnut.MouseButton1Down:connect(function()
  1239. Found = false
  1240. for i, v in pairs(game.Workspace:GetChildren()) do
  1241. if v.Name == "TreeRegion" then
  1242. for a, b in pairs(v:GetChildren()) do
  1243. tree(b, "Walnut")
  1244. end
  1245. end
  1246. end
  1247. end)
  1248.  
  1249. -- end --
  1250.  
  1251. -- Tab3 Buttons --
  1252. Birch2 = Instance.new("TextButton")
  1253. CaveCrawler2 = Instance.new("TextButton")
  1254. Cherry2 = Instance.new("TextButton")
  1255. Fir2 = Instance.new("TextButton")
  1256. Generic2 = Instance.new("TextButton")
  1257. GoldSwampy2 = Instance.new("TextButton")
  1258. GreenSwampy2 = Instance.new("TextButton")
  1259. Koa2 = Instance.new("TextButton")
  1260. LoneCave2 = Instance.new("TextButton")
  1261. Oak2 = Instance.new("TextButton")
  1262. Palm2 = Instance.new("TextButton")
  1263. Pine2 = Instance.new("TextButton")
  1264. Volcano2 = Instance.new("TextButton")
  1265. Walnut2 = Instance.new("TextButton")
  1266.  
  1267. Birch2.Name = "Birch"
  1268. Birch2.Parent = TTab3
  1269. Birch2.BackgroundColor3 = Color3.new(1, 1, 0)
  1270. Birch2.Position = UDim2.new(0, 1, 0, 1)
  1271. Birch2.Size = UDim2.new(0,70, 0, 25)
  1272. Birch2.Font = Enum.Font.Cartoon
  1273. Birch2.FontSize = Enum.FontSize.Size14
  1274. Birch2.Text = "Birch"
  1275. Birch2.TextSize = 14
  1276.  
  1277. CaveCrawler2.Name = "CaveCrawler"
  1278. CaveCrawler2.Parent = TTab3
  1279. CaveCrawler2.BackgroundColor3 = Color3.new(1, 1, 0)
  1280. CaveCrawler2.Position = UDim2.new(0, 71, 0, 1)
  1281. CaveCrawler2.Size = UDim2.new(0,70, 0, 25)
  1282. CaveCrawler2.Font = Enum.Font.Cartoon
  1283. CaveCrawler2.FontSize = Enum.FontSize.Size14
  1284. CaveCrawler2.Text = "CaveCrawler"
  1285. CaveCrawler2.TextSize = 14
  1286.  
  1287. Cherry2.Name = "Cherry"
  1288. Cherry2.Parent = TTab3
  1289. Cherry2.BackgroundColor3 = Color3.new(1, 1, 0)
  1290. Cherry2.Position = UDim2.new(0, 141, 0, 1)
  1291. Cherry2.Size = UDim2.new(0,70, 0, 25)
  1292. Cherry2.Font = Enum.Font.Cartoon
  1293. Cherry2.FontSize = Enum.FontSize.Size14
  1294. Cherry2.Text = "Cherry"
  1295. Cherry2.TextSize = 14
  1296.  
  1297. Fir2.Name = "Fir"
  1298. Fir2.Parent = TTab3
  1299. Fir2.BackgroundColor3 = Color3.new(1, 1, 0)
  1300. Fir2.Position = UDim2.new(0, 211, 0, 1)
  1301. Fir2.Size = UDim2.new(0,70, 0, 25)
  1302. Fir2.Font = Enum.Font.Cartoon
  1303. Fir2.FontSize = Enum.FontSize.Size14
  1304. Fir2.Text = "Fir"
  1305. Fir2.TextSize = 14
  1306.  
  1307. Generic2.Name = "Generic"
  1308. Generic2.Parent = TTab3
  1309. Generic2.BackgroundColor3 = Color3.new(1, 1, 0)
  1310. Generic2.Position = UDim2.new(0, 1, 0, 26)
  1311. Generic2.Size = UDim2.new(0,70, 0, 25)
  1312. Generic2.Font = Enum.Font.Cartoon
  1313. Generic2.FontSize = Enum.FontSize.Size14
  1314. Generic2.Text = "Generic"
  1315. Generic2.TextSize = 14
  1316.  
  1317. GoldSwampy2.Name = "GoldSwampy"
  1318. GoldSwampy2.Parent = TTab3
  1319. GoldSwampy2.BackgroundColor3 = Color3.new(1, 1, 0)
  1320. GoldSwampy2.Position = UDim2.new(0, 71, 0, 26)
  1321. GoldSwampy2.Size = UDim2.new(0,70, 0, 25)
  1322. GoldSwampy2.Font = Enum.Font.Cartoon
  1323. GoldSwampy2.FontSize = Enum.FontSize.Size14
  1324. GoldSwampy2.Text = "Gold"
  1325. GoldSwampy2.TextSize = 14
  1326.  
  1327. GreenSwampy2.Name = "GreenSwampy"
  1328. GreenSwampy2.Parent = TTab3
  1329. GreenSwampy2.BackgroundColor3 = Color3.new(1, 1, 0)
  1330. GreenSwampy2.Position = UDim2.new(0, 141, 0, 26)
  1331. GreenSwampy2.Size = UDim2.new(0,70, 0, 25)
  1332. GreenSwampy2.Font = Enum.Font.Cartoon
  1333. GreenSwampy2.FontSize = Enum.FontSize.Size14
  1334. GreenSwampy2.Text = "Green"
  1335. GreenSwampy2.TextSize = 14
  1336.  
  1337. Koa2.Name = "Koa"
  1338. Koa2.Parent = TTab3
  1339. Koa2.BackgroundColor3 = Color3.new(1, 1, 0)
  1340. Koa2.Position = UDim2.new(0, 211, 0, 26)
  1341. Koa2.Size = UDim2.new(0,70, 0, 25)
  1342. Koa2.Font = Enum.Font.Cartoon
  1343. Koa2.FontSize = Enum.FontSize.Size14
  1344. Koa2.Text = "Koa"
  1345. Koa2.TextSize = 14
  1346.  
  1347. LoneCave2.Name = "LoneCave"
  1348. LoneCave2.Parent = TTab3
  1349. LoneCave2.BackgroundColor3 = Color3.new(1, 1, 0)
  1350. LoneCave2.Position = UDim2.new(0, 1, 0, 51)
  1351. LoneCave2.Size = UDim2.new(0,70, 0, 25)
  1352. LoneCave2.Font = Enum.Font.Cartoon
  1353. LoneCave2.FontSize = Enum.FontSize.Size14
  1354. LoneCave2.Text = "LoneCave"
  1355. LoneCave2.TextSize = 14
  1356.  
  1357. Oak2.Name = "Oak"
  1358. Oak2.Parent = TTab3
  1359. Oak2.BackgroundColor3 = Color3.new(1, 1, 0)
  1360. Oak2.Position = UDim2.new(0, 71, 0, 51)
  1361. Oak2.Size = UDim2.new(0,70, 0, 25)
  1362. Oak2.Font = Enum.Font.Cartoon
  1363. Oak2.FontSize = Enum.FontSize.Size14
  1364. Oak2.Text = "Oak"
  1365. Oak2.TextSize = 14
  1366.  
  1367. Palm2.Name = "Palm"
  1368. Palm2.Parent = TTab3
  1369. Palm2.BackgroundColor3 = Color3.new(1, 1, 0)
  1370. Palm2.Position = UDim2.new(0, 141, 0, 51)
  1371. Palm2.Size = UDim2.new(0,70, 0, 25)
  1372. Palm2.Font = Enum.Font.Cartoon
  1373. Palm2.FontSize = Enum.FontSize.Size14
  1374. Palm2.Text = "Palm"
  1375. Palm2.TextSize = 14
  1376.  
  1377. Pine2.Name = "Pine"
  1378. Pine2.Parent = TTab3
  1379. Pine2.BackgroundColor3 = Color3.new(1, 1, 0)
  1380. Pine2.Position = UDim2.new(0, 211, 0, 51)
  1381. Pine2.Size = UDim2.new(0,70, 0, 25)
  1382. Pine2.Font = Enum.Font.Cartoon
  1383. Pine2.FontSize = Enum.FontSize.Size14
  1384. Pine2.Text = "Pine"
  1385. Pine2.TextSize = 14
  1386.  
  1387. Volcano2.Name = "Volcano"
  1388. Volcano2.Parent = TTab3
  1389. Volcano2.BackgroundColor3 = Color3.new(1, 1, 0)
  1390. Volcano2.Position = UDim2.new(0, 1, 0, 76)
  1391. Volcano2.Size = UDim2.new(0,70, 0, 25)
  1392. Volcano2.Font = Enum.Font.Cartoon
  1393. Volcano2.FontSize = Enum.FontSize.Size14
  1394. Volcano2.Text = "Volcano"
  1395. Volcano2.TextSize = 14
  1396.  
  1397. Walnut2.Name = "Walnut"
  1398. Walnut2.Parent = TTab3
  1399. Walnut2.BackgroundColor3 = Color3.new(1, 1, 0)
  1400. Walnut2.Position = UDim2.new(0, 71, 0, 76)
  1401. Walnut2.Size = UDim2.new(0,70, 0, 25)
  1402. Walnut2.Font = Enum.Font.Cartoon
  1403. Walnut2.FontSize = Enum.FontSize.Size14
  1404. Walnut2.Text = "Walnut"
  1405. Walnut2.TextSize = 14
  1406.  
  1407. -- end --
  1408.  
  1409. -- Tab3 Button Functions --
  1410. Birch2.MouseButton1Down:connect(function()
  1411. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1412. cut(v, "Birch")
  1413. end
  1414. end)
  1415.  
  1416. CaveCrawler2.MouseButton1Down:connect(function()
  1417. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1418. cut(v, "CaveCrawler")
  1419. end
  1420. end)
  1421.  
  1422. Cherry2.MouseButton1Down:connect(function()
  1423. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1424. cut(v, "Cherry")
  1425. end
  1426. end)
  1427.  
  1428. Fir2.MouseButton1Down:connect(function()
  1429. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1430. cut(v, "Fir")
  1431. end
  1432. end)
  1433.  
  1434. Generic2.MouseButton1Down:connect(function()
  1435. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1436. cut(v, "Generic")
  1437. end
  1438. end)
  1439.  
  1440. GoldSwampy2.MouseButton1Down:connect(function()
  1441. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1442. cut(v, "GoldSwampy")
  1443. end
  1444. end)
  1445.  
  1446. GreenSwampy2.MouseButton1Down:connect(function()
  1447. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1448. cut(v, "GreenSwampy")
  1449. end
  1450. end)
  1451.  
  1452. Koa2.MouseButton1Down:connect(function()
  1453. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1454. cut(v, "Koa")
  1455. end
  1456. end)
  1457.  
  1458. LoneCave2.MouseButton1Down:connect(function()
  1459. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1460. cut(v, "LoneCave")
  1461. end
  1462. end)
  1463.  
  1464. Oak2.MouseButton1Down:connect(function()
  1465. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1466. cut(v, "Oak")
  1467. end
  1468. end)
  1469.  
  1470. Palm2.MouseButton1Down:connect(function()
  1471. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1472. cut(v, "Palm")
  1473. end
  1474. end)
  1475.  
  1476. Pine2.MouseButton1Down:connect(function()
  1477. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1478. cut(v, "Pine")
  1479. end
  1480. end)
  1481.  
  1482. Volcano2.MouseButton1Down:connect(function()
  1483. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1484. cut(v, "Volcano")
  1485. end
  1486. end)
  1487.  
  1488. Pine2.MouseButton1Down:connect(function()
  1489. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  1490. cut(v, "Walnut")
  1491. end
  1492. end)
  1493.  
  1494.  
  1495. -- end --
  1496.  
  1497.  
  1498. -- button function --
  1499. Tab1.MouseButton1Down:connect(function()
  1500. TTab1.Visible = true
  1501. TTab2.Visible = false
  1502. TTab3.Visible = false
  1503.  
  1504. end)
  1505.  
  1506. Tab2.MouseButton1Down:connect(function()
  1507. TTab1.Visible = false
  1508. TTab2.Visible = true
  1509. TTab3.Visible = false
  1510. end)
  1511.  
  1512. Tab3.MouseButton1Down:connect(function()
  1513. TTab1.Visible = false
  1514. TTab2.Visible = false
  1515. TTab3.Visible = true
  1516. end)
  1517.  
  1518. Close.MouseButton1Down:connect(function()
  1519. CGG:remove()
  1520. end)
  1521.  
  1522. departure = game.Workspace.Ferry.TimeToDeparture
  1523. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  1524. Depart.Text = "Time To Departure: ".. game.Workspace.Ferry.TimeToDeparture.Value
  1525. end)
  1526.  
  1527. Mouse.Button1Up:connect(function()
  1528. Down = false
  1529. end)
  1530.  
  1531. Mouse.Button1Down:connect(function()
  1532. Down = true
  1533. if Tool == "Copy" then
  1534. if Mouse.Target ~= nil then
  1535. Clone = Mouse.Target:clone()
  1536. Clone.Parent = game.Workspace
  1537. end
  1538. end
  1539.  
  1540. if Tool == "Delete" then
  1541. if Mouse.Target ~= nil then
  1542. Mouse.Target:remove()
  1543. end
  1544. end
  1545.  
  1546. if Tool == "Move" then
  1547. if Mouse.Target ~= nil then
  1548. MoveObject = Mouse.Target
  1549. end
  1550. end
  1551.  
  1552. wait()
  1553. if Clone ~= nil then
  1554. Clone.CanCollide = false
  1555. repeat
  1556. wait()
  1557. SubX = Clone.Size.X/2
  1558. SubY = Clone.Size.Y/2
  1559. SubZ = Clone.Size.Z/2
  1560. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  1561. until Down == false
  1562. Clone.CanCollide = true
  1563. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  1564. Clone = nil
  1565. end
  1566.  
  1567. if MoveObject ~= nil then
  1568. MoveObject.CanCollide = false
  1569. repeat
  1570. wait()
  1571. SubX = MoveObject.Size.X/2
  1572. SubY = MoveObject.Size.Y/2
  1573. SubZ = MoveObject.Size.Z/2
  1574. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  1575. until Down == false
  1576. MoveObject.CanCollide = true
  1577. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  1578. MoveObject= nil
  1579. end
  1580. end)
  1581. end)
  1582.  
  1583. DupeButton.Name = "DupeButton"
  1584. DupeButton.Parent = ScriptsFrame
  1585. DupeButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  1586. DupeButton.BorderSizePixel = 0
  1587. DupeButton.Position = UDim2.new(0.0372670814, 0, 0.585876286, 0)
  1588. DupeButton.Size = UDim2.new(0, 83, 0, 31)
  1589. DupeButton.Font = Enum.Font.SourceSans
  1590. DupeButton.Text = "Dupe GUI"
  1591. DupeButton.TextSize = 14
  1592. DupeButton.TextWrapped = true
  1593. DupeButton.MouseButton1Down:connect(function()
  1594. -- Objects
  1595.  
  1596. local ScreenGui = Instance.new("ScreenGui")
  1597. local Frame = Instance.new("Frame")
  1598. local ActDeactButton = Instance.new("TextButton")
  1599. local Creds = Instance.new("TextLabel")
  1600. local StatusText = Instance.new("TextLabel")
  1601. local Status = Instance.new("TextLabel")
  1602. local Creds2 = Instance.new("TextLabel")
  1603. local Booklet = Instance.new("TextButton")
  1604. local BookletFrame = Instance.new("Frame")
  1605. local TopLabel = Instance.new("TextLabel")
  1606. local AllTheText = Instance.new("TextLabel")
  1607.  
  1608. -- Properties
  1609.  
  1610. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  1611.  
  1612. Frame.Parent = ScreenGui
  1613. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  1614. Frame.BorderSizePixel = 0
  1615. Frame.Position = UDim2.new(0, 0, 0.5, -104)
  1616. Frame.Size = UDim2.new(0, 409, 0, 223)
  1617.  
  1618.  
  1619.  
  1620.  
  1621. ActDeactButton.Name = "ActDeactButton"
  1622. ActDeactButton.Parent = Frame
  1623. ActDeactButton.BackgroundColor3 = Color3.new(0.219608, 0.701961, 1)
  1624. ActDeactButton.BorderSizePixel = 0
  1625. ActDeactButton.Position = UDim2.new(0.0476772636, 0, 0.355855465, 0)
  1626. ActDeactButton.Size = UDim2.new(0, 370, 0, 50)
  1627. ActDeactButton.Font = Enum.Font.SourceSansLight
  1628. ActDeactButton.FontSize = Enum.FontSize.Size36
  1629. ActDeactButton.Text = "Activate/De-activate"
  1630. ActDeactButton.TextColor3 = Color3.new(1, 1, 1)
  1631. ActDeactButton.TextSize = 35
  1632. ActDeactButton.TextWrapped = true
  1633.  
  1634. Creds.Name = "Creds"
  1635. Creds.Parent = Frame
  1636. Creds.BackgroundColor3 = Color3.new(1, 1, 1)
  1637. Creds.BackgroundTransparency = 1
  1638. Creds.Position = UDim2.new(0.0342298299, 0, 0.609326482, 0)
  1639. Creds.Size = UDim2.new(0, 370, 0, 50)
  1640. Creds.Font = Enum.Font.SourceSansLight
  1641. Creds.FontSize = Enum.FontSize.Size14
  1642. Creds.Text = "Gui by: Hoofer/HowToBasic666"
  1643. Creds.TextScaled = true
  1644. Creds.TextSize = 14
  1645. Creds.TextWrapped = true
  1646.  
  1647. StatusText.Name = "StatusText"
  1648. StatusText.Parent = Frame
  1649. StatusText.BackgroundColor3 = Color3.new(1, 1, 1)
  1650. StatusText.BackgroundTransparency = 1
  1651. StatusText.Position = UDim2.new(0, 0, 0.105769232, 0)
  1652. StatusText.Size = UDim2.new(0, 204, 0, 50)
  1653. StatusText.Font = Enum.Font.SourceSansLight
  1654. StatusText.FontSize = Enum.FontSize.Size14
  1655. StatusText.Text = "Status:"
  1656. StatusText.TextScaled = true
  1657. StatusText.TextSize = 14
  1658. StatusText.TextWrapped = true
  1659. StatusText.TextXAlignment = Enum.TextXAlignment.Right
  1660.  
  1661. Status.Name = "Status"
  1662. Status.Parent = Frame
  1663. Status.BackgroundColor3 = Color3.new(1, 1, 1)
  1664. Status.BackgroundTransparency = 1
  1665. Status.Position = UDim2.new(0.518337429, 0, 0.105769232, 0)
  1666. Status.Size = UDim2.new(0, 197, 0, 50)
  1667. Status.Font = Enum.Font.SourceSansLight
  1668. Status.FontSize = Enum.FontSize.Size14
  1669. Status.Text = "Disabled"
  1670. Status.TextColor3 = Color3.new(0.8, 0.156863, 0.0313726)
  1671. Status.TextScaled = true
  1672. Status.TextSize = 14
  1673. Status.TextWrapped = true
  1674. Status.TextXAlignment = Enum.TextXAlignment.Left
  1675.  
  1676. Creds2.Name = "Creds2"
  1677. Creds2.Parent = Frame
  1678. Creds2.BackgroundColor3 = Color3.new(1, 1, 1)
  1679. Creds2.BackgroundTransparency = 1
  1680. Creds2.Position = UDim2.new(0.0342298299, 0, 0.775332034, 0)
  1681. Creds2.Size = UDim2.new(0, 370, 0, 50)
  1682. Creds2.Font = Enum.Font.SourceSansLight
  1683. Creds2.FontSize = Enum.FontSize.Size14
  1684. Creds2.Text = "Usage Booklet by: goldenaxelord"
  1685. Creds2.TextScaled = true
  1686. Creds2.TextSize = 14
  1687. Creds2.TextWrapped = true
  1688.  
  1689. Booklet.Name = "Booklet"
  1690. Booklet.Parent = Frame
  1691. Booklet.BackgroundColor3 = Color3.new(0.219608, 0.701961, 1)
  1692. Booklet.BorderSizePixel = 0
  1693. Booklet.Position = UDim2.new(0, 0, 1, 0)
  1694. Booklet.Size = UDim2.new(0, 409, 0, 50)
  1695. Booklet.Font = Enum.Font.SourceSans
  1696. Booklet.FontSize = Enum.FontSize.Size14
  1697. Booklet.Text = "HOW TO USE"
  1698. Booklet.TextColor3 = Color3.new(1, 1, 1)
  1699. Booklet.TextScaled = true
  1700. Booklet.TextSize = 14
  1701. Booklet.TextWrapped = true
  1702.  
  1703. BookletFrame.Name = "BookletFrame"
  1704. BookletFrame.Parent = ScreenGui
  1705. BookletFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1706. BookletFrame.BorderSizePixel = 0
  1707. BookletFrame.Position = UDim2.new(0.341376871, 0, 0.119496852, 0)
  1708. BookletFrame.Size = UDim2.new(0.356990784, 0, 0.783018887, 0)
  1709.  
  1710. TopLabel.Name = "TopLabel"
  1711. TopLabel.Parent = BookletFrame
  1712. TopLabel.BackgroundColor3 = Color3.new(0.219608, 0.701961, 1)
  1713. TopLabel.BorderSizePixel = 0
  1714. TopLabel.Size = UDim2.new(1, 0, 0.100000001, 0)
  1715. TopLabel.Font = Enum.Font.SourceSans
  1716. TopLabel.FontSize = Enum.FontSize.Size14
  1717. TopLabel.Text = "Usage"
  1718. TopLabel.TextColor3 = Color3.new(1, 1, 1)
  1719. TopLabel.TextScaled = true
  1720. TopLabel.TextSize = 14
  1721. TopLabel.TextWrapped = true
  1722.  
  1723. AllTheText.Name = "AllTheText"
  1724. AllTheText.Parent = BookletFrame
  1725. AllTheText.BackgroundColor3 = Color3.new(1, 1, 1)
  1726. AllTheText.BackgroundTransparency = 1
  1727. AllTheText.Position = UDim2.new(0.0258449297, 0, 0.102409638, 0)
  1728. AllTheText.Size = UDim2.new(0.974155068, 0, 0.897590339, 0)
  1729. AllTheText.Font = Enum.Font.SourceSans
  1730. AllTheText.FontSize = Enum.FontSize.Size24
  1731. AllTheText.Text = "Step 1 : Load all items you want to dupe on a alt or someone else base, Step 2 : Tell him/her or you to unload their base. MAKE SURE WHEN UNLOADING THERE IS NO LOADED SLOT! Step 3 : Activate the GUI with the Activate Button. Step 4: Load base, Make sure no base shows up loaded. Step 5 : Whitelist you're friend and tell them to take everything to their base and reload Step 6: Load you're Base again Step 7 : Keep on Duping!"
  1732. AllTheText.TextColor3 = Color3.new(0, 0, 0)
  1733. AllTheText.TextScaled = true
  1734. AllTheText.TextSize = 20
  1735. AllTheText.TextWrapped = true
  1736. AllTheText.TextXAlignment = Enum.TextXAlignment.Left
  1737. AllTheText.TextYAlignment = Enum.TextYAlignment.Top
  1738.  
  1739. local bookletbutton = Booklet
  1740. local bookletFrame = BookletFrame
  1741. local openedBook = true
  1742.  
  1743. bookletbutton.MouseButton1Click:connect(function(openBooklet)
  1744. if openedBook == false then
  1745. bookletFrame.Visible = true
  1746. openedBook = true
  1747. elseif openedBook == true then
  1748. bookletFrame.Visible = false
  1749. openedBook = false
  1750. end
  1751. end)
  1752.  
  1753. local opened = false
  1754. local enabled = false
  1755. ActDeactButton.MouseButton1Click:connect(function()
  1756. if enabled == false then
  1757. a = game.Players.LocalPlayer.CurrentSaveSlot
  1758. a.RobloxLocked = true
  1759. a.Set.RobloxLocked = true
  1760. enabled = true
  1761. Status.Text = "Enabled"
  1762. Status.TextColor3 = Color3.new(0.203922, 0.866667, 0.356863)
  1763. else
  1764. a = game.Players.LocalPlayer.CurrentSaveSlot
  1765. a.RobloxLocked = false
  1766. a.Set.RobloxLocked = false
  1767. enabled = false
  1768. Status.Text = "Disabled"
  1769. Status.TextColor3 = Color3.new(0.8, 0.156863, 0.0313726)
  1770. end
  1771. end)
  1772. end)
  1773.  
  1774. GUILabel.Name = "GUILabel"
  1775. GUILabel.Parent = ScriptsFrame
  1776. GUILabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1777. GUILabel.BorderSizePixel = 0
  1778. GUILabel.Position = UDim2.new(0.024844721, 0, 0.00515463902, 0)
  1779. GUILabel.Size = UDim2.new(0, 95, 0, 31)
  1780. GUILabel.Font = Enum.Font.Highway
  1781. GUILabel.Text = "GUI's"
  1782. GUILabel.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  1783. GUILabel.TextScaled = true
  1784. GUILabel.TextSize = 14
  1785. GUILabel.TextWrapped = true
  1786.  
  1787. MiscLabel_2.Name = "MiscLabel"
  1788. MiscLabel_2.Parent = ScriptsFrame
  1789. MiscLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1790. MiscLabel_2.BorderSizePixel = 0
  1791. MiscLabel_2.Position = UDim2.new(0.26293996, 0, 0.00515463902, 0)
  1792. MiscLabel_2.Size = UDim2.new(0, 95, 0, 31)
  1793. MiscLabel_2.Font = Enum.Font.Highway
  1794. MiscLabel_2.Text = "Misc"
  1795. MiscLabel_2.TextColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  1796. MiscLabel_2.TextScaled = true
  1797. MiscLabel_2.TextSize = 14
  1798. MiscLabel_2.TextWrapped = true
  1799.  
  1800. GoldAxeButton.Name = "GoldAxeButton"
  1801. GoldAxeButton.Parent = ScriptsFrame
  1802. GoldAxeButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  1803. GoldAxeButton.BorderSizePixel = 0
  1804. GoldAxeButton.Position = UDim2.new(0.275362313, 0, 0.237113401, 0)
  1805. GoldAxeButton.Size = UDim2.new(0, 83, 0, 31)
  1806. GoldAxeButton.Font = Enum.Font.SourceSans
  1807. GoldAxeButton.Text = "Gold Axe"
  1808. GoldAxeButton.TextSize = 14
  1809. GoldAxeButton.TextWrapped = true
  1810. GoldAxeButton.MouseButton1Down:connect(function()
  1811. -- Objects
  1812.  
  1813. local InfoGUI = Instance.new("ScreenGui")
  1814. local TopBar = Instance.new("Frame")
  1815. local MainFrame = Instance.new("Frame")
  1816. local Info = Instance.new("TextLabel")
  1817. local OkayB = Instance.new("TextButton")
  1818. local Credits = Instance.new("TextLabel")
  1819.  
  1820. -- Properties
  1821.  
  1822. InfoGUI.Name = "InfoGUI"
  1823. InfoGUI.Parent = game.Players.LocalPlayer.PlayerGui
  1824.  
  1825. TopBar.Name = "TopBar"
  1826. TopBar.Parent = InfoGUI
  1827. TopBar.BackgroundColor3 = Color3.new(0.266667, 0.247059, 0.313726)
  1828. TopBar.BorderSizePixel = 0
  1829. TopBar.Position = UDim2.new(0.5, -173, 0.5, -74)
  1830. TopBar.Size = UDim2.new(0, 347, 0, 34)
  1831.  
  1832. MainFrame.Name = "MainFrame"
  1833. MainFrame.Parent = TopBar
  1834. MainFrame.BackgroundColor3 = Color3.new(0.356863, 0.333333, 0.423529)
  1835. MainFrame.BorderSizePixel = 0
  1836. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  1837. MainFrame.Size = UDim2.new(0, 347, 0, 114)
  1838.  
  1839. Info.Name = "Info"
  1840. Info.Parent = MainFrame
  1841. Info.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  1842. Info.BorderSizePixel = 0
  1843. Info.Size = UDim2.new(0, 347, 0, 78)
  1844. Info.Font = Enum.Font.SourceSansLight
  1845. Info.Text = "All you have to do to make this work, is get any axe and spam click on a tree a few times, ANY DISTANCE!"
  1846. Info.TextColor3 = Color3.new(1, 1, 1)
  1847. Info.TextScaled = true
  1848. Info.TextSize = 14
  1849. Info.TextWrapped = true
  1850.  
  1851. OkayB.Name = "OkayB"
  1852. OkayB.Parent = MainFrame
  1853. OkayB.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  1854. OkayB.BorderSizePixel = 0
  1855. OkayB.Position = UDim2.new(0.268000007, 0, 0.709999979, 0)
  1856. OkayB.Size = UDim2.new(0, 161, 0, 29)
  1857. OkayB.Font = Enum.Font.SourceSansLight
  1858. OkayB.Text = "Alright"
  1859. OkayB.TextColor3 = Color3.new(1, 1, 1)
  1860. OkayB.TextScaled = true
  1861. OkayB.TextSize = 14
  1862. OkayB.TextWrapped = true
  1863.  
  1864. Credits.Name = "Credits"
  1865. Credits.Parent = MainFrame
  1866. Credits.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  1867. Credits.BackgroundTransparency = 1
  1868. Credits.BorderSizePixel = 0
  1869. Credits.Position = UDim2.new(-0.0028818443, 0, 1.11403513, 0)
  1870. Credits.Size = UDim2.new(0, 347, 0, 78)
  1871. Credits.Font = Enum.Font.SourceSansLight
  1872. Credits.Text = "GUI made by HowToBasic666/Hoofer"
  1873. Credits.TextColor3 = Color3.new(1, 1, 1)
  1874. Credits.TextScaled = true
  1875. Credits.TextSize = 14
  1876. Credits.TextWrapped = true
  1877.  
  1878. OkayB.MouseButton1Click:connect(function()
  1879. InfoGUI.Enabled = false
  1880. end)
  1881.  
  1882. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  1883. mouse1.Button1Down:connect(function(key)
  1884. Pressing=false
  1885. end)
  1886.  
  1887. function GetAxe()
  1888. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  1889. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  1890. end
  1891. end
  1892.  
  1893. local HitPoints={
  1894. ['GoldAxe']= 50;
  1895. ['BasicHatchet']= 0.2;
  1896. ['Axe1']= 0.55;
  1897. ['Axe2']= 0.93;
  1898. ['AxeAlphaTesters']= 1.5;
  1899. ['Rukiryaxe']= 1.68;
  1900. ['Axe3']= 1.45;
  1901. ['AxeBetaTesters']= 1.45;
  1902. ['FireAxe']= 0.6;
  1903. ['SilverAxe']= 1.6;
  1904. ['EndTimesAxe']= 10000000;
  1905. ['AxeChicken']= 0.1;
  1906. ['CandyCaneAxe']= 0;
  1907. }
  1908.  
  1909. local Pressing = false
  1910.  
  1911. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  1912. mouse1.Button1Down:connect(function(key)
  1913. Pressing=true
  1914. poop(GetAxe())
  1915. end)
  1916.  
  1917. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  1918. mouse1.Button1Down:connect(function(key)
  1919. Pressing=false
  1920. end)
  1921.  
  1922. function cut(Height,Tool)
  1923. local Tree=game.Players.LocalPlayer:GetMouse().Target
  1924. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  1925. ["cuttingClass"] = "Axe",
  1926. ["cooldown"] = 0,
  1927. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  1928. ["sectionId"] = 1,
  1929. ["tool"] = Tool,
  1930. ["faceVector"] = Vector3.new(-1,0,0),
  1931. ["height"] = Height})
  1932. end
  1933.  
  1934. function poop(Tool)
  1935. while Pressing do
  1936. for i=1,100 do
  1937. wait()
  1938. cut(_G.SIZE,Tool)
  1939. cut(1,Tool)
  1940. end
  1941. end
  1942. end
  1943. end)
  1944.  
  1945. LeakedItemsButton.Name = "LeakedItemsButton"
  1946. LeakedItemsButton.Parent = ScriptsFrame
  1947. LeakedItemsButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  1948. LeakedItemsButton.BorderSizePixel = 0
  1949. LeakedItemsButton.Position = UDim2.new(0.275362313, 0, 0.412371129, 0)
  1950. LeakedItemsButton.Size = UDim2.new(0, 83, 0, 31)
  1951. LeakedItemsButton.Font = Enum.Font.SourceSans
  1952. LeakedItemsButton.Text = "Leaked Items"
  1953. LeakedItemsButton.TextSize = 14
  1954. LeakedItemsButton.TextWrapped = true
  1955. LeakedItemsButton.MouseButton1Down:connect(function()
  1956. -- Objects
  1957.  
  1958. local RevealHiddenStuff = Instance.new("ScreenGui")
  1959. local MainGUI = Instance.new("Frame")
  1960. local MainFrame1 = Instance.new("Frame")
  1961. local CauseChaos = Instance.new("TextButton")
  1962. local OpenClose = Instance.new("TextButton")
  1963. local Notice = Instance.new("Frame")
  1964. local MainFrame = Instance.new("Frame")
  1965. local Info = Instance.new("TextLabel")
  1966. local Kay = Instance.new("TextButton")
  1967. local Credits = Instance.new("TextLabel")
  1968.  
  1969. -- Properties
  1970.  
  1971. RevealHiddenStuff.Name = "RevealHiddenStuff"
  1972. RevealHiddenStuff.Parent = game.Players.LocalPlayer.PlayerGui
  1973.  
  1974. MainGUI.Name = "MainGUI"
  1975. MainGUI.Parent = RevealHiddenStuff
  1976. MainGUI.Active = true
  1977. MainGUI.BackgroundColor3 = Color3.new(0.266667, 0.247059, 0.313726)
  1978. MainGUI.BorderSizePixel = 0
  1979. MainGUI.Draggable = true
  1980. MainGUI.Position = UDim2.new(0.5, -173, 0.5, -74)
  1981. MainGUI.Size = UDim2.new(0, 347, 0, 34)
  1982. MainGUI.Visible = false
  1983.  
  1984. MainFrame1.Name = "MainFrame1"
  1985. MainFrame1.Parent = MainGUI
  1986. MainFrame1.BackgroundColor3 = Color3.new(0.356863, 0.333333, 0.423529)
  1987. MainFrame1.BorderSizePixel = 0
  1988. MainFrame1.Position = UDim2.new(0, 0, 1, 0)
  1989. MainFrame1.Size = UDim2.new(0, 347, 0, 188)
  1990.  
  1991. CauseChaos.Name = "CauseChaos"
  1992. CauseChaos.Parent = MainFrame1
  1993. CauseChaos.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  1994. CauseChaos.BorderSizePixel = 0
  1995. CauseChaos.Position = UDim2.new(0.0432276651, 0, 0.101063833, 0)
  1996. CauseChaos.Size = UDim2.new(0, 315, 0, 150)
  1997. CauseChaos.Font = Enum.Font.SourceSansLight
  1998. CauseChaos.Text = "The almighty spawn button"
  1999. CauseChaos.TextColor3 = Color3.new(1, 1, 1)
  2000. CauseChaos.TextScaled = true
  2001. CauseChaos.TextSize = 14
  2002. CauseChaos.TextWrapped = true
  2003.  
  2004. OpenClose.Name = "OpenClose"
  2005. OpenClose.Parent = MainGUI
  2006. OpenClose.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  2007. OpenClose.BorderSizePixel = 0
  2008. OpenClose.Position = UDim2.new(0.896253586, 0, 0, 0)
  2009. OpenClose.Size = UDim2.new(0, 36, 0, 34)
  2010. OpenClose.Font = Enum.Font.SourceSansLight
  2011. OpenClose.Text = "_"
  2012. OpenClose.TextColor3 = Color3.new(1, 1, 1)
  2013. OpenClose.TextScaled = true
  2014. OpenClose.TextSize = 14
  2015. OpenClose.TextWrapped = true
  2016.  
  2017. Notice.Name = "Notice"
  2018. Notice.Parent = RevealHiddenStuff
  2019. Notice.Active = true
  2020. Notice.BackgroundColor3 = Color3.new(0.266667, 0.247059, 0.313726)
  2021. Notice.BorderSizePixel = 0
  2022. Notice.Draggable = true
  2023. Notice.Position = UDim2.new(0.5, -173, 0.5, -74)
  2024. Notice.Selectable = true
  2025. Notice.Size = UDim2.new(0, 347, 0, 34)
  2026.  
  2027. MainFrame.Name = "MainFrame"
  2028. MainFrame.Parent = Notice
  2029. MainFrame.BackgroundColor3 = Color3.new(0.356863, 0.333333, 0.423529)
  2030. MainFrame.BorderSizePixel = 0
  2031. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  2032. MainFrame.Size = UDim2.new(0, 347, 0, 114)
  2033.  
  2034. Info.Name = "Info"
  2035. Info.Parent = MainFrame
  2036. Info.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  2037. Info.BorderSizePixel = 0
  2038. Info.Size = UDim2.new(0, 347, 0, 78)
  2039. Info.Font = Enum.Font.SourceSansLight
  2040. Info.Text = "When spawning these items, only YOU will see them..."
  2041. Info.TextColor3 = Color3.new(1, 1, 1)
  2042. Info.TextScaled = true
  2043. Info.TextSize = 14
  2044. Info.TextWrapped = true
  2045.  
  2046. Kay.Name = "Kay"
  2047. Kay.Parent = MainFrame
  2048. Kay.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  2049. Kay.BorderSizePixel = 0
  2050. Kay.Position = UDim2.new(0.268000007, 0, 0.709999979, 0)
  2051. Kay.Size = UDim2.new(0, 161, 0, 29)
  2052. Kay.Font = Enum.Font.SourceSansLight
  2053. Kay.Text = "Alright"
  2054. Kay.TextColor3 = Color3.new(1, 1, 1)
  2055. Kay.TextScaled = true
  2056. Kay.TextSize = 14
  2057. Kay.TextWrapped = true
  2058.  
  2059. Credits.Name = "Credits"
  2060. Credits.Parent = MainFrame
  2061. Credits.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  2062. Credits.BackgroundTransparency = 1
  2063. Credits.BorderSizePixel = 0
  2064. Credits.Position = UDim2.new(-0.0028818443, 0, 1.11403513, 0)
  2065. Credits.Size = UDim2.new(0, 347, 0, 78)
  2066. Credits.Font = Enum.Font.SourceSansLight
  2067. Credits.Text = "GUI made by HowToBasic666/Hoofer"
  2068. Credits.TextColor3 = Color3.new(1, 1, 1)
  2069. Credits.TextScaled = true
  2070. Credits.TextSize = 14
  2071. Credits.TextWrapped = true
  2072.  
  2073.  
  2074.  
  2075.  
  2076. Kay.MouseButton1Click:connect(function()
  2077. Notice.Visible = false
  2078. MainGUI.Visible = true
  2079. end)
  2080.  
  2081.  
  2082. OpenClose.MouseButton1Click:connect(function()
  2083. if MainFrame1.Visible == false then
  2084. MainFrame1.Visible = true
  2085. else
  2086. MainFrame1.Visible = false
  2087. end
  2088. end)
  2089.  
  2090. CauseChaos.MouseButton1Click:connect(function()
  2091. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  2092. end)
  2093. end)
  2094.  
  2095. TPWoodButton.Name = "TPWoodButton"
  2096. TPWoodButton.Parent = ScriptsFrame
  2097. TPWoodButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  2098. TPWoodButton.BorderSizePixel = 0
  2099. TPWoodButton.Position = UDim2.new(0.275362313, 0, 0.587628841, 0)
  2100. TPWoodButton.Size = UDim2.new(0, 83, 0, 31)
  2101. TPWoodButton.Font = Enum.Font.SourceSans
  2102. TPWoodButton.Text = "TP Wood"
  2103. TPWoodButton.TextSize = 14
  2104. TPWoodButton.TextWrapped = true
  2105. TPWoodButton.MouseButton1Down:connect(function()
  2106. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  2107. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2108. if Log.Owner.Value == service.Players.LocalPlayer then
  2109. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  2110. for i=1,100 do
  2111. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2112. end
  2113. end
  2114. end
  2115. end
  2116. end)
  2117.  
  2118. SellWoodButton.Name = "SellWoodButton"
  2119. SellWoodButton.Parent = ScriptsFrame
  2120. SellWoodButton.BackgroundColor3 = Color3.new(0.243137, 0.737255, 1)
  2121. SellWoodButton.BorderSizePixel = 0
  2122. SellWoodButton.Position = UDim2.new(0.275362313, 0, 0.769999981, 0)
  2123. SellWoodButton.Size = UDim2.new(0, 83, 0, 31)
  2124. SellWoodButton.Font = Enum.Font.SourceSans
  2125. SellWoodButton.Text = "Sell Wood"
  2126. SellWoodButton.TextSize = 14
  2127. SellWoodButton.TextWrapped = true
  2128. SellWoodButton.MouseButton1Down:connect(function()
  2129. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  2130. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2131. if Log.Owner.Value == service.Players.LocalPlayer then
  2132. for i,v in pairs(Log:GetChildren()) do
  2133. if v.Name=="WoodSection" then
  2134. spawn(function()
  2135. for i=1,10 do
  2136. wait()
  2137. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2138. end
  2139. end)
  2140. end
  2141. end
  2142. spawn(function()
  2143. for i=1,20 do
  2144. wait()
  2145. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2146. end
  2147. end)
  2148. end
  2149. end
  2150. end
  2151. end)
Add Comment
Please, Sign In to add comment