Advertisement
Duplicate_GGF

Duplicate_GGF

Mar 31st, 2020
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 104.03 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)
  1413. -- Farewell Infortality.
  1414. -- Version: 2.82
  1415. -- Instances:
  1416. local LumberCracker = Instance.new("ScreenGui")
  1417. local MenuFrame = Instance.new("Frame")
  1418. local WayPointsButton = Instance.new("TextButton")
  1419. local PlayerButton = Instance.new("TextButton")
  1420. local OtherButton = Instance.new("TextButton")
  1421. local Name = Instance.new("TextLabel")
  1422. local Close1 = Instance.new("TextButton")
  1423. local OwnerText = Instance.new("TextLabel")
  1424. local OpenFrame = Instance.new("Frame")
  1425. local OpenButton = Instance.new("TextButton")
  1426. local WayPoints = Instance.new("Frame")
  1427. local BobsShackButton = Instance.new("TextButton")
  1428. local BoxedCarsButton = Instance.new("TextButton")
  1429. local Close2 = Instance.new("TextButton")
  1430. local FineArtButton = Instance.new("TextButton")
  1431. local LinksLogicButton = Instance.new("TextButton")
  1432. local SpawnButton = Instance.new("TextButton")
  1433. local WoodRUSButton = Instance.new("TextButton")
  1434. local WayPointsText = Instance.new("TextLabel")
  1435. local DenButton = Instance.new("TextButton")
  1436. local StrangeManButton = Instance.new("TextButton")
  1437. local SkiiLodgeButton = Instance.new("TextButton")
  1438. local PlayerFrame = Instance.new("Frame")
  1439. local SpeedButton = Instance.new("TextButton")
  1440. local JumpPowerButton = Instance.new("TextButton")
  1441. local PaintToolButton = Instance.new("TextButton")
  1442. local MaxLandButton = Instance.new("TextButton")
  1443. local TpToolButton = Instance.new("TextButton")
  1444. local NoClipButton = Instance.new("TextButton")
  1445. local GoldAxeButton = Instance.new("TextButton")
  1446. local EspButton = Instance.new("TextButton")
  1447. local FlyButton = Instance.new("TextButton")
  1448. local CarSpeedButton = Instance.new("TextButton")
  1449. local Close3 = Instance.new("TextButton")
  1450. local OtherFrame = Instance.new("Frame")
  1451. local GetBluePrintsButton = Instance.new("TextButton")
  1452. local PaintToolButton_2 = Instance.new("TextButton")
  1453. local BringWoodButton = Instance.new("TextButton")
  1454. local BringPlanksButton = Instance.new("TextButton")
  1455. local TpLooseButton = Instance.new("TextButton")
  1456. local TpGiftsButton = Instance.new("TextButton")
  1457. local TpAxesButton = Instance.new("TextButton")
  1458. local TextBox = Instance.new("TextBox")
  1459. local Close4 = Instance.new("TextButton")
  1460. --Properties:
  1461. LumberCracker.Name = "LumberCracker"
  1462. LumberCracker.Parent = game.CoreGui
  1463. LumberCracker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1464.  
  1465. MenuFrame.Name = "MenuFrame"
  1466. MenuFrame.Parent = LumberCracker
  1467. MenuFrame.Active = true
  1468. MenuFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1469. MenuFrame.Position = UDim2.new(0.178901911, 0, 0.336065561, 0)
  1470. MenuFrame.Size = UDim2.new(0, 300, 0, 250)
  1471. MenuFrame.Style = Enum.FrameStyle.DropShadow
  1472. MenuFrame.Visible = false
  1473. MenuFrame.Draggable = true
  1474.  
  1475. WayPointsButton.Name = "WayPointsButton"
  1476. WayPointsButton.Parent = MenuFrame
  1477. WayPointsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1478. WayPointsButton.Position = UDim2.new(0.146666661, 0, 0.115999997, 0)
  1479. WayPointsButton.Size = UDim2.new(0, 200, 0, 50)
  1480. WayPointsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1481. WayPointsButton.Font = Enum.Font.SourceSans
  1482. WayPointsButton.Text = "WayPoints"
  1483. WayPointsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1484. WayPointsButton.TextSize = 30
  1485. WayPointsButton.TextWrapped = true
  1486. WayPointsButton.MouseButton1Down:connect(function()
  1487. WayPoints.Visible = true
  1488. end)
  1489.  
  1490. PlayerButton.Name = "PlayerButton"
  1491. PlayerButton.Parent = MenuFrame
  1492. PlayerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1493. PlayerButton.Position = UDim2.new(0.146666661, 0, 0.39199999, 0)
  1494. PlayerButton.Size = UDim2.new(0, 200, 0, 50)
  1495. PlayerButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1496. PlayerButton.Font = Enum.Font.SourceSans
  1497. PlayerButton.Text = "Player"
  1498. PlayerButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1499. PlayerButton.TextSize = 30
  1500. PlayerButton.MouseButton1Down:connect(function()
  1501. PlayerFrame.Visible = true
  1502. end)
  1503.  
  1504. OtherButton.Name = "OtherButton"
  1505. OtherButton.Parent = MenuFrame
  1506. OtherButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1507. OtherButton.Position = UDim2.new(0.146666661, 0, 0.684000015, 0)
  1508. OtherButton.Size = UDim2.new(0, 200, 0, 50)
  1509. OtherButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1510. OtherButton.Font = Enum.Font.SourceSans
  1511. OtherButton.Text = "Other"
  1512. OtherButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1513. OtherButton.TextSize = 30
  1514. OtherButton.MouseButton1Down:connect(function()
  1515. OtherFrame.Visible = true
  1516. end)
  1517.  
  1518. Name.Name = "Name"
  1519. Name.Parent = MenuFrame
  1520. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  1521. Name.BackgroundTransparency = 1
  1522. Name.Position = UDim2.new(0.144762278, 0, -0.0199999996, 0)
  1523. Name.Size = UDim2.new(0, 200, 0, 32)
  1524. Name.Font = Enum.Font.SourceSans
  1525. Name.Text = "LumberCracker V.1"
  1526. Name.TextColor3 = Color3.new(1, 1, 1)
  1527. Name.TextSize = 25
  1528.  
  1529. Close1.Name = "Close1"
  1530. Close1.Parent = MenuFrame
  1531. Close1.BackgroundColor3 = Color3.new(0.513726, 0.0352941, 0.0823529)
  1532. Close1.BackgroundTransparency = 1
  1533. Close1.Position = UDim2.new(0.901734412, 0, -0.0173251927, 0)
  1534. Close1.Size = UDim2.new(0, 35, 0, 32)
  1535. Close1.Font = Enum.Font.SourceSans
  1536. Close1.Text = "X"
  1537. Close1.TextColor3 = Color3.new(1, 1, 1)
  1538. Close1.TextSize = 50
  1539. Close1.TextWrapped = true
  1540. Close1.MouseButton1Down:connect(function()
  1541. MenuFrame.Visible = false
  1542. OpenFrame.Visible = true
  1543. end)
  1544.  
  1545. OwnerText.Name = "OwnerText"
  1546. OwnerText.Parent = MenuFrame
  1547. OwnerText.BackgroundColor3 = Color3.new(1, 1, 1)
  1548. OwnerText.BackgroundTransparency = 1
  1549. OwnerText.Position = UDim2.new(0.030465899, 0, 0.876401603, 0)
  1550. OwnerText.Size = UDim2.new(0, 266, 0, 31)
  1551. OwnerText.Font = Enum.Font.SourceSans
  1552. OwnerText.Text = "Made by: AmazonBox#4551"
  1553. OwnerText.TextColor3 = Color3.new(1, 1, 1)
  1554. OwnerText.TextSize = 25
  1555. OwnerText.TextWrapped = true
  1556.  
  1557. OpenFrame.Name = "OpenFrame"
  1558. OpenFrame.Parent = LumberCracker
  1559. OpenFrame.Active = true
  1560. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1561. OpenFrame.Position = UDim2.new(0.0259099323, 0, 0.699063241, 0)
  1562. OpenFrame.Size = UDim2.new(0, 173, 0, 62)
  1563. OpenFrame.Style = Enum.FrameStyle.DropShadow
  1564.  
  1565. OpenButton.Name = "OpenButton"
  1566. OpenButton.Parent = OpenFrame
  1567. OpenButton.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1568. OpenButton.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1569. OpenButton.Position = UDim2.new(-0.0102792047, 0, 0.0616706014, 0)
  1570. OpenButton.Size = UDim2.new(0, 160, 0, 41)
  1571. OpenButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1572. OpenButton.Font = Enum.Font.SourceSans
  1573. OpenButton.Text = "Open"
  1574. OpenButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1575. OpenButton.TextSize = 30
  1576. OpenButton.MouseButton1Down:connect(function()
  1577. OpenFrame.Visible = false
  1578. MenuFrame.Visible = true
  1579. end)
  1580.  
  1581. WayPoints.Name = "WayPoints"
  1582. WayPoints.Parent = LumberCracker
  1583. WayPoints.Active = true
  1584. WayPoints.BackgroundColor3 = Color3.new(1, 1, 1)
  1585. WayPoints.Position = UDim2.new(0.413325101, 0, 0.33957845, 0)
  1586. WayPoints.Size = UDim2.new(0, 150, 0, 400)
  1587. WayPoints.Style = Enum.FrameStyle.DropShadow
  1588. WayPoints.Visible = false
  1589. WayPoints.Draggable = true
  1590.  
  1591. BobsShackButton.Name = "BobsShackButton"
  1592. BobsShackButton.Parent = WayPoints
  1593. BobsShackButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1594. BobsShackButton.Position = UDim2.new(-0.00149495527, 0, 0.507714689, 0)
  1595. BobsShackButton.Size = UDim2.new(0, 135, 0, 39)
  1596. BobsShackButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1597. BobsShackButton.Font = Enum.Font.SourceSans
  1598. BobsShackButton.Text = "Bobs Shack"
  1599. BobsShackButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1600. BobsShackButton.TextSize = 20
  1601. BobsShackButton.MouseButton1Down:connect(function()
  1602. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  1603. end)
  1604.  
  1605. BoxedCarsButton.Name = "BoxedCarsButton"
  1606. BoxedCarsButton.Parent = WayPoints
  1607. BoxedCarsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1608. BoxedCarsButton.Position = UDim2.new(-0.00149495527, 0, 0.40895468, 0)
  1609. BoxedCarsButton.Size = UDim2.new(0, 135, 0, 39)
  1610. BoxedCarsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1611. BoxedCarsButton.Font = Enum.Font.SourceSans
  1612. BoxedCarsButton.Text = "Boxed Cars"
  1613. BoxedCarsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1614. BoxedCarsButton.TextSize = 20
  1615. BoxedCarsButton.MouseButton1Down:connect(function()
  1616. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  1617. end)
  1618.  
  1619. Close2.Name = "Close2"
  1620. Close2.Parent = WayPoints
  1621. Close2.BackgroundColor3 = Color3.new(1, 1, 1)
  1622. Close2.BackgroundTransparency = 1
  1623. Close2.Position = UDim2.new(0.832788944, 0, -0.00569925178, 0)
  1624. Close2.Size = UDim2.new(0, 30, 0, 29)
  1625. Close2.Font = Enum.Font.SourceSans
  1626. Close2.Text = "X"
  1627. Close2.TextColor3 = Color3.new(1, 1, 1)
  1628. Close2.TextSize = 25
  1629. Close2.MouseButton1Down:connect(function()
  1630. WayPoints.Visible = false
  1631. end)
  1632.  
  1633. FineArtButton.Name = "FineArtButton"
  1634. FineArtButton.Parent = WayPoints
  1635. FineArtButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1636. FineArtButton.Position = UDim2.new(-0.00149495527, 0, 0.608974457, 0)
  1637. FineArtButton.Size = UDim2.new(0, 135, 0, 39)
  1638. FineArtButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1639. FineArtButton.Font = Enum.Font.SourceSans
  1640. FineArtButton.Text = "Fine Art"
  1641. FineArtButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1642. FineArtButton.TextSize = 20
  1643. FineArtButton.MouseButton1Down:connect(function()
  1644. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))
  1645. end)
  1646.  
  1647. LinksLogicButton.Name = "LinksLogicButton"
  1648. LinksLogicButton.Parent = WayPoints
  1649. LinksLogicButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1650. LinksLogicButton.Position = UDim2.new(-0.00149495527, 0, 0.211434707, 0)
  1651. LinksLogicButton.Size = UDim2.new(0, 135, 0, 39)
  1652. LinksLogicButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1653. LinksLogicButton.Font = Enum.Font.SourceSans
  1654. LinksLogicButton.Text = "Links Logic"
  1655. LinksLogicButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1656. LinksLogicButton.TextSize = 20
  1657. LinksLogicButton.MouseButton1Down:connect(function()
  1658. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))
  1659. end)
  1660.  
  1661. SpawnButton.Name = "SpawnButton"
  1662. SpawnButton.Parent = WayPoints
  1663. SpawnButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1664. SpawnButton.Position = UDim2.new(-0.00149495527, 0, 0.112674788, 0)
  1665. SpawnButton.Size = UDim2.new(0, 135, 0, 39)
  1666. SpawnButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1667. SpawnButton.Font = Enum.Font.SourceSans
  1668. SpawnButton.Text = "Spawn"
  1669. SpawnButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1670. SpawnButton.TextSize = 20
  1671. SpawnButton.MouseButton1Down:connect(function()
  1672. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))
  1673. end)
  1674.  
  1675. WoodRUSButton.Name = "WoodRUSButton"
  1676. WoodRUSButton.Parent = WayPoints
  1677. WoodRUSButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1678. WoodRUSButton.Position = UDim2.new(-0.00149495527, 0, 0.310194701, 0)
  1679. WoodRUSButton.Size = UDim2.new(0, 135, 0, 39)
  1680. WoodRUSButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1681. WoodRUSButton.Font = Enum.Font.SourceSans
  1682. WoodRUSButton.Text = "WoodRUS"
  1683. WoodRUSButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1684. WoodRUSButton.TextSize = 20
  1685. WoodRUSButton.MouseButton1Down:connect(function()
  1686. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))
  1687. end)
  1688.  
  1689. WayPointsText.Name = "WayPointsText"
  1690. WayPointsText.Parent = WayPoints
  1691. WayPointsText.BackgroundColor3 = Color3.new(1, 1, 1)
  1692. WayPointsText.BackgroundTransparency = 1
  1693. WayPointsText.Position = UDim2.new(-0.00593791064, 0, -0.0060591409, 0)
  1694. WayPointsText.Size = UDim2.new(0, 135, 0, 40)
  1695. WayPointsText.Font = Enum.Font.SourceSans
  1696. WayPointsText.Text = "WayPoints"
  1697. WayPointsText.TextColor3 = Color3.new(1, 1, 1)
  1698. WayPointsText.TextSize = 30
  1699.  
  1700. DenButton.Name = "DenButton"
  1701. DenButton.Parent = WayPoints
  1702. DenButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1703. DenButton.Position = UDim2.new(-0.00149495527, 0, 0.711793661, 0)
  1704. DenButton.Size = UDim2.new(0, 135, 0, 39)
  1705. DenButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1706. DenButton.Font = Enum.Font.SourceSans
  1707. DenButton.Text = "Den"
  1708. DenButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1709. DenButton.TextSize = 20
  1710. DenButton.MouseButton1Down:connect(function()
  1711. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  1712. end)
  1713.  
  1714. StrangeManButton.Name = "StrangeManButton"
  1715. StrangeManButton.Parent = WayPoints
  1716. StrangeManButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1717. StrangeManButton.Position = UDim2.new(-0.00149495527, 0, 0.809760392, 0)
  1718. StrangeManButton.Size = UDim2.new(0, 135, 0, 39)
  1719. StrangeManButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1720. StrangeManButton.Font = Enum.Font.SourceSans
  1721. StrangeManButton.Text = "Strange Man"
  1722. StrangeManButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1723. StrangeManButton.TextSize = 20
  1724. StrangeManButton.MouseButton1Down:connect(function()
  1725. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))
  1726. end)
  1727.  
  1728. SkiiLodgeButton.Name = "SkiiLodgeButton"
  1729. SkiiLodgeButton.Parent = WayPoints
  1730. SkiiLodgeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1731. SkiiLodgeButton.Position = UDim2.new(-0.00745076686, 0, 0.910079181, 0)
  1732. SkiiLodgeButton.Size = UDim2.new(0, 135, 0, 39)
  1733. SkiiLodgeButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1734. SkiiLodgeButton.Font = Enum.Font.SourceSans
  1735. SkiiLodgeButton.Text = "SkiiLodge"
  1736. SkiiLodgeButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1737. SkiiLodgeButton.TextSize = 20
  1738. SkiiLodgeButton.MouseButton1Down:connect(function()
  1739. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))
  1740. end)
  1741.  
  1742. PlayerFrame.Name = "PlayerFrame"
  1743. PlayerFrame.Parent = LumberCracker
  1744. PlayerFrame.Active = true
  1745. PlayerFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1746. PlayerFrame.Position = UDim2.new(0.178901896, 0, 0.641686201, 0)
  1747. PlayerFrame.Size = UDim2.new(0, 300, 0, 250)
  1748. PlayerFrame.Style = Enum.FrameStyle.DropShadow
  1749. PlayerFrame.Visible = false
  1750. PlayerFrame.Draggable = true
  1751.  
  1752. SpeedButton.Name = "SpeedButton"
  1753. SpeedButton.Parent = PlayerFrame
  1754. SpeedButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1755. SpeedButton.Position = UDim2.new(0.0285803229, 0, 0.0221560057, 0)
  1756. SpeedButton.Size = UDim2.new(0, 125, 0, 40)
  1757. SpeedButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1758. SpeedButton.Font = Enum.Font.SourceSans
  1759. SpeedButton.Text = "Speed"
  1760. SpeedButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1761. SpeedButton.TextSize = 30
  1762. SpeedButton.MouseButton1Down:connect(function()
  1763. while true do
  1764. wait()
  1765. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  1766. end
  1767. end)
  1768.  
  1769. JumpPowerButton.Name = "JumpPowerButton"
  1770. JumpPowerButton.Parent = PlayerFrame
  1771. JumpPowerButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1772. JumpPowerButton.Position = UDim2.new(0.525246978, 0, 0.0181560051, 0)
  1773. JumpPowerButton.Size = UDim2.new(0, 125, 0, 40)
  1774. JumpPowerButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1775. JumpPowerButton.Font = Enum.Font.SourceSans
  1776. JumpPowerButton.Text = "JumpPower"
  1777. JumpPowerButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1778. JumpPowerButton.TextSize = 28
  1779. JumpPowerButton.MouseButton1Down:connect(function()
  1780. while true do
  1781. wait()
  1782. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  1783. end
  1784. end)
  1785.  
  1786. PaintToolButton.Name = "PaintToolButton"
  1787. PaintToolButton.Parent = PlayerFrame
  1788. PaintToolButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1789. PaintToolButton.Position = UDim2.new(0.0285803229, 0, 0.222156003, 0)
  1790. PaintToolButton.Size = UDim2.new(0, 125, 0, 40)
  1791. PaintToolButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1792. PaintToolButton.Font = Enum.Font.SourceSans
  1793. PaintToolButton.Text = "Day"
  1794. PaintToolButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1795. PaintToolButton.TextSize = 25
  1796. PaintToolButton.MouseButton1Down:connect(function()
  1797. game.ServerScriptService.Lighting.DayCycle:Destroy()
  1798. game.Lighting.TimeOfDay = 14
  1799. end)
  1800.  
  1801. MaxLandButton.Name = "MaxLandButton"
  1802. MaxLandButton.Parent = PlayerFrame
  1803. MaxLandButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1804. MaxLandButton.Position = UDim2.new(0.525246978, 0, 0.218155995, 0)
  1805. MaxLandButton.Size = UDim2.new(0, 125, 0, 40)
  1806. MaxLandButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1807. MaxLandButton.Font = Enum.Font.SourceSans
  1808. MaxLandButton.Text = "Max Land"
  1809. MaxLandButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1810. MaxLandButton.TextSize = 30
  1811. MaxLandButton.MouseButton1Down:connect(function()
  1812. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  1813. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  1814. base = v
  1815. square = v.OriginSquare
  1816. end
  1817. end
  1818. function makebase(pos)
  1819. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  1820. Event:FireServer(base, pos)
  1821. end
  1822. spos = square.Position
  1823. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  1824. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  1825. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  1826. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  1827. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  1828. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  1829. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  1830. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  1831. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  1832. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  1833. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  1834. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  1835. --Corners--
  1836. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  1837. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  1838. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  1839. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  1840. --Corners--
  1841. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  1842. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  1843. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  1844. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  1845. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  1846. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  1847. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  1848. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  1849. end)
  1850.  
  1851.  
  1852. TpToolButton.Name = "TpToolButton"
  1853. TpToolButton.Parent = PlayerFrame
  1854. TpToolButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1855. TpToolButton.Position = UDim2.new(0.521913648, 0, 0.41415599, 0)
  1856. TpToolButton.Size = UDim2.new(0, 125, 0, 40)
  1857. TpToolButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1858. TpToolButton.Font = Enum.Font.SourceSans
  1859. TpToolButton.Text = "TpTool (q)"
  1860. TpToolButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1861. TpToolButton.TextSize = 30
  1862. TpToolButton.MouseButton1Down:connect(function()
  1863. plr = game.Players.LocalPlayer
  1864.  
  1865. hum = plr.Character.HumanoidRootPart
  1866.  
  1867. mouse = plr:GetMouse()
  1868.  
  1869.  
  1870.  
  1871. mouse.KeyDown:connect(function(key)
  1872.  
  1873. if key == "q" then
  1874.  
  1875. if mouse.Target then
  1876.  
  1877. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1878.  
  1879. end
  1880.  
  1881. end
  1882. end)
  1883. end)
  1884.  
  1885. NoClipButton.Name = "NoClipButton"
  1886. NoClipButton.Parent = PlayerFrame
  1887. NoClipButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1888. NoClipButton.Position = UDim2.new(0.025246989, 0, 0.418155998, 0)
  1889. NoClipButton.Size = UDim2.new(0, 125, 0, 40)
  1890. NoClipButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1891. NoClipButton.Font = Enum.Font.SourceSans
  1892. NoClipButton.Text = "NoClip(F)"
  1893. NoClipButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1894. NoClipButton.TextSize = 30
  1895. NoClipButton.MouseButton1Down:connect(function()
  1896. local noclipplayer = game:GetService("Players").LocalPlayer
  1897. local noclipmouse = noclipplayer:GetMouse()
  1898.  
  1899. local donoclip = false
  1900. local noclip = false
  1901.  
  1902. function b_noclip(key)
  1903. if (key == "f") then
  1904. if noclip == false then
  1905. donoclip = true
  1906.  
  1907. noclip = true
  1908. elseif noclip == true then
  1909. donoclip = false
  1910.  
  1911. noclip = false
  1912. end
  1913. end
  1914. end
  1915.  
  1916. noclipmouse.KeyDown:connect(b_noclip)
  1917.  
  1918. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  1919. if obj ~= workspace.Terrain then
  1920. if donoclip == true then
  1921. obj.CanCollide = false
  1922. else
  1923. obj.CanCollide = true
  1924. end
  1925. end
  1926. end)
  1927. end)
  1928.  
  1929. GoldAxeButton.Name = "GoldAxeButton"
  1930. GoldAxeButton.Parent = PlayerFrame
  1931. GoldAxeButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1932. GoldAxeButton.Position = UDim2.new(0.025246989, 0, 0.610156059, 0)
  1933. GoldAxeButton.Size = UDim2.new(0, 125, 0, 40)
  1934. GoldAxeButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1935. GoldAxeButton.Font = Enum.Font.SourceSans
  1936. GoldAxeButton.Text = "GoldAxe"
  1937. GoldAxeButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1938. GoldAxeButton.TextSize = 30
  1939. GoldAxeButton.MouseButton1Down:connect(function()
  1940. 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
  1941. end)
  1942.  
  1943. EspButton.Name = "EspButton"
  1944. EspButton.Parent = PlayerFrame
  1945. EspButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1946. EspButton.Position = UDim2.new(0.521913648, 0, 0.606155992, 0)
  1947. EspButton.Size = UDim2.new(0, 125, 0, 40)
  1948. EspButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1949. EspButton.Font = Enum.Font.SourceSans
  1950. EspButton.Text = "Volcano Win"
  1951. EspButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1952. EspButton.TextSize = 25
  1953. EspButton.MouseButton1Down:connect(function()
  1954. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1668.047, 351.38, 1475.389))
  1955. wait(1)
  1956. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))
  1957. end)
  1958.  
  1959. FlyButton.Name = "FlyButton"
  1960. FlyButton.Parent = PlayerFrame
  1961. FlyButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1962. FlyButton.Position = UDim2.new(0.525246978, 0, 0.80615598, 0)
  1963. FlyButton.Size = UDim2.new(0, 125, 0, 40)
  1964. FlyButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1965. FlyButton.Font = Enum.Font.SourceSans
  1966. FlyButton.Text = "Fly(Tool)"
  1967. FlyButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1968. FlyButton.TextSize = 30
  1969. FlyButton.MouseButton1Down:connect(function()
  1970. wait();
  1971.  
  1972. local MaxFlySpeed = 1 -- change this as needed
  1973.  
  1974. local UIS = game:GetService("UserInputService")
  1975. local LocalPlayer = game:GetService("Players").LocalPlayer
  1976. local Torso = (LocalPlayer.Character and LocalPlayer.Character:WaitForChild("Torso"))
  1977. local Mouse = LocalPlayer:GetMouse()
  1978. local Tool = Instance.new("Tool")
  1979. Tool.RequiresHandle = false
  1980. Tool.Name = "Fly tool"
  1981.  
  1982. assert(Torso.ClassName == "Part", "Yikes! Torso is not a part.")
  1983.  
  1984. local ToolUtils do
  1985. ToolUtils = {
  1986. Enabled = false,
  1987. WindowFocused = true,
  1988.  
  1989. Keys = {},
  1990. InternalVars = {
  1991. FlyForward = 0,
  1992. FlyBackward = 0
  1993. }
  1994. }
  1995. end
  1996.  
  1997. local ToolEvents do
  1998. Tool.Equipped:connect(function(Mouse)
  1999. ToolUtils.Enabled = true
  2000. Torso.Anchored = true
  2001. end)
  2002. Tool.Unequipped:connect(function(...)
  2003. ToolUtils.Enabled = false
  2004. Torso.Anchored = false
  2005. end)
  2006. UIS.InputBegan:connect(function(input, processedEvent)
  2007. ToolUtils.Keys[input.KeyCode] = true
  2008. end)
  2009. UIS.InputEnded:connect(function(input, processedEvent)
  2010. ToolUtils.Keys[input.KeyCode] = nil
  2011. end)
  2012. UIS.WindowFocusReleased:connect(function()
  2013. ToolUtils.WindowFocused = false
  2014. end)
  2015. UIS.WindowFocused:connect(function()
  2016. ToolUtils.WindowFocused = true
  2017. end)
  2018. end
  2019.  
  2020. game:GetService("RunService").RenderStepped:connect(function(...)
  2021. if ToolUtils.WindowFocused and ToolUtils.Enabled then
  2022. if ToolUtils.Keys[Enum.KeyCode.W] then
  2023. if ToolUtils.InternalVars.FlyForward < MaxFlySpeed then
  2024. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward + 0.1
  2025. end
  2026. else
  2027. ToolUtils.InternalVars.FlyForward = ToolUtils.InternalVars.FlyForward * 0.9
  2028. end
  2029. if ToolUtils.Keys[Enum.KeyCode.S] then
  2030. if ToolUtils.InternalVars.FlyBackward < MaxFlySpeed then
  2031. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward + 0.1
  2032. end
  2033. else
  2034. ToolUtils.InternalVars.FlyBackward = ToolUtils.InternalVars.FlyBackward * 0.9
  2035. end
  2036.  
  2037. local Camera = workspace.CurrentCamera
  2038. Torso.CFrame = Torso.CFrame:lerp(
  2039. CFrame.new(Torso.Position, Camera.CFrame.p)
  2040. * CFrame.Angles(0, math.rad(180), 0)
  2041. * CFrame.new(0, 0, -(ToolUtils.InternalVars.FlyForward - ToolUtils.InternalVars.FlyBackward))
  2042. * CFrame.Angles(-(math.rad(10 * (ToolUtils.InternalVars.FlyForward / MaxFlySpeed)) - math.rad(10 * (ToolUtils.InternalVars.FlyBackward / MaxFlySpeed))), 0, 0)
  2043. , 0.9)
  2044. end
  2045. end)
  2046.  
  2047. Tool.Parent = LocalPlayer:findFirstChild("Backpack") or Instance.new("Backpack", LocalPlayer)
  2048. end)
  2049.  
  2050. CarSpeedButton.Name = "CarSpeedButton"
  2051. CarSpeedButton.Parent = PlayerFrame
  2052. CarSpeedButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2053. CarSpeedButton.Position = UDim2.new(0.0285803229, 0, 0.810156047, 0)
  2054. CarSpeedButton.Size = UDim2.new(0, 125, 0, 40)
  2055. CarSpeedButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2056. CarSpeedButton.Font = Enum.Font.SourceSans
  2057. CarSpeedButton.Text = "Frozen Water"
  2058. CarSpeedButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2059. CarSpeedButton.TextSize = 23
  2060. CarSpeedButton.MouseButton1Down:connect(function()
  2061. for _,v in pairs(game.Workspace.Water:GetChildren()) do
  2062. v.CanCollide = true
  2063. end
  2064. end)
  2065.  
  2066. Close3.Name = "Close3"
  2067. Close3.Parent = PlayerFrame
  2068. Close3.BackgroundColor3 = Color3.new(1, 1, 1)
  2069. Close3.BackgroundTransparency = 1
  2070. Close3.Position = UDim2.new(0.912070632, 0, -0.0312619619, 0)
  2071. Close3.Size = UDim2.new(0, 41, 0, 36)
  2072. Close3.Font = Enum.Font.SourceSans
  2073. Close3.Text = "X"
  2074. Close3.TextColor3 = Color3.new(1, 1, 1)
  2075. Close3.TextSize = 25
  2076. Close3.MouseButton1Down:connect(function()
  2077. PlayerFrame.Visible = false
  2078. end)
  2079.  
  2080. OtherFrame.Name = "OtherFrame"
  2081. OtherFrame.Parent = LumberCracker
  2082. OtherFrame.Active = true
  2083. OtherFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2084. OtherFrame.Position = UDim2.new(0.5373227, 0, 0.345433265, 0)
  2085. OtherFrame.Size = UDim2.new(0, 300, 0, 280)
  2086. OtherFrame.Style = Enum.FrameStyle.DropShadow
  2087. OtherFrame.Visible = false
  2088. OtherFrame.Draggable = true
  2089.  
  2090. GetBluePrintsButton.Name = "GetBluePrintsButton"
  2091. GetBluePrintsButton.Parent = OtherFrame
  2092. GetBluePrintsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2093. GetBluePrintsButton.Position = UDim2.new(0.0233333334, 0, 0.00357142836, 0)
  2094. GetBluePrintsButton.Size = UDim2.new(0, 125, 0, 40)
  2095. GetBluePrintsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2096. GetBluePrintsButton.Font = Enum.Font.SourceSans
  2097. GetBluePrintsButton.Text = "Get BluePrints"
  2098. GetBluePrintsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2099. GetBluePrintsButton.TextSize = 20
  2100. GetBluePrintsButton.TextWrapped = true
  2101. GetBluePrintsButton.MouseButton1Down:connect(function()
  2102. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  2103. local clone = v:Clone()
  2104. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  2105. end
  2106. end)
  2107.  
  2108. PaintToolButton_2.Name = "PaintToolButton"
  2109. PaintToolButton_2.Parent = OtherFrame
  2110. PaintToolButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2111. PaintToolButton_2.Position = UDim2.new(0.530000031, 0, 0.00357142836, 0)
  2112. PaintToolButton_2.Size = UDim2.new(0, 125, 0, 40)
  2113. PaintToolButton_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2114. PaintToolButton_2.Font = Enum.Font.SourceSans
  2115. PaintToolButton_2.Text = "Paint Tool"
  2116. PaintToolButton_2.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2117. PaintToolButton_2.TextSize = 25
  2118. PaintToolButton_2.TextWrapped = true
  2119. PaintToolButton_2.MouseButton1Down:connect(function()
  2120. -- Instances:
  2121. local ColorPicker = Instance.new("ScreenGui")
  2122. local ChangeColor = Instance.new("Frame")
  2123. local CurrentColor = Instance.new("ImageButton")
  2124. local Picker = Instance.new("ScrollingFrame")
  2125. local Birch = Instance.new("ImageButton")
  2126. local DropShadow = Instance.new("Frame")
  2127. local Grey = Instance.new("ImageButton")
  2128. local DropShadow_2 = Instance.new("Frame")
  2129. local Walnut = Instance.new("ImageButton")
  2130. local DropShadow_3 = Instance.new("Frame")
  2131. local Generic = Instance.new("ImageButton")
  2132. local DropShadow_4 = Instance.new("Frame")
  2133. local Oak = Instance.new("ImageButton")
  2134. local DropShadow_5 = Instance.new("Frame")
  2135. local Pine = Instance.new("ImageButton")
  2136. local DropShadow_6 = Instance.new("Frame")
  2137. local Palm = Instance.new("ImageButton")
  2138. local DropShadow_7 = Instance.new("Frame")
  2139. local Cherry = Instance.new("ImageButton")
  2140. local DropShadow_8 = Instance.new("Frame")
  2141. local Koa = Instance.new("ImageButton")
  2142. local DropShadow_9 = Instance.new("Frame")
  2143. local Volcano = Instance.new("ImageButton")
  2144. local DropShadow_10 = Instance.new("Frame")
  2145. local GreenSwampy = Instance.new("ImageButton")
  2146. local DropShadow_11 = Instance.new("Frame")
  2147. local GoldSwampy = Instance.new("ImageButton")
  2148. local DropShadow_12 = Instance.new("Frame")
  2149. local GenericSpecial = Instance.new("ImageButton")
  2150. local DropShadow_13 = Instance.new("Frame")
  2151. local SnowGlow = Instance.new("ImageButton")
  2152. local DropShadow_14 = Instance.new("Frame")
  2153. local Frost = Instance.new("ImageButton")
  2154. local DropShadow_15 = Instance.new("Frame")
  2155. local CaveCrawler = Instance.new("ImageButton")
  2156. local DropShadow_16 = Instance.new("Frame")
  2157. local LoneCave = Instance.new("ImageButton")
  2158. local DropShadow_17 = Instance.new("Frame")
  2159. local Spooky = Instance.new("ImageButton")
  2160. local DropShadow_18 = Instance.new("Frame")
  2161. local SpookyNeon = Instance.new("ImageButton")
  2162. local DropShadow_19 = Instance.new("Frame")
  2163. --Properties:
  2164. ColorPicker.Name = "ColorPicker"
  2165. ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  2166.  
  2167. ChangeColor.Name = "ChangeColor"
  2168. ChangeColor.Parent = ColorPicker
  2169. ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  2170. ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  2171. ChangeColor.BorderSizePixel = 2
  2172. ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  2173. ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  2174. ChangeColor.ZIndex = 2
  2175. ColorPicker.Enabled = false
  2176.  
  2177. CurrentColor.Name = "CurrentColor"
  2178. CurrentColor.Parent = ChangeColor
  2179. CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  2180. CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  2181. CurrentColor.BorderSizePixel = 2
  2182. CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  2183. CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  2184. CurrentColor.ZIndex = 2
  2185. CurrentColor.Image = "rbxassetid://2712547918"
  2186. CurrentColor.ScaleType = Enum.ScaleType.Crop
  2187.  
  2188. Picker.Name = "Picker"
  2189. Picker.Parent = ColorPicker
  2190. Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  2191. Picker.BorderColor3 = Color3.new(0, 0, 0)
  2192. Picker.BorderSizePixel = 2
  2193. Picker.Position = UDim2.new(0, 10, 1, -320)
  2194. Picker.Size = UDim2.new(0, 100, 0, 200)
  2195. Picker.CanvasPosition = Vector2.new(0, 700)
  2196. Picker.CanvasSize = UDim2.new(0, 0, 0, 900)
  2197. Picker.ScrollBarThickness = 7
  2198. Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  2199. Picker.Visible = false
  2200.  
  2201. Birch.Name = "Birch"
  2202. Birch.Parent = Picker
  2203. Birch.BackgroundColor3 = Color3.new(1, 1, 1)
  2204. Birch.BorderColor3 = Color3.new(0, 0, 0)
  2205. Birch.Position = UDim2.new(0, 10, 0, 5)
  2206. Birch.Size = UDim2.new(0, 80, 0, 40)
  2207. Birch.ZIndex = 3
  2208. Birch.Image = "rbxassetid://2712547918"
  2209. Birch.ScaleType = Enum.ScaleType.Crop
  2210.  
  2211. DropShadow.Name = "DropShadow"
  2212. DropShadow.Parent = Birch
  2213. DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  2214. DropShadow.BorderSizePixel = 0
  2215. DropShadow.Position = UDim2.new(0, 4, 0, 4)
  2216. DropShadow.Size = UDim2.new(1, 0, 1, 0)
  2217. DropShadow.ZIndex = 2
  2218.  
  2219. Grey.Name = "Grey"
  2220. Grey.Parent = Picker
  2221. Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  2222. Grey.BorderColor3 = Color3.new(0, 0, 0)
  2223. Grey.Position = UDim2.new(0, 10, 0, 55)
  2224. Grey.Size = UDim2.new(0, 80, 0, 40)
  2225. Grey.ZIndex = 3
  2226. Grey.Image = "rbxassetid://924320031"
  2227. Grey.ScaleType = Enum.ScaleType.Crop
  2228.  
  2229. DropShadow_2.Name = "DropShadow"
  2230. DropShadow_2.Parent = Grey
  2231. DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  2232. DropShadow_2.BorderSizePixel = 0
  2233. DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  2234. DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  2235. DropShadow_2.ZIndex = 2
  2236.  
  2237. Walnut.Name = "Walnut"
  2238. Walnut.Parent = Picker
  2239. Walnut.BackgroundColor3 = Color3.new(1, 1, 1)
  2240. Walnut.BorderColor3 = Color3.new(0, 0, 0)
  2241. Walnut.Position = UDim2.new(0, 10, 0, 105)
  2242. Walnut.Size = UDim2.new(0, 80, 0, 40)
  2243. Walnut.ZIndex = 3
  2244. Walnut.Image = "rbxassetid://2712559790"
  2245. Walnut.ScaleType = Enum.ScaleType.Crop
  2246.  
  2247. DropShadow_3.Name = "DropShadow"
  2248. DropShadow_3.Parent = Walnut
  2249. DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  2250. DropShadow_3.BorderSizePixel = 0
  2251. DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  2252. DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  2253. DropShadow_3.ZIndex = 2
  2254.  
  2255. Generic.Name = "Generic"
  2256. Generic.Parent = Picker
  2257. Generic.BackgroundColor3 = Color3.new(1, 1, 1)
  2258. Generic.BorderColor3 = Color3.new(0, 0, 0)
  2259. Generic.Position = UDim2.new(0, 10, 0, 155)
  2260. Generic.Size = UDim2.new(0, 80, 0, 40)
  2261. Generic.ZIndex = 3
  2262. Generic.Image = "rbxassetid://2712568624"
  2263. Generic.ScaleType = Enum.ScaleType.Crop
  2264.  
  2265. DropShadow_4.Name = "DropShadow"
  2266. DropShadow_4.Parent = Generic
  2267. DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  2268. DropShadow_4.BorderSizePixel = 0
  2269. DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  2270. DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  2271. DropShadow_4.ZIndex = 2
  2272.  
  2273. Oak.Name = "Oak"
  2274. Oak.Parent = Picker
  2275. Oak.BackgroundColor3 = Color3.new(1, 1, 1)
  2276. Oak.BorderColor3 = Color3.new(0, 0, 0)
  2277. Oak.Position = UDim2.new(0, 10, 0, 205)
  2278. Oak.Size = UDim2.new(0, 80, 0, 40)
  2279. Oak.ZIndex = 3
  2280. Oak.Image = "rbxassetid://2712579185"
  2281. Oak.ScaleType = Enum.ScaleType.Crop
  2282.  
  2283. DropShadow_5.Name = "DropShadow"
  2284. DropShadow_5.Parent = Oak
  2285. DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  2286. DropShadow_5.BorderSizePixel = 0
  2287. DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  2288. DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  2289. DropShadow_5.ZIndex = 2
  2290.  
  2291. Pine.Name = "Pine"
  2292. Pine.Parent = Picker
  2293. Pine.BackgroundColor3 = Color3.new(1, 1, 1)
  2294. Pine.BorderColor3 = Color3.new(0, 0, 0)
  2295. Pine.Position = UDim2.new(0, 10, 0, 255)
  2296. Pine.Size = UDim2.new(0, 80, 0, 40)
  2297. Pine.ZIndex = 3
  2298. Pine.Image = "rbxassetid://2712591183"
  2299. Pine.ScaleType = Enum.ScaleType.Crop
  2300.  
  2301. DropShadow_6.Name = "DropShadow"
  2302. DropShadow_6.Parent = Pine
  2303. DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  2304. DropShadow_6.BorderSizePixel = 0
  2305. DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  2306. DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  2307. DropShadow_6.ZIndex = 2
  2308.  
  2309. Palm.Name = "Palm"
  2310. Palm.Parent = Picker
  2311. Palm.BackgroundColor3 = Color3.new(1, 1, 1)
  2312. Palm.BorderColor3 = Color3.new(0, 0, 0)
  2313. Palm.Position = UDim2.new(0, 10, 0, 305)
  2314. Palm.Size = UDim2.new(0, 80, 0, 40)
  2315. Palm.ZIndex = 3
  2316. Palm.Image = "rbxassetid://2712597395"
  2317. Palm.ScaleType = Enum.ScaleType.Crop
  2318.  
  2319. DropShadow_7.Name = "DropShadow"
  2320. DropShadow_7.Parent = Palm
  2321. DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  2322. DropShadow_7.BorderSizePixel = 0
  2323. DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  2324. DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  2325. DropShadow_7.ZIndex = 2
  2326.  
  2327. Cherry.Name = "Cherry"
  2328. Cherry.Parent = Picker
  2329. Cherry.BackgroundColor3 = Color3.new(1, 1, 1)
  2330. Cherry.BorderColor3 = Color3.new(0, 0, 0)
  2331. Cherry.Position = UDim2.new(0, 10, 0, 355)
  2332. Cherry.Size = UDim2.new(0, 80, 0, 40)
  2333. Cherry.ZIndex = 3
  2334. Cherry.Image = "rbxassetid://2712608599"
  2335. Cherry.ScaleType = Enum.ScaleType.Crop
  2336.  
  2337. DropShadow_8.Name = "DropShadow"
  2338. DropShadow_8.Parent = Cherry
  2339. DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  2340. DropShadow_8.BorderSizePixel = 0
  2341. DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  2342. DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  2343. DropShadow_8.ZIndex = 2
  2344.  
  2345. Koa.Name = "Koa"
  2346. Koa.Parent = Picker
  2347. Koa.BackgroundColor3 = Color3.new(1, 1, 1)
  2348. Koa.BorderColor3 = Color3.new(0, 0, 0)
  2349. Koa.Position = UDim2.new(0, 10, 0, 355)
  2350. Koa.Size = UDim2.new(0, 80, 0, 40)
  2351. Koa.ZIndex = 3
  2352. Koa.Image = "rbxassetid://2712612798"
  2353. Koa.ScaleType = Enum.ScaleType.Crop
  2354.  
  2355. DropShadow_9.Name = "DropShadow"
  2356. DropShadow_9.Parent = Koa
  2357. DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  2358. DropShadow_9.BorderSizePixel = 0
  2359. DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  2360. DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  2361. DropShadow_9.ZIndex = 2
  2362.  
  2363. Volcano.Name = "Volcano"
  2364. Volcano.Parent = Picker
  2365. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  2366. Volcano.BorderColor3 = Color3.new(0, 0, 0)
  2367. Volcano.Position = UDim2.new(0, 10, 0, 405)
  2368. Volcano.Size = UDim2.new(0, 80, 0, 40)
  2369. Volcano.ZIndex = 3
  2370. Volcano.Image = "rbxassetid://2712618609"
  2371. Volcano.ScaleType = Enum.ScaleType.Crop
  2372.  
  2373. DropShadow_10.Name = "DropShadow"
  2374. DropShadow_10.Parent = Volcano
  2375. DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  2376. DropShadow_10.BorderSizePixel = 0
  2377. DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  2378. DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  2379. DropShadow_10.ZIndex = 2
  2380.  
  2381. GreenSwampy.Name = "GreenSwampy"
  2382. GreenSwampy.Parent = Picker
  2383. GreenSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  2384. GreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  2385. GreenSwampy.Position = UDim2.new(0, 10, 0, 455)
  2386. GreenSwampy.Size = UDim2.new(0, 80, 0, 40)
  2387. GreenSwampy.ZIndex = 3
  2388. GreenSwampy.Image = "rbxassetid://2712623896"
  2389. GreenSwampy.ScaleType = Enum.ScaleType.Crop
  2390.  
  2391. DropShadow_11.Name = "DropShadow"
  2392. DropShadow_11.Parent = GreenSwampy
  2393. DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  2394. DropShadow_11.BorderSizePixel = 0
  2395. DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  2396. DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  2397. DropShadow_11.ZIndex = 2
  2398.  
  2399. GoldSwampy.Name = "GoldSwampy"
  2400. GoldSwampy.Parent = Picker
  2401. GoldSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  2402. GoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  2403. GoldSwampy.Position = UDim2.new(0, 10, 0, 505)
  2404. GoldSwampy.Size = UDim2.new(0, 80, 0, 40)
  2405. GoldSwampy.ZIndex = 3
  2406. GoldSwampy.Image = "rbxassetid://2712631457"
  2407. GoldSwampy.ScaleType = Enum.ScaleType.Crop
  2408.  
  2409. DropShadow_12.Name = "DropShadow"
  2410. DropShadow_12.Parent = GoldSwampy
  2411. DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  2412. DropShadow_12.BorderSizePixel = 0
  2413. DropShadow_12.Position = UDim2.new(0, 4, 0, 4)
  2414. DropShadow_12.Size = UDim2.new(1, 0, 1, 0)
  2415. DropShadow_12.ZIndex = 2
  2416.  
  2417. GenericSpecial.Name = "GenericSpecial"
  2418. GenericSpecial.Parent = Picker
  2419. GenericSpecial.BackgroundColor3 = Color3.new(1, 1, 1)
  2420. GenericSpecial.BorderColor3 = Color3.new(0, 0, 0)
  2421. GenericSpecial.Position = UDim2.new(0, 10, 0, 555)
  2422. GenericSpecial.Size = UDim2.new(0, 80, 0, 40)
  2423. GenericSpecial.ZIndex = 3
  2424. GenericSpecial.Image = "rbxassetid://2712639396"
  2425. GenericSpecial.ScaleType = Enum.ScaleType.Crop
  2426.  
  2427. DropShadow_13.Name = "DropShadow"
  2428. DropShadow_13.Parent = GenericSpecial
  2429. DropShadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  2430. DropShadow_13.BorderSizePixel = 0
  2431. DropShadow_13.Position = UDim2.new(0, 4, 0, 4)
  2432. DropShadow_13.Size = UDim2.new(1, 0, 1, 0)
  2433. DropShadow_13.ZIndex = 2
  2434.  
  2435. SnowGlow.Name = "SnowGlow"
  2436. SnowGlow.Parent = Picker
  2437. SnowGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  2438. SnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  2439. SnowGlow.Position = UDim2.new(0, 10, 0, 605)
  2440. SnowGlow.Size = UDim2.new(0, 80, 0, 40)
  2441. SnowGlow.ZIndex = 3
  2442. SnowGlow.Image = "rbxassetid://2712651454"
  2443. SnowGlow.ScaleType = Enum.ScaleType.Crop
  2444.  
  2445. DropShadow_14.Name = "DropShadow"
  2446. DropShadow_14.Parent = SnowGlow
  2447. DropShadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  2448. DropShadow_14.BorderSizePixel = 0
  2449. DropShadow_14.Position = UDim2.new(0, 4, 0, 4)
  2450. DropShadow_14.Size = UDim2.new(1, 0, 1, 0)
  2451. DropShadow_14.ZIndex = 2
  2452.  
  2453. Frost.Name = "Frost"
  2454. Frost.Parent = Picker
  2455. Frost.BackgroundColor3 = Color3.new(1, 1, 1)
  2456. Frost.BorderColor3 = Color3.new(0, 0, 0)
  2457. Frost.Position = UDim2.new(0, 10, 0, 655)
  2458. Frost.Size = UDim2.new(0, 80, 0, 40)
  2459. Frost.ZIndex = 3
  2460. Frost.Image = "rbxassetid://2712667804"
  2461. Frost.ScaleType = Enum.ScaleType.Crop
  2462.  
  2463. DropShadow_15.Name = "DropShadow"
  2464. DropShadow_15.Parent = Frost
  2465. DropShadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  2466. DropShadow_15.BorderSizePixel = 0
  2467. DropShadow_15.Position = UDim2.new(0, 4, 0, 4)
  2468. DropShadow_15.Size = UDim2.new(1, 0, 1, 0)
  2469. DropShadow_15.ZIndex = 2
  2470.  
  2471. CaveCrawler.Name = "CaveCrawler"
  2472. CaveCrawler.Parent = Picker
  2473. CaveCrawler.BackgroundColor3 = Color3.new(1, 1, 1)
  2474. CaveCrawler.BorderColor3 = Color3.new(0, 0, 0)
  2475. CaveCrawler.Position = UDim2.new(0, 10, 0, 705)
  2476. CaveCrawler.Size = UDim2.new(0, 80, 0, 40)
  2477. CaveCrawler.ZIndex = 3
  2478. CaveCrawler.Image = "rbxassetid://2712673980"
  2479. CaveCrawler.ScaleType = Enum.ScaleType.Crop
  2480.  
  2481. DropShadow_16.Name = "DropShadow"
  2482. DropShadow_16.Parent = CaveCrawler
  2483. DropShadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  2484. DropShadow_16.BorderSizePixel = 0
  2485. DropShadow_16.Position = UDim2.new(0, 4, 0, 4)
  2486. DropShadow_16.Size = UDim2.new(1, 0, 1, 0)
  2487. DropShadow_16.ZIndex = 2
  2488.  
  2489. LoneCave.Name = "LoneCave"
  2490. LoneCave.Parent = Picker
  2491. LoneCave.BackgroundColor3 = Color3.new(1, 1, 1)
  2492. LoneCave.BorderColor3 = Color3.new(0, 0, 0)
  2493. LoneCave.Position = UDim2.new(0, 10, 0, 755)
  2494. LoneCave.Size = UDim2.new(0, 80, 0, 40)
  2495. LoneCave.ZIndex = 3
  2496. LoneCave.Image = "rbxassetid://2712693147"
  2497. LoneCave.ScaleType = Enum.ScaleType.Crop
  2498.  
  2499. DropShadow_17.Name = "DropShadow"
  2500. DropShadow_17.Parent = LoneCave
  2501. DropShadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  2502. DropShadow_17.BorderSizePixel = 0
  2503. DropShadow_17.Position = UDim2.new(0, 4, 0, 4)
  2504. DropShadow_17.Size = UDim2.new(1, 0, 1, 0)
  2505. DropShadow_17.ZIndex = 2
  2506.  
  2507. Spooky.Name = "Spooky"
  2508. Spooky.Parent = Picker
  2509. Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  2510. Spooky.BorderColor3 = Color3.new(0, 0, 0)
  2511. Spooky.Position = UDim2.new(0, 10, 0, 805)
  2512. Spooky.Size = UDim2.new(0, 80, 0, 40)
  2513. Spooky.ZIndex = 3
  2514. Spooky.Image = "rbxassetid://2712696822"
  2515. Spooky.ScaleType = Enum.ScaleType.Crop
  2516.  
  2517. DropShadow_18.Name = "DropShadow"
  2518. DropShadow_18.Parent = Spooky
  2519. DropShadow_18.BackgroundColor3 = Color3.new(0, 0, 0)
  2520. DropShadow_18.BorderSizePixel = 0
  2521. DropShadow_18.Position = UDim2.new(0, 4, 0, 4)
  2522. DropShadow_18.Size = UDim2.new(1, 0, 1, 0)
  2523. DropShadow_18.ZIndex = 2
  2524.  
  2525. SpookyNeon.Name = "SpookyNeon"
  2526. SpookyNeon.Parent = Picker
  2527. SpookyNeon.BackgroundColor3 = Color3.new(1, 1, 1)
  2528. SpookyNeon.BorderColor3 = Color3.new(0, 0, 0)
  2529. SpookyNeon.Position = UDim2.new(0, 10, 0, 855)
  2530. SpookyNeon.Size = UDim2.new(0, 80, 0, 40)
  2531. SpookyNeon.ZIndex = 3
  2532. SpookyNeon.Image = "rbxassetid://2712700047"
  2533. SpookyNeon.ScaleType = Enum.ScaleType.Crop
  2534.  
  2535. DropShadow_19.Name = "DropShadow"
  2536. DropShadow_19.Parent = SpookyNeon
  2537. DropShadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  2538. DropShadow_19.BorderSizePixel = 0
  2539. DropShadow_19.Position = UDim2.new(0, 4, 0, 4)
  2540. DropShadow_19.Size = UDim2.new(1, 0, 1, 0)
  2541. DropShadow_19.ZIndex = 2
  2542. -- Scripts:
  2543. woodtype = "Birch"
  2544.  
  2545. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2546. tool.RequiresHandle = false
  2547. --tool.RobloxLocked = true
  2548. tool.Name = "Paint"
  2549. tool.ToolTip = "Changes A Stucture's Wood Type"
  2550. tool.Equipped:connect(function(Mouse)
  2551. ColorPicker.Enabled = true
  2552. Mouse.Button1Down:connect(function()
  2553. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  2554. local Cframe
  2555. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  2556. Cframe = Mouse.Target.Parent.MainCFrame.Value
  2557. else
  2558. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  2559. end
  2560. if Mouse.Target.Parent ~= nil then
  2561. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  2562. end
  2563. else
  2564. --do nothing
  2565. end
  2566. end)
  2567. end)
  2568.  
  2569. tool.Unequipped:connect(function(mouse)
  2570. ColorPicker.Enabled = false
  2571. end)
  2572.  
  2573.  
  2574. Birch.MouseButton1Click:Connect(function()
  2575. CurrentColor.Image = Birch.Image
  2576. woodtype = "Birch"
  2577. end)
  2578.  
  2579. Grey.MouseButton1Click:Connect(function()
  2580. CurrentColor.Image = Grey.Image
  2581. woodtype = nil
  2582. end)
  2583.  
  2584. Walnut.MouseButton1Click:Connect(function()
  2585. CurrentColor.Image = Walnut.Image
  2586. woodtype = "Walnut"
  2587. end)
  2588.  
  2589. Generic.MouseButton1Click:Connect(function()
  2590. CurrentColor.Image = Generic.Image
  2591. woodtype = "Generic"
  2592. end)
  2593.  
  2594. Oak.MouseButton1Click:Connect(function()
  2595. CurrentColor.Image = Oak.Image
  2596. woodtype = "Oak"
  2597. end)
  2598.  
  2599. Pine.MouseButton1Click:Connect(function()
  2600. CurrentColor.Image = Pine.Image
  2601. woodtype = "Pine"
  2602. end)
  2603.  
  2604. Palm.MouseButton1Click:Connect(function()
  2605. CurrentColor.Image = Palm.Image
  2606. woodtype = "Palm"
  2607. end)
  2608.  
  2609. Koa.MouseButton1Click:Connect(function()
  2610. CurrentColor.Image = Koa.Image
  2611. woodtype = "Koa"
  2612. end)
  2613.  
  2614. Volcano.MouseButton1Click:Connect(function()
  2615. CurrentColor.Image = Volcano.Image
  2616. woodtype = "Volcano"
  2617. end)
  2618.  
  2619. GreenSwampy.MouseButton1Click:Connect(function()
  2620. CurrentColor.Image = GreenSwampy.Image
  2621. woodtype = "GreenSwampy"
  2622. end)
  2623.  
  2624. GoldSwampy.MouseButton1Click:Connect(function()
  2625. CurrentColor.Image = GoldSwampy.Image
  2626. woodtype = "GoldSwampy"
  2627. end)
  2628.  
  2629. GenericSpecial.MouseButton1Click:Connect(function()
  2630. CurrentColor.Image = GenericSpecial.Image
  2631. woodtype = "GenericSpecial"
  2632. end)
  2633.  
  2634. SnowGlow.MouseButton1Click:Connect(function()
  2635. CurrentColor.Image = SnowGlow.Image
  2636. woodtype = "SnowGlow"
  2637. end)
  2638.  
  2639. Frost.MouseButton1Click:Connect(function()
  2640. CurrentColor.Image = Frost.Image
  2641. woodtype = "Frost"
  2642. end)
  2643.  
  2644. CaveCrawler.MouseButton1Click:Connect(function()
  2645. CurrentColor.Image = CaveCrawler.Image
  2646. woodtype = "CaveCrawler"
  2647. end)
  2648.  
  2649. LoneCave.MouseButton1Click:Connect(function()
  2650. CurrentColor.Image = LoneCave.Image
  2651. woodtype = "LoneCave"
  2652. end)
  2653.  
  2654. Spooky.MouseButton1Click:Connect(function()
  2655. CurrentColor.Image = Spooky.Image
  2656. woodtype = "Spooky"
  2657. end)
  2658.  
  2659. SpookyNeon.MouseButton1Click:Connect(function()
  2660. CurrentColor.Image = SpookyNeon.Image
  2661. woodtype = "SpookyNeon"
  2662. end)
  2663.  
  2664. --bring up menu
  2665. CurrentColor.MouseButton1Click:Connect(function()
  2666. if Picker.Visible == false then
  2667. Picker.Visible = true
  2668. else
  2669. Picker.Visible = false
  2670. end
  2671. end)
  2672. end)
  2673.  
  2674. BringWoodButton.Name = "BringWoodButton"
  2675. BringWoodButton.Parent = OtherFrame
  2676. BringWoodButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2677. BringWoodButton.Position = UDim2.new(0.0233333334, 0, 0.178571418, 0)
  2678. BringWoodButton.Size = UDim2.new(0, 125, 0, 40)
  2679. BringWoodButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2680. BringWoodButton.Font = Enum.Font.SourceSans
  2681. BringWoodButton.Text = "Bring Wood"
  2682. BringWoodButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2683. BringWoodButton.TextSize = 23
  2684. BringWoodButton.TextWrapped = true
  2685. BringWoodButton.MouseButton1Down:connect(function()
  2686. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2687. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  2688. if Log.Owner.Value == game.Players.LocalPlayer then
  2689. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  2690. end
  2691. end
  2692. end
  2693. end)
  2694.  
  2695.  
  2696. BringPlanksButton.Name = "BringPlanksButton"
  2697. BringPlanksButton.Parent = OtherFrame
  2698. BringPlanksButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2699. BringPlanksButton.Position = UDim2.new(0.530000031, 0, 0.178571418, 0)
  2700. BringPlanksButton.Size = UDim2.new(0, 125, 0, 40)
  2701. BringPlanksButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2702. BringPlanksButton.Font = Enum.Font.SourceSans
  2703. BringPlanksButton.Text = "Sell Wood"
  2704. BringPlanksButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2705. BringPlanksButton.TextSize = 23
  2706. BringPlanksButton.TextWrapped = true
  2707. BringPlanksButton.MouseButton1Click:Connect(function()
  2708. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2709. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2710. if Log.Owner.Value == game.Players.LocalPlayer then
  2711. for i,v in pairs(Log:GetChildren()) do
  2712. if v.Name=="WoodSection" then
  2713. spawn(function()
  2714. for i=1,10 do
  2715. wait()
  2716. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2717. end
  2718. end)
  2719. end
  2720. end
  2721. spawn(function()
  2722. for i=1,20 do
  2723. wait()
  2724. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2725. end
  2726. end)
  2727. end
  2728. end
  2729. end
  2730. end)
  2731.  
  2732. TpLooseButton.Name = "TpLooseButton"
  2733. TpLooseButton.Parent = OtherFrame
  2734. TpLooseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2735. TpLooseButton.Position = UDim2.new(0.530000031, 0, 0.346428573, 0)
  2736. TpLooseButton.Size = UDim2.new(0, 125, 0, 40)
  2737. TpLooseButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2738. TpLooseButton.Font = Enum.Font.SourceSans
  2739. TpLooseButton.Text = "Sell Planks"
  2740. TpLooseButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2741. TpLooseButton.TextSize = 23
  2742. TpLooseButton.TextWrapped = true
  2743. TpLooseButton.MouseButton1Down:connect(function()
  2744. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2745. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  2746. if Plank.Owner.Value == game.Players.LocalPlayer then
  2747. for i,v in pairs(Plank:GetChildren()) do
  2748. if v.Name=="WoodSection" then
  2749. spawn(function()
  2750. for i=1,10 do
  2751. wait()
  2752. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2753. end
  2754. end)
  2755. end
  2756. end
  2757. spawn(function()
  2758. for i=1,20 do
  2759. wait()
  2760. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2761. end
  2762. end)
  2763. end
  2764. end
  2765. end
  2766. end)
  2767.  
  2768. TpGiftsButton.Name = "TpGiftsButton"
  2769. TpGiftsButton.Parent = OtherFrame
  2770. TpGiftsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2771. TpGiftsButton.Position = UDim2.new(0.0233333334, 0, 0.346428573, 0)
  2772. TpGiftsButton.Size = UDim2.new(0, 125, 0, 40)
  2773. TpGiftsButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2774. TpGiftsButton.Font = Enum.Font.SourceSans
  2775. TpGiftsButton.Text = "Bring Planks"
  2776. TpGiftsButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2777. TpGiftsButton.TextSize = 23
  2778. TpGiftsButton.TextWrapped = true
  2779.  
  2780. TpGiftsButton.MouseButton1Down:connect(function()
  2781. for i,models in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2782. if string.match(models.Name:lower(), "plank") then
  2783. if models.Owner.Value == game.Players.LocalPlayer then
  2784. spawn(function()
  2785. for i=1, 5 do
  2786. models.WoodSection.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,10,0)
  2787. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(models.WoodSection)
  2788. wait()
  2789. end
  2790. end)
  2791. end
  2792. end
  2793. end
  2794. end)
  2795.  
  2796.  
  2797. TpAxesButton.Name = "TpAxesButton"
  2798. TpAxesButton.Parent = OtherFrame
  2799. TpAxesButton.BackgroundColor3 = Color3.new(1, 1, 1)
  2800. TpAxesButton.Position = UDim2.new(0.276666701, 0, 0.521428585, 0)
  2801. TpAxesButton.Size = UDim2.new(0, 125, 0, 40)
  2802. TpAxesButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2803. TpAxesButton.Font = Enum.Font.SourceSans
  2804. TpAxesButton.Text = "Leaked Items"
  2805. TpAxesButton.TextColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2806. TpAxesButton.TextSize = 23
  2807. TpAxesButton.TextWrapped = true
  2808. TpAxesButton.MouseButton1Down:connect(function()
  2809. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  2810. end)
  2811.  
  2812. Close4.Name = "Close4"
  2813. Close4.Parent = OtherFrame
  2814. Close4.BackgroundColor3 = Color3.new(1, 1, 1)
  2815. Close4.BackgroundTransparency = 1
  2816. Close4.Position = UDim2.new(0.933855414, 0, -0.03259179, 0)
  2817. Close4.Size = UDim2.new(0, 33, 0, 32)
  2818. Close4.Font = Enum.Font.SourceSans
  2819. Close4.Text = "X"
  2820. Close4.TextColor3 = Color3.new(1, 1, 1)
  2821. Close4.TextSize = 25
  2822. Close4.MouseButton1Down:connect(function()
  2823. OtherFrame.Visible = false
  2824. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement