Advertisement
SirBabyQuack

Lumber Tycoon 2 GUI

May 12th, 2019
46,896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.43 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local LumberCracker = Instance.new("ScreenGui")
  5. local MenuFrame = Instance.new("Frame")
  6. local WayPointsButton = Instance.new("TextButton")
  7. local PlayerButton = Instance.new("TextButton")
  8. local OtherButton = Instance.new("TextButton")
  9. local Name = Instance.new("TextLabel")
  10. local Close1 = Instance.new("TextButton")
  11. local OwnerText = Instance.new("TextLabel")
  12. local OpenFrame = Instance.new("Frame")
  13. local OpenButton = Instance.new("TextButton")
  14. local WayPoints = Instance.new("Frame")
  15. local BobsShackButton = Instance.new("TextButton")
  16. local BoxedCarsButton = Instance.new("TextButton")
  17. local Close2 = Instance.new("TextButton")
  18. local FineArtButton = Instance.new("TextButton")
  19. local LinksLogicButton = Instance.new("TextButton")
  20. local SpawnButton = Instance.new("TextButton")
  21. local WoodRUSButton = Instance.new("TextButton")
  22. local WayPointsText = Instance.new("TextLabel")
  23. local DenButton = Instance.new("TextButton")
  24. local StrangeManButton = Instance.new("TextButton")
  25. local SkiiLodgeButton = Instance.new("TextButton")
  26. local PlayerFrame = Instance.new("Frame")
  27. local SpeedButton = Instance.new("TextButton")
  28. local JumpPowerButton = Instance.new("TextButton")
  29. local PaintToolButton = Instance.new("TextButton")
  30. local MaxLandButton = Instance.new("TextButton")
  31. local TpToolButton = Instance.new("TextButton")
  32. local NoClipButton = Instance.new("TextButton")
  33. local GoldAxeButton = Instance.new("TextButton")
  34. local EspButton = Instance.new("TextButton")
  35. local FlyButton = Instance.new("TextButton")
  36. local CarSpeedButton = Instance.new("TextButton")
  37. local Close3 = Instance.new("TextButton")
  38. local OtherFrame = Instance.new("Frame")
  39. local GetBluePrintsButton = Instance.new("TextButton")
  40. local PaintToolButton_2 = Instance.new("TextButton")
  41. local BringWoodButton = Instance.new("TextButton")
  42. local BringPlanksButton = Instance.new("TextButton")
  43. local TpLooseButton = Instance.new("TextButton")
  44. local TpGiftsButton = Instance.new("TextButton")
  45. local TpAxesButton = Instance.new("TextButton")
  46. local TextBox = Instance.new("TextBox")
  47. local Close4 = Instance.new("TextButton")
  48. --Properties:
  49. LumberCracker.Name = "LumberCracker"
  50. LumberCracker.Parent = game.CoreGui
  51. LumberCracker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  52.  
  53. MenuFrame.Name = "MenuFrame"
  54. MenuFrame.Parent = LumberCracker
  55. MenuFrame.Active = true
  56. MenuFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  57. MenuFrame.Position = UDim2.new(0.178901911, 0, 0.336065561, 0)
  58. MenuFrame.Size = UDim2.new(0, 300, 0, 250)
  59. MenuFrame.Style = Enum.FrameStyle.DropShadow
  60. MenuFrame.Visible = false
  61. MenuFrame.Draggable = true
  62.  
  63. WayPointsButton.Name = "WayPointsButton"
  64. WayPointsButton.Parent = MenuFrame
  65. WayPointsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  66. WayPointsButton.Position = UDim2.new(0.146666661, 0, 0.115999997, 0)
  67. WayPointsButton.Size = UDim2.new(0, 200, 0, 50)
  68. WayPointsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  69. WayPointsButton.Font = Enum.Font.SourceSans
  70. WayPointsButton.Text = "WayPoints"
  71. WayPointsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  72. WayPointsButton.TextSize = 30
  73. WayPointsButton.TextWrapped = true
  74. WayPointsButton.MouseButton1Down:connect(function()
  75. WayPoints.Visible = true
  76. end)
  77.  
  78. PlayerButton.Name = "PlayerButton"
  79. PlayerButton.Parent = MenuFrame
  80. PlayerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  81. PlayerButton.Position = UDim2.new(0.146666661, 0, 0.39199999, 0)
  82. PlayerButton.Size = UDim2.new(0, 200, 0, 50)
  83. PlayerButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  84. PlayerButton.Font = Enum.Font.SourceSans
  85. PlayerButton.Text = "Player"
  86. PlayerButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  87. PlayerButton.TextSize = 30
  88. PlayerButton.MouseButton1Down:connect(function()
  89. PlayerFrame.Visible = true
  90. end)
  91.  
  92. OtherButton.Name = "OtherButton"
  93. OtherButton.Parent = MenuFrame
  94. OtherButton.BackgroundColor3 = Color3.new(1, 1, 1)
  95. OtherButton.Position = UDim2.new(0.146666661, 0, 0.684000015, 0)
  96. OtherButton.Size = UDim2.new(0, 200, 0, 50)
  97. OtherButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  98. OtherButton.Font = Enum.Font.SourceSans
  99. OtherButton.Text = "Other"
  100. OtherButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  101. OtherButton.TextSize = 30
  102. OtherButton.MouseButton1Down:connect(function()
  103. OtherFrame.Visible = true
  104. end)
  105.  
  106. Name.Name = "Name"
  107. Name.Parent = MenuFrame
  108. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  109. Name.BackgroundTransparency = 1
  110. Name.Position = UDim2.new(0.144762278, 0, -0.0199999996, 0)
  111. Name.Size = UDim2.new(0, 200, 0, 32)
  112. Name.Font = Enum.Font.SourceSans
  113. Name.Text = "LumberCracker V.1"
  114. Name.TextColor3 = Color3.new(1, 1, 1)
  115. Name.TextSize = 25
  116.  
  117. Close1.Name = "Close1"
  118. Close1.Parent = MenuFrame
  119. Close1.BackgroundColor3 = Color3.new(0.513726, 0.0352941, 0.0823529)
  120. Close1.BackgroundTransparency = 1
  121. Close1.Position = UDim2.new(0.901734412, 0, -0.0173251927, 0)
  122. Close1.Size = UDim2.new(0, 35, 0, 32)
  123. Close1.Font = Enum.Font.SourceSans
  124. Close1.Text = "X"
  125. Close1.TextColor3 = Color3.new(1, 1, 1)
  126. Close1.TextSize = 50
  127. Close1.TextWrapped = true
  128. Close1.MouseButton1Down:connect(function()
  129. MenuFrame.Visible = false
  130. OpenFrame.Visible = true
  131. end)
  132.  
  133. OwnerText.Name = "OwnerText"
  134. OwnerText.Parent = MenuFrame
  135. OwnerText.BackgroundColor3 = Color3.new(1, 1, 1)
  136. OwnerText.BackgroundTransparency = 1
  137. OwnerText.Position = UDim2.new(0.030465899, 0, 0.876401603, 0)
  138. OwnerText.Size = UDim2.new(0, 266, 0, 31)
  139. OwnerText.Font = Enum.Font.SourceSans
  140. OwnerText.Text = "Made by: AmazonBox#4551"
  141. OwnerText.TextColor3 = Color3.new(1, 1, 1)
  142. OwnerText.TextSize = 25
  143. OwnerText.TextWrapped = true
  144.  
  145. OpenFrame.Name = "OpenFrame"
  146. OpenFrame.Parent = LumberCracker
  147. OpenFrame.Active = true
  148. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  149. OpenFrame.Position = UDim2.new(0.0259099323, 0, 0.699063241, 0)
  150. OpenFrame.Size = UDim2.new(0, 173, 0, 62)
  151. OpenFrame.Style = Enum.FrameStyle.DropShadow
  152.  
  153. OpenButton.Name = "OpenButton"
  154. OpenButton.Parent = OpenFrame
  155. OpenButton.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  156. OpenButton.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  157. OpenButton.Position = UDim2.new(-0.0102792047, 0, 0.0616706014, 0)
  158. OpenButton.Size = UDim2.new(0, 160, 0, 41)
  159. OpenButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  160. OpenButton.Font = Enum.Font.SourceSans
  161. OpenButton.Text = "Open"
  162. OpenButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  163. OpenButton.TextSize = 30
  164. OpenButton.MouseButton1Down:connect(function()
  165. OpenFrame.Visible = false
  166. MenuFrame.Visible = true
  167. end)
  168.  
  169. WayPoints.Name = "WayPoints"
  170. WayPoints.Parent = LumberCracker
  171. WayPoints.Active = true
  172. WayPoints.BackgroundColor3 = Color3.new(1, 1, 1)
  173. WayPoints.Position = UDim2.new(0.413325101, 0, 0.33957845, 0)
  174. WayPoints.Size = UDim2.new(0, 150, 0, 400)
  175. WayPoints.Style = Enum.FrameStyle.DropShadow
  176. WayPoints.Visible = false
  177. WayPoints.Draggable = true
  178.  
  179. BobsShackButton.Name = "BobsShackButton"
  180. BobsShackButton.Parent = WayPoints
  181. BobsShackButton.BackgroundColor3 = Color3.new(1, 1, 1)
  182. BobsShackButton.Position = UDim2.new(-0.00149495527, 0, 0.507714689, 0)
  183. BobsShackButton.Size = UDim2.new(0, 135, 0, 39)
  184. BobsShackButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  185. BobsShackButton.Font = Enum.Font.SourceSans
  186. BobsShackButton.Text = "Bobs Shack"
  187. BobsShackButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  188. BobsShackButton.TextSize = 20
  189. BobsShackButton.MouseButton1Down:connect(function()
  190. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  191. end)
  192.  
  193. BoxedCarsButton.Name = "BoxedCarsButton"
  194. BoxedCarsButton.Parent = WayPoints
  195. BoxedCarsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  196. BoxedCarsButton.Position = UDim2.new(-0.00149495527, 0, 0.40895468, 0)
  197. BoxedCarsButton.Size = UDim2.new(0, 135, 0, 39)
  198. BoxedCarsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  199. BoxedCarsButton.Font = Enum.Font.SourceSans
  200. BoxedCarsButton.Text = "Boxed Cars"
  201. BoxedCarsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  202. BoxedCarsButton.TextSize = 20
  203. BoxedCarsButton.MouseButton1Down:connect(function()
  204. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  205. end)
  206.  
  207. Close2.Name = "Close2"
  208. Close2.Parent = WayPoints
  209. Close2.BackgroundColor3 = Color3.new(1, 1, 1)
  210. Close2.BackgroundTransparency = 1
  211. Close2.Position = UDim2.new(0.832788944, 0, -0.00569925178, 0)
  212. Close2.Size = UDim2.new(0, 30, 0, 29)
  213. Close2.Font = Enum.Font.SourceSans
  214. Close2.Text = "X"
  215. Close2.TextColor3 = Color3.new(1, 1, 1)
  216. Close2.TextSize = 25
  217. Close2.MouseButton1Down:connect(function()
  218. WayPoints.Visible = false
  219. end)
  220.  
  221. FineArtButton.Name = "FineArtButton"
  222. FineArtButton.Parent = WayPoints
  223. FineArtButton.BackgroundColor3 = Color3.new(1, 1, 1)
  224. FineArtButton.Position = UDim2.new(-0.00149495527, 0, 0.608974457, 0)
  225. FineArtButton.Size = UDim2.new(0, 135, 0, 39)
  226. FineArtButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  227. FineArtButton.Font = Enum.Font.SourceSans
  228. FineArtButton.Text = "Fine Art"
  229. FineArtButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  230. FineArtButton.TextSize = 20
  231. FineArtButton.MouseButton1Down:connect(function()
  232. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))
  233. end)
  234.  
  235. LinksLogicButton.Name = "LinksLogicButton"
  236. LinksLogicButton.Parent = WayPoints
  237. LinksLogicButton.BackgroundColor3 = Color3.new(1, 1, 1)
  238. LinksLogicButton.Position = UDim2.new(-0.00149495527, 0, 0.211434707, 0)
  239. LinksLogicButton.Size = UDim2.new(0, 135, 0, 39)
  240. LinksLogicButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  241. LinksLogicButton.Font = Enum.Font.SourceSans
  242. LinksLogicButton.Text = "Links Logic"
  243. LinksLogicButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  244. LinksLogicButton.TextSize = 20
  245. LinksLogicButton.MouseButton1Down:connect(function()
  246. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))
  247. end)
  248.  
  249. SpawnButton.Name = "SpawnButton"
  250. SpawnButton.Parent = WayPoints
  251. SpawnButton.BackgroundColor3 = Color3.new(1, 1, 1)
  252. SpawnButton.Position = UDim2.new(-0.00149495527, 0, 0.112674788, 0)
  253. SpawnButton.Size = UDim2.new(0, 135, 0, 39)
  254. SpawnButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  255. SpawnButton.Font = Enum.Font.SourceSans
  256. SpawnButton.Text = "Spawn"
  257. SpawnButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  258. SpawnButton.TextSize = 20
  259. SpawnButton.MouseButton1Down:connect(function()
  260. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))
  261. end)
  262.  
  263. WoodRUSButton.Name = "WoodRUSButton"
  264. WoodRUSButton.Parent = WayPoints
  265. WoodRUSButton.BackgroundColor3 = Color3.new(1, 1, 1)
  266. WoodRUSButton.Position = UDim2.new(-0.00149495527, 0, 0.310194701, 0)
  267. WoodRUSButton.Size = UDim2.new(0, 135, 0, 39)
  268. WoodRUSButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  269. WoodRUSButton.Font = Enum.Font.SourceSans
  270. WoodRUSButton.Text = "WoodRUS"
  271. WoodRUSButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  272. WoodRUSButton.TextSize = 20
  273. WoodRUSButton.MouseButton1Down:connect(function()
  274. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))
  275. end)
  276.  
  277. WayPointsText.Name = "WayPointsText"
  278. WayPointsText.Parent = WayPoints
  279. WayPointsText.BackgroundColor3 = Color3.new(1, 1, 1)
  280. WayPointsText.BackgroundTransparency = 1
  281. WayPointsText.Position = UDim2.new(-0.00593791064, 0, -0.0060591409, 0)
  282. WayPointsText.Size = UDim2.new(0, 135, 0, 40)
  283. WayPointsText.Font = Enum.Font.SourceSans
  284. WayPointsText.Text = "WayPoints"
  285. WayPointsText.TextColor3 = Color3.new(1, 1, 1)
  286. WayPointsText.TextSize = 30
  287.  
  288. DenButton.Name = "DenButton"
  289. DenButton.Parent = WayPoints
  290. DenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  291. DenButton.Position = UDim2.new(-0.00149495527, 0, 0.711793661, 0)
  292. DenButton.Size = UDim2.new(0, 135, 0, 39)
  293. DenButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  294. DenButton.Font = Enum.Font.SourceSans
  295. DenButton.Text = "Den"
  296. DenButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  297. DenButton.TextSize = 20
  298. DenButton.MouseButton1Down:connect(function()
  299. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  300. end)
  301.  
  302. StrangeManButton.Name = "StrangeManButton"
  303. StrangeManButton.Parent = WayPoints
  304. StrangeManButton.BackgroundColor3 = Color3.new(1, 1, 1)
  305. StrangeManButton.Position = UDim2.new(-0.00149495527, 0, 0.809760392, 0)
  306. StrangeManButton.Size = UDim2.new(0, 135, 0, 39)
  307. StrangeManButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  308. StrangeManButton.Font = Enum.Font.SourceSans
  309. StrangeManButton.Text = "Strange Man"
  310. StrangeManButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  311. StrangeManButton.TextSize = 20
  312. StrangeManButton.MouseButton1Down:connect(function()
  313. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))
  314. end)
  315.  
  316. SkiiLodgeButton.Name = "SkiiLodgeButton"
  317. SkiiLodgeButton.Parent = WayPoints
  318. SkiiLodgeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  319. SkiiLodgeButton.Position = UDim2.new(-0.00745076686, 0, 0.910079181, 0)
  320. SkiiLodgeButton.Size = UDim2.new(0, 135, 0, 39)
  321. SkiiLodgeButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  322. SkiiLodgeButton.Font = Enum.Font.SourceSans
  323. SkiiLodgeButton.Text = "SkiiLodge"
  324. SkiiLodgeButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  325. SkiiLodgeButton.TextSize = 20
  326. SkiiLodgeButton.MouseButton1Down:connect(function()
  327. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))
  328. end)
  329.  
  330. PlayerFrame.Name = "PlayerFrame"
  331. PlayerFrame.Parent = LumberCracker
  332. PlayerFrame.Active = true
  333. PlayerFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  334. PlayerFrame.Position = UDim2.new(0.178901896, 0, 0.641686201, 0)
  335. PlayerFrame.Size = UDim2.new(0, 300, 0, 250)
  336. PlayerFrame.Style = Enum.FrameStyle.DropShadow
  337. PlayerFrame.Visible = false
  338. PlayerFrame.Draggable = true
  339.  
  340. SpeedButton.Name = "SpeedButton"
  341. SpeedButton.Parent = PlayerFrame
  342. SpeedButton.BackgroundColor3 = Color3.new(1, 1, 1)
  343. SpeedButton.Position = UDim2.new(0.0285803229, 0, 0.0221560057, 0)
  344. SpeedButton.Size = UDim2.new(0, 125, 0, 40)
  345. SpeedButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  346. SpeedButton.Font = Enum.Font.SourceSans
  347. SpeedButton.Text = "Speed"
  348. SpeedButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  349. SpeedButton.TextSize = 30
  350. SpeedButton.MouseButton1Down:connect(function()
  351. while true do
  352. wait()
  353. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  354. end
  355. end)
  356.  
  357. JumpPowerButton.Name = "JumpPowerButton"
  358. JumpPowerButton.Parent = PlayerFrame
  359. JumpPowerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  360. JumpPowerButton.Position = UDim2.new(0.525246978, 0, 0.0181560051, 0)
  361. JumpPowerButton.Size = UDim2.new(0, 125, 0, 40)
  362. JumpPowerButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  363. JumpPowerButton.Font = Enum.Font.SourceSans
  364. JumpPowerButton.Text = "JumpPower"
  365. JumpPowerButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  366. JumpPowerButton.TextSize = 28
  367. JumpPowerButton.MouseButton1Down:connect(function()
  368. while true do
  369. wait()
  370. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  371. end
  372. end)
  373.  
  374. PaintToolButton.Name = "PaintToolButton"
  375. PaintToolButton.Parent = PlayerFrame
  376. PaintToolButton.BackgroundColor3 = Color3.new(1, 1, 1)
  377. PaintToolButton.Position = UDim2.new(0.0285803229, 0, 0.222156003, 0)
  378. PaintToolButton.Size = UDim2.new(0, 125, 0, 40)
  379. PaintToolButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  380. PaintToolButton.Font = Enum.Font.SourceSans
  381. PaintToolButton.Text = "Day"
  382. PaintToolButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  383. PaintToolButton.TextSize = 25
  384. PaintToolButton.MouseButton1Down:connect(function()
  385. game.ServerScriptService.Lighting.DayCycle:Destroy()
  386. game.Lighting.TimeOfDay = 14
  387. end)
  388.  
  389. MaxLandButton.Name = "MaxLandButton"
  390. MaxLandButton.Parent = PlayerFrame
  391. MaxLandButton.BackgroundColor3 = Color3.new(1, 1, 1)
  392. MaxLandButton.Position = UDim2.new(0.525246978, 0, 0.218155995, 0)
  393. MaxLandButton.Size = UDim2.new(0, 125, 0, 40)
  394. MaxLandButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  395. MaxLandButton.Font = Enum.Font.SourceSans
  396. MaxLandButton.Text = "Max Land"
  397. MaxLandButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  398. MaxLandButton.TextSize = 30
  399. MaxLandButton.MouseButton1Down:connect(function()
  400. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  401. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  402. base = v
  403. square = v.OriginSquare
  404. end
  405. end
  406. function makebase(pos)
  407. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  408. Event:FireServer(base, pos)
  409. end
  410. spos = square.Position
  411. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  412. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  413. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  414. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  415. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  416. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  417. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  418. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  419. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  420. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  421. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  422. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  423. --Corners--
  424. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  425. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  426. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  427. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  428. --Corners--
  429. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  430. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  431. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  432. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  433. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  434. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  435. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  436. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  437. end)
  438.  
  439.  
  440. TpToolButton.Name = "TpToolButton"
  441. TpToolButton.Parent = PlayerFrame
  442. TpToolButton.BackgroundColor3 = Color3.new(1, 1, 1)
  443. TpToolButton.Position = UDim2.new(0.521913648, 0, 0.41415599, 0)
  444. TpToolButton.Size = UDim2.new(0, 125, 0, 40)
  445. TpToolButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  446. TpToolButton.Font = Enum.Font.SourceSans
  447. TpToolButton.Text = "TpTool (q)"
  448. TpToolButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  449. TpToolButton.TextSize = 30
  450. TpToolButton.MouseButton1Down:connect(function()
  451. plr = game.Players.LocalPlayer
  452.  
  453. hum = plr.Character.HumanoidRootPart
  454.  
  455. mouse = plr:GetMouse()
  456.  
  457.  
  458.  
  459. mouse.KeyDown:connect(function(key)
  460.  
  461. if key == "q" then
  462.  
  463. if mouse.Target then
  464.  
  465. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  466.  
  467. end
  468.  
  469. end
  470. end)
  471. end)
  472.  
  473. NoClipButton.Name = "NoClipButton"
  474. NoClipButton.Parent = PlayerFrame
  475. NoClipButton.BackgroundColor3 = Color3.new(1, 1, 1)
  476. NoClipButton.Position = UDim2.new(0.025246989, 0, 0.418155998, 0)
  477. NoClipButton.Size = UDim2.new(0, 125, 0, 40)
  478. NoClipButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  479. NoClipButton.Font = Enum.Font.SourceSans
  480. NoClipButton.Text = "NoClip(F)"
  481. NoClipButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  482. NoClipButton.TextSize = 30
  483. NoClipButton.MouseButton1Down:connect(function()
  484. local noclipplayer = game:GetService("Players").LocalPlayer
  485. local noclipmouse = noclipplayer:GetMouse()
  486.  
  487. local donoclip = false
  488. local noclip = false
  489.  
  490. function b_noclip(key)
  491. if (key == "f") then
  492. if noclip == false then
  493. donoclip = true
  494.  
  495. noclip = true
  496. elseif noclip == true then
  497. donoclip = false
  498.  
  499. noclip = false
  500. end
  501. end
  502. end
  503.  
  504. noclipmouse.KeyDown:connect(b_noclip)
  505.  
  506. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  507. if obj ~= workspace.Terrain then
  508. if donoclip == true then
  509. obj.CanCollide = false
  510. else
  511. obj.CanCollide = true
  512. end
  513. end
  514. end)
  515. end)
  516.  
  517. GoldAxeButton.Name = "GoldAxeButton"
  518. GoldAxeButton.Parent = PlayerFrame
  519. GoldAxeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  520. GoldAxeButton.Position = UDim2.new(0.025246989, 0, 0.610156059, 0)
  521. GoldAxeButton.Size = UDim2.new(0, 125, 0, 40)
  522. GoldAxeButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  523. GoldAxeButton.Font = Enum.Font.SourceSans
  524. GoldAxeButton.Text = "GoldAxe"
  525. GoldAxeButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  526. GoldAxeButton.TextSize = 30
  527. GoldAxeButton.MouseButton1Down:connect(function()
  528. local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)function GetAxe()if game.Players.LocalPlayer.Character:FindFirstChild("Tool")then return game.Players.LocalPlayer.Character:FindFirstChild("Tool")end end;local c={['GoldAxe']=50,['BasicHatchet']=0.2,['Axe1']=0.55,['Axe2']=0.93,['AxeAlphaTesters']=1.5,['Rukiryaxe']=1.68,['Axe3']=1.45,['AxeBetaTesters']=1.45,['FireAxe']=0.6,['SilverAxe']=1.6,['EndTimesAxe']=10000000,['AxeChicken']=0.1,['CandyCaneAxe']=0}local Pressing=false;local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)a.Button1Down:connect(function(b)Pressing=true;poop(GetAxe())end)function cut(d)local e=game.Players.LocalPlayer:GetMouse().Target;local f=game.Players.LocalPlayer:GetMouse().Hit;local g=e.CFrame:pointToObjectSpace(f.p).Y+e.Size.Y/2;if e.Parent:WaitForChild("CutEvent",0.1)then game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(e.Parent.CutEvent,{["cuttingClass"]="Axe",["cooldown"]=0,["hitPoints"]=c[d.ToolName.Value],["sectionId"]=e.ID.Value,["tool"]=d,["faceVector"]=Vector3.new(-1,0,0),["height"]=g})end end;function poop(d)for h=1,100 do if Pressing==true then cut(d)end end end
  529. end)
  530.  
  531. EspButton.Name = "EspButton"
  532. EspButton.Parent = PlayerFrame
  533. EspButton.BackgroundColor3 = Color3.new(1, 1, 1)
  534. EspButton.Position = UDim2.new(0.521913648, 0, 0.606155992, 0)
  535. EspButton.Size = UDim2.new(0, 125, 0, 40)
  536. EspButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  537. EspButton.Font = Enum.Font.SourceSans
  538. EspButton.Text = "Volcano Win"
  539. EspButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  540. EspButton.TextSize = 25
  541. EspButton.MouseButton1Down:connect(function()
  542. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1668.047, 351.38, 1475.389))
  543. wait(1)
  544. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))
  545. end)
  546.  
  547. FlyButton.Name = "FlyButton"
  548. FlyButton.Parent = PlayerFrame
  549. FlyButton.BackgroundColor3 = Color3.new(1, 1, 1)
  550. FlyButton.Position = UDim2.new(0.525246978, 0, 0.80615598, 0)
  551. FlyButton.Size = UDim2.new(0, 125, 0, 40)
  552. FlyButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  553. FlyButton.Font = Enum.Font.SourceSans
  554. FlyButton.Text = "Fly(Tool)"
  555. FlyButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  556. FlyButton.TextSize = 30
  557. FlyButton.MouseButton1Down:connect(function()
  558. wait();
  559.  
  560. local MaxFlySpeed = 1 -- change this as needed
  561.  
  562. local UIS = game:GetService("UserInputService")
  563. local LocalPlayer = game:GetService("Players").LocalPlayer
  564. local Torso = (LocalPlayer.Character and LocalPlayer.Character:WaitForChild("Torso"))
  565. local Mouse = LocalPlayer:GetMouse()
  566. local Tool = Instance.new("Tool")
  567. Tool.RequiresHandle = false
  568. Tool.Name = "Fly tool"
  569.  
  570. assert(Torso.ClassName == "Part", "Yikes! Torso is not a part.")
  571.  
  572. local ToolUtils do
  573. ToolUtils = {
  574. Enabled = false,
  575. WindowFocused = true,
  576.  
  577. Keys = {},
  578. InternalVars = {
  579. FlyForward = 0,
  580. FlyBackward = 0
  581. }
  582. }
  583. end
  584.  
  585. local ToolEvents do
  586. Tool.Equipped:connect(function(Mouse)
  587. ToolUtils.Enabled = true
  588. Torso.Anchored = true
  589. end)
  590. Tool.Unequipped:connect(function(...)
  591. ToolUtils.Enabled = false
  592. Torso.Anchored = false
  593. end)
  594. UIS.InputBegan:connect(function(input, processedEvent)
  595. ToolUtils.Keys[input.KeyCode] = true
  596. end)
  597. UIS.InputEnded:connect(function(input, processedEvent)
  598. ToolUtils.Keys[input.KeyCode] = nil
  599. end)
  600. UIS.WindowFocusReleased:connect(function()
  601. ToolUtils.WindowFocused = false
  602. end)
  603. UIS.WindowFocused:connect(function()
  604. ToolUtils.WindowFocused = true
  605. end)
  606. end
  607.  
  608. game:GetService("RunService").RenderStepped:connect(function(...)
  609. if ToolUtils.WindowFocused and ToolUtils.Enabled then
  610. if ToolUtils.Keys[Enum.KeyCode.W] then
  611. if ToolUtils.InternalVars.FlyForward < MaxFlySpeed then
  612. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward + 0.1
  613. end
  614. else
  615. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward * 0.9
  616. end
  617. if ToolUtils.Keys[Enum.KeyCode.S] then
  618. if ToolUtils.InternalVars.FlyBackward < MaxFlySpeed then
  619. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward + 0.1
  620. end
  621. else
  622. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward * 0.9
  623. end
  624.  
  625. local Camera = workspace.CurrentCamera
  626. Torso.CFrame = Torso.CFrame:lerp(
  627. CFrame.new(Torso.Position, Camera.CFrame.p)
  628. * CFrame.Angles(0, math.rad(180), 0)
  629. * CFrame.new(0, 0, -(ToolUtils.InternalVars.FlyForward - ToolUtils.InternalVars.FlyBackward))
  630. * CFrame.Angles(-(math.rad(10 * (ToolUtils.InternalVars.FlyForward / MaxFlySpeed)) - math.rad(10 * (ToolUtils.InternalVars.FlyBackward / MaxFlySpeed))), 0, 0)
  631. , 0.9)
  632. end
  633. end)
  634.  
  635. Tool.Parent = LocalPlayer:findFirstChild("Backpack") or Instance.new("Backpack", LocalPlayer)
  636. end)
  637.  
  638. CarSpeedButton.Name = "CarSpeedButton"
  639. CarSpeedButton.Parent = PlayerFrame
  640. CarSpeedButton.BackgroundColor3 = Color3.new(1, 1, 1)
  641. CarSpeedButton.Position = UDim2.new(0.0285803229, 0, 0.810156047, 0)
  642. CarSpeedButton.Size = UDim2.new(0, 125, 0, 40)
  643. CarSpeedButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  644. CarSpeedButton.Font = Enum.Font.SourceSans
  645. CarSpeedButton.Text = "Frozen Water"
  646. CarSpeedButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  647. CarSpeedButton.TextSize = 23
  648. CarSpeedButton.MouseButton1Down:connect(function()
  649. for _,v in pairs(game.Workspace.Water:GetChildren()) do
  650. v.CanCollide = true
  651. end
  652. end)
  653.  
  654. Close3.Name = "Close3"
  655. Close3.Parent = PlayerFrame
  656. Close3.BackgroundColor3 = Color3.new(1, 1, 1)
  657. Close3.BackgroundTransparency = 1
  658. Close3.Position = UDim2.new(0.912070632, 0, -0.0312619619, 0)
  659. Close3.Size = UDim2.new(0, 41, 0, 36)
  660. Close3.Font = Enum.Font.SourceSans
  661. Close3.Text = "X"
  662. Close3.TextColor3 = Color3.new(1, 1, 1)
  663. Close3.TextSize = 25
  664. Close3.MouseButton1Down:connect(function()
  665. PlayerFrame.Visible = false
  666. end)
  667.  
  668. OtherFrame.Name = "OtherFrame"
  669. OtherFrame.Parent = LumberCracker
  670. OtherFrame.Active = true
  671. OtherFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  672. OtherFrame.Position = UDim2.new(0.5373227, 0, 0.345433265, 0)
  673. OtherFrame.Size = UDim2.new(0, 300, 0, 280)
  674. OtherFrame.Style = Enum.FrameStyle.DropShadow
  675. OtherFrame.Visible = false
  676. OtherFrame.Draggable = true
  677.  
  678. GetBluePrintsButton.Name = "GetBluePrintsButton"
  679. GetBluePrintsButton.Parent = OtherFrame
  680. GetBluePrintsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  681. GetBluePrintsButton.Position = UDim2.new(0.0233333334, 0, 0.00357142836, 0)
  682. GetBluePrintsButton.Size = UDim2.new(0, 125, 0, 40)
  683. GetBluePrintsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  684. GetBluePrintsButton.Font = Enum.Font.SourceSans
  685. GetBluePrintsButton.Text = "Get BluePrints"
  686. GetBluePrintsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  687. GetBluePrintsButton.TextSize = 20
  688. GetBluePrintsButton.TextWrapped = true
  689. GetBluePrintsButton.MouseButton1Down:connect(function()
  690. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  691. local clone = v:Clone()
  692. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  693. end
  694. end)
  695.  
  696. PaintToolButton_2.Name = "PaintToolButton"
  697. PaintToolButton_2.Parent = OtherFrame
  698. PaintToolButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  699. PaintToolButton_2.Position = UDim2.new(0.530000031, 0, 0.00357142836, 0)
  700. PaintToolButton_2.Size = UDim2.new(0, 125, 0, 40)
  701. PaintToolButton_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  702. PaintToolButton_2.Font = Enum.Font.SourceSans
  703. PaintToolButton_2.Text = "Paint Tool"
  704. PaintToolButton_2.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  705. PaintToolButton_2.TextSize = 25
  706. PaintToolButton_2.TextWrapped = true
  707. PaintToolButton_2.MouseButton1Down:connect(function()
  708. -- Instances:
  709. local ColorPicker = Instance.new("ScreenGui")
  710. local ChangeColor = Instance.new("Frame")
  711. local CurrentColor = Instance.new("ImageButton")
  712. local Picker = Instance.new("ScrollingFrame")
  713. local Birch = Instance.new("ImageButton")
  714. local DropShadow = Instance.new("Frame")
  715. local Grey = Instance.new("ImageButton")
  716. local DropShadow_2 = Instance.new("Frame")
  717. local Walnut = Instance.new("ImageButton")
  718. local DropShadow_3 = Instance.new("Frame")
  719. local Generic = Instance.new("ImageButton")
  720. local DropShadow_4 = Instance.new("Frame")
  721. local Oak = Instance.new("ImageButton")
  722. local DropShadow_5 = Instance.new("Frame")
  723. local Pine = Instance.new("ImageButton")
  724. local DropShadow_6 = Instance.new("Frame")
  725. local Palm = Instance.new("ImageButton")
  726. local DropShadow_7 = Instance.new("Frame")
  727. local Cherry = Instance.new("ImageButton")
  728. local DropShadow_8 = Instance.new("Frame")
  729. local Koa = Instance.new("ImageButton")
  730. local DropShadow_9 = Instance.new("Frame")
  731. local Volcano = Instance.new("ImageButton")
  732. local DropShadow_10 = Instance.new("Frame")
  733. local GreenSwampy = Instance.new("ImageButton")
  734. local DropShadow_11 = Instance.new("Frame")
  735. local GoldSwampy = Instance.new("ImageButton")
  736. local DropShadow_12 = Instance.new("Frame")
  737. local GenericSpecial = Instance.new("ImageButton")
  738. local DropShadow_13 = Instance.new("Frame")
  739. local SnowGlow = Instance.new("ImageButton")
  740. local DropShadow_14 = Instance.new("Frame")
  741. local Frost = Instance.new("ImageButton")
  742. local DropShadow_15 = Instance.new("Frame")
  743. local CaveCrawler = Instance.new("ImageButton")
  744. local DropShadow_16 = Instance.new("Frame")
  745. local LoneCave = Instance.new("ImageButton")
  746. local DropShadow_17 = Instance.new("Frame")
  747. local Spooky = Instance.new("ImageButton")
  748. local DropShadow_18 = Instance.new("Frame")
  749. local SpookyNeon = Instance.new("ImageButton")
  750. local DropShadow_19 = Instance.new("Frame")
  751. --Properties:
  752. ColorPicker.Name = "ColorPicker"
  753. ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  754.  
  755. ChangeColor.Name = "ChangeColor"
  756. ChangeColor.Parent = ColorPicker
  757. ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  758. ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  759. ChangeColor.BorderSizePixel = 2
  760. ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  761. ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  762. ChangeColor.ZIndex = 2
  763. ColorPicker.Enabled = false
  764.  
  765. CurrentColor.Name = "CurrentColor"
  766. CurrentColor.Parent = ChangeColor
  767. CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  768. CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  769. CurrentColor.BorderSizePixel = 2
  770. CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  771. CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  772. CurrentColor.ZIndex = 2
  773. CurrentColor.Image = "rbxassetid://2712547918"
  774. CurrentColor.ScaleType = Enum.ScaleType.Crop
  775.  
  776. Picker.Name = "Picker"
  777. Picker.Parent = ColorPicker
  778. Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  779. Picker.BorderColor3 = Color3.new(0, 0, 0)
  780. Picker.BorderSizePixel = 2
  781. Picker.Position = UDim2.new(0, 10, 1, -320)
  782. Picker.Size = UDim2.new(0, 100, 0, 200)
  783. Picker.CanvasPosition = Vector2.new(0, 700)
  784. Picker.CanvasSize = UDim2.new(0, 0, 0, 900)
  785. Picker.ScrollBarThickness = 7
  786. Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  787. Picker.Visible = false
  788.  
  789. Birch.Name = "Birch"
  790. Birch.Parent = Picker
  791. Birch.BackgroundColor3 = Color3.new(1, 1, 1)
  792. Birch.BorderColor3 = Color3.new(0, 0, 0)
  793. Birch.Position = UDim2.new(0, 10, 0, 5)
  794. Birch.Size = UDim2.new(0, 80, 0, 40)
  795. Birch.ZIndex = 3
  796. Birch.Image = "rbxassetid://2712547918"
  797. Birch.ScaleType = Enum.ScaleType.Crop
  798.  
  799. DropShadow.Name = "DropShadow"
  800. DropShadow.Parent = Birch
  801. DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  802. DropShadow.BorderSizePixel = 0
  803. DropShadow.Position = UDim2.new(0, 4, 0, 4)
  804. DropShadow.Size = UDim2.new(1, 0, 1, 0)
  805. DropShadow.ZIndex = 2
  806.  
  807. Grey.Name = "Grey"
  808. Grey.Parent = Picker
  809. Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  810. Grey.BorderColor3 = Color3.new(0, 0, 0)
  811. Grey.Position = UDim2.new(0, 10, 0, 55)
  812. Grey.Size = UDim2.new(0, 80, 0, 40)
  813. Grey.ZIndex = 3
  814. Grey.Image = "rbxassetid://924320031"
  815. Grey.ScaleType = Enum.ScaleType.Crop
  816.  
  817. DropShadow_2.Name = "DropShadow"
  818. DropShadow_2.Parent = Grey
  819. DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  820. DropShadow_2.BorderSizePixel = 0
  821. DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  822. DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  823. DropShadow_2.ZIndex = 2
  824.  
  825. Walnut.Name = "Walnut"
  826. Walnut.Parent = Picker
  827. Walnut.BackgroundColor3 = Color3.new(1, 1, 1)
  828. Walnut.BorderColor3 = Color3.new(0, 0, 0)
  829. Walnut.Position = UDim2.new(0, 10, 0, 105)
  830. Walnut.Size = UDim2.new(0, 80, 0, 40)
  831. Walnut.ZIndex = 3
  832. Walnut.Image = "rbxassetid://2712559790"
  833. Walnut.ScaleType = Enum.ScaleType.Crop
  834.  
  835. DropShadow_3.Name = "DropShadow"
  836. DropShadow_3.Parent = Walnut
  837. DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  838. DropShadow_3.BorderSizePixel = 0
  839. DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  840. DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  841. DropShadow_3.ZIndex = 2
  842.  
  843. Generic.Name = "Generic"
  844. Generic.Parent = Picker
  845. Generic.BackgroundColor3 = Color3.new(1, 1, 1)
  846. Generic.BorderColor3 = Color3.new(0, 0, 0)
  847. Generic.Position = UDim2.new(0, 10, 0, 155)
  848. Generic.Size = UDim2.new(0, 80, 0, 40)
  849. Generic.ZIndex = 3
  850. Generic.Image = "rbxassetid://2712568624"
  851. Generic.ScaleType = Enum.ScaleType.Crop
  852.  
  853. DropShadow_4.Name = "DropShadow"
  854. DropShadow_4.Parent = Generic
  855. DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  856. DropShadow_4.BorderSizePixel = 0
  857. DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  858. DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  859. DropShadow_4.ZIndex = 2
  860.  
  861. Oak.Name = "Oak"
  862. Oak.Parent = Picker
  863. Oak.BackgroundColor3 = Color3.new(1, 1, 1)
  864. Oak.BorderColor3 = Color3.new(0, 0, 0)
  865. Oak.Position = UDim2.new(0, 10, 0, 205)
  866. Oak.Size = UDim2.new(0, 80, 0, 40)
  867. Oak.ZIndex = 3
  868. Oak.Image = "rbxassetid://2712579185"
  869. Oak.ScaleType = Enum.ScaleType.Crop
  870.  
  871. DropShadow_5.Name = "DropShadow"
  872. DropShadow_5.Parent = Oak
  873. DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  874. DropShadow_5.BorderSizePixel = 0
  875. DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  876. DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  877. DropShadow_5.ZIndex = 2
  878.  
  879. Pine.Name = "Pine"
  880. Pine.Parent = Picker
  881. Pine.BackgroundColor3 = Color3.new(1, 1, 1)
  882. Pine.BorderColor3 = Color3.new(0, 0, 0)
  883. Pine.Position = UDim2.new(0, 10, 0, 255)
  884. Pine.Size = UDim2.new(0, 80, 0, 40)
  885. Pine.ZIndex = 3
  886. Pine.Image = "rbxassetid://2712591183"
  887. Pine.ScaleType = Enum.ScaleType.Crop
  888.  
  889. DropShadow_6.Name = "DropShadow"
  890. DropShadow_6.Parent = Pine
  891. DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  892. DropShadow_6.BorderSizePixel = 0
  893. DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  894. DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  895. DropShadow_6.ZIndex = 2
  896.  
  897. Palm.Name = "Palm"
  898. Palm.Parent = Picker
  899. Palm.BackgroundColor3 = Color3.new(1, 1, 1)
  900. Palm.BorderColor3 = Color3.new(0, 0, 0)
  901. Palm.Position = UDim2.new(0, 10, 0, 305)
  902. Palm.Size = UDim2.new(0, 80, 0, 40)
  903. Palm.ZIndex = 3
  904. Palm.Image = "rbxassetid://2712597395"
  905. Palm.ScaleType = Enum.ScaleType.Crop
  906.  
  907. DropShadow_7.Name = "DropShadow"
  908. DropShadow_7.Parent = Palm
  909. DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  910. DropShadow_7.BorderSizePixel = 0
  911. DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  912. DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  913. DropShadow_7.ZIndex = 2
  914.  
  915. Cherry.Name = "Cherry"
  916. Cherry.Parent = Picker
  917. Cherry.BackgroundColor3 = Color3.new(1, 1, 1)
  918. Cherry.BorderColor3 = Color3.new(0, 0, 0)
  919. Cherry.Position = UDim2.new(0, 10, 0, 355)
  920. Cherry.Size = UDim2.new(0, 80, 0, 40)
  921. Cherry.ZIndex = 3
  922. Cherry.Image = "rbxassetid://2712608599"
  923. Cherry.ScaleType = Enum.ScaleType.Crop
  924.  
  925. DropShadow_8.Name = "DropShadow"
  926. DropShadow_8.Parent = Cherry
  927. DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  928. DropShadow_8.BorderSizePixel = 0
  929. DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  930. DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  931. DropShadow_8.ZIndex = 2
  932.  
  933. Koa.Name = "Koa"
  934. Koa.Parent = Picker
  935. Koa.BackgroundColor3 = Color3.new(1, 1, 1)
  936. Koa.BorderColor3 = Color3.new(0, 0, 0)
  937. Koa.Position = UDim2.new(0, 10, 0, 355)
  938. Koa.Size = UDim2.new(0, 80, 0, 40)
  939. Koa.ZIndex = 3
  940. Koa.Image = "rbxassetid://2712612798"
  941. Koa.ScaleType = Enum.ScaleType.Crop
  942.  
  943. DropShadow_9.Name = "DropShadow"
  944. DropShadow_9.Parent = Koa
  945. DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  946. DropShadow_9.BorderSizePixel = 0
  947. DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  948. DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  949. DropShadow_9.ZIndex = 2
  950.  
  951. Volcano.Name = "Volcano"
  952. Volcano.Parent = Picker
  953. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  954. Volcano.BorderColor3 = Color3.new(0, 0, 0)
  955. Volcano.Position = UDim2.new(0, 10, 0, 405)
  956. Volcano.Size = UDim2.new(0, 80, 0, 40)
  957. Volcano.ZIndex = 3
  958. Volcano.Image = "rbxassetid://2712618609"
  959. Volcano.ScaleType = Enum.ScaleType.Crop
  960.  
  961. DropShadow_10.Name = "DropShadow"
  962. DropShadow_10.Parent = Volcano
  963. DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  964. DropShadow_10.BorderSizePixel = 0
  965. DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  966. DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  967. DropShadow_10.ZIndex = 2
  968.  
  969. GreenSwampy.Name = "GreenSwampy"
  970. GreenSwampy.Parent = Picker
  971. GreenSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  972. GreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  973. GreenSwampy.Position = UDim2.new(0, 10, 0, 455)
  974. GreenSwampy.Size = UDim2.new(0, 80, 0, 40)
  975. GreenSwampy.ZIndex = 3
  976. GreenSwampy.Image = "rbxassetid://2712623896"
  977. GreenSwampy.ScaleType = Enum.ScaleType.Crop
  978.  
  979. DropShadow_11.Name = "DropShadow"
  980. DropShadow_11.Parent = GreenSwampy
  981. DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  982. DropShadow_11.BorderSizePixel = 0
  983. DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  984. DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  985. DropShadow_11.ZIndex = 2
  986.  
  987. GoldSwampy.Name = "GoldSwampy"
  988. GoldSwampy.Parent = Picker
  989. GoldSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  990. GoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  991. GoldSwampy.Position = UDim2.new(0, 10, 0, 505)
  992. GoldSwampy.Size = UDim2.new(0, 80, 0, 40)
  993. GoldSwampy.ZIndex = 3
  994. GoldSwampy.Image = "rbxassetid://2712631457"
  995. GoldSwampy.ScaleType = Enum.ScaleType.Crop
  996.  
  997. DropShadow_12.Name = "DropShadow"
  998. DropShadow_12.Parent = GoldSwampy
  999. DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  1000. DropShadow_12.BorderSizePixel = 0
  1001. DropShadow_12.Position = UDim2.new(0, 4, 0, 4)
  1002. DropShadow_12.Size = UDim2.new(1, 0, 1, 0)
  1003. DropShadow_12.ZIndex = 2
  1004.  
  1005. GenericSpecial.Name = "GenericSpecial"
  1006. GenericSpecial.Parent = Picker
  1007. GenericSpecial.BackgroundColor3 = Color3.new(1, 1, 1)
  1008. GenericSpecial.BorderColor3 = Color3.new(0, 0, 0)
  1009. GenericSpecial.Position = UDim2.new(0, 10, 0, 555)
  1010. GenericSpecial.Size = UDim2.new(0, 80, 0, 40)
  1011. GenericSpecial.ZIndex = 3
  1012. GenericSpecial.Image = "rbxassetid://2712639396"
  1013. GenericSpecial.ScaleType = Enum.ScaleType.Crop
  1014.  
  1015. DropShadow_13.Name = "DropShadow"
  1016. DropShadow_13.Parent = GenericSpecial
  1017. DropShadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  1018. DropShadow_13.BorderSizePixel = 0
  1019. DropShadow_13.Position = UDim2.new(0, 4, 0, 4)
  1020. DropShadow_13.Size = UDim2.new(1, 0, 1, 0)
  1021. DropShadow_13.ZIndex = 2
  1022.  
  1023. SnowGlow.Name = "SnowGlow"
  1024. SnowGlow.Parent = Picker
  1025. SnowGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  1026. SnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  1027. SnowGlow.Position = UDim2.new(0, 10, 0, 605)
  1028. SnowGlow.Size = UDim2.new(0, 80, 0, 40)
  1029. SnowGlow.ZIndex = 3
  1030. SnowGlow.Image = "rbxassetid://2712651454"
  1031. SnowGlow.ScaleType = Enum.ScaleType.Crop
  1032.  
  1033. DropShadow_14.Name = "DropShadow"
  1034. DropShadow_14.Parent = SnowGlow
  1035. DropShadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  1036. DropShadow_14.BorderSizePixel = 0
  1037. DropShadow_14.Position = UDim2.new(0, 4, 0, 4)
  1038. DropShadow_14.Size = UDim2.new(1, 0, 1, 0)
  1039. DropShadow_14.ZIndex = 2
  1040.  
  1041. Frost.Name = "Frost"
  1042. Frost.Parent = Picker
  1043. Frost.BackgroundColor3 = Color3.new(1, 1, 1)
  1044. Frost.BorderColor3 = Color3.new(0, 0, 0)
  1045. Frost.Position = UDim2.new(0, 10, 0, 655)
  1046. Frost.Size = UDim2.new(0, 80, 0, 40)
  1047. Frost.ZIndex = 3
  1048. Frost.Image = "rbxassetid://2712667804"
  1049. Frost.ScaleType = Enum.ScaleType.Crop
  1050.  
  1051. DropShadow_15.Name = "DropShadow"
  1052. DropShadow_15.Parent = Frost
  1053. DropShadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  1054. DropShadow_15.BorderSizePixel = 0
  1055. DropShadow_15.Position = UDim2.new(0, 4, 0, 4)
  1056. DropShadow_15.Size = UDim2.new(1, 0, 1, 0)
  1057. DropShadow_15.ZIndex = 2
  1058.  
  1059. CaveCrawler.Name = "CaveCrawler"
  1060. CaveCrawler.Parent = Picker
  1061. CaveCrawler.BackgroundColor3 = Color3.new(1, 1, 1)
  1062. CaveCrawler.BorderColor3 = Color3.new(0, 0, 0)
  1063. CaveCrawler.Position = UDim2.new(0, 10, 0, 705)
  1064. CaveCrawler.Size = UDim2.new(0, 80, 0, 40)
  1065. CaveCrawler.ZIndex = 3
  1066. CaveCrawler.Image = "rbxassetid://2712673980"
  1067. CaveCrawler.ScaleType = Enum.ScaleType.Crop
  1068.  
  1069. DropShadow_16.Name = "DropShadow"
  1070. DropShadow_16.Parent = CaveCrawler
  1071. DropShadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  1072. DropShadow_16.BorderSizePixel = 0
  1073. DropShadow_16.Position = UDim2.new(0, 4, 0, 4)
  1074. DropShadow_16.Size = UDim2.new(1, 0, 1, 0)
  1075. DropShadow_16.ZIndex = 2
  1076.  
  1077. LoneCave.Name = "LoneCave"
  1078. LoneCave.Parent = Picker
  1079. LoneCave.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. LoneCave.BorderColor3 = Color3.new(0, 0, 0)
  1081. LoneCave.Position = UDim2.new(0, 10, 0, 755)
  1082. LoneCave.Size = UDim2.new(0, 80, 0, 40)
  1083. LoneCave.ZIndex = 3
  1084. LoneCave.Image = "rbxassetid://2712693147"
  1085. LoneCave.ScaleType = Enum.ScaleType.Crop
  1086.  
  1087. DropShadow_17.Name = "DropShadow"
  1088. DropShadow_17.Parent = LoneCave
  1089. DropShadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  1090. DropShadow_17.BorderSizePixel = 0
  1091. DropShadow_17.Position = UDim2.new(0, 4, 0, 4)
  1092. DropShadow_17.Size = UDim2.new(1, 0, 1, 0)
  1093. DropShadow_17.ZIndex = 2
  1094.  
  1095. Spooky.Name = "Spooky"
  1096. Spooky.Parent = Picker
  1097. Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  1098. Spooky.BorderColor3 = Color3.new(0, 0, 0)
  1099. Spooky.Position = UDim2.new(0, 10, 0, 805)
  1100. Spooky.Size = UDim2.new(0, 80, 0, 40)
  1101. Spooky.ZIndex = 3
  1102. Spooky.Image = "rbxassetid://2712696822"
  1103. Spooky.ScaleType = Enum.ScaleType.Crop
  1104.  
  1105. DropShadow_18.Name = "DropShadow"
  1106. DropShadow_18.Parent = Spooky
  1107. DropShadow_18.BackgroundColor3 = Color3.new(0, 0, 0)
  1108. DropShadow_18.BorderSizePixel = 0
  1109. DropShadow_18.Position = UDim2.new(0, 4, 0, 4)
  1110. DropShadow_18.Size = UDim2.new(1, 0, 1, 0)
  1111. DropShadow_18.ZIndex = 2
  1112.  
  1113. SpookyNeon.Name = "SpookyNeon"
  1114. SpookyNeon.Parent = Picker
  1115. SpookyNeon.BackgroundColor3 = Color3.new(1, 1, 1)
  1116. SpookyNeon.BorderColor3 = Color3.new(0, 0, 0)
  1117. SpookyNeon.Position = UDim2.new(0, 10, 0, 855)
  1118. SpookyNeon.Size = UDim2.new(0, 80, 0, 40)
  1119. SpookyNeon.ZIndex = 3
  1120. SpookyNeon.Image = "rbxassetid://2712700047"
  1121. SpookyNeon.ScaleType = Enum.ScaleType.Crop
  1122.  
  1123. DropShadow_19.Name = "DropShadow"
  1124. DropShadow_19.Parent = SpookyNeon
  1125. DropShadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  1126. DropShadow_19.BorderSizePixel = 0
  1127. DropShadow_19.Position = UDim2.new(0, 4, 0, 4)
  1128. DropShadow_19.Size = UDim2.new(1, 0, 1, 0)
  1129. DropShadow_19.ZIndex = 2
  1130. -- Scripts:
  1131. woodtype = "Birch"
  1132.  
  1133. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1134. tool.RequiresHandle = false
  1135. --tool.RobloxLocked = true
  1136. tool.Name = "Paint"
  1137. tool.ToolTip = "Changes A Stucture's Wood Type"
  1138. tool.Equipped:connect(function(Mouse)
  1139. ColorPicker.Enabled = true
  1140. Mouse.Button1Down:connect(function()
  1141. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  1142. local Cframe
  1143. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  1144. Cframe = Mouse.Target.Parent.MainCFrame.Value
  1145. else
  1146. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  1147. end
  1148. if Mouse.Target.Parent ~= nil then
  1149. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  1150. end
  1151. else
  1152. --do nothing
  1153. end
  1154. end)
  1155. end)
  1156.  
  1157. tool.Unequipped:connect(function(mouse)
  1158. ColorPicker.Enabled = false
  1159. end)
  1160.  
  1161.  
  1162. Birch.MouseButton1Click:Connect(function()
  1163. CurrentColor.Image = Birch.Image
  1164. woodtype = "Birch"
  1165. end)
  1166.  
  1167. Grey.MouseButton1Click:Connect(function()
  1168. CurrentColor.Image = Grey.Image
  1169. woodtype = nil
  1170. end)
  1171.  
  1172. Walnut.MouseButton1Click:Connect(function()
  1173. CurrentColor.Image = Walnut.Image
  1174. woodtype = "Walnut"
  1175. end)
  1176.  
  1177. Generic.MouseButton1Click:Connect(function()
  1178. CurrentColor.Image = Generic.Image
  1179. woodtype = "Generic"
  1180. end)
  1181.  
  1182. Oak.MouseButton1Click:Connect(function()
  1183. CurrentColor.Image = Oak.Image
  1184. woodtype = "Oak"
  1185. end)
  1186.  
  1187. Pine.MouseButton1Click:Connect(function()
  1188. CurrentColor.Image = Pine.Image
  1189. woodtype = "Pine"
  1190. end)
  1191.  
  1192. Palm.MouseButton1Click:Connect(function()
  1193. CurrentColor.Image = Palm.Image
  1194. woodtype = "Palm"
  1195. end)
  1196.  
  1197. Koa.MouseButton1Click:Connect(function()
  1198. CurrentColor.Image = Koa.Image
  1199. woodtype = "Koa"
  1200. end)
  1201.  
  1202. Volcano.MouseButton1Click:Connect(function()
  1203. CurrentColor.Image = Volcano.Image
  1204. woodtype = "Volcano"
  1205. end)
  1206.  
  1207. GreenSwampy.MouseButton1Click:Connect(function()
  1208. CurrentColor.Image = GreenSwampy.Image
  1209. woodtype = "GreenSwampy"
  1210. end)
  1211.  
  1212. GoldSwampy.MouseButton1Click:Connect(function()
  1213. CurrentColor.Image = GoldSwampy.Image
  1214. woodtype = "GoldSwampy"
  1215. end)
  1216.  
  1217. GenericSpecial.MouseButton1Click:Connect(function()
  1218. CurrentColor.Image = GenericSpecial.Image
  1219. woodtype = "GenericSpecial"
  1220. end)
  1221.  
  1222. SnowGlow.MouseButton1Click:Connect(function()
  1223. CurrentColor.Image = SnowGlow.Image
  1224. woodtype = "SnowGlow"
  1225. end)
  1226.  
  1227. Frost.MouseButton1Click:Connect(function()
  1228. CurrentColor.Image = Frost.Image
  1229. woodtype = "Frost"
  1230. end)
  1231.  
  1232. CaveCrawler.MouseButton1Click:Connect(function()
  1233. CurrentColor.Image = CaveCrawler.Image
  1234. woodtype = "CaveCrawler"
  1235. end)
  1236.  
  1237. LoneCave.MouseButton1Click:Connect(function()
  1238. CurrentColor.Image = LoneCave.Image
  1239. woodtype = "LoneCave"
  1240. end)
  1241.  
  1242. Spooky.MouseButton1Click:Connect(function()
  1243. CurrentColor.Image = Spooky.Image
  1244. woodtype = "Spooky"
  1245. end)
  1246.  
  1247. SpookyNeon.MouseButton1Click:Connect(function()
  1248. CurrentColor.Image = SpookyNeon.Image
  1249. woodtype = "SpookyNeon"
  1250. end)
  1251.  
  1252. --bring up menu
  1253. CurrentColor.MouseButton1Click:Connect(function()
  1254. if Picker.Visible == false then
  1255. Picker.Visible = true
  1256. else
  1257. Picker.Visible = false
  1258. end
  1259. end)
  1260. end)
  1261.  
  1262. BringWoodButton.Name = "BringWoodButton"
  1263. BringWoodButton.Parent = OtherFrame
  1264. BringWoodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1265. BringWoodButton.Position = UDim2.new(0.0233333334, 0, 0.178571418, 0)
  1266. BringWoodButton.Size = UDim2.new(0, 125, 0, 40)
  1267. BringWoodButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1268. BringWoodButton.Font = Enum.Font.SourceSans
  1269. BringWoodButton.Text = "Bring Wood"
  1270. BringWoodButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1271. BringWoodButton.TextSize = 23
  1272. BringWoodButton.TextWrapped = true
  1273. BringWoodButton.MouseButton1Down:connect(function()
  1274. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1275. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  1276. if Log.Owner.Value == game.Players.LocalPlayer then
  1277. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  1278. end
  1279. end
  1280. end
  1281. end)
  1282.  
  1283.  
  1284. BringPlanksButton.Name = "BringPlanksButton"
  1285. BringPlanksButton.Parent = OtherFrame
  1286. BringPlanksButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1287. BringPlanksButton.Position = UDim2.new(0.530000031, 0, 0.178571418, 0)
  1288. BringPlanksButton.Size = UDim2.new(0, 125, 0, 40)
  1289. BringPlanksButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1290. BringPlanksButton.Font = Enum.Font.SourceSans
  1291. BringPlanksButton.Text = "Sell Wood"
  1292. BringPlanksButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1293. BringPlanksButton.TextSize = 23
  1294. BringPlanksButton.TextWrapped = true
  1295. BringPlanksButton.MouseButton1Click:Connect(function()
  1296. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1297. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1298. if Log.Owner.Value == game.Players.LocalPlayer then
  1299. for i,v in pairs(Log:GetChildren()) do
  1300. if v.Name=="WoodSection" then
  1301. spawn(function()
  1302. for i=1,10 do
  1303. wait()
  1304. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1305. end
  1306. end)
  1307. end
  1308. end
  1309. spawn(function()
  1310. for i=1,20 do
  1311. wait()
  1312. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1313. end
  1314. end)
  1315. end
  1316. end
  1317. end
  1318. end)
  1319.  
  1320. TpLooseButton.Name = "TpLooseButton"
  1321. TpLooseButton.Parent = OtherFrame
  1322. TpLooseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1323. TpLooseButton.Position = UDim2.new(0.530000031, 0, 0.346428573, 0)
  1324. TpLooseButton.Size = UDim2.new(0, 125, 0, 40)
  1325. TpLooseButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1326. TpLooseButton.Font = Enum.Font.SourceSans
  1327. TpLooseButton.Text = "Sell Planks"
  1328. TpLooseButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1329. TpLooseButton.TextSize = 23
  1330. TpLooseButton.TextWrapped = true
  1331. TpLooseButton.MouseButton1Down:connect(function()
  1332. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1333. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1334. if Plank.Owner.Value == game.Players.LocalPlayer then
  1335. for i,v in pairs(Plank:GetChildren()) do
  1336. if v.Name=="WoodSection" then
  1337. spawn(function()
  1338. for i=1,10 do
  1339. wait()
  1340. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1341. end
  1342. end)
  1343. end
  1344. end
  1345. spawn(function()
  1346. for i=1,20 do
  1347. wait()
  1348. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1349. end
  1350. end)
  1351. end
  1352. end
  1353. end
  1354. end)
  1355.  
  1356. TpGiftsButton.Name = "TpGiftsButton"
  1357. TpGiftsButton.Parent = OtherFrame
  1358. TpGiftsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1359. TpGiftsButton.Position = UDim2.new(0.0233333334, 0, 0.346428573, 0)
  1360. TpGiftsButton.Size = UDim2.new(0, 125, 0, 40)
  1361. TpGiftsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1362. TpGiftsButton.Font = Enum.Font.SourceSans
  1363. TpGiftsButton.Text = "Bring Planks"
  1364. TpGiftsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1365. TpGiftsButton.TextSize = 23
  1366. TpGiftsButton.TextWrapped = true
  1367.  
  1368. TpGiftsButton.MouseButton1Down:connect(function()
  1369. for i,models in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1370. if string.match(models.Name:lower(), "plank") then
  1371. if models.Owner.Value == game.Players.LocalPlayer then
  1372. spawn(function()
  1373. for i=1, 5 do
  1374. models.WoodSection.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,10,0)
  1375. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(models.WoodSection)
  1376. wait()
  1377. end
  1378. end)
  1379. end
  1380. end
  1381. end
  1382. end)
  1383.  
  1384.  
  1385. TpAxesButton.Name = "TpAxesButton"
  1386. TpAxesButton.Parent = OtherFrame
  1387. TpAxesButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1388. TpAxesButton.Position = UDim2.new(0.276666701, 0, 0.521428585, 0)
  1389. TpAxesButton.Size = UDim2.new(0, 125, 0, 40)
  1390. TpAxesButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1391. TpAxesButton.Font = Enum.Font.SourceSans
  1392. TpAxesButton.Text = "Leaked Items"
  1393. TpAxesButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1394. TpAxesButton.TextSize = 23
  1395. TpAxesButton.TextWrapped = true
  1396. TpAxesButton.MouseButton1Down:connect(function()
  1397. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  1398. end)
  1399.  
  1400. Close4.Name = "Close4"
  1401. Close4.Parent = OtherFrame
  1402. Close4.BackgroundColor3 = Color3.new(1, 1, 1)
  1403. Close4.BackgroundTransparency = 1
  1404. Close4.Position = UDim2.new(0.933855414, 0, -0.03259179, 0)
  1405. Close4.Size = UDim2.new(0, 33, 0, 32)
  1406. Close4.Font = Enum.Font.SourceSans
  1407. Close4.Text = "X"
  1408. Close4.TextColor3 = Color3.new(1, 1, 1)
  1409. Close4.TextSize = 25
  1410. Close4.MouseButton1Down:connect(function()
  1411. OtherFrame.Visible = false
  1412. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement