fufunny1

lumber dupe

Dec 26th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.40 KB | None | 0 0
  1. Mouse = game.Players.LocalPlayer:GetMouse()
  2.  
  3. game:service'ReplicatedStorage'.Interaction.Ban:Destroy()
  4. Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban"
  5.  
  6. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  7. players = game.Players
  8. for i, v in pairs(players:GetPlayers()) do
  9. if v.Name ~= players.LocalPlayer.Name then
  10. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  11. end
  12. end
  13. players.PlayerAdded:connect(function(plr)
  14. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  15. end)
  16.  
  17. --- Fly ---
  18.  
  19. function fly()
  20. for i,v in pairs(script:GetChildren()) do
  21. pcall(function() v.Value = "" end)
  22. game:GetService("Debris"):AddItem(v,.1)
  23. end
  24.  
  25. function weld(p0,p1,c0,c1,par)
  26. local w = Instance.new("Weld",p0 or par)
  27. w.Part0 = p0
  28. w.Part1 = p1
  29. w.C0 = c0 or CFrame.new()
  30. w.C1 = c1 or CFrame.new()
  31. return w
  32. end
  33.  
  34. local motors = {}
  35.  
  36. function motor(p0,p1,c0,c1,des,vel,par)
  37. local w = Instance.new("Motor6D",p0 or par)
  38. w.Part0 = p0
  39. w.Part1 = p1
  40. w.C0 = c0 or CFrame.new()
  41. w.C1 = c1 or CFrame.new()
  42. w.MaxVelocity = tonumber(vel) or .05
  43. w.DesiredAngle = tonumber(des) or 0
  44. return w
  45. end
  46.  
  47. function lerp(a,b,c)
  48. return a+(b-a)*c
  49. end
  50.  
  51. function clerp(c1,c2,al)
  52. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  53. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  54. for i,v in pairs(com1) do
  55. com1[i] = lerp(v,com2[i],al)
  56. end
  57. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  58. end
  59.  
  60. function ccomplerp(c1,c2,al)
  61. local com1 = {c1:components()}
  62. local com2 = {c2:components()}
  63. for i,v in pairs(com1) do
  64. com1[i] = lerp(v,com2[i],al)
  65. end
  66. return CFrame.new(unpack(com1))
  67. end
  68.  
  69. function tickwave(time,length,offset)
  70. return (math.abs((tick()+(offset or 0))%time-time/2)*2-time/2)/time/2*length
  71. end
  72.  
  73. function invcol(c)
  74. c = c.Color
  75. return BrickColor.new(Color3.new(1-c.b,1-c.g,1-c.r))
  76. end
  77. local oc = oc or function(...) return ... end
  78. local plr = game.Players.LocalPlayer
  79. local char = plr.Character
  80. local tor = char.Torso
  81. local hum = char.Humanoid
  82. hum.PlatformStand = false
  83. pcall(function()
  84. char.Wings:Destroy()
  85. end)
  86. pcall(function()
  87. char.Angel:Destroy() -- hat
  88. end)
  89. local mod = Instance.new("Model",char)
  90. mod.Name = "Wings"
  91. local special = {
  92. [game.Players.LocalPlayer.Name] = {"Black","Bright red",.5,0,false,Color3.new(1,0,0),Color3.new(0,0,0)},
  93. }
  94. local topcolor = BrickColor.new("Really black")
  95. local feacolor = BrickColor.new("Black")
  96. local ptrans = 0
  97. local pref = 0
  98. local fire = true
  99. local fmcol = Color3.new()
  100. local fscol = Color3.new()
  101. local spec = special[plr.Name:lower()]
  102. if spec then
  103. topcolor,feacolor,ptrans,pref,fire,fmcol,fscol = spec[1] and BrickColor.new(spec[1]) or topcolor,spec[2] and BrickColor.new(spec[2]) or feacolor,spec[3],spec[4],spec[5],spec[6],spec[7]
  104. end
  105. local part = Instance.new("Part")
  106. part.FormFactor = "Custom"
  107. part.Size = Vector3.new(.2,.2,.2)
  108. part.TopSurface,part.BottomSurface = 0,0
  109. part.CanCollide = false
  110. part.BrickColor = BrickColor.new("Black")
  111. part.Transparency = ptrans
  112. part.Reflectance = pref
  113. local ef = Instance.new("Fire",fire and part or nil)
  114. ef.Size = .15
  115. ef.Color = BrickColor.new("Black").Color
  116. ef.SecondaryColor = BrickColor.new("Bright red").Color
  117. part:BreakJoints()
  118. function newpart()
  119. local clone = part:Clone()
  120. clone.Parent = mod
  121. clone:BreakJoints()
  122. return clone
  123. end
  124. local feath = newpart()
  125. feath.BrickColor = feacolor
  126. feath.Transparency = 0
  127. Instance.new("SpecialMesh",feath).MeshType = "Sphere"
  128. function newfeather()
  129. local clone = feath:Clone()
  130. clone.Parent = mod
  131. clone:BreakJoints()
  132. return clone
  133. end
  134. flying = false
  135. moving = false
  136. for i,v in pairs(tor:GetChildren()) do
  137. if v.ClassName:lower():match("body") then
  138. v:Destroy()
  139. end
  140. end
  141. local ctor = tor:Clone()
  142. ctor:ClearAllChildren()
  143. ctor.Name = "cTorso"
  144. ctor.Transparency = 1
  145. ctor.CanCollide = false
  146. ctor.FormFactor = "Custom"
  147. ctor.Size = Vector3.new(.2,.2,.2)
  148. ctor.Parent = mod
  149. weld(tor,ctor)
  150. local bg = Instance.new("BodyGyro",ctor)
  151. bg.maxTorque = Vector3.new()
  152. bg.P = 15000
  153. bg.D = 1000
  154. local bv = Instance.new("BodyVelocity",ctor)
  155. bv.maxForce = Vector3.new()
  156. bv.P = 15000
  157. vel = Vector3.new()
  158. cf = CFrame.new()
  159. flspd = 0
  160. keysdown = {}
  161. keypressed = {}
  162. ktime = {}
  163. descendtimer = 0
  164. jumptime = tick()
  165. hum.Jumping:connect(function()
  166. jumptime = tick()
  167. end)
  168. cam = workspace.CurrentCamera
  169. kd = plr:GetMouse().KeyDown:connect(oc(function(key)
  170. keysdown[key] = true
  171. keypressed[key] = true
  172. if key == "q" then
  173. descendtimer = tick()
  174. elseif key == " " and not hum.Jump then
  175. jumptime = tick()
  176. elseif (key == "a" or key == "d") and ktime[key] and tick()-ktime[key] < .3 and math.abs(reqrotx) < .3 then
  177. reqrotx = key == "a" and math.pi*2 or -math.pi*2
  178. end
  179. ktime[key] = tick()
  180. end))
  181.  
  182. ku = plr:GetMouse().KeyUp:connect(function(key)
  183. keysdown[key] = false
  184. if key == " " then
  185. descendtimer = tick()
  186. end
  187. end)
  188. function mid(a,b,c)
  189. return math.max(a,math.min(b,c or -a))
  190. end
  191. function bn(a)
  192. return a and 1 or 0
  193. end
  194. function gm(tar)
  195. local m = 0
  196. for i,v in pairs(tar:GetChildren()) do
  197. if v:IsA("BasePart") then
  198. m = m + v:GetMass()
  199. end
  200. m = m + gm(v)
  201. end
  202. return m
  203. end
  204. reqrotx = 0
  205. local grav = 196.2
  206. local con
  207. con = game:GetService("RunService").Stepped:connect(oc(function()
  208. local obvel = tor.CFrame:vectorToObjectSpace(tor.Velocity)
  209. local sspd, uspd,fspd = obvel.X,obvel.Y,obvel.Z
  210. if flying then
  211. local lfldir = fldir
  212. fldir = cam.CoordinateFrame:vectorToWorldSpace(Vector3.new(bn(keysdown.d)-bn(keysdown.a),0,bn(keysdown.s)-bn(keysdown.w))).unit
  213. local lmoving = moving
  214. moving = fldir.magnitude > .1
  215. if lmoving and not moving then
  216. idledir = lfldir*Vector3.new(1,0,1)
  217. descendtimer = tick()
  218. end
  219. local dbomb = fldir.Y < -.6 or (moving and keysdown["1"])
  220. if moving and keysdown["0"] and lmoving then
  221. fldir = (Vector3.new(lfldir.X,math.min(fldir.Y,lfldir.Y+.01)-.1,lfldir.Z)+(fldir*Vector3.new(1,0,1))*.05).unit
  222. end
  223. local down = tor.CFrame:vectorToWorldSpace(Vector3.new(0,-1,0))
  224. local descending = (not moving and keysdown["q"] and not keysdown[" "])
  225. cf = ccomplerp(cf,CFrame.new(tor.Position,tor.Position+(not moving and idledir or fldir)),keysdown["0"] and .02 or .07)
  226. local gdown = not dbomb and cf.lookVector.Y < -.2 and tor.Velocity.unit.Y < .05
  227. hum.PlatformStand = true
  228. bg.maxTorque = Vector3.new(1,1,1)*9e5
  229. local rotvel = CFrame.new(Vector3.new(),tor.Velocity):toObjectSpace(CFrame.new(Vector3.new(),fldir)).lookVector
  230. bg.cframe = cf * CFrame.Angles(not moving and -.1 or -math.pi/2+.2,moving and mid(-2.5,rotvel.X/1.5) + reqrotx or 0,0)
  231. reqrotx = reqrotx - reqrotx/10
  232. bv.maxForce = Vector3.new(1,1,1)*9e4*.5
  233. local anioff =(bn(keysdown[" "])-bn(keysdown["q"]))/2
  234. local ani = tickwave(1.5-anioff,1)
  235. bv.velocity = bv.velocity:Lerp(Vector3.new(0,bn(not moving)*-ani*15+(descending and math.min(20,tick()-descendtimer)*-8 or bn(keysdown[" "])-bn(keysdown["q"]))*15,0)+vel,.6)
  236. vel = moving and cf.lookVector*flspd or Vector3.new()
  237. flspd = math.min(120,lerp(flspd,moving and (fldir.Y<0 and flspd+(-fldir.Y)*grav/60 or math.max(50,flspd-fldir.Y*grav/300)) or 60,.4))
  238. local hit,ray = workspace:FindPartOnRayWithIgnoreList(Ray.new(tor.Position,Vector3.new(0,-3.5+math.min(0,bv.velocity.y)/30,0)),{char})
  239. if hit and down.Y < -.85 and tick()-flystart > 1 then
  240. flying = false
  241. hum.PlatformStand = false
  242. tor.Velocity = Vector3.new()
  243. end
  244. else
  245. bg.maxTorque = Vector3.new()
  246. bv.maxForce = Vector3.new()
  247. local x,y,z = fspd/160,uspd/700,sspd/900
  248. if keypressed[" "] and not flying and (tick()-jumptime > .05 and (tick()-jumptime < 3 or hum.Jump)) then
  249. vel = Vector3.new(0,50,0)
  250. bv.velocity = vel
  251. idledir = cam.CoordinateFrame.lookVector*Vector3.new(1,0,1)
  252. cf = tor.CFrame * CFrame.Angles(-.01,0,0)
  253. tor.CFrame = cf
  254. bg.cframe = cf
  255. flystart = tick()
  256. flying = true
  257. end
  258. end
  259. keypressed = {}
  260. end))
  261. end
  262. fly()
  263.  
  264. ---
  265.  
  266. Option = false
  267. BTool = "Nothing"
  268. WCollide = "Nothing"
  269. LT2Info = "Nothing"
  270. GreyStart = "Nothing"
  271. MDown = false
  272. afkactive = false
  273. CustomLocationSet = false
  274.  
  275. -- Objects
  276.  
  277. local LT2GUI = Instance.new("ScreenGui")
  278. local MainFrame = Instance.new("Frame")
  279. local MenuLeftFrame = Instance.new("Frame")
  280. local LT2GUI2Frame = Instance.new("Frame")
  281. local BringTree = Instance.new("TextButton")
  282. local Waypoints = Instance.new("TextButton")
  283. local SellFrame = Instance.new("Frame")
  284. local SellWoodPlanks = Instance.new("TextButton")
  285. local SellWood = Instance.new("TextButton")
  286. local SellPlanks = Instance.new("TextButton")
  287. local SellWoodTxt1 = Instance.new("TextLabel")
  288. local SellPlanksTxt1 = Instance.new("TextLabel")
  289. local Greywood = Instance.new("TextButton")
  290. local GreywoodFrame = Instance.new("Frame")
  291. local GreywoodHeader = Instance.new("TextLabel")
  292. local GreywoodInfo = Instance.new("TextLabel")
  293. local GreywoodStart = Instance.new("TextButton")
  294. local StartFrameInfo = Instance.new("TextLabel")
  295. local TPWood = Instance.new("TextButton")
  296. local TPPlanks = Instance.new("TextButton")
  297. local PlankFrame = Instance.new("Frame")
  298. local ProcessedWoodList = Instance.new("ScrollingFrame")
  299. local TpAllPlanks = Instance.new("TextButton")
  300. local TpAllPlanksSpacer = Instance.new("TextLabel")
  301. local TpAllPlanksTxt1 = Instance.new("TextLabel")
  302. local GodMode = Instance.new("TextButton")
  303. local GoldAxe = Instance.new("TextButton")
  304. local GoldAxeInfo = Instance.new("TextLabel")
  305. local GoldAxeFrame = Instance.new("Frame")
  306. local GoldAxeHeader = Instance.new("TextLabel")
  307. local GoldAxeStart = Instance.new("TextButton")
  308. local Duper = Instance.new("TextButton")
  309. local Depart = Instance.new("TextLabel")
  310. local CopyTool = Instance.new("TextButton")
  311. local DeleteTool = Instance.new("TextButton")
  312. local MoveTool = Instance.new("TextButton")
  313. local WaterCollide = Instance.new("TextButton")
  314. local Minimize = Instance.new("TextButton")
  315. local MenuFrame = Instance.new("Frame")
  316. local WaypointFrame = Instance.new("Frame")
  317. local WaypointList = Instance.new("ScrollingFrame")
  318. local BoxedCars = Instance.new("TextButton")
  319. local Cave = Instance.new("TextButton")
  320. local LinksLogic = Instance.new("TextButton")
  321. local Volcano = Instance.new("TextButton")
  322. local BobsShack = Instance.new("TextButton")
  323. local FancyFurnishings = Instance.new("TextButton")
  324. local LandStore = Instance.new("TextButton")
  325. local Dock = Instance.new("TextButton")
  326. local FineArtsShop = Instance.new("TextButton")
  327. local PalmIsland = Instance.new("TextButton")
  328. local FrostTreeArea = Instance.new("TextButton")
  329. local Bridge = Instance.new("TextButton")
  330. local Swamp = Instance.new("TextButton")
  331. local SpawnPoint = Instance.new("TextButton")
  332. local WoodRUs = Instance.new("TextButton")
  333. local EndTimes = Instance.new("TextButton")
  334. local ShrineOfSight = Instance.new("TextButton")
  335. local TheDen = Instance.new("TextButton")
  336. local VolcanoWin = Instance.new("TextButton")
  337. local SkiLodge = Instance.new("TextButton")
  338. local StrangeMan = Instance.new("TextButton")
  339. local ShowLocation = Instance.new("TextButton")
  340. local CustomTPPoint = Instance.new("TextButton")
  341. local PlotTp = Instance.new("TextButton")
  342. local BringTreeFrame = Instance.new("Frame")
  343. local BringTreeHeader = Instance.new("TextLabel")
  344. local BringTreeInfo1 = Instance.new("TextButton")
  345. local BringTreeInfo2 = Instance.new("TextLabel")
  346. local ElmTree = Instance.new("TextButton")
  347. local CherryTree = Instance.new("TextButton")
  348. local OakTree = Instance.new("TextButton")
  349. local BirchTree = Instance.new("TextButton")
  350. local CaveCrawlerTree = Instance.new("TextButton")
  351. local GoldTree = Instance.new("TextButton")
  352. local GreenTree = Instance.new("TextButton")
  353. local SpookyTree = Instance.new("TextButton")
  354. local FirTree = Instance.new("TextButton")
  355. local VolcanoTree = Instance.new("TextButton")
  356. local KoaTree = Instance.new("TextButton")
  357. local PalmTree = Instance.new("TextButton")
  358. local EndTimesTree = Instance.new("TextButton")
  359. local WalnutTree = Instance.new("TextButton")
  360. local SnowGlowTree = Instance.new("TextButton")
  361. local SnowGlowTreeArea = Instance.new("TextButton")
  362. local FrostyTree = Instance.new("TextButton")
  363. local DupeFrame = Instance.new("Frame")
  364. local Info = Instance.new("TextLabel")
  365. local Dupe = Instance.new("TextButton")
  366. local DupingText1 = Instance.new("TextLabel")
  367. local MoreInfo = Instance.new("TextButton")
  368. local Read = Instance.new("TextLabel")
  369. local PlayerFrame = Instance.new("Frame")
  370. local Player1 = Instance.new("TextButton")
  371. local Player2 = Instance.new("TextButton")
  372. local Player3 = Instance.new("TextButton")
  373. local Player4 = Instance.new("TextButton")
  374. local Player5 = Instance.new("TextButton")
  375. local Player6 = Instance.new("TextButton")
  376. local PlyrSel = Instance.new("TextLabel")
  377. local TpPlayer = Instance.new("TextButton")
  378. local TpBase = Instance.new("TextButton")
  379. local WalkSpeed = Instance.new("TextButton")
  380. local JumpPower = Instance.new("TextButton")
  381. local WalkText = Instance.new("TextBox")
  382. local JumpText = Instance.new("TextBox")
  383. local NoClip = Instance.new("TextButton")
  384. local GuiLabel = Instance.new("TextButton")
  385. local GuiInfo = Instance.new("TextLabel")
  386. local GuiInfoExtras = Instance.new("TextLabel")
  387. local BToolsHeader = Instance.new("TextLabel")
  388. local AntiAFK = Instance.new("TextButton")
  389. local AntiAFKtime = Instance.new("TextLabel")
  390. local PlayerTp = Instance.new("TextButton")
  391. local TPTool = Instance.new("TextButton")
  392. local ReJoinServer = Instance.new("TextButton")
  393. local OpenFrame = Instance.new("Frame")
  394. local Open = Instance.new("TextButton")
  395. local CloseLT2 = Instance.new("TextButton")
  396.  
  397. -- Properties
  398.  
  399. LT2GUI.Name = "LT2GUI"
  400. LT2GUI.Parent = game.CoreGui
  401. local LT2CORE = game.CoreGui["LT2GUI"]
  402.  
  403. OpenFrame.Name = "OpenFrame"
  404. OpenFrame.Parent = LT2GUI
  405. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  406. OpenFrame.BorderColor3 = Color3.new(0, 1, 0)
  407. OpenFrame.Position = UDim2.new(0.5, -40, 0, -28)
  408. OpenFrame.Size = UDim2.new(0, 80, 0, 20)
  409.  
  410. Open.Name = "Open"
  411. Open.Parent = OpenFrame
  412. Open.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  413. Open.BorderColor3 = Color3.new(0, 1, 0)
  414. Open.Size = UDim2.new(0, 80, 0, 20)
  415. Open.Font = Enum.Font.Fantasy
  416. Open.FontSize = Enum.FontSize.Size18
  417. Open.Text = "Open GUI"
  418. Open.TextColor3 = Color3.new(0, 1, 0)
  419. Open.TextSize = 18
  420. Open.Selectable = true
  421. Open.TextWrapped = true
  422.  
  423. MainFrame.Name = "MainFrame"
  424. MainFrame.Parent = LT2GUI
  425. MainFrame.Active = true
  426. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  427. MainFrame.BackgroundTransparency = 0.15
  428. MainFrame.BorderColor3 = Color3.new(0, 1, 0)
  429. MainFrame.Draggable = true
  430. MainFrame.Position = UDim2.new(0, 5, 1, -550)
  431. MainFrame.Selectable = true
  432. MainFrame.Size = UDim2.new(0, 335, 0, 370)
  433. MainFrame.Visible = false
  434.  
  435. MenuLeftFrame.Name = "MenuLeftFrame"
  436. MenuLeftFrame.Parent = MainFrame
  437. MenuLeftFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  438. MenuLeftFrame.BackgroundTransparency = 1
  439. MenuLeftFrame.Position = UDim2.new(0, 5, 0, 40)
  440. MenuLeftFrame.Size = UDim2.new(0, 140, 0, 325)
  441.  
  442. MenuFrame.Name = "MenuFrame"
  443. MenuFrame.Parent = MainFrame
  444. MenuFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  445. MenuFrame.BackgroundTransparency = 0
  446. MenuFrame.BorderColor3 = Color3.new(0, 1, 0)
  447. MenuFrame.Position = UDim2.new(0, 155, 0, 40)
  448. MenuFrame.Size = UDim2.new(0, 170, 0, 290)
  449.  
  450. StartFrameInfo.Name = "StartFrameInfo"
  451. StartFrameInfo.Parent = MenuFrame
  452. StartFrameInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  453. StartFrameInfo.BackgroundTransparency = 1
  454. StartFrameInfo.Position = UDim2.new(0, 3, 0, 3)
  455. StartFrameInfo.Size = UDim2.new(0, 164, 0, 284)
  456. StartFrameInfo.Font = Enum.Font.Fantasy
  457. StartFrameInfo.FontSize = Enum.FontSize.Size14
  458. StartFrameInfo.Text = "All current players and new players who join will be automatically blacklisted.\n\nTP Tool adds a backpack item to click teleport you.\n\nTP Wood to You - Chop a tree/s then go to where you want them and click this button to teleport what you chopped to you.\n\nDouble tap Space Bar to Fly.\nFly in to the ground to land.\n\nClick on LT2 at the top for more info and extra options."
  459. StartFrameInfo.TextColor3 = Color3.new(1, 1, 1)
  460. StartFrameInfo.TextWrapped = true
  461. StartFrameInfo.TextSize = 14
  462.  
  463. CloseLT2.Name = "CloseLT2"
  464. CloseLT2.Parent = MainFrame
  465. CloseLT2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  466. CloseLT2.BorderColor3 = Color3.new(0, 1, 0)
  467. CloseLT2.Position = UDim2.new(0, 10, 0, 10)
  468. CloseLT2.Size = UDim2.new(0, 20, 0, 20)
  469. CloseLT2.Font = Enum.Font.Fantasy
  470. CloseLT2.FontSize = Enum.FontSize.Size18
  471. CloseLT2.Text = "X"
  472. CloseLT2.TextColor3 = Color3.new(1, 1, 1)
  473. CloseLT2.TextScaled = true
  474. CloseLT2.TextWrapped = true
  475. CloseLT2.TextSize = 17
  476.  
  477. Minimize.Name = "Minimize"
  478. Minimize.Parent = MainFrame
  479. Minimize.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  480. Minimize.BorderColor3 = Color3.new(0, 1, 0)
  481. Minimize.Position = UDim2.new(0, 40, 0, 10)
  482. Minimize.Size = UDim2.new(0, 20, 0, 20)
  483. Minimize.Font = Enum.Font.Fantasy
  484. Minimize.FontSize = Enum.FontSize.Size18
  485. Minimize.Text = "-"
  486. Minimize.TextColor3 = Color3.new(1, 1, 1)
  487. Minimize.TextScaled = true
  488. Minimize.TextWrapped = true
  489. Minimize.TextSize = 17
  490.  
  491. GuiLabel.Name = "GuiLabel"
  492. GuiLabel.Parent = MainFrame
  493. GuiLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  494. GuiLabel.BackgroundTransparency = 0
  495. GuiLabel.BorderColor3 = Color3.new(0.2, 0.2, 0.2)
  496. GuiLabel.Position = UDim2.new(0, 78, 0, 6)
  497. GuiLabel.Size = UDim2.new(0, 49, 0, 28)
  498. GuiLabel.Font = Enum.Font.Fantasy
  499. GuiLabel.FontSize = Enum.FontSize.Size14
  500. GuiLabel.Text = "LT2"
  501. GuiLabel.TextColor3 = Color3.new(1, 0, 1)
  502. GuiLabel.TextScaled = true
  503. GuiLabel.TextSize = 14
  504. GuiLabel.TextWrapped = true
  505.  
  506. LT2GUI2Frame.Name = "LT2GUI2Frame"
  507. LT2GUI2Frame.Parent = MainFrame
  508. LT2GUI2Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  509. LT2GUI2Frame.BackgroundTransparency = 0
  510. LT2GUI2Frame.BorderColor3 = Color3.new(0, 1, 0)
  511. LT2GUI2Frame.Position = UDim2.new(0, 10, 0, 40)
  512. LT2GUI2Frame.Size = UDim2.new(0, 315, 0, 320)
  513. LT2GUI2Frame.ZIndex = 8
  514. LT2GUI2Frame.Visible = false
  515. LT2GUI2Frame.Active = false
  516.  
  517. GuiInfo.Name = "GuiInfo"
  518. GuiInfo.Parent = LT2GUI2Frame
  519. GuiInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  520. GuiInfo.BorderColor3 = Color3.new(0, 1, 0)
  521. GuiInfo.Position = UDim2.new(0, 0, 0, 5)
  522. GuiInfo.Size = UDim2.new(0, 315, 0, 200)
  523. GuiInfo.BackgroundTransparency = 1
  524. GuiInfo.Font = Enum.Font.Fantasy
  525. GuiInfo.FontSize = Enum.FontSize.Size14
  526. GuiInfo.Text = "CREDITS - I took ideas from different scripts and added a lot of new stuff so if you see anything that you made please let me know and I will add thanks to this screen.\n\nHope you enjoy using this.\n\nIf you want to get in touch my discord is LuckyMMB#8646"
  527. GuiInfo.TextColor3 = Color3.new(1, 1, 1)
  528. GuiInfo.TextSize = 14
  529. GuiInfo.ZIndex = 8
  530. GuiInfo.TextWrapped = true
  531. GuiInfo.TextYAlignment = Enum.TextYAlignment.Top
  532.  
  533. GuiInfoExtras.Name = "GuiInfoExtras"
  534. GuiInfoExtras.Parent = LT2GUI2Frame
  535. GuiInfoExtras.BackgroundColor3 = Color3.new(0, 0, 0)
  536. GuiInfoExtras.BorderColor3 = Color3.new(0, 0, 0)
  537. GuiInfoExtras.Position = UDim2.new(0, 125, 0, 180)
  538. GuiInfoExtras.Size = UDim2.new(0, 65, 0, 20)
  539. GuiInfoExtras.BackgroundTransparency = 0
  540. GuiInfoExtras.Font = Enum.Font.Fantasy
  541. GuiInfoExtras.FontSize = Enum.FontSize.Size18
  542. GuiInfoExtras.TextColor3 = Color3.new(1, 1, 1)
  543. GuiInfoExtras.Text = "EXTRAS"
  544. GuiInfoExtras.ZIndex = 8
  545. GuiInfoExtras.TextSize = 20
  546.  
  547. ReJoinServer.Name = "ReJoinServer"
  548. ReJoinServer.Parent = LT2GUI2Frame
  549. ReJoinServer.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  550. ReJoinServer.BorderColor3 = Color3.new(0, 1, 0)
  551. ReJoinServer.Position = UDim2.new(0, 80, 0, 210)
  552. ReJoinServer.Size = UDim2.new(0, 155, 0, 20)
  553. ReJoinServer.BackgroundTransparency = 0
  554. ReJoinServer.Font = Enum.Font.Fantasy
  555. ReJoinServer.FontSize = Enum.FontSize.Size18
  556. ReJoinServer.Text = "ReJoin Server"
  557. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  558. ReJoinServer.ZIndex = 8
  559. ReJoinServer.TextSize = 17
  560.  
  561. AntiAFK.Name = "AntiAFK"
  562. AntiAFK.Parent = LT2GUI2Frame
  563. AntiAFK.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  564. AntiAFK.BorderColor3 = Color3.new(0, 1, 0)
  565. AntiAFK.Position = UDim2.new(0, 80, 0, 240)
  566. AntiAFK.Size = UDim2.new(0, 155, 0, 20)
  567. AntiAFK.BackgroundTransparency = 0
  568. AntiAFK.Font = Enum.Font.Fantasy
  569. AntiAFK.FontSize = Enum.FontSize.Size18
  570. AntiAFK.Text = "Start Anti-AFK Mode"
  571. AntiAFK.TextColor3 = Color3.new(1, 1, 1)
  572. AntiAFK.ZIndex = 8
  573. AntiAFK.TextSize = 17
  574.  
  575. AntiAFKtime.Name = "AntiAFKtime"
  576. AntiAFKtime.Parent = LT2GUI2Frame
  577. AntiAFKtime.BackgroundColor3 = Color3.new(0, 0, 0)
  578. AntiAFKtime.BorderColor3 = Color3.new(0, 0, 0)
  579. AntiAFKtime.Position = UDim2.new(0, 80, 0, 263)
  580. AntiAFKtime.Size = UDim2.new(0, 155, 0, 20)
  581. AntiAFKtime.BackgroundTransparency = 0
  582. AntiAFKtime.Font = Enum.Font.Fantasy
  583. AntiAFKtime.FontSize = Enum.FontSize.Size18
  584. AntiAFKtime.Text = "AFK for: 0 Seconds"
  585. AntiAFKtime.TextColor3 = Color3.new(1, 1, 1)
  586. AntiAFKtime.ZIndex = 8
  587. AntiAFKtime.TextSize = 17
  588.  
  589. BToolsHeader.Name = "BToolsHeader"
  590. BToolsHeader.Parent = LT2GUI2Frame
  591. BToolsHeader.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  592. BToolsHeader.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  593. BToolsHeader.Position = UDim2.new(0, 10, 0, 290)
  594. BToolsHeader.Size = UDim2.new(0, 70, 0, 20)
  595. BToolsHeader.BackgroundTransparency = 0
  596. BToolsHeader.Font = Enum.Font.Fantasy
  597. BToolsHeader.FontSize = Enum.FontSize.Size18
  598. BToolsHeader.Text = "BTools"
  599. BToolsHeader.TextColor3 = Color3.new(1, 1, 1)
  600. BToolsHeader.ZIndex = 8
  601. BToolsHeader.TextSize = 17
  602.  
  603. CopyTool.Name = "CopyTool"
  604. CopyTool.Parent = LT2GUI2Frame
  605. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  606. CopyTool.TextColor3 = Color3.new(1, 1, 1)
  607. CopyTool.BorderColor3 = Color3.new(0, 1, 0)
  608. CopyTool.Position = UDim2.new(0, 97, 0, 290)
  609. CopyTool.Size = UDim2.new(0, 64, 0, 20)
  610. CopyTool.Font = Enum.Font.Fantasy
  611. CopyTool.FontSize = Enum.FontSize.Size18
  612. CopyTool.BackgroundTransparency = 0
  613. CopyTool.Text = "Copy"
  614. CopyTool.ZIndex = 8
  615. CopyTool.TextSize = 17
  616.  
  617. DeleteTool.Name = "DeleteTool"
  618. DeleteTool.Parent = LT2GUI2Frame
  619. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  620. DeleteTool.TextColor3 = Color3.new(1, 1, 1)
  621. DeleteTool.BorderColor3 = Color3.new(0, 1, 0)
  622. DeleteTool.Position = UDim2.new(0, 169, 0, 290)
  623. DeleteTool.Size = UDim2.new(0, 64, 0, 20)
  624. DeleteTool.Font = Enum.Font.Fantasy
  625. DeleteTool.FontSize = Enum.FontSize.Size18
  626. DeleteTool.BackgroundTransparency = 0
  627. DeleteTool.Text = "Delete"
  628. DeleteTool.ZIndex = 8
  629. DeleteTool.TextSize = 17
  630.  
  631. MoveTool.Name = "MoveTool"
  632. MoveTool.Parent = LT2GUI2Frame
  633. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  634. MoveTool.TextColor3 = Color3.new(1, 1, 1)
  635. MoveTool.BorderColor3 = Color3.new(0, 1, 0)
  636. MoveTool.Position = UDim2.new(0, 241, 0, 290)
  637. MoveTool.Size = UDim2.new(0, 64, 0, 20)
  638. MoveTool.Font = Enum.Font.Fantasy
  639. MoveTool.FontSize = Enum.FontSize.Size18
  640. MoveTool.BackgroundTransparency = 0
  641. MoveTool.Text = "Move"
  642. MoveTool.ZIndex = 8
  643. MoveTool.TextSize = 17
  644.  
  645. TPTool.Name = "TPTool"
  646. TPTool.Parent = MainFrame
  647. TPTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  648. TPTool.BorderColor3 = Color3.new(0, 1, 0)
  649. TPTool.Position = UDim2.new(0, 145, 0, 10)
  650. TPTool.Size = UDim2.new(0, 60, 0, 20)
  651. TPTool.Font = Enum.Font.Fantasy
  652. TPTool.FontSize = Enum.FontSize.Size18
  653. TPTool.Text = "Tp Tool"
  654. TPTool.TextColor3 = Color3.new(1, 1, 1)
  655. TPTool.TextSize = 17
  656.  
  657. NoClip.Name = "NoClip"
  658. NoClip.Parent = MainFrame
  659. NoClip.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  660. NoClip.BorderColor3 = Color3.new(0, 1, 0)
  661. NoClip.Position = UDim2.new(0, 215, 0, 10)
  662. NoClip.Size = UDim2.new(0, 110, 0, 20)
  663. NoClip.Font = Enum.Font.Fantasy
  664. NoClip.FontSize = Enum.FontSize.Size18
  665. NoClip.Text = "Enable NoClip"
  666. NoClip.TextColor3 = Color3.new(1, 1, 1)
  667. NoClip.TextSize = 17
  668.  
  669. Depart.Name = "Depart"
  670. Depart.Parent = MenuLeftFrame
  671. Depart.BackgroundColor3 = Color3.new(0, 0, 0)
  672. Depart.BackgroundTransparency = 1
  673. Depart.Position = UDim2.new(0, 5, 0, 0)
  674. Depart.Size = UDim2.new(0, 135, 0, 20)
  675. Depart.Font = Enum.Font.Fantasy
  676. Depart.FontSize = Enum.FontSize.Size18
  677. Depart.Text = "Ferry Departs: 0"
  678. Depart.TextColor3 = Color3.new(1, 1, 1)
  679. Depart.TextSize = 17
  680.  
  681. Waypoints.Name = "Waypoints"
  682. Waypoints.Parent = MenuLeftFrame
  683. Waypoints.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  684. Waypoints.TextColor3 = Color3.new(1, 1, 1)
  685. Waypoints.BorderColor3 = Color3.new(0, 1, 0)
  686. Waypoints.Position = UDim2.new(0, 5, 0, 30)
  687. Waypoints.Size = UDim2.new(0, 135, 0, 20)
  688. Waypoints.Font = Enum.Font.Fantasy
  689. Waypoints.FontSize = Enum.FontSize.Size18
  690. Waypoints.Text = "Waypoints"
  691. Waypoints.TextSize = 17
  692.  
  693. TPWood.Name = "TPWood"
  694. TPWood.Parent = MenuLeftFrame
  695. TPWood.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  696. TPWood.BorderColor3 = Color3.new(0, 1, 0)
  697. TPWood.Position = UDim2.new(0, 5, 0, 60)
  698. TPWood.Size = UDim2.new(0, 135, 0, 20)
  699. TPWood.Font = Enum.Font.Fantasy
  700. TPWood.FontSize = Enum.FontSize.Size18
  701. TPWood.Text = "TP Wood to You"
  702. TPWood.TextColor3 = Color3.new(1, 1, 1)
  703. TPWood.TextSize = 17
  704.  
  705. TPPlanks.Name = "TPPlanks"
  706. TPPlanks.Parent = MenuLeftFrame
  707. TPPlanks.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  708. TPPlanks.BorderColor3 = Color3.new(0, 1, 0)
  709. TPPlanks.Position = UDim2.new(0, 5, 0, 90)
  710. TPPlanks.Size = UDim2.new(0, 135, 0, 20)
  711. TPPlanks.Font = Enum.Font.Fantasy
  712. TPPlanks.FontSize = Enum.FontSize.Size18
  713. TPPlanks.Text = "TP Planks to You"
  714. TPPlanks.TextColor3 = Color3.new(1, 1, 1)
  715. TPPlanks.TextSize = 17
  716.  
  717. PlankFrame.Name = "PlankFrame"
  718. PlankFrame.Parent = MenuFrame
  719. PlankFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  720. PlankFrame.BackgroundTransparency = 0
  721. PlankFrame.BorderColor3 = Color3.new(0, 1, 0)
  722. PlankFrame.Position = UDim2.new(0, 0, 0, 34)
  723. PlankFrame.Size = UDim2.new(0, 170, 0, 256)
  724. PlankFrame.Visible = false
  725.  
  726. ProcessedWoodList.Name = "ProcessedWoodList"
  727. ProcessedWoodList.Parent = PlankFrame
  728. ProcessedWoodList.BackgroundColor3 = Color3.new(0, 0, 0)
  729. ProcessedWoodList.BackgroundTransparency = 1
  730. ProcessedWoodList.BorderColor3 = Color3.new(0, 1, 0)
  731. ProcessedWoodList.Position = UDim2.new(0, 0, 0, 1)
  732. ProcessedWoodList.Size = UDim2.new(0, 170, 0, 256)
  733.  
  734. TpAllPlanks.Name = "TpAllPlanks"
  735. TpAllPlanks.Parent = PlankFrame
  736. TpAllPlanks.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  737. TpAllPlanks.BorderColor3 = Color3.new(0, 1, 0)
  738. TpAllPlanks.Position = UDim2.new(0, 0, 0, -34)
  739. TpAllPlanks.Size = UDim2.new(0, 170, 0, 30)
  740. TpAllPlanks.Font = Enum.Font.Fantasy
  741. TpAllPlanks.FontSize = Enum.FontSize.Size18
  742. TpAllPlanks.Text = "TP ALL PLANKS"
  743. TpAllPlanks.TextColor3 = Color3.new(1, 1, 1)
  744. TpAllPlanks.TextSize = 18
  745.  
  746. TpAllPlanksSpacer.Name = "TpAllPlanksSpacer"
  747. TpAllPlanksSpacer.Parent = PlankFrame
  748. TpAllPlanksSpacer.BackgroundTransparency = 0
  749. TpAllPlanksSpacer.BackgroundColor3 = Color3.new(0, 0, 0)
  750. TpAllPlanksSpacer.BorderColor3 = Color3.new(0, 1, 0)
  751. TpAllPlanksSpacer.Position = UDim2.new(0, 0, 0, -4)
  752. TpAllPlanksSpacer.Size = UDim2.new(0, 170, 0, 4)
  753. TpAllPlanksSpacer.Font = Enum.Font.Fantasy
  754. TpAllPlanksSpacer.Text = ""
  755. TpAllPlanksSpacer.TextColor3 = Color3.new(1, 1, 1)
  756. TpAllPlanksSpacer.TextSize = 17
  757.  
  758. SellWoodPlanks.Name = "SellWoodPlanks"
  759. SellWoodPlanks.Parent = MenuLeftFrame
  760. SellWoodPlanks.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  761. SellWoodPlanks.BorderColor3 = Color3.new(0, 1, 0)
  762. SellWoodPlanks.Position = UDim2.new(0, 5, 0, 120)
  763. SellWoodPlanks.Size = UDim2.new(0, 135, 0, 20)
  764. SellWoodPlanks.Font = Enum.Font.Fantasy
  765. SellWoodPlanks.FontSize = Enum.FontSize.Size18
  766. SellWoodPlanks.Text = "Sell Wood/Planks"
  767. SellWoodPlanks.TextColor3 = Color3.new(1, 1, 1)
  768. SellWoodPlanks.TextSize = 17
  769.  
  770. SellFrame.Name = "SellFrame"
  771. SellFrame.Parent = MenuFrame
  772. SellFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  773. SellFrame.BackgroundTransparency = 0
  774. SellFrame.BorderColor3 = Color3.new(0, 1, 0)
  775. SellFrame.Size = UDim2.new(0, 170, 0, 290)
  776. SellFrame.Visible = false
  777.  
  778. SellWood.Name = "SellWood"
  779. SellWood.Parent = SellFrame
  780. SellWood.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  781. SellWood.BorderColor3 = Color3.new(0, 1, 0)
  782. SellWood.Position = UDim2.new(0, 30, 0, 10)
  783. SellWood.Size = UDim2.new(0, 110, 0, 20)
  784. SellWood.Font = Enum.Font.Fantasy
  785. SellWood.FontSize = Enum.FontSize.Size18
  786. SellWood.Text = "Sell Cut Wood"
  787. SellWood.TextColor3 = Color3.new(1, 1, 1)
  788. SellWood.TextSize = 17
  789.  
  790. SellWoodTxt1.Name = "SellWoodTxt1"
  791. SellWoodTxt1.Parent = SellFrame
  792. SellWoodTxt1.BackgroundColor3 = Color3.new(0, 0, 0)
  793. SellWoodTxt1.BackgroundTransparency = 1
  794. SellWoodTxt1.BorderColor3 = Color3.new(0, 0, 0)
  795. SellWoodTxt1.Position = UDim2.new(0, 5, 0, 35)
  796. SellWoodTxt1.Size = UDim2.new(0, 160, 0, 100)
  797. SellWoodTxt1.Font = Enum.Font.Fantasy
  798. SellWoodTxt1.FontSize = Enum.FontSize.Size18
  799. SellWoodTxt1.Text = "Click this after you finish chopping trees to send the wood to the Wood Drop Off and sell it automatically. If it gets stuck click Sell again.\n\n"
  800. SellWoodTxt1.TextColor3 = Color3.new(0, 1, 0)
  801. SellWoodTxt1.TextSize = 14
  802. SellWoodTxt1.TextWrapped = true
  803. SellWoodTxt1.TextYAlignment = Enum.TextYAlignment.Top
  804.  
  805. SellPlanks.Name = "SellPlanks"
  806. SellPlanks.Parent = SellFrame
  807. SellPlanks.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  808. SellPlanks.BorderColor3 = Color3.new(0, 1, 0)
  809. SellPlanks.Position = UDim2.new(0, 6, 0, 135)
  810. SellPlanks.Size = UDim2.new(0, 158, 0, 20)
  811. SellPlanks.Font = Enum.Font.Fantasy
  812. SellPlanks.FontSize = Enum.FontSize.Size18
  813. SellPlanks.Text = "Sell Processed Planks"
  814. SellPlanks.TextColor3 = Color3.new(1, 1, 1)
  815. SellPlanks.TextSize = 17
  816.  
  817. SellPlanksTxt1.Name = "SellPlanksTxt1"
  818. SellPlanksTxt1.Parent = SellFrame
  819. SellPlanksTxt1.BackgroundColor3 = Color3.new(0, 0, 0)
  820. SellPlanksTxt1.BackgroundTransparency = 1
  821. SellPlanksTxt1.BorderColor3 = Color3.new(0, 0, 0)
  822. SellPlanksTxt1.Position = UDim2.new(0, 5, 0, 160)
  823. SellPlanksTxt1.Size = UDim2.new(0, 160, 0, 120)
  824. SellPlanksTxt1.Font = Enum.Font.Fantasy
  825. SellPlanksTxt1.FontSize = Enum.FontSize.Size18
  826. SellPlanksTxt1.Text = "Click this to send ALL processed planks on your plot to the Wood Drop Off and sell it automatically. If it gets stuck click Sell again. WARNING: Do Not click this unless you want ALL your planks to be sold."
  827. SellPlanksTxt1.TextColor3 = Color3.new(0, 1, 0)
  828. SellPlanksTxt1.TextSize = 14
  829. SellPlanksTxt1.TextWrapped = true
  830. SellPlanksTxt1.TextYAlignment = Enum.TextYAlignment.Top
  831.  
  832. BringTree.Name = "BringTree"
  833. BringTree.Parent = MenuLeftFrame
  834. BringTree.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  835. BringTree.BorderColor3 = Color3.new(0, 1, 0)
  836. BringTree.Position = UDim2.new(0, 5, 0, 150)
  837. BringTree.Size = UDim2.new(0, 135, 0, 20)
  838. BringTree.Font = Enum.Font.Fantasy
  839. BringTree.FontSize = Enum.FontSize.Size18
  840. BringTree.Text = "BringTree(patched)"
  841. BringTree.TextColor3 = Color3.new(1, 1, 1)
  842. BringTree.TextSize = 17
  843.  
  844. PlayerTp.Name = "PlayerTp"
  845. PlayerTp.Parent = MenuLeftFrame
  846. PlayerTp.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  847. PlayerTp.TextColor3 = Color3.new(1, 1, 1)
  848. PlayerTp.BorderColor3 = Color3.new(0, 1, 0)
  849. PlayerTp.Position = UDim2.new(0, 5, 0, 180)
  850. PlayerTp.Size = UDim2.new(0, 135, 0, 20)
  851. PlayerTp.Font = Enum.Font.Fantasy
  852. PlayerTp.FontSize = Enum.FontSize.Size18
  853. PlayerTp.Text = "Tp to Players"
  854. PlayerTp.TextSize = 17
  855.  
  856. Duper.Name = "Duper"
  857. Duper.Parent = MenuLeftFrame
  858. Duper.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  859. Duper.TextColor3 = Color3.new(1, 1, 1)
  860. Duper.BorderColor3 = Color3.new(0, 1, 0)
  861. Duper.Position = UDim2.new(0, 5, 0, 210)
  862. Duper.Size = UDim2.new(0, 135, 0, 20)
  863. Duper.Font = Enum.Font.Fantasy
  864. Duper.FontSize = Enum.FontSize.Size18
  865. Duper.Text = "Item Duping"
  866. Duper.TextSize = 17
  867.  
  868. Greywood.Name = "Greywood"
  869. Greywood.Parent = MenuLeftFrame
  870. Greywood.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  871. Greywood.TextColor3 = Color3.new(1, 1, 1)
  872. Greywood.BorderColor3 = Color3.new(0, 1, 0)
  873. Greywood.Position = UDim2.new(0, 5, 0, 240)
  874. Greywood.Size = UDim2.new(0, 135, 0, 20)
  875. Greywood.Font = Enum.Font.Fantasy
  876. Greywood.FontSize = Enum.FontSize.Size18
  877. Greywood.Text = "Grey Structures"
  878. Greywood.TextSize = 17
  879.  
  880. GreywoodFrame.Name = "GreywoodFrame"
  881. GreywoodFrame.Parent = MenuFrame
  882. GreywoodFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  883. GreywoodFrame.BackgroundTransparency = 0
  884. GreywoodFrame.BorderColor3 = Color3.new(0, 1, 0)
  885. GreywoodFrame.Size = UDim2.new(0, 170, 0, 290)
  886. GreywoodFrame.Visible = false
  887.  
  888. GreywoodHeader.Name = "GreywoodHeader"
  889. GreywoodHeader.Parent = GreywoodFrame
  890. GreywoodHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  891. GreywoodHeader.BackgroundTransparency = 0.15
  892. GreywoodHeader.BorderColor3 = Color3.new(0, 1, 0)
  893. GreywoodHeader.Size = UDim2.new(0, 170, 0, 35)
  894. GreywoodHeader.Font = Enum.Font.Fantasy
  895. GreywoodHeader.FontSize = Enum.FontSize.Size18
  896. GreywoodHeader.Text = "TURN EMPTY BLUEPRINT TO GREYWOOD"
  897. GreywoodHeader.TextColor3 = Color3.new(0, 0, 0)
  898. GreywoodHeader.TextScaled = true
  899. GreywoodHeader.TextSize = 17
  900. GreywoodHeader.TextWrapped = true
  901.  
  902. GreywoodInfo.Name = "GreywoodInfo"
  903. GreywoodInfo.Parent = GreywoodFrame
  904. GreywoodInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  905. GreywoodInfo.BackgroundTransparency = 1
  906. GreywoodInfo.Position = UDim2.new(0, 5, 0, 40)
  907. GreywoodInfo.Size = UDim2.new(0, 160, 0, 250)
  908. GreywoodInfo.Font = Enum.Font.Fantasy
  909. GreywoodInfo.FontSize = Enum.FontSize.Size14
  910. GreywoodInfo.Text = "1. Place Blueprints down.\n2. Click on 'Start' below.\n3. Press 'e' on blueprint.\n4. Click on Move.\n5. Press 'b' to cancel the move.\n6. It should now be filled with GreyWood\n\nNOTE: Some blueprints will not fill with Grey. Smooth Wall blueprints seem to work best but you can try whatever you want."
  911. GreywoodInfo.TextColor3 = Color3.new(0, 1, 0)
  912. GreywoodInfo.TextSize = 14
  913. GreywoodInfo.TextYAlignment = Enum.TextYAlignment.Top
  914. GreywoodInfo.TextWrapped = true
  915.  
  916. GreywoodStart.Name = "GreywoodStart"
  917. GreywoodStart.Parent = GreywoodFrame
  918. GreywoodStart.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  919. GreywoodStart.BorderColor3 = Color3.new(0, 1, 0)
  920. GreywoodStart.Position = UDim2.new(0, 25, 0, 255)
  921. GreywoodStart.Size = UDim2.new(0, 120, 0, 25)
  922. GreywoodStart.Font = Enum.Font.Fantasy
  923. GreywoodStart.FontSize = Enum.FontSize.Size18
  924. GreywoodStart.Text = "Start"
  925. GreywoodStart.TextColor3 = Color3.new(1, 1, 1)
  926. GreywoodStart.TextSize = 17
  927.  
  928. WaterCollide.Name = "WaterCollide"
  929. WaterCollide.Parent = MenuLeftFrame
  930. WaterCollide.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  931. WaterCollide.BorderColor3 = Color3.new(0, 1, 0)
  932. WaterCollide.Position = UDim2.new(0, 5, 0, 270)
  933. WaterCollide.Size = UDim2.new(0, 135, 0, 20)
  934. WaterCollide.Font = Enum.Font.Fantasy
  935. WaterCollide.FontSize = Enum.FontSize.Size18
  936. WaterCollide.Text = "Walk on Water"
  937. WaterCollide.TextColor3 = Color3.new(1, 1, 1)
  938. WaterCollide.TextSize = 17
  939.  
  940. GodMode.Name = "GodMode"
  941. GodMode.Parent = MenuLeftFrame
  942. GodMode.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  943. GodMode.TextColor3 = Color3.new(1, 1, 1)
  944. GodMode.BorderColor3 = Color3.new(0, 1, 0)
  945. GodMode.Position = UDim2.new(0, 5, 0, 300)
  946. GodMode.Size = UDim2.new(0, 55, 0, 20)
  947. GodMode.Font = Enum.Font.Fantasy
  948. GodMode.FontSize = Enum.FontSize.Size18
  949. GodMode.Text = "God"
  950. GodMode.TextScaled = true
  951. GodMode.TextSize = 17
  952.  
  953. GoldAxe.Name = "GoldAxe"
  954. GoldAxe.Parent = MenuLeftFrame
  955. GoldAxe.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  956. GoldAxe.TextColor3 = Color3.new(1, 1, 1)
  957. GoldAxe.BorderColor3 = Color3.new(0, 1, 0)
  958. GoldAxe.Position = UDim2.new(0, 70, 0, 300)
  959. GoldAxe.Size = UDim2.new(0, 70, 0, 20)
  960. GoldAxe.Font = Enum.Font.Fantasy
  961. GoldAxe.FontSize = Enum.FontSize.Size18
  962. GoldAxe.Text = "Gold Axe"
  963. GoldAxe.TextWrapped = true
  964. GoldAxe.TextSize = 17
  965.  
  966. GoldAxeFrame.Name = "GoldAxeFrame"
  967. GoldAxeFrame.Parent = MenuFrame
  968. GoldAxeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  969. GoldAxeFrame.BackgroundTransparency = 0
  970. GoldAxeFrame.BorderColor3 = Color3.new(0, 1, 0)
  971. GoldAxeFrame.Size = UDim2.new(0, 170, 0, 290)
  972. GoldAxeFrame.Visible = false
  973.  
  974. GoldAxeHeader.Name = "GoldAxeHeader"
  975. GoldAxeHeader.Parent = GoldAxeFrame
  976. GoldAxeHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  977. GoldAxeHeader.BackgroundTransparency = 0.15
  978. GoldAxeHeader.BorderColor3 = Color3.new(0, 1, 0)
  979. GoldAxeHeader.Size = UDim2.new(0, 170, 0, 35)
  980. GoldAxeHeader.Font = Enum.Font.Fantasy
  981. GoldAxeHeader.FontSize = Enum.FontSize.Size18
  982. GoldAxeHeader.Text = "CHOP WOOD WITH GOLDEN AXE POWER"
  983. GoldAxeHeader.TextColor3 = Color3.new(0, 0, 0)
  984. GoldAxeHeader.TextScaled = true
  985. GoldAxeHeader.TextSize = 17
  986. GoldAxeHeader.TextWrapped = true
  987.  
  988. GoldAxeInfo.Name = "GoldAxeInfo"
  989. GoldAxeInfo.Parent = GoldAxeFrame
  990. GoldAxeInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  991. GoldAxeInfo.BackgroundTransparency = 1
  992. GoldAxeInfo.Position = UDim2.new(0, 5, 0, 40)
  993. GoldAxeInfo.Size = UDim2.new(0, 160, 0, 210)
  994. GoldAxeInfo.Font = Enum.Font.Fantasy
  995. GoldAxeInfo.FontSize = Enum.FontSize.Size14
  996. GoldAxeInfo.Text = "1. Buy a Basic Hatchet if you don't have one\n\n2. Click the start button to enable Golden Axe mode\n\n3. Take out the Basic Hatchet and hold down the left mouse button on a tree to cut through it.\n\nONLY use a Basic Hatchet with Golden Axe mode enabled or you will drop the axe and die."
  997. GoldAxeInfo.TextColor3 = Color3.new(0, 1, 0)
  998. GoldAxeInfo.TextSize = 14
  999. GoldAxeInfo.TextYAlignment = Enum.TextYAlignment.Top
  1000. GoldAxeInfo.TextWrapped = true
  1001.  
  1002. GoldAxeStart.Name = "GoldAxeStart"
  1003. GoldAxeStart.Parent = GoldAxeFrame
  1004. GoldAxeStart.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1005. GoldAxeStart.BorderColor3 = Color3.new(0, 1, 0)
  1006. GoldAxeStart.Position = UDim2.new(0, 25, 0, 255)
  1007. GoldAxeStart.Size = UDim2.new(0, 120, 0, 25)
  1008. GoldAxeStart.Font = Enum.Font.Fantasy
  1009. GoldAxeStart.FontSize = Enum.FontSize.Size18
  1010. GoldAxeStart.Text = "Start"
  1011. GoldAxeStart.TextColor3 = Color3.new(1, 1, 1)
  1012. GoldAxeStart.TextSize = 17
  1013.  
  1014. WaypointFrame.Name = "WaypointFrame"
  1015. WaypointFrame.Parent = MenuFrame
  1016. WaypointFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1017. WaypointFrame.BackgroundTransparency = 0
  1018. WaypointFrame.BorderColor3 = Color3.new(0, 1, 0)
  1019. WaypointFrame.Size = UDim2.new(0, 170, 0, 290)
  1020. WaypointFrame.Visible = false
  1021.  
  1022. WaypointList.Name = "WaypointList"
  1023. WaypointList.Parent = WaypointFrame
  1024. WaypointList.BackgroundColor3 = Color3.new(0, 0, 0)
  1025. WaypointList.BackgroundTransparency = 0
  1026. WaypointList.BorderColor3 = Color3.new(0, 1, 0)
  1027. WaypointList.Size = UDim2.new(0, 170, 0, 290)
  1028. WaypointList.CanvasSize = UDim2.new(0, 0, 2.27, 0)
  1029.  
  1030. ShowLocation.Name = "ShowLocation"
  1031. ShowLocation.Parent = WaypointList
  1032. ShowLocation.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1033. ShowLocation.TextColor3 = Color3.new(1, 1, 1)
  1034. ShowLocation.BorderColor3 = Color3.new(0, 1, 0)
  1035. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  1036. ShowLocation.Size = UDim2.new(0, 147, 0, 40)
  1037. ShowLocation.Font = Enum.Font.Fantasy
  1038. ShowLocation.FontSize = Enum.FontSize.Size14
  1039. ShowLocation.Text = "Show Current Coords\nSet Custom Location"
  1040. ShowLocation.TextWrapped = true
  1041. ShowLocation.TextSize = 15
  1042.  
  1043. CustomTPPoint.Name = "CustomTPPoint"
  1044. CustomTPPoint.Parent = WaypointList
  1045. CustomTPPoint.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1046. CustomTPPoint.TextColor3 = Color3.new(1, 1, 1)
  1047. CustomTPPoint.BorderColor3 = Color3.new(0, 1, 0)
  1048. CustomTPPoint.Position = UDim2.new(0, 5, 0, 50)
  1049. CustomTPPoint.Size = UDim2.new(0, 147, 0, 20)
  1050. CustomTPPoint.Font = Enum.Font.Fantasy
  1051. CustomTPPoint.FontSize = Enum.FontSize.Size14
  1052. CustomTPPoint.Text = "TP to Custom Location"
  1053. CustomTPPoint.TextWrapped = true
  1054. CustomTPPoint.TextSize = 15
  1055.  
  1056. PlotTp.Name = "PlotTp"
  1057. PlotTp.Parent = WaypointList
  1058. PlotTp.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1059. PlotTp.TextColor3 = Color3.new(1, 1, 1)
  1060. PlotTp.BorderColor3 = Color3.new(0, 1, 0)
  1061. PlotTp.Position = UDim2.new(0, 5, 0, 75)
  1062. PlotTp.Size = UDim2.new(0, 147, 0, 20)
  1063. PlotTp.Font = Enum.Font.Fantasy
  1064. PlotTp.FontSize = Enum.FontSize.Size14
  1065. PlotTp.Text = "Tp to Your Plot"
  1066. PlotTp.TextSize = 16
  1067.  
  1068. SpawnPoint.Name = "SpawnPoint"
  1069. SpawnPoint.Parent = WaypointList
  1070. SpawnPoint.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1071. SpawnPoint.TextColor3 = Color3.new(1, 1, 1)
  1072. SpawnPoint.BorderColor3 = Color3.new(0, 1, 0)
  1073. SpawnPoint.Position = UDim2.new(0, 5, 0, 100)
  1074. SpawnPoint.Size = UDim2.new(0, 147, 0, 20)
  1075. SpawnPoint.Font = Enum.Font.Fantasy
  1076. SpawnPoint.FontSize = Enum.FontSize.Size14
  1077. SpawnPoint.Text = "Spawn Point"
  1078. SpawnPoint.TextSize = 16
  1079.  
  1080. WoodRUs.Name = "WoodRUs"
  1081. WoodRUs.Parent = WaypointList
  1082. WoodRUs.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1083. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  1084. WoodRUs.BorderColor3 = Color3.new(0, 1, 0)
  1085. WoodRUs.Position = UDim2.new(0, 5, 0, 125)
  1086. WoodRUs.Size = UDim2.new(0, 147, 0, 20)
  1087. WoodRUs.Font = Enum.Font.Fantasy
  1088. WoodRUs.FontSize = Enum.FontSize.Size14
  1089. WoodRUs.Text = "Wood R Us"
  1090. WoodRUs.TextSize = 16
  1091.  
  1092. LinksLogic.Name = "LinksLogic"
  1093. LinksLogic.Parent = WaypointList
  1094. LinksLogic.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1095. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  1096. LinksLogic.BorderColor3 = Color3.new(0, 1, 0)
  1097. LinksLogic.Position = UDim2.new(0, 5, 0, 150)
  1098. LinksLogic.Size = UDim2.new(0, 147, 0, 20)
  1099. LinksLogic.Font = Enum.Font.Fantasy
  1100. LinksLogic.FontSize = Enum.FontSize.Size14
  1101. LinksLogic.Text = "Link's Logic"
  1102. LinksLogic.TextSize = 16
  1103.  
  1104. BoxedCars.Name = "BoxedCars"
  1105. BoxedCars.Parent = WaypointList
  1106. BoxedCars.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1107. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  1108. BoxedCars.BorderColor3 = Color3.new(0, 1, 0)
  1109. BoxedCars.Position = UDim2.new(0, 5, 0, 175)
  1110. BoxedCars.Size = UDim2.new(0, 147, 0, 20)
  1111. BoxedCars.Font = Enum.Font.Fantasy
  1112. BoxedCars.FontSize = Enum.FontSize.Size14
  1113. BoxedCars.Text = "Boxed Cars"
  1114. BoxedCars.TextSize = 16
  1115.  
  1116. FancyFurnishings.Name = "FancyFurnishings"
  1117. FancyFurnishings.Parent = WaypointList
  1118. FancyFurnishings.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1119. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  1120. FancyFurnishings.BorderColor3 = Color3.new(0, 1, 0)
  1121. FancyFurnishings.Position = UDim2.new(0, 5, 0, 200)
  1122. FancyFurnishings.Size = UDim2.new(0, 147, 0, 20)
  1123. FancyFurnishings.Font = Enum.Font.Fantasy
  1124. FancyFurnishings.FontSize = Enum.FontSize.Size14
  1125. FancyFurnishings.Text = "Fancy Furnishings"
  1126. FancyFurnishings.TextSize = 16
  1127.  
  1128. LandStore.Name = "LandStore"
  1129. LandStore.Parent = WaypointList
  1130. LandStore.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1131. LandStore.TextColor3 = Color3.new(1, 1, 1)
  1132. LandStore.BorderColor3 = Color3.new(0, 1, 0)
  1133. LandStore.Position = UDim2.new(0, 5, 0, 225)
  1134. LandStore.Size = UDim2.new(0, 147, 0, 20)
  1135. LandStore.Font = Enum.Font.Fantasy
  1136. LandStore.FontSize = Enum.FontSize.Size14
  1137. LandStore.Text = "Land Store"
  1138. LandStore.TextSize = 16
  1139.  
  1140. FineArtsShop.Name = "FineArtsShop"
  1141. FineArtsShop.Parent = WaypointList
  1142. FineArtsShop.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1143. FineArtsShop.TextColor3 = Color3.new(1, 1, 1)
  1144. FineArtsShop.BorderColor3 = Color3.new(0, 1, 0)
  1145. FineArtsShop.Position = UDim2.new(0, 5, 0, 250)
  1146. FineArtsShop.Size = UDim2.new(0, 147, 0, 20)
  1147. FineArtsShop.Font = Enum.Font.Fantasy
  1148. FineArtsShop.FontSize = Enum.FontSize.Size14
  1149. FineArtsShop.Text = "Fine Arts Shop"
  1150. FineArtsShop.TextSize = 16
  1151.  
  1152. BobsShack.Name = "BobsShack"
  1153. BobsShack.Parent = WaypointList
  1154. BobsShack.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1155. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  1156. BobsShack.BorderColor3 = Color3.new(0, 1, 0)
  1157. BobsShack.Position = UDim2.new(0, 5, 0, 275)
  1158. BobsShack.Size = UDim2.new(0, 147, 0, 20)
  1159. BobsShack.Font = Enum.Font.Fantasy
  1160. BobsShack.FontSize = Enum.FontSize.Size14
  1161. BobsShack.Text = "Bob's Shack"
  1162. BobsShack.TextSize = 16
  1163.  
  1164. Swamp.Name = "Swamp"
  1165. Swamp.Parent = WaypointList
  1166. Swamp.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1167. Swamp.TextColor3 = Color3.new(1, 1, 1)
  1168. Swamp.BorderColor3 = Color3.new(0, 1, 0)
  1169. Swamp.Position = UDim2.new(0, 5, 0, 300)
  1170. Swamp.Size = UDim2.new(0, 147, 0, 20)
  1171. Swamp.Font = Enum.Font.Fantasy
  1172. Swamp.FontSize = Enum.FontSize.Size14
  1173. Swamp.Text = "Swamp"
  1174. Swamp.TextSize = 16
  1175.  
  1176. PalmIsland.Name = "PalmIsland"
  1177. PalmIsland.Parent = WaypointList
  1178. PalmIsland.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1179. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  1180. PalmIsland.BorderColor3 = Color3.new(0, 1, 0)
  1181. PalmIsland.Position = UDim2.new(0, 5, 0, 325)
  1182. PalmIsland.Size = UDim2.new(0, 147, 0, 20)
  1183. PalmIsland.Font = Enum.Font.Fantasy
  1184. PalmIsland.FontSize = Enum.FontSize.Size14
  1185. PalmIsland.Text = "Palm Island"
  1186. PalmIsland.TextSize = 16
  1187.  
  1188. Cave.Name = "Cave"
  1189. Cave.Parent = WaypointList
  1190. Cave.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1191. Cave.TextColor3 = Color3.new(1, 1, 1)
  1192. Cave.BorderColor3 = Color3.new(0, 1, 0)
  1193. Cave.Position = UDim2.new(0, 5, 0, 350)
  1194. Cave.Size = UDim2.new(0, 147, 0, 20)
  1195. Cave.Font = Enum.Font.Fantasy
  1196. Cave.FontSize = Enum.FontSize.Size14
  1197. Cave.Text = "Cave"
  1198. Cave.TextSize = 16
  1199.  
  1200. Volcano.Name = "Volcano"
  1201. Volcano.Parent = WaypointList
  1202. Volcano.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1203. Volcano.TextColor3 = Color3.new(1, 1, 1)
  1204. Volcano.BorderColor3 = Color3.new(0, 1, 0)
  1205. Volcano.Position = UDim2.new(0, 5, 0, 375)
  1206. Volcano.Size = UDim2.new(0, 147, 0, 20)
  1207. Volcano.Font = Enum.Font.Fantasy
  1208. Volcano.FontSize = Enum.FontSize.Size14
  1209. Volcano.Text = "Volcano"
  1210. Volcano.TextSize = 16
  1211.  
  1212. Dock.Name = "Dock"
  1213. Dock.Parent = WaypointList
  1214. Dock.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1215. Dock.TextColor3 = Color3.new(1, 1, 1)
  1216. Dock.BorderColor3 = Color3.new(0, 1, 0)
  1217. Dock.Position = UDim2.new(0, 5, 0, 400)
  1218. Dock.Size = UDim2.new(0, 147, 0, 20)
  1219. Dock.Font = Enum.Font.Fantasy
  1220. Dock.FontSize = Enum.FontSize.Size14
  1221. Dock.Text = "Dock"
  1222. Dock.TextSize = 16
  1223.  
  1224. Bridge.Name = "Bridge"
  1225. Bridge.Parent = WaypointList
  1226. Bridge.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1227. Bridge.TextColor3 = Color3.new(1, 1, 1)
  1228. Bridge.BorderColor3 = Color3.new(0, 1, 0)
  1229. Bridge.Position = UDim2.new(0, 5, 0, 425)
  1230. Bridge.Size = UDim2.new(0, 147, 0, 20)
  1231. Bridge.Font = Enum.Font.Fantasy
  1232. Bridge.FontSize = Enum.FontSize.Size14
  1233. Bridge.Text = "Bridge"
  1234. Bridge.TextSize = 16
  1235.  
  1236. EndTimes.Name = "EndTimes"
  1237. EndTimes.Parent = WaypointList
  1238. EndTimes.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1239. EndTimes.TextColor3 = Color3.new(1, 1, 1)
  1240. EndTimes.BorderColor3 = Color3.new(0, 1, 0)
  1241. EndTimes.Position = UDim2.new(0, 5, 0, 450)
  1242. EndTimes.Size = UDim2.new(0, 147, 0, 20)
  1243. EndTimes.Font = Enum.Font.Fantasy
  1244. EndTimes.FontSize = Enum.FontSize.Size14
  1245. EndTimes.Text = "End Times"
  1246. EndTimes.TextSize = 16
  1247.  
  1248. ShrineOfSight.Name = "ShrineOfSight"
  1249. ShrineOfSight.Parent = WaypointList
  1250. ShrineOfSight.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1251. ShrineOfSight.TextColor3 = Color3.new(1, 1, 1)
  1252. ShrineOfSight.BorderColor3 = Color3.new(0, 1, 0)
  1253. ShrineOfSight.Position = UDim2.new(0, 5, 0, 475)
  1254. ShrineOfSight.Size = UDim2.new(0, 147, 0, 20)
  1255. ShrineOfSight.Font = Enum.Font.Fantasy
  1256. ShrineOfSight.FontSize = Enum.FontSize.Size14
  1257. ShrineOfSight.Text = "Shrine Of Sight"
  1258. ShrineOfSight.TextSize = 16
  1259.  
  1260. TheDen.Name = "TheDen"
  1261. TheDen.Parent = WaypointList
  1262. TheDen.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1263. TheDen.TextColor3 = Color3.new(1, 1, 1)
  1264. TheDen.BorderColor3 = Color3.new(0, 1, 0)
  1265. TheDen.Position = UDim2.new(0, 5, 0, 500)
  1266. TheDen.Size = UDim2.new(0, 147, 0, 20)
  1267. TheDen.Font = Enum.Font.Fantasy
  1268. TheDen.FontSize = Enum.FontSize.Size14
  1269. TheDen.Text = "The Den"
  1270. TheDen.TextSize = 16
  1271.  
  1272. VolcanoWin.Name = "VolcanoWin"
  1273. VolcanoWin.Parent = WaypointList
  1274. VolcanoWin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1275. VolcanoWin.TextColor3 = Color3.new(1, 1, 1)
  1276. VolcanoWin.BorderColor3 = Color3.new(0, 1, 0)
  1277. VolcanoWin.Position = UDim2.new(0, 5, 0, 525)
  1278. VolcanoWin.Size = UDim2.new(0, 147, 0, 20)
  1279. VolcanoWin.Font = Enum.Font.Fantasy
  1280. VolcanoWin.FontSize = Enum.FontSize.Size14
  1281. VolcanoWin.Text = "Volcano Win"
  1282. VolcanoWin.TextSize = 16
  1283.  
  1284. SkiLodge.Name = "SkiLodge"
  1285. SkiLodge.Parent = WaypointList
  1286. SkiLodge.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1287. SkiLodge.TextColor3 = Color3.new(1, 1, 1)
  1288. SkiLodge.BorderColor3 = Color3.new(0, 1, 0)
  1289. SkiLodge.Position = UDim2.new(0, 5, 0, 550)
  1290. SkiLodge.Size = UDim2.new(0, 147, 0, 20)
  1291. SkiLodge.Font = Enum.Font.Fantasy
  1292. SkiLodge.FontSize = Enum.FontSize.Size14
  1293. SkiLodge.Text = "Ski Lodge"
  1294. SkiLodge.TextSize = 16
  1295.  
  1296. StrangeMan.Name = "StrangeMan"
  1297. StrangeMan.Parent = WaypointList
  1298. StrangeMan.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1299. StrangeMan.TextColor3 = Color3.new(1, 1, 1)
  1300. StrangeMan.BorderColor3 = Color3.new(0, 1, 0)
  1301. StrangeMan.Position = UDim2.new(0, 5, 0, 575)
  1302. StrangeMan.Size = UDim2.new(0, 147, 0, 20)
  1303. StrangeMan.Font = Enum.Font.Fantasy
  1304. StrangeMan.FontSize = Enum.FontSize.Size14
  1305. StrangeMan.Text = "The Strange Man"
  1306. StrangeMan.TextSize = 16
  1307.  
  1308. FrostTreeArea.Name = "FrostTreeArea"
  1309. FrostTreeArea.Parent = WaypointList
  1310. FrostTreeArea.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1311. FrostTreeArea.TextColor3 = Color3.new(1, 1, 1)
  1312. FrostTreeArea.BorderColor3 = Color3.new(0, 1, 0)
  1313. FrostTreeArea.Position = UDim2.new(0, 5, 0, 600)
  1314. FrostTreeArea.Size = UDim2.new(0, 147, 0, 20)
  1315. FrostTreeArea.Font = Enum.Font.Fantasy
  1316. FrostTreeArea.FontSize = Enum.FontSize.Size14
  1317. FrostTreeArea.Text = "Frost Tree Area"
  1318. FrostTreeArea.TextSize = 16
  1319.  
  1320. SnowGlowTreeArea.Name = "SnowGlowTreeArea"
  1321. SnowGlowTreeArea.Parent = WaypointList
  1322. SnowGlowTreeArea.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1323. SnowGlowTreeArea.TextColor3 = Color3.new(1, 1, 1)
  1324. SnowGlowTreeArea.BorderColor3 = Color3.new(0, 1, 0)
  1325. SnowGlowTreeArea.Position = UDim2.new(0, 5, 0, 625)
  1326. SnowGlowTreeArea.Size = UDim2.new(0, 147, 0, 20)
  1327. SnowGlowTreeArea.Font = Enum.Font.Fantasy
  1328. SnowGlowTreeArea.FontSize = Enum.FontSize.Size14
  1329. SnowGlowTreeArea.Text = "SnowGlow Tree Area"
  1330. SnowGlowTreeArea.TextSize = 16
  1331.  
  1332. BringTreeFrame.Name = "BringTreeFrame"
  1333. BringTreeFrame.Parent = MenuFrame
  1334. BringTreeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1335. BringTreeFrame.BackgroundTransparency = 0
  1336. BringTreeFrame.BorderColor3 = Color3.new(0, 1, 0)
  1337. BringTreeFrame.Size = UDim2.new(0, 170, 0, 290)
  1338. BringTreeFrame.Visible = false
  1339.  
  1340. BringTreeHeader.Name = "BringTreeHeader"
  1341. BringTreeHeader.Parent = BringTreeFrame
  1342. BringTreeHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  1343. BringTreeHeader.BackgroundTransparency = 0.15
  1344. BringTreeHeader.BorderColor3 = Color3.new(0, 1, 0)
  1345. BringTreeHeader.Position = UDim2.new(0, 0, 0, 0)
  1346. BringTreeHeader.Size = UDim2.new(0, 170, 0, 35)
  1347. BringTreeHeader.Font = Enum.Font.Fantasy
  1348. BringTreeHeader.FontSize = Enum.FontSize.Size18
  1349. BringTreeHeader.Text = "SELECT A TREE TO SPAWN"
  1350. BringTreeHeader.TextColor3 = Color3.new(0, 0, 0)
  1351. BringTreeHeader.TextScaled = true
  1352. BringTreeHeader.TextSize = 17
  1353. BringTreeHeader.TextWrapped = true
  1354.  
  1355. OakTree.Name = "OakTree"
  1356. OakTree.Parent = BringTreeFrame
  1357. OakTree.BackgroundColor3 = Color3.new(0.95256, 0.70952, 0.60368)
  1358. OakTree.BackgroundTransparency = 0.15
  1359. OakTree.BorderColor3 = Color3.new(0, 1, 0)
  1360. OakTree.Position = UDim2.new(0, 5, 0, 45)
  1361. OakTree.Size = UDim2.new(0, 37, 0, 35)
  1362. OakTree.Font = Enum.Font.Fantasy
  1363. OakTree.FontSize = Enum.FontSize.Size18
  1364. OakTree.Text = "OAK\nTREE"
  1365. OakTree.TextColor3 = Color3.new(0, 0, 0)
  1366. OakTree.TextWrapped = true
  1367. OakTree.TextSize = 14
  1368.  
  1369. ElmTree.Name = "ElmTree"
  1370. ElmTree.Parent = BringTreeFrame
  1371. ElmTree.BackgroundColor3 = Color3.new(1, 0.95648, 0.88984)
  1372. ElmTree.BackgroundTransparency = 0.15
  1373. ElmTree.BorderColor3 = Color3.new(0, 1, 0)
  1374. ElmTree.Position = UDim2.new(0, 47, 0, 45)
  1375. ElmTree.Size = UDim2.new(0, 37, 0, 35)
  1376. ElmTree.Font = Enum.Font.Fantasy
  1377. ElmTree.FontSize = Enum.FontSize.Size18
  1378. ElmTree.Text = "ELM\nTREE"
  1379. ElmTree.TextColor3 = Color3.new(0, 0, 0)
  1380. ElmTree.TextWrapped = true
  1381. ElmTree.TextSize = 14
  1382.  
  1383. EndTimesTree.Name = "EndTimesTree"
  1384. EndTimesTree.Parent = BringTreeFrame
  1385. EndTimesTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1386. EndTimesTree.BackgroundTransparency = 0.15
  1387. EndTimesTree.BorderColor3 = Color3.new(0, 1, 0)
  1388. EndTimesTree.Position = UDim2.new(0, 89, 0, 45)
  1389. EndTimesTree.Size = UDim2.new(0, 76, 0, 35)
  1390. EndTimesTree.Font = Enum.Font.Fantasy
  1391. EndTimesTree.FontSize = Enum.FontSize.Size18
  1392. EndTimesTree.Text = "ENDTIMES\nTREE"
  1393. EndTimesTree.TextColor3 = Color3.new(0, 0, 0)
  1394. EndTimesTree.TextWrapped = true
  1395. EndTimesTree.TextSize = 14
  1396.  
  1397. BirchTree.Name = "BirchTree"
  1398. BirchTree.Parent = BringTreeFrame
  1399. BirchTree.BackgroundColor3 = Color3.new(0.9604, 0.9604, 0.9604)
  1400. BirchTree.BackgroundTransparency = 0.15
  1401. BirchTree.BorderColor3 = Color3.new(0, 1, 0)
  1402. BirchTree.Position = UDim2.new(0, 5, 0, 85)
  1403. BirchTree.Size = UDim2.new(0, 45, 0, 35)
  1404. BirchTree.Font = Enum.Font.Fantasy
  1405. BirchTree.FontSize = Enum.FontSize.Size18
  1406. BirchTree.Text = "BIRCH\nTREE"
  1407. BirchTree.TextColor3 = Color3.new(0, 0, 0)
  1408. BirchTree.TextWrapped = true
  1409. BirchTree.TextSize = 14
  1410.  
  1411. VolcanoTree.Name = "VolcanoTree"
  1412. VolcanoTree.Parent = BringTreeFrame
  1413. VolcanoTree.BackgroundColor3 = Color3.new(1, 0, 0)
  1414. VolcanoTree.BackgroundTransparency = 0.15
  1415. VolcanoTree.BorderColor3 = Color3.new(0, 1, 0)
  1416. VolcanoTree.Position = UDim2.new(0, 55, 0, 85)
  1417. VolcanoTree.Size = UDim2.new(0, 65, 0, 35)
  1418. VolcanoTree.Font = Enum.Font.Fantasy
  1419. VolcanoTree.FontSize = Enum.FontSize.Size18
  1420. VolcanoTree.Text = "VOLCANO\nTREE"
  1421. VolcanoTree.TextColor3 = Color3.new(0, 0, 0)
  1422. VolcanoTree.TextWrapped = true
  1423. VolcanoTree.TextSize = 14
  1424.  
  1425. FirTree.Name = "FirTree"
  1426. FirTree.Parent = BringTreeFrame
  1427. FirTree.BackgroundColor3 = Color3.new(1, 0.96824, 0.9212)
  1428. FirTree.BackgroundTransparency = 0.15
  1429. FirTree.BorderColor3 = Color3.new(0, 1, 0)
  1430. FirTree.Position = UDim2.new(0, 125, 0, 85)
  1431. FirTree.Size = UDim2.new(0, 40, 0, 35)
  1432. FirTree.Font = Enum.Font.Fantasy
  1433. FirTree.FontSize = Enum.FontSize.Size18
  1434. FirTree.Text = "FIR\nTREE"
  1435. FirTree.TextColor3 = Color3.new(0, 0, 0)
  1436. FirTree.TextWrapped = true
  1437. FirTree.TextSize = 14
  1438.  
  1439. SpookyTree.Name = "SpookyTree"
  1440. SpookyTree.Parent = BringTreeFrame
  1441. SpookyTree.BackgroundColor3 = Color3.new(0.35672, 0.062736, 0.003921)
  1442. SpookyTree.BackgroundTransparency = 0.15
  1443. SpookyTree.BorderColor3 = Color3.new(0, 1, 0)
  1444. SpookyTree.Position = UDim2.new(0, 5, 0, 125)
  1445. SpookyTree.Size = UDim2.new(0, 60, 0, 35)
  1446. SpookyTree.Font = Enum.Font.Fantasy
  1447. SpookyTree.FontSize = Enum.FontSize.Size18
  1448. SpookyTree.Text = "SPOOKY\nTREE"
  1449. SpookyTree.TextColor3 = Color3.new(1, 1, 1)
  1450. SpookyTree.TextWrapped = true
  1451. SpookyTree.TextSize = 14
  1452.  
  1453. KoaTree.Name = "KoaTree"
  1454. KoaTree.Parent = BringTreeFrame
  1455. KoaTree.BackgroundColor3 = Color3.new(0.72912, 0.125472, 0.003921)
  1456. KoaTree.BackgroundTransparency = 0.15
  1457. KoaTree.BorderColor3 = Color3.new(0, 1, 0)
  1458. KoaTree.Position = UDim2.new(0, 70, 0, 125)
  1459. KoaTree.Size = UDim2.new(0, 45, 0, 35)
  1460. KoaTree.Font = Enum.Font.Fantasy
  1461. KoaTree.FontSize = Enum.FontSize.Size18
  1462. KoaTree.Text = "KOA\nTREE"
  1463. KoaTree.TextColor3 = Color3.new(1, 1, 1)
  1464. KoaTree.TextWrapped = true
  1465. KoaTree.TextSize = 14
  1466.  
  1467. PalmTree.Name = "PalmTree"
  1468. PalmTree.Parent = BringTreeFrame
  1469. PalmTree.BackgroundColor3 = Color3.new(1, 0.96824, 0.9212)
  1470. PalmTree.BackgroundTransparency = 0.15
  1471. PalmTree.BorderColor3 = Color3.new(0, 1, 0)
  1472. PalmTree.Position = UDim2.new(0, 120, 0, 125)
  1473. PalmTree.Size = UDim2.new(0, 45, 0, 35)
  1474. PalmTree.Font = Enum.Font.Fantasy
  1475. PalmTree.FontSize = Enum.FontSize.Size18
  1476. PalmTree.Text = "PALM\nTREE"
  1477. PalmTree.TextColor3 = Color3.new(0, 0, 0)
  1478. PalmTree.TextWrapped = true
  1479. PalmTree.TextSize = 14
  1480.  
  1481. GreenTree.Name = "GreenTree"
  1482. GreenTree.Parent = BringTreeFrame
  1483. GreenTree.BackgroundColor3 = Color3.new(0, 1, 0)
  1484. GreenTree.BackgroundTransparency = 0.15
  1485. GreenTree.BorderColor3 = Color3.new(0, 1, 0)
  1486. GreenTree.Position = UDim2.new(0, 5, 0, 165)
  1487. GreenTree.Size = UDim2.new(0, 51, 0, 35)
  1488. GreenTree.Font = Enum.Font.Fantasy
  1489. GreenTree.FontSize = Enum.FontSize.Size18
  1490. GreenTree.Text = "GREEN\nTREE"
  1491. GreenTree.TextColor3 = Color3.new(0, 0, 0)
  1492. GreenTree.TextWrapped = true
  1493. GreenTree.TextSize = 14
  1494.  
  1495. GoldTree.Name = "GoldTree"
  1496. GoldTree.Parent = BringTreeFrame
  1497. GoldTree.BackgroundColor3 = Color3.new(0.960645, 0.86262, 0.231339)
  1498. GoldTree.BackgroundTransparency = 0.15
  1499. GoldTree.BorderColor3 = Color3.new(0, 1, 0)
  1500. GoldTree.Position = UDim2.new(0, 61, 0, 165)
  1501. GoldTree.Size = UDim2.new(0, 44, 0, 35)
  1502. GoldTree.Font = Enum.Font.Fantasy
  1503. GoldTree.FontSize = Enum.FontSize.Size18
  1504. GoldTree.Text = "GOLD\nTREE"
  1505. GoldTree.TextColor3 = Color3.new(0, 0, 0)
  1506. GoldTree.TextWrapped = true
  1507. GoldTree.TextSize = 14
  1508.  
  1509. CherryTree.Name = "CherryTree"
  1510. CherryTree.Parent = BringTreeFrame
  1511. CherryTree.BackgroundColor3 = Color3.new(0.93296, 0.39984, 0.49)
  1512. CherryTree.BackgroundTransparency = 0.15
  1513. CherryTree.BorderColor3 = Color3.new(0, 1, 0)
  1514. CherryTree.Position = UDim2.new(0, 110, 0, 165)
  1515. CherryTree.Size = UDim2.new(0, 55, 0, 35)
  1516. CherryTree.Font = Enum.Font.Fantasy
  1517. CherryTree.FontSize = Enum.FontSize.Size18
  1518. CherryTree.Text = "CHERRY TREE"
  1519. CherryTree.TextColor3 = Color3.new(0, 0, 0)
  1520. CherryTree.TextWrapped = true
  1521. CherryTree.TextSize = 14
  1522.  
  1523. CaveCrawlerTree.Name = "CaveCrawlerTree"
  1524. CaveCrawlerTree.Parent = BringTreeFrame
  1525. CaveCrawlerTree.BackgroundColor3 = Color3.new(0, 0, 1)
  1526. CaveCrawlerTree.BackgroundTransparency = 0.15
  1527. CaveCrawlerTree.BorderColor3 = Color3.new(0, 1, 0)
  1528. CaveCrawlerTree.Position = UDim2.new(0, 5, 0, 205)
  1529. CaveCrawlerTree.Size = UDim2.new(0, 45, 0, 35)
  1530. CaveCrawlerTree.Font = Enum.Font.Fantasy
  1531. CaveCrawlerTree.FontSize = Enum.FontSize.Size18
  1532. CaveCrawlerTree.Text = "CAVE\nTREE"
  1533. CaveCrawlerTree.TextColor3 = Color3.new(1, 1, 1)
  1534. CaveCrawlerTree.TextWrapped = true
  1535. CaveCrawlerTree.TextSize = 14
  1536.  
  1537. FrostyTree.Name = "FrostyTree"
  1538. FrostyTree.Parent = BringTreeFrame
  1539. FrostyTree.BackgroundColor3 = Color3.new(154/255, 255/255, 243/255)
  1540. FrostyTree.BackgroundTransparency = 0.15
  1541. FrostyTree.BorderColor3 = Color3.new(0, 1, 0)
  1542. FrostyTree.Position = UDim2.new(0, 55, 0, 205)
  1543. FrostyTree.Size = UDim2.new(0, 50, 0, 35)
  1544. FrostyTree.Font = Enum.Font.Fantasy
  1545. FrostyTree.FontSize = Enum.FontSize.Size18
  1546. FrostyTree.Text = "FROST\nTREE"
  1547. FrostyTree.TextColor3 = Color3.new(0, 0, 0)
  1548. FrostyTree.TextWrapped = true
  1549. FrostyTree.TextSize = 14
  1550.  
  1551. WalnutTree.Name = "WalnutTree"
  1552. WalnutTree.Parent = BringTreeFrame
  1553. WalnutTree.BackgroundColor3 = Color3.new(0.360732, 0.176445, 0.137235)
  1554. WalnutTree.BackgroundTransparency = 0.15
  1555. WalnutTree.BorderColor3 = Color3.new(0, 1, 0)
  1556. WalnutTree.Position = UDim2.new(0, 110, 0, 205)
  1557. WalnutTree.Size = UDim2.new(0, 55, 0, 35)
  1558. WalnutTree.Font = Enum.Font.Fantasy
  1559. WalnutTree.FontSize = Enum.FontSize.Size18
  1560. WalnutTree.Text = "WALNUT\nTREE"
  1561. WalnutTree.TextColor3 = Color3.new(1, 1, 1)
  1562. WalnutTree.TextWrapped = true
  1563. WalnutTree.TextSize = 13
  1564.  
  1565. SnowGlowTree.Name = "SnowGlowTree"
  1566. SnowGlowTree.Parent = BringTreeFrame
  1567. SnowGlowTree.BackgroundColor3 = Color3.new(0.960645, 0.86262, 0.231339)
  1568. SnowGlowTree.BackgroundTransparency = 0.15
  1569. SnowGlowTree.BorderColor3 = Color3.new(0, 1, 0)
  1570. SnowGlowTree.Position = UDim2.new(0, 5, 0, 245)
  1571. SnowGlowTree.Size = UDim2.new(0, 80, 0, 35)
  1572. SnowGlowTree.Font = Enum.Font.Fantasy
  1573. SnowGlowTree.FontSize = Enum.FontSize.Size18
  1574. SnowGlowTree.Text = "SNOWGLOW\nTREE"
  1575. SnowGlowTree.TextColor3 = Color3.new(0, 0, 0)
  1576. SnowGlowTree.TextWrapped = true
  1577. SnowGlowTree.TextSize = 13
  1578.  
  1579. BringTreeInfo1.Name = "BringTreeInfo1"
  1580. BringTreeInfo1.Parent = BringTreeFrame
  1581. BringTreeInfo1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1582. BringTreeInfo1.BorderColor3 = Color3.new(0, 1, 0)
  1583. BringTreeInfo1.Position = UDim2.new(0, 95, 0, 255)
  1584. BringTreeInfo1.Size = UDim2.new(0, 70, 0, 25)
  1585. BringTreeInfo1.Font = Enum.Font.SourceSans
  1586. BringTreeInfo1.FontSize = Enum.FontSize.Size18
  1587. BringTreeInfo1.TextColor3 = Color3.new(1, 1, 1)
  1588. BringTreeInfo1.Text = "Info"
  1589. BringTreeInfo1.TextScaled = true
  1590. BringTreeInfo1.TextSize = 18
  1591.  
  1592. BringTreeInfo2.Name = "BringTreeInfo2"
  1593. BringTreeInfo2.Parent = BringTreeFrame
  1594. BringTreeInfo2.BackgroundColor3 = Color3.new(0, 0, 0)
  1595. BringTreeInfo2.BorderColor3 = Color3.new(0, 1, 0)
  1596. BringTreeInfo2.Position = UDim2.new(0, 185, 1, -260)
  1597. BringTreeInfo2.Size = UDim2.new(0, 170, 0, 300)
  1598. BringTreeInfo2.Visible = false
  1599. BringTreeInfo2.Font = Enum.Font.Fantasy
  1600. BringTreeInfo2.FontSize = Enum.FontSize.Size18
  1601. BringTreeInfo2.Text = "1. Click on a tree name to spawn it.\n2. Use an axe to chop it until the tree vanishes.\n3. Click on 'TP Wood to you' to bring the wood back or click 'Sell Wood' to send the wood to the Wood DropOff and sell it automatically for money.\n\nSome trees don't work so just try them and see if you get lucky."
  1602. BringTreeInfo2.TextColor3 = Color3.new(1, 1, 1)
  1603. BringTreeInfo2.TextSize = 16
  1604. BringTreeInfo2.Active = true
  1605. BringTreeInfo2.Draggable = true
  1606. BringTreeInfo2.ZIndex = 7
  1607. BringTreeInfo2.TextWrapped = true
  1608. BringTreeInfo2.TextYAlignment = Enum.TextYAlignment.Top
  1609.  
  1610. DupeFrame.Name = "DupeFrame"
  1611. DupeFrame.Parent = MenuFrame
  1612. DupeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1613. DupeFrame.BackgroundTransparency = 0
  1614. DupeFrame.BorderColor3 = Color3.new(0, 1, 0)
  1615. DupeFrame.Size = UDim2.new(0, 170, 0, 290)
  1616. DupeFrame.Visible = false
  1617.  
  1618. Info.Name = "Info"
  1619. Info.Parent = DupeFrame
  1620. Info.BackgroundColor3 = Color3.new(0, 0, 0)
  1621. Info.BorderColor3 = Color3.new(0, 1, 0)
  1622. Info.Position = UDim2.new(0, 185, 1, -370)
  1623. Info.Size = UDim2.new(0, 170, 0, 410)
  1624. Info.Visible = false
  1625. Info.Font = Enum.Font.Fantasy
  1626. Info.FontSize = Enum.FontSize.Size14
  1627. Info.Text = "1. Make sure no Save Slot is loaded in (or unload it).\n2. Click the 'Dupe' button.\n3. The button will turn green.\n4. Load the Save Slot you want to dupe from.\n5. After it's loaded check the Slot does not say 'Current'.\n6. Whitelist the person you want to move [dupe] your items to and make sure they aren't blacklisted\n7. Move the items you want to dupe to your friends base.\n8. Once you are done, reload your Save Slot that you just moved your items from.\n9. Once your Save Slot has reloaded, your base and every thing will be where it was before you duped.\n10. When you are done duping, reload your Slot one more time so you don't lose the items off of your base.\n11. You can disable this by unloading your Save Slot and pressing the Dupe button, it will turn grey."
  1628. Info.TextColor3 = Color3.new(1, 1, 1)
  1629. Info.TextSize = 14
  1630. Info.Active = true
  1631. Info.Draggable = true
  1632. Info.ZIndex = 7
  1633. Info.TextWrapped = true
  1634. Info.TextYAlignment = Enum.TextYAlignment.Top
  1635.  
  1636. Read.Name = "Read"
  1637. Read.Parent = DupeFrame
  1638. Read.BackgroundColor3 = Color3.new(1, 1, 1)
  1639. Read.BackgroundTransparency = 0.15
  1640. Read.BorderColor3 = Color3.new(0, 1, 0)
  1641. Read.Size = UDim2.new(0, 170, 0, 35)
  1642. Read.Font = Enum.Font.Fantasy
  1643. Read.FontSize = Enum.FontSize.Size18
  1644. Read.Text = "READ INFO BEFORE USING THIS"
  1645. Read.TextColor3 = Color3.new(0, 0, 0)
  1646. Read.TextScaled = true
  1647. Read.TextSize = 17
  1648. Read.TextWrapped = true
  1649.  
  1650. Dupe.Name = "Dupe"
  1651. Dupe.Parent = DupeFrame
  1652. Dupe.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1653. Dupe.BorderColor3 = Color3.new(0, 1, 0)
  1654. Dupe.Position = UDim2.new(0, 50, 0, 65)
  1655. Dupe.Size = UDim2.new(0, 70, 0, 25)
  1656. Dupe.Font = Enum.Font.Fantasy
  1657. Dupe.FontSize = Enum.FontSize.Size18
  1658. Dupe.Text = "Dupe"
  1659. Dupe.TextScaled = true
  1660. Dupe.TextColor3 = Color3.new(1, 1, 1)
  1661. Dupe.TextSize = 17
  1662.  
  1663. DupingText1.Name = "DupingText1"
  1664. DupingText1.Parent = DupeFrame
  1665. DupingText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1666. DupingText1.BackgroundTransparency = 1
  1667. DupingText1.Position = UDim2.new(0, 5, 0, 100)
  1668. DupingText1.Size = UDim2.new(0, 160, 0, 140)
  1669. DupingText1.Font = Enum.Font.Fantasy
  1670. DupingText1.FontSize = Enum.FontSize.Size14
  1671. DupingText1.Text = "Loaded Slot Will Save"
  1672. DupingText1.TextColor3 = Color3.new(0, 1, 0)
  1673. DupingText1.TextSize = 14
  1674. DupingText1.TextYAlignment = Enum.TextYAlignment.Top
  1675. DupingText1.TextWrapped = true
  1676.  
  1677. MoreInfo.Name = "MoreInfo"
  1678. MoreInfo.Parent = DupeFrame
  1679. MoreInfo.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1680. MoreInfo.BorderColor3 = Color3.new(0, 1, 0)
  1681. MoreInfo.Position = UDim2.new(0, 25, 0, 240)
  1682. MoreInfo.Size = UDim2.new(0, 120, 0, 25)
  1683. MoreInfo.Font = Enum.Font.SourceSans
  1684. MoreInfo.FontSize = Enum.FontSize.Size18
  1685. MoreInfo.Text = "Info"
  1686. MoreInfo.TextScaled = true
  1687. MoreInfo.TextColor3 = Color3.new(1, 1, 1)
  1688. MoreInfo.TextSize = 18
  1689.  
  1690. PlayerFrame.Name = "PlayerFrame"
  1691. PlayerFrame.Parent = MenuFrame
  1692. PlayerFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1693. PlayerFrame.BackgroundTransparency = 0
  1694. PlayerFrame.BorderColor3 = Color3.new(0, 1, 0)
  1695. PlayerFrame.Size = UDim2.new(0, 170, 0, 290)
  1696. PlayerFrame.Visible = false
  1697.  
  1698. PlyrSel.Name = "PlyrSel"
  1699. PlyrSel.Parent = PlayerFrame
  1700. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  1701. PlyrSel.BackgroundTransparency = 0.15
  1702. PlyrSel.BorderColor3 = Color3.new(0, 1, 0)
  1703. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  1704. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  1705. PlyrSel.Font = Enum.Font.SourceSans
  1706. PlyrSel.FontSize = Enum.FontSize.Size18
  1707. PlyrSel.Text = "SELECT A PLAYER"
  1708. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  1709. PlyrSel.TextScaled = true
  1710. PlyrSel.TextSize = 17
  1711. PlyrSel.TextWrapped = true
  1712.  
  1713. Player1.Name = "Player1"
  1714. Player1.Parent = PlayerFrame
  1715. Player1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1716. Player1.BorderColor3 = Color3.new(0, 1, 0)
  1717. Player1.Position = UDim2.new(0, 5, 0, 40)
  1718. Player1.Size = UDim2.new(0, 160, 0, 20)
  1719. Player1.Font = Enum.Font.Fantasy
  1720. Player1.FontSize = Enum.FontSize.Size18
  1721. Player1.Text = ""
  1722. Player1.TextColor3 = Color3.new(1, 1, 1)
  1723. Player1.TextSize = 16
  1724. Player1.TextWrapped = true
  1725.  
  1726. Player2.Name = "Player2"
  1727. Player2.Parent = PlayerFrame
  1728. Player2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1729. Player2.BorderColor3 = Color3.new(0, 1, 0)
  1730. Player2.Position = UDim2.new(0, 5, 0, 65)
  1731. Player2.Size = UDim2.new(0, 160, 0, 20)
  1732. Player2.Font = Enum.Font.Fantasy
  1733. Player2.FontSize = Enum.FontSize.Size18
  1734. Player2.Text = ""
  1735. Player2.TextColor3 = Color3.new(1, 1, 1)
  1736. Player2.TextSize = 16
  1737. Player2.TextWrapped = true
  1738.  
  1739. Player3.Name = "Player3"
  1740. Player3.Parent = PlayerFrame
  1741. Player3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1742. Player3.BorderColor3 = Color3.new(0, 1, 0)
  1743. Player3.Position = UDim2.new(0, 5, 0, 90)
  1744. Player3.Size = UDim2.new(0, 160, 0, 20)
  1745. Player3.Font = Enum.Font.Fantasy
  1746. Player3.FontSize = Enum.FontSize.Size18
  1747. Player3.Text = ""
  1748. Player3.TextColor3 = Color3.new(1, 1, 1)
  1749. Player3.TextSize = 16
  1750. Player3.TextWrapped = true
  1751.  
  1752. Player4.Name = "Player4"
  1753. Player4.Parent = PlayerFrame
  1754. Player4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1755. Player4.BorderColor3 = Color3.new(0, 1, 0)
  1756. Player4.Position = UDim2.new(0, 5, 0, 115)
  1757. Player4.Size = UDim2.new(0, 160, 0, 20)
  1758. Player4.Font = Enum.Font.Fantasy
  1759. Player4.FontSize = Enum.FontSize.Size18
  1760. Player4.Text = ""
  1761. Player4.TextColor3 = Color3.new(1, 1, 1)
  1762. Player4.TextSize = 16
  1763. Player4.TextWrapped = true
  1764.  
  1765. Player5.Name = "Player5"
  1766. Player5.Parent = PlayerFrame
  1767. Player5.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1768. Player5.BorderColor3 = Color3.new(0, 1, 0)
  1769. Player5.Position = UDim2.new(0, 5, 0, 140)
  1770. Player5.Size = UDim2.new(0, 160, 0, 20)
  1771. Player5.Font = Enum.Font.Fantasy
  1772. Player5.FontSize = Enum.FontSize.Size18
  1773. Player5.Text = ""
  1774. Player5.TextColor3 = Color3.new(1, 1, 1)
  1775. Player5.TextSize = 16
  1776. Player5.TextWrapped = true
  1777.  
  1778. Player6.Name = "Player6"
  1779. Player6.Parent = PlayerFrame
  1780. Player6.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1781. Player6.BorderColor3 = Color3.new(0, 1, 0)
  1782. Player6.Position = UDim2.new(0, 5, 0, 165)
  1783. Player6.Size = UDim2.new(0, 160, 0, 20)
  1784. Player6.Font = Enum.Font.Fantasy
  1785. Player6.FontSize = Enum.FontSize.Size18
  1786. Player6.Text = ""
  1787. Player6.TextColor3 = Color3.new(1, 1, 1)
  1788. Player6.TextSize = 16
  1789. Player6.TextWrapped = true
  1790.  
  1791. TpPlayer.Name = "TpPlayer"
  1792. TpPlayer.Parent = PlayerFrame
  1793. TpPlayer.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1794. TpPlayer.BackgroundTransparency = 0
  1795. TpPlayer.BorderColor3 = Color3.new(0, 1, 0)
  1796. TpPlayer.Position = UDim2.new(0, 5, 0, 225)
  1797. TpPlayer.Size = UDim2.new(0, 75, 0, 35)
  1798. TpPlayer.Font = Enum.Font.Fantasy
  1799. TpPlayer.FontSize = Enum.FontSize.Size18
  1800. TpPlayer.Text = "Tp to Player"
  1801. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  1802. TpPlayer.TextScaled = true
  1803. TpPlayer.TextWrapped = true
  1804. TpPlayer.TextSize = 14
  1805.  
  1806. TpBase.Name = "TpBase"
  1807. TpBase.Parent = PlayerFrame
  1808. TpBase.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1809. TpBase.BackgroundTransparency = 0
  1810. TpBase.BorderColor3 = Color3.new(0, 1, 0)
  1811. TpBase.Position = UDim2.new(0, 90, 0, 225)
  1812. TpBase.Size = UDim2.new(0, 75, 0, 35)
  1813. TpBase.Font = Enum.Font.Fantasy
  1814. TpBase.FontSize = Enum.FontSize.Size18
  1815. TpBase.Text = "Tp to\nBase"
  1816. TpBase.TextColor3 = Color3.new(1, 1, 1)
  1817. TpPlayer.TextSize = 22
  1818.  
  1819. WalkSpeed.Name = "WalkSpeed"
  1820. WalkSpeed.Parent = MainFrame
  1821. WalkSpeed.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1822. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  1823. WalkSpeed.BorderColor3 = Color3.new(0, 1, 0)
  1824. WalkSpeed.Position = UDim2.new(0, 155, 0, 340)
  1825. WalkSpeed.Size = UDim2.new(0, 45, 0, 20)
  1826. WalkSpeed.Font = Enum.Font.Fantasy
  1827. WalkSpeed.FontSize = Enum.FontSize.Size18
  1828. WalkSpeed.Text = "Walk"
  1829. WalkSpeed.TextSize = 17
  1830.  
  1831. WalkText.Name = "WalkText"
  1832. WalkText.Parent = MainFrame
  1833. WalkText.BackgroundColor3 = Color3.new(0, 0, 0)
  1834. WalkText.BorderColor3 = Color3.new(0, 1, 0)
  1835. WalkText.Position = UDim2.new(0, 205, 0, 340)
  1836. WalkText.Size = UDim2.new(0, 28, 0, 20)
  1837. WalkText.Font = Enum.Font.Fantasy
  1838. WalkText.FontSize = Enum.FontSize.Size18
  1839. WalkText.Text = "16"
  1840. WalkText.TextColor3 = Color3.new(1, 1, 1)
  1841. WalkText.TextSize = 17
  1842. WalkText.TextScaled = true
  1843.  
  1844. JumpPower.Name = "JumpPower"
  1845. JumpPower.Parent = MainFrame
  1846. JumpPower.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1847. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  1848. JumpPower.BorderColor3 = Color3.new(0, 1, 0)
  1849. JumpPower.Position = UDim2.new(0, 243, 0, 340)
  1850. JumpPower.Size = UDim2.new(0, 49, 0, 20)
  1851. JumpPower.Font = Enum.Font.Fantasy
  1852. JumpPower.FontSize = Enum.FontSize.Size18
  1853. JumpPower.Text = "Jump"
  1854. JumpPower.TextSize = 17
  1855.  
  1856. JumpText.Name = "JumpText"
  1857. JumpText.Parent = MainFrame
  1858. JumpText.BackgroundColor3 = Color3.new(0, 0, 0)
  1859. JumpText.BorderColor3 = Color3.new(0, 1, 0)
  1860. JumpText.Position = UDim2.new(0, 297, 0, 340)
  1861. JumpText.Size = UDim2.new(0, 28, 0, 20)
  1862. JumpText.Font = Enum.Font.Fantasy
  1863. JumpText.FontSize = Enum.FontSize.Size18
  1864. JumpText.Text = "50"
  1865. JumpText.TextColor3 = Color3.new(1, 1, 1)
  1866. JumpText.TextSize = 17
  1867. JumpText.TextScaled = true
  1868.  
  1869. game.Lighting.Changed:connect(function()
  1870. game.Lighting.TimeOfDay = "12:00:00"
  1871. game.Lighting.FogEnd = 9999
  1872. game.Lighting.Brightness = 1
  1873. end)
  1874.  
  1875. --- Menus ---
  1876.  
  1877. local Menus = {
  1878. --[BringTree] = BringTreeFrame;--
  1879. [Waypoints] = WaypointFrame;
  1880. [Duper] = DupeFrame;
  1881. [TPPlanks] = PlankFrame;
  1882. [GoldAxe] = GoldAxeFrame;
  1883. [PlayerTp] = PlayerFrame;
  1884. [Greywood] = GreywoodFrame;
  1885. [GuiLabel] = LT2GUI2Frame;
  1886. [SellWoodPlanks] = SellFrame;
  1887. }
  1888. for button,frame in pairs(Menus) do
  1889. button.MouseButton1Click:connect(function()
  1890. if frame.Visible then
  1891. frame.Visible = false
  1892. return
  1893. end
  1894. for k,v in pairs(Menus) do
  1895. v.Visible = v == frame
  1896. end
  1897. end)
  1898. end
  1899.  
  1900. --- Open/Close ---
  1901.  
  1902. Open.MouseButton1Down:connect(function()
  1903. OpenFrame.Visible = false
  1904. MainFrame.Visible = true
  1905. end)
  1906.  
  1907. Minimize.MouseButton1Down:connect(function()
  1908. MainFrame.Visible = false
  1909. OpenFrame.Visible = true
  1910. end)
  1911.  
  1912. CloseLT2.MouseButton1Down:connect(function()
  1913. LT2CORE:destroy()
  1914. end)
  1915.  
  1916.  
  1917. local service = setmetatable({}, {
  1918. __index = function(t, k)
  1919. return game:GetService(k)
  1920. end
  1921. })
  1922.  
  1923. function Create(cls,props)
  1924. local inst = Instance.new(cls)
  1925. for i,v in pairs(props) do
  1926. inst[i] = v
  1927. end
  1928. return inst
  1929. end
  1930.  
  1931. --- TP Planks to you ---
  1932.  
  1933. checkplanks = false
  1934. local WoodPlanks={}
  1935. local ProcessedWoodList = LT2GUI.MainFrame.MenuFrame.PlankFrame.ProcessedWoodList
  1936.  
  1937. function UpdatePlanks()
  1938. local inc = 0
  1939. WoodPlanks={}
  1940. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1941. pcall(function()
  1942. if v.Name=="Plank" and v.Owner.Value==game.Players.LocalPlayer then
  1943. if v:FindFirstChild("TreeClass") and WoodPlanks[v.TreeClass.Value] then
  1944. WoodPlanks[v.TreeClass.Value]=WoodPlanks[v.TreeClass.Value]
  1945. WoodPlanks[v.TreeClass.Value]["Wood"][v]=v
  1946. elseif v:FindFirstChild("TreeClass") then
  1947. WoodPlanks[v.TreeClass.Value]={Wood={v.WoodSection}}
  1948. end
  1949. end
  1950. end)
  1951. end
  1952. end
  1953.  
  1954. function UpdateMovePlanks()
  1955. checkplanks = true
  1956. local inc=0
  1957. UpdatePlanks()
  1958. ProcessedWoodList:ClearAllChildren()
  1959. for i,v in pairs(WoodPlanks) do
  1960. ProcessedWoodList.CanvasSize=UDim2.new(0,0,0,25*inc)
  1961. local TPButton=Create("TextButton",{Parent=ProcessedWoodList,Size=UDim2.new(0,147,0,20),Position=UDim2.new(0,5,0,25*inc),Text=" "..i,ZIndex=3,BackgroundColor3 = Color3.new(0.2, 0.2, 0.2),Font = Enum.Font.Fantasy,TextColor3 = Color3.new(1, 1, 1),TextSize = 16,BorderColor3 = Color3.new(0, 1, 0)})
  1962. TPButton.MouseButton1Click:Connect(function()
  1963. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  1964. sendNotice:Fire("Click where you want the Planks to TP to")
  1965. local ButtonPress
  1966. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  1967. Square = game.Players.LocalPlayer:GetMouse().Target
  1968. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  1969. ButtonPress:Disconnect()
  1970. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1971. if Plank.Name=="Plank" and Plank:FindFirstChild("TreeClass") then
  1972. if Plank.TreeClass.Value == i and Plank.Owner.Value == game.Players.LocalPlayer then
  1973. Plank:MoveTo(Square.Position)
  1974. for i=1,100 do
  1975. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1976. end
  1977. end
  1978. end
  1979. end
  1980. end
  1981. end)
  1982. end)
  1983. inc=inc+1
  1984. end
  1985. inc=0
  1986. end
  1987.  
  1988. TpAllPlanks.MouseButton1Click:Connect(function()
  1989. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1990. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1991. if Plank.Owner.Value == game.Players.LocalPlayer then
  1992. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  1993. sendNotice:Fire("Click where you want ALL the Planks to TP to")
  1994. local ButtonPress
  1995. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  1996. Square = game.Players.LocalPlayer:GetMouse().Target
  1997. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  1998. ButtonPress:Disconnect()
  1999. Plank:MoveTo(Square.Position)
  2000. for i=1,100 do
  2001. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2002. end
  2003. end
  2004. end)
  2005. end
  2006. end
  2007. end
  2008. end)
  2009.  
  2010. if not checkplanks then
  2011. UpdateMovePlanks()
  2012. end
  2013.  
  2014. game.Workspace.PlayerModels.ChildAdded:connect(function(Item)
  2015. if Item:FindFirstChild("Owner") and Item.Owner.Value == game.Players.LocalPlayer and Item:FindFirstChild("TreeClass") then
  2016. UpdateMovePlanks()
  2017. end
  2018. end)
  2019.  
  2020. game.Workspace.PlayerModels.ChildRemoved:connect(function(Item)
  2021. if Item:FindFirstChild("Owner") and Item.Owner.Value == game.Players.LocalPlayer and Item:FindFirstChild("TreeClass") then
  2022. UpdateMovePlanks()
  2023. end
  2024. end)
  2025.  
  2026. --- GuiInfo ---
  2027.  
  2028. GuiLabel.MouseButton1Down:connect(function()
  2029. if Lt2Info == "Info" then
  2030. Lt2Info = "Nothing"
  2031. GuiLabel.TextColor3 = Color3.new(1, 0, 1)
  2032. GuiLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2033. MenuLeftFrame.Active = true
  2034. MenuLeftFrame.Selectable = true
  2035. else
  2036. Lt2Info = "Info"
  2037. GuiLabel.TextColor3 = Color3.new(0, 1, 0)
  2038. GuiLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2039. MenuLeftFrame.Active = false
  2040. MenuLeftFrame.Selectable = false
  2041. end
  2042. end)
  2043.  
  2044. --- BringTreeInfo ---
  2045.  
  2046. BringTreeInfo1.MouseButton1Down:connect(function()
  2047. if BringTreeInfo1.Text == "Info" then
  2048. BringTreeInfo1.Text = "Close Info"
  2049. BringTreeInfo2.Visible = true
  2050. else
  2051. BringTreeInfo1.Text = "Info"
  2052. BringTreeInfo2.Visible = false
  2053. end
  2054. end)
  2055.  
  2056. --- Walkspeed/JumpPower ---
  2057.  
  2058. player = game.Players.LocalPlayer
  2059. Walk = 16
  2060. Jump = 50
  2061.  
  2062. WalkSpeed.MouseButton1Down:connect(function()
  2063. Walk = WalkText.Text
  2064. end)
  2065. JumpPower.MouseButton1Down:connect(function()
  2066. Jump = JumpText.Text
  2067. end)
  2068.  
  2069. player.Character.Humanoid.JumpPower = Jump
  2070. player.Character.Humanoid.WalkSpeed = Walk
  2071.  
  2072. player.Character.Humanoid.Changed:connect(function()
  2073. player.Character.Humanoid.JumpPower = Jump
  2074. player.Character.Humanoid.WalkSpeed = Walk
  2075. end)
  2076.  
  2077. --- Gold Axe ---
  2078.  
  2079. GoldAxeStart.MouseButton1Down:Connect(function()
  2080. GoldAxe.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2081. GoldAxeStart.Text = "Active"
  2082. Detect = coroutine.wrap(function()
  2083. Player = game.Players.LocalPlayer
  2084. mouse = Player:GetMouse()
  2085. mouse.Button1Down:connect(function()
  2086. MouseDown = true
  2087. end)
  2088. mouse.Button1Up:connect(function()
  2089. MouseDown = false
  2090. end)
  2091. end)
  2092. Detect()
  2093. Player = game.Players.LocalPlayer
  2094. mouse = Player:GetMouse()
  2095. game:GetService('RunService').RenderStepped:connect(function()
  2096. if Player.Character:FindFirstChild("Tool") then
  2097. if MouseDown == true then
  2098. if mouse.Target.Name == "WoodSection" then
  2099. targetWood = mouse.Target
  2100. Tool=Player.Character.Tool
  2101. ---FaceVector
  2102. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  2103. local ray = Ray.new(Player.Character.Head.Position, ((targetWood.CFrame * CFrame.new(0, Height - targetWood.Size.Y/2, 0)).p - Player.Character.Head.Position).unit * 200)
  2104. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  2105. function fixVector(V)
  2106. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  2107. end
  2108. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  2109. if faceVector.Y ~= 0 then
  2110. return
  2111. end
  2112. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  2113. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  2114. local relativeLookVector = relativeCFrame.lookVector
  2115. local m = relativeLookVector.Y >= 0 and 1 or -1
  2116. if faceVector.X == 1 then
  2117. faceVector = Vector3.new(0, 0, -1) * m
  2118. elseif faceVector.X == -1 then
  2119. faceVector = Vector3.new(0, 0, 1) * m
  2120. elseif faceVector.Z == 1 then
  2121. faceVector = Vector3.new(1, 0, 0) * m
  2122. elseif faceVector.Z == -1 then
  2123. faceVector = Vector3.new(-1, 0, 0) * m
  2124. end
  2125. local cutEvent = targetWood.Parent.CutEvent
  2126. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(cutEvent, {sectionId = targetWood.ID.Value, faceVector = faceVector, height = Height, hitPoints = 0.2, cooldown = 0, cuttingClass = "Axe", tool = Player.Character.Tool})
  2127. end
  2128. end
  2129. end
  2130. end)
  2131. end)
  2132.  
  2133. --- Show Current Location
  2134.  
  2135. ShowLocation.MouseButton1Down:connect(function()
  2136.  
  2137. function round(num, numDecimalPlaces)
  2138. local mult = 10^(numDecimalPlaces or 0)
  2139. return math.floor(num * mult + 0.5) / mult
  2140. end
  2141.  
  2142. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  2143. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  2144. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  2145. ShowLocation.Text = "Current/Set Location\n"..LocationX..", "..LocationY..", "..LocationZ
  2146. CustomTPPoint.Text = "TP to "..LocationX..", "..LocationY..", "..LocationZ
  2147. CustomLocationSet = true
  2148. end)
  2149.  
  2150. --- TP to custom location ---
  2151.  
  2152. CustomTPPoint.MouseButton1Down:connect(function()
  2153. if CustomLocationSet == true then
  2154. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2155. uTorso.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
  2156. end
  2157. end)
  2158.  
  2159. --- Player Tp ---
  2160.  
  2161. local buttons = {
  2162. Player1,
  2163. Player2,
  2164. Player3,
  2165. Player4,
  2166. Player5,
  2167. Player6
  2168. }
  2169. spawn(function()
  2170. while true do
  2171. Player1.Text = ""
  2172. Player2.Text = ""
  2173. Player3.Text = ""
  2174. Player4.Text = ""
  2175. Player5.Text = ""
  2176. Player6.Text = ""
  2177. for i, v in pairs(game.Players:GetChildren()) do
  2178. buttons[i].Text = v.Name
  2179. buttons[i].Visible = true
  2180. end
  2181. wait(0.5)
  2182. end
  2183. end)
  2184.  
  2185. Player1.MouseButton1Down:connect(function()
  2186. PlyrSel.Text = Player1.Text
  2187. end)
  2188. Player2.MouseButton1Down:connect(function()
  2189. PlyrSel.Text = Player2.Text
  2190. end)
  2191. Player3.MouseButton1Down:connect(function()
  2192. PlyrSel.Text = Player3.Text
  2193. end)
  2194. Player4.MouseButton1Down:connect(function()
  2195. PlyrSel.Text = Player4.Text
  2196. end)
  2197. Player5.MouseButton1Down:connect(function()
  2198. PlyrSel.Text = Player5.Text
  2199. end)
  2200. Player6.MouseButton1Down:connect(function()
  2201. PlyrSel.Text = Player6.Text
  2202. end)
  2203.  
  2204. TpPlayer.MouseButton1Down:connect(function()
  2205. if PlyrSel.Text == "SELECT A PLAYER" then
  2206. warn("No Player Selected")
  2207. else
  2208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  2209. end
  2210. end)
  2211. TpBase.MouseButton1Down:connect(function()
  2212. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2213. if v.Owner.Value == game.Players[PlyrSel.Text] then
  2214. local p= CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z)
  2215. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p
  2216. end
  2217. end
  2218. end)
  2219.  
  2220. --- NoClip ---
  2221.  
  2222. noclip = false
  2223. game:GetService('RunService').Stepped:connect(function()
  2224. if noclip then
  2225. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2226. end
  2227. end)
  2228. NoClip.MouseButton1Down:connect(function()
  2229. noclip = not noclip
  2230. if NoClip.Text == "Enable NoClip" then
  2231. NoClip.Text = "Disable NoClip"
  2232. NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2233. else
  2234. NoClip.Text = "Enable NoClip"
  2235. NoClip.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2236. end
  2237. end)
  2238.  
  2239. --- Waypoints ---
  2240.  
  2241. local WayPoints = {
  2242. ["Wood R Us"] = CFrame.new(265, 5, 57),
  2243. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  2244. ["Land Store"] = CFrame.new(258, 5, -99),
  2245. ["Link's Logic"] = CFrame.new(4607, 9, -798),
  2246. ["Cave"] = CFrame.new(3581, -177, 430),
  2247. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  2248. ["Swamp"] = CFrame.new(-1209, 138, -801),
  2249. ["Palm Island"] = CFrame.new(2549, 5, -42),
  2250. ["Fancy Furnishings"] = CFrame.new(491, 13, -1720),
  2251. ["Boxed Cars"] = CFrame.new(509, 5.2, -1463),
  2252. ["Fine Arts Shop"] = CFrame.new(5207, -156, 719),
  2253. ["Bob's Shack"] = CFrame.new(260, 10, -2542),
  2254. ["Dock"] = CFrame.new(1114, 3.2, -197),
  2255. ["Bridge"] = CFrame.new(113, 15, -977),
  2256. ["End Times"] = CFrame.new(113, -204, -951),
  2257. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  2258. ["The Den"] = CFrame.new(323, 49, 1930),
  2259. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  2260. ["Ski Lodge"] = CFrame.new(1244, 66, 2306),
  2261. ["Strange Man"] = CFrame.new(1061, 20, 1131),
  2262. ["Frost Tree"] = CFrame.new(1448.3, 413, 3185.2),
  2263. ["SnowGlow Tree"] = CFrame.new(-1105.9, -6, -894)
  2264. }
  2265.  
  2266. WoodRUs.MouseButton1Down:connect(function()
  2267. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2268. uTorso.CFrame = WayPoints["Wood R Us"]
  2269. end)
  2270.  
  2271. SpawnPoint.MouseButton1Down:connect(function()
  2272. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2273. uTorso.CFrame = WayPoints["SpawnPoint"]
  2274. end)
  2275.  
  2276. LandStore.MouseButton1Down:connect(function()
  2277. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2278. uTorso.CFrame = WayPoints["Land Store"]
  2279. end)
  2280.  
  2281. LinksLogic.MouseButton1Down:connect(function()
  2282. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2283. uTorso.CFrame = WayPoints["Link's Logic"]
  2284. end)
  2285.  
  2286. Cave.MouseButton1Down:connect(function()
  2287. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2288. uTorso.CFrame = WayPoints["Cave"]
  2289. end)
  2290.  
  2291. Volcano.MouseButton1Down:connect(function()
  2292. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2293. uTorso.CFrame = WayPoints["Volcano"]
  2294. end)
  2295.  
  2296. Swamp.MouseButton1Down:connect(function()
  2297. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2298. uTorso.CFrame = WayPoints["Swamp"]
  2299. end)
  2300.  
  2301. PalmIsland.MouseButton1Down:connect(function()
  2302. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2303. uTorso.CFrame = WayPoints["Palm Island"]
  2304. end)
  2305.  
  2306. FancyFurnishings.MouseButton1Down:connect(function()
  2307. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2308. uTorso.CFrame = WayPoints["Fancy Furnishings"]
  2309. end)
  2310.  
  2311. BoxedCars.MouseButton1Down:connect(function()
  2312. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2313. uTorso.CFrame = WayPoints["Boxed Cars"]
  2314. end)
  2315.  
  2316. FineArtsShop.MouseButton1Down:connect(function()
  2317. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2318. uTorso.CFrame = WayPoints["Fine Arts Shop"]
  2319. end)
  2320.  
  2321. BobsShack.MouseButton1Down:connect(function()
  2322. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2323. uTorso.CFrame = WayPoints["Bob's Shack"]
  2324. end)
  2325.  
  2326. Dock.MouseButton1Down:connect(function()
  2327. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2328. uTorso.CFrame = WayPoints["Dock"]
  2329. end)
  2330.  
  2331. Bridge.MouseButton1Down:connect(function()
  2332. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2333. uTorso.CFrame = WayPoints["Bridge"]
  2334. end)
  2335.  
  2336. EndTimes.MouseButton1Down:connect(function()
  2337. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2338. uTorso.CFrame = WayPoints["End Times"]
  2339. end)
  2340.  
  2341. ShrineOfSight.MouseButton1Down:connect(function()
  2342. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2343. uTorso.CFrame = WayPoints["Shrine Of Sight"]
  2344. end)
  2345.  
  2346. TheDen.MouseButton1Down:connect(function()
  2347. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2348. uTorso.CFrame = WayPoints["The Den"]
  2349. end)
  2350.  
  2351. VolcanoWin.MouseButton1Down:connect(function()
  2352. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2353. uTorso.CFrame = WayPoints["Volcano Win"]
  2354. end)
  2355.  
  2356. SkiLodge.MouseButton1Down:connect(function()
  2357. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2358. uTorso.CFrame = WayPoints["Ski Lodge"]
  2359. end)
  2360.  
  2361. StrangeMan.MouseButton1Down:connect(function()
  2362. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2363. uTorso.CFrame = WayPoints["Strange Man"]
  2364. end)
  2365.  
  2366. FrostTreeArea.MouseButton1Down:connect(function()
  2367. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2368. uTorso.CFrame = WayPoints["Frost Tree"]
  2369. end)
  2370.  
  2371. SnowGlowTreeArea.MouseButton1Down:connect(function()
  2372. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2373. uTorso.CFrame = WayPoints["SnowGlow Tree"]
  2374. end)
  2375.  
  2376. --- Make Greywood ---
  2377.  
  2378. GreywoodStart.MouseButton1Down:Connect(function()
  2379. if GreyStart == "Nothing" then
  2380. GreyStart = "On"
  2381. GreywoodStart.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2382. GreywoodStart.Text = "Stop"
  2383. for i,v in next,workspace.PlayerModels:GetChildren() do
  2384. if v:FindFirstChild("Type") then
  2385. if v.Type.Value == "Blueprint" then
  2386. v.Type.Value = "Structure"
  2387. end
  2388. end
  2389. end
  2390. else
  2391. GreyStart = "Nothing"
  2392. GreywoodStart.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2393. GreywoodStart.Text = "Start"
  2394. for i,v in next,workspace.PlayerModels:GetChildren() do
  2395. if v:FindFirstChild("Type") then
  2396. if v.Type.Value == "Structure" then
  2397. v.Type.Value = "Blueprint"
  2398. end
  2399. end
  2400. end
  2401. end
  2402. end)
  2403.  
  2404. --- Anti AFK ---
  2405.  
  2406. AntiAFK.MouseButton1Down:Connect(function()
  2407. if afkactive == true then
  2408. afkactive = false
  2409. AntiAFK.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2410. AntiAFK.Text = "Start Anti-AFK Mode"
  2411. elseif afkactive == false then
  2412. afkactive = true
  2413. AntiAFK.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2414. AntiAFK.Text = "Stop Anti-AFK Mode"
  2415.  
  2416. logtime = coroutine.wrap(function()
  2417. afktotaltime=0
  2418. while afkactive == true do
  2419. wait(1)
  2420. afktotaltime=afktotaltime+1
  2421. AntiAFKtime.Text = "AFK for: "..afktotaltime.." Seconds"
  2422. end
  2423. end)
  2424.  
  2425. messageBot = coroutine.wrap(function()
  2426. while afkactive == true do
  2427. wait(300)
  2428. possiblechats = {"afk", "Away from keyboard", "I'm AFK"}
  2429. decide=math.random(1,#possiblechats)
  2430. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(possiblechats[decide], "All")
  2431. game.Players:Chat("/e point")
  2432. end
  2433. end)
  2434.  
  2435. moveChar = coroutine.wrap(function()
  2436. plr = game:service'Players'.LocalPlayer
  2437. char = plr.Character
  2438. hum = char:FindFirstChildOfClass'Humanoid'
  2439. while afkactive==true do
  2440. wait(1)
  2441. hum:Move(Vector3.new(1, 0, 0), false)
  2442. wait(1)
  2443. hum:Move(Vector3.new(-1, 0, 0), false)
  2444. wait(1)
  2445. hum:Move(Vector3.new(1, 0, 0), false)
  2446. wait(1)
  2447. hum:Move(Vector3.new(-1, 0, 0), false)
  2448. wait(1)
  2449. hum:Move(Vector3.new(0, 1, 0), false)
  2450. wait(1)
  2451. hum:Move(Vector3.new(0, 1, 0), false)
  2452. wait(60)
  2453. end
  2454. end)
  2455.  
  2456. logtime()
  2457. moveChar()
  2458. messageBot()
  2459. end
  2460. end)
  2461.  
  2462. --- Water Walk ---
  2463.  
  2464. WaterCollide.MouseButton1Down:connect(function()
  2465. if WCollide == "Nothing" then
  2466. WCollide = "On"
  2467. WaterCollide.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2468. WaterCollide.Text = "Water is Solid"
  2469. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  2470. if v:IsA("Part") then
  2471. v.CanCollide = true
  2472. end
  2473. end
  2474. else
  2475. WCollide = "Nothing"
  2476. WaterCollide.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2477. WaterCollide.Text = "Walk on Water"
  2478. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  2479. if v:IsA("Part") then
  2480. v.CanCollide = false
  2481. end
  2482. end
  2483. end
  2484. end)
  2485.  
  2486. --- Plot Tp ---
  2487.  
  2488. PlotTp.MouseButton1Down:connect(function()
  2489. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2490. if v.Owner.Value == game.Players.LocalPlayer then
  2491. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  2492. end
  2493. end
  2494. end)
  2495.  
  2496. ---TP Wood ---
  2497.  
  2498. TPWood.MouseButton1Click:Connect(function()
  2499. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2500. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2501. if Log.Owner.Value == game.Players.LocalPlayer then
  2502. Log:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  2503. for i=1,100 do
  2504. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2505. end
  2506. end
  2507. end
  2508. end
  2509. end)
  2510.  
  2511. --- Sell Wood ---
  2512.  
  2513. SellWood.MouseButton1Click:Connect(function()
  2514. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2515. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2516. if Log.Owner.Value == game.Players.LocalPlayer then
  2517. for i,v in pairs(Log:GetChildren()) do
  2518. if v.Name=="WoodSection" then
  2519. spawn(function()
  2520. for i=1,10 do
  2521. wait()
  2522. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2523. end
  2524. end)
  2525. end
  2526. end
  2527. spawn(function()
  2528. for i=1,20 do
  2529. wait()
  2530. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2531. end
  2532. end)
  2533. end
  2534. end
  2535. end
  2536. end)
  2537.  
  2538. --- Sell Planks ---
  2539.  
  2540. SellPlanks.MouseButton1Click:Connect(function()
  2541. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2542. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  2543. if Plank.Owner.Value == game.Players.LocalPlayer then
  2544. for i,v in pairs(Plank:GetChildren()) do
  2545. if v.Name=="WoodSection" then
  2546. spawn(function()
  2547. for i=1,10 do
  2548. wait()
  2549. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2550. end
  2551. end)
  2552. end
  2553. end
  2554. spawn(function()
  2555. for i=1,20 do
  2556. wait()
  2557. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2558. end
  2559. end)
  2560. end
  2561. end
  2562. end
  2563. end)
  2564.  
  2565. --- God Mode ---
  2566.  
  2567. GodMode.MouseButton1Click:Connect(function()
  2568. GodMode.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2569. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  2570. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2571. l.Parent = game.Players.LocalPlayer.Character
  2572. l.Name = "Humanoid"
  2573. wait(0.1)
  2574. game.Players.LocalPlayer.Character["1"]:Destroy()
  2575. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2576. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2577. l.Changed:Connect(function()
  2578. if l then
  2579. l.WalkSpeed=Walk
  2580. l.JumpPower=Jump
  2581. end
  2582. end)
  2583. end)
  2584.  
  2585. --- Dupe ---
  2586.  
  2587. MoreInfo.MouseButton1Down:connect(function()
  2588. if MoreInfo.Text == "Info" then
  2589. MoreInfo.Text = "Close Info"
  2590. Info.Visible = true
  2591. else
  2592. MoreInfo.Text = "Info"
  2593. Info.Visible = false
  2594. end
  2595. end)
  2596.  
  2597. Option = false
  2598.  
  2599. Dupe.MouseButton1Down:connect(function()
  2600. plr = game:GetService("Players").LocalPlayer
  2601. slot = plr.CurrentSaveSlot
  2602. if Option == false then
  2603. if slot.Value == -1 then
  2604. Option = true
  2605. slot.RobloxLocked = true
  2606. Duper.Text = "Duping Active"
  2607. Duper.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2608. Duper.TextColor3 = Color3.new(1, 1, 1)
  2609. Dupe.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2610. Dupe.TextColor3 = Color3.new(1, 1, 1)
  2611. Dupe.Text = "Duping"
  2612. DupingText1.Text = "Loaded Slot Will NOT Save\n\nMake sure to reload your slot after duping to make sure you get your items back (If you leave before reloading all your changes will be saved)."
  2613. end
  2614. else
  2615. Option = false
  2616. slot.RobloxLocked = false
  2617. Duper.Text = "Item Duping"
  2618. Duper.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2619. Duper.TextColor3 = Color3.new(1, 1, 1)
  2620. Dupe.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2621. Dupe.TextColor3 = Color3.new(1, 1, 1)
  2622. Dupe.Text = "Dupe"
  2623. DupingText1.Text = "Loaded Slot Will Save"
  2624. end
  2625. end)
  2626.  
  2627. --- BTools ---
  2628.  
  2629. CopyTool.MouseButton1Down:connect(function()
  2630. if BTool == "Copy" then
  2631. BTool = "Nothing"
  2632. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2633. else
  2634. BTool = "Copy"
  2635. CopyTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2636. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2637. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2638. end
  2639. end)
  2640.  
  2641. DeleteTool.MouseButton1Down:connect(function()
  2642. if BTool == "Delete" then
  2643. BTool = "Nothing"
  2644. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2645. else
  2646. BTool = "Delete"
  2647. DeleteTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2648. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2649. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2650. end
  2651. end)
  2652.  
  2653. MoveTool.MouseButton1Down:connect(function()
  2654. if BTool == "Move" then
  2655. BTool = "Nothing"
  2656. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2657. else
  2658. BTool = "Move"
  2659. MoveTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2660. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2661. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2662. end
  2663. end)
  2664.  
  2665. Mouse.Button1Up:connect(function()
  2666. MDown = false
  2667. end)
  2668.  
  2669. Mouse.Button1Down:connect(function()
  2670. MDown = true
  2671. if BTool == "Copy" then
  2672. if Mouse.Target ~= nil then
  2673. Clone = Mouse.Target:clone()
  2674. Clone.Parent = game.Workspace
  2675. end
  2676. end
  2677.  
  2678. if BTool == "Delete" then
  2679. if Mouse.Target ~= nil then
  2680. Mouse.Target:remove()
  2681. end
  2682. end
  2683.  
  2684. if BTool == "Move" then
  2685. if Mouse.Target ~= nil then
  2686. MoveObject = Mouse.Target
  2687. end
  2688. end
  2689.  
  2690. wait()
  2691. if Clone ~= nil then
  2692. Clone.CanCollide = false
  2693. repeat
  2694. wait()
  2695. SubX = Clone.Size.X/2
  2696. SubY = Clone.Size.Y/2
  2697. SubZ = Clone.Size.Z/2
  2698. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  2699. until MDown == false
  2700. Clone.CanCollide = true
  2701. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  2702. Clone = nil
  2703. end
  2704.  
  2705. if MoveObject ~= nil then
  2706. MoveObject.CanCollide = false
  2707. repeat
  2708. wait()
  2709. SubX = MoveObject.Size.X/2
  2710. SubY = MoveObject.Size.Y/2
  2711. SubZ = MoveObject.Size.Z/2
  2712. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  2713. until MDown == false
  2714. MoveObject.CanCollide = true
  2715. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  2716. MoveObject= nil
  2717. end
  2718. end)
  2719.  
  2720. --- TP Tool ---
  2721.  
  2722. TPTool.MouseButton1Down:connect(function()
  2723. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2724. Tele.RequiresHandle = false
  2725. Tele.RobloxLocked = true
  2726. Tele.Name = "TPTool"
  2727. Tele.ToolTip = "Teleport Tool"
  2728. Tele.Equipped:connect(function(Mouse)
  2729. Mouse.Button1Down:connect(function()
  2730. if Mouse.Target then
  2731. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  2732. end
  2733. end)
  2734. end)
  2735. end)
  2736.  
  2737. --- Departure ---
  2738.  
  2739. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  2740. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  2741. if Depart.Text == "Ferry Departs: 0" then
  2742. wait(6)
  2743. Depart.Text = "Ferry has Departed"
  2744. else
  2745. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  2746. end
  2747. end)
  2748.  
  2749. --- Spawn Tree ---
  2750.  
  2751. function bringtree(telewoodtype)
  2752. local Wood = {
  2753. "Cherry",
  2754. "Palm",
  2755. "CaveCrawler",
  2756. "Generic",
  2757. "Spooky",
  2758. "Fir",
  2759. "GreenSwampy",
  2760. "Oak",
  2761. "Birch",
  2762. "Volcano",
  2763. "LoneCave",
  2764. "GoldSwampy",
  2765. "Koa",
  2766. "Walnut",
  2767. "Frost",
  2768. "SnowGlow"
  2769. }
  2770.  
  2771. local NewRegionNames = {}
  2772.  
  2773. --Name Changer For Seperating What Is What
  2774.  
  2775. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2776. if l.Name == "TreeRegion" then
  2777. if l ~= nil then
  2778. for i, b in pairs(l:GetChildren()) do
  2779. if b:IsA("Model") then
  2780. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[1] then
  2781. l.Name = Wood[1]
  2782. warn("TreeRegion #1 Has Been Changed To: "..Wood[1])
  2783. table.insert(NewRegionNames, l.Name)
  2784. end
  2785. end
  2786. end
  2787. end
  2788. end
  2789. end
  2790.  
  2791. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2792. if l.Name == "TreeRegion" then
  2793. if l ~= nil then
  2794. for i, b in pairs(l:GetChildren()) do
  2795. if b:IsA("Model") then
  2796. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[2] then
  2797. l.Name = Wood[2]
  2798. warn("TreeRegion #2 Has Been Changed To: "..Wood[2])
  2799. table.insert(NewRegionNames, l.Name)
  2800. end
  2801. end
  2802. end
  2803. end
  2804. end
  2805. end
  2806.  
  2807. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2808. if l.Name == "TreeRegion" then
  2809. if l ~= nil then
  2810. for i, b in pairs(l:GetChildren()) do
  2811. if b:IsA("Model") then
  2812. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[3] then
  2813. l.Name = Wood[3]
  2814. warn("TreeRegion #3 Has Been Changed To: "..Wood[3])
  2815. table.insert(NewRegionNames, l.Name)
  2816. end
  2817. end
  2818. end
  2819. end
  2820. end
  2821. end
  2822.  
  2823. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2824. if l.Name == "TreeRegion" then
  2825. if l ~= nil then
  2826. for i, b in pairs(l:GetChildren()) do
  2827. if b:IsA("Model") then
  2828. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[4] then
  2829. l.Name = Wood[4]
  2830. warn("TreeRegion #4 Has Been Changed To: "..Wood[4])
  2831. table.insert(NewRegionNames, l.Name)
  2832. end
  2833. end
  2834. end
  2835. end
  2836. end
  2837. end
  2838.  
  2839. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2840. if l.Name == "TreeRegion" then
  2841. if l ~= nil then
  2842. for i, b in pairs(l:GetChildren()) do
  2843. if b:IsA("Model") then
  2844. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[5] then
  2845. l.Name = Wood[5]
  2846. warn("TreeRegion #5 Has Been Changed To: "..Wood[5])
  2847. table.insert(NewRegionNames, l.Name)
  2848. end
  2849. end
  2850. end
  2851. end
  2852. end
  2853. end
  2854.  
  2855. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2856. if l.Name == "TreeRegion" then
  2857. if l ~= nil then
  2858. for i, b in pairs(l:GetChildren()) do
  2859. if b:IsA("Model") then
  2860. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[6] then
  2861. l.Name = Wood[6]
  2862. warn("TreeRegion #6 Has Been Changed To: "..Wood[6])
  2863. table.insert(NewRegionNames, l.Name)
  2864. end
  2865. end
  2866. end
  2867. end
  2868. end
  2869. end
  2870.  
  2871. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2872. if l.Name == "TreeRegion" then
  2873. if l ~= nil then
  2874. for i, b in pairs(l:GetChildren()) do
  2875. if b:IsA("Model") then
  2876. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[7] then
  2877. l.Name = Wood[7]
  2878. warn("TreeRegion #7 Has Been Changed To: "..Wood[7])
  2879. table.insert(NewRegionNames, l.Name)
  2880. end
  2881. end
  2882. end
  2883. end
  2884. end
  2885. end
  2886.  
  2887. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2888. if l.Name == "TreeRegion" then
  2889. if l ~= nil then
  2890. for i, b in pairs(l:GetChildren()) do
  2891. if b:IsA("Model") then
  2892. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[8] then
  2893. l.Name = Wood[8]
  2894. warn("TreeRegion #8 Has Been Changed To: "..Wood[8])
  2895. table.insert(NewRegionNames, l.Name)
  2896. end
  2897. end
  2898. end
  2899. end
  2900. end
  2901. end
  2902.  
  2903. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2904. if l.Name == "TreeRegion" then
  2905. if l ~= nil then
  2906. for i, b in pairs(l:GetChildren()) do
  2907. if b:IsA("Model") then
  2908. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[9] then
  2909. l.Name = Wood[9]
  2910. warn("TreeRegion #9 Has Been Changed To: "..Wood[9])
  2911. table.insert(NewRegionNames, l.Name)
  2912. end
  2913. end
  2914. end
  2915. end
  2916. end
  2917. end
  2918.  
  2919. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2920. if l.Name == "TreeRegion" then
  2921. if l ~= nil then
  2922. for i, b in pairs(l:GetChildren()) do
  2923. if b:IsA("Model") then
  2924. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[10] then
  2925. l.Name = Wood[10]
  2926. warn("TreeRegion #10 Has Been Changed To: "..Wood[10])
  2927. table.insert(NewRegionNames, l.Name)
  2928. end
  2929. end
  2930. end
  2931. end
  2932. end
  2933. end
  2934.  
  2935. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2936. if l.Name == "TreeRegion" then
  2937. if l ~= nil then
  2938. for i, b in pairs(l:GetChildren()) do
  2939. if b:IsA("Model") then
  2940. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[11] then
  2941. l.Name = Wood[11]
  2942. warn("TreeRegion #11 Has Been Changed To: "..Wood[11])
  2943. table.insert(NewRegionNames, l.Name)
  2944. end
  2945. end
  2946. end
  2947. end
  2948. end
  2949. end
  2950.  
  2951. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2952. if l.Name == "TreeRegion" then
  2953. if l ~= nil then
  2954. for i, b in pairs(l:GetChildren()) do
  2955. if b:IsA("Model") then
  2956. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[12] then
  2957. l.Name = Wood[12]
  2958. warn("TreeRegion #12 Has Been Changed To: "..Wood[12])
  2959. table.insert(NewRegionNames, l.Name)
  2960. end
  2961. end
  2962. end
  2963. end
  2964. end
  2965. end
  2966.  
  2967. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2968. if l.Name == "TreeRegion" then
  2969. if l ~= nil then
  2970. for i, b in pairs(l:GetChildren()) do
  2971. if b:IsA("Model") then
  2972. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[13] then
  2973. l.Name = Wood[13]
  2974. warn("TreeRegion #13 Has Been Changed To: "..Wood[13])
  2975. table.insert(NewRegionNames, l.Name)
  2976. end
  2977. end
  2978. end
  2979. end
  2980. end
  2981. end
  2982.  
  2983. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2984. if l.Name == "TreeRegion" then
  2985. if l ~= nil then
  2986. for i, b in pairs(l:GetChildren()) do
  2987. if b:IsA("Model") then
  2988. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[14] then
  2989. l.Name = Wood[14]
  2990. warn("TreeRegion #14 Has Been Changed To: "..Wood[14])
  2991. table.insert(NewRegionNames, l.Name)
  2992. end
  2993. end
  2994. end
  2995. end
  2996. end
  2997. end
  2998.  
  2999. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  3000. if l.Name == "TreeRegion" then
  3001. if l ~= nil then
  3002. for i, b in pairs(l:GetChildren()) do
  3003. if b:IsA("Model") then
  3004. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[15] then
  3005. l.Name = Wood[15]
  3006. warn("TreeRegion #15 Has Been Changed To: "..Wood[15])
  3007. table.insert(NewRegionNames, l.Name)
  3008. end
  3009. end
  3010. end
  3011. end
  3012. end
  3013. end
  3014.  
  3015. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  3016. if l.Name == "TreeRegion" then
  3017. if l ~= nil then
  3018. for i, b in pairs(l:GetChildren()) do
  3019. if b:IsA("Model") then
  3020. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[16] then
  3021. l.Name = Wood[16]
  3022. warn("TreeRegion #16 Has Been Changed To: "..Wood[16])
  3023. table.insert(NewRegionNames, l.Name)
  3024. end
  3025. end
  3026. end
  3027. end
  3028. end
  3029. end
  3030.  
  3031. --Names Checker
  3032.  
  3033. for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
  3034. print(v.Name)
  3035. end
  3036.  
  3037. --Teleporter
  3038.  
  3039. if telewoodtype == Wood[1] then
  3040. for i, v in pairs(game:GetService("Workspace")[Wood[1]]:GetChildren()) do
  3041. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[1] then
  3042. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3043. end
  3044. end
  3045. end
  3046.  
  3047. if telewoodtype == Wood[2] then
  3048. for i, v in pairs(game:GetService("Workspace")[Wood[2]]:GetChildren()) do
  3049. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[2] then
  3050. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3051. end
  3052. end
  3053. end
  3054.  
  3055. if telewoodtype == Wood[3] then
  3056. for i, v in pairs(game:GetService("Workspace")[Wood[3]]:GetChildren()) do
  3057. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[3] then
  3058. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3059. end
  3060. end
  3061. end
  3062.  
  3063. if telewoodtype == Wood[4] then
  3064. for i, v in pairs(game:GetService("Workspace")[Wood[4]]:GetChildren()) do
  3065. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[4] then
  3066. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3067. end
  3068. end
  3069. end
  3070.  
  3071. if telewoodtype == Wood[5] then
  3072. for i, v in pairs(game:GetService("Workspace")[Wood[5]]:GetChildren()) do
  3073. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[5] then
  3074. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3075. end
  3076. end
  3077. end
  3078.  
  3079. if telewoodtype == Wood[6] then
  3080. for i, v in pairs(game:GetService("Workspace")[Wood[6]]:GetChildren()) do
  3081. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[6] then
  3082. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3083. end
  3084. end
  3085. end
  3086.  
  3087. if telewoodtype == Wood[7] then
  3088. for i, v in pairs(game:GetService("Workspace")[Wood[7]]:GetChildren()) do
  3089. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[7] then
  3090. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3091. end
  3092. end
  3093. end
  3094.  
  3095. if telewoodtype == Wood[8] then
  3096. for i, v in pairs(game:GetService("Workspace")[Wood[8]]:GetChildren()) do
  3097. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[8] then
  3098. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3099. end
  3100. end
  3101. end
  3102.  
  3103. if telewoodtype == Wood[9] then
  3104. for i, v in pairs(game:GetService("Workspace")[Wood[9]]:GetChildren()) do
  3105. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[9] then
  3106. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3107. end
  3108. end
  3109. end
  3110.  
  3111. if telewoodtype == Wood[10] then
  3112. for i, v in pairs(game:GetService("Workspace")[Wood[10]]:GetChildren()) do
  3113. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[10] then
  3114. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3115. end
  3116. end
  3117. end
  3118.  
  3119. if telewoodtype == Wood[11] then
  3120. for i, v in pairs(game:GetService("Workspace")[Wood[11]]:GetChildren()) do
  3121. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[11] then
  3122. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3123. end
  3124. end
  3125. end
  3126.  
  3127. if telewoodtype == Wood[12] then
  3128. for i, v in pairs(game:GetService("Workspace")[Wood[12]]:GetChildren()) do
  3129. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[12] then
  3130. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3131. end
  3132. end
  3133. end
  3134.  
  3135. if telewoodtype == Wood[13] then
  3136. for i, v in pairs(game:GetService("Workspace")[Wood[13]]:GetChildren()) do
  3137. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[13] then
  3138. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3139. end
  3140. end
  3141. end
  3142.  
  3143. if telewoodtype == Wood[14] then
  3144. for i, v in pairs(game:GetService("Workspace")[Wood[14]]:GetChildren()) do
  3145. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[14] then
  3146. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3147. end
  3148. end
  3149. end
  3150. if telewoodtype == Wood[15] then
  3151. for i, v in pairs(game:GetService("Workspace")[Wood[15]]:GetChildren()) do
  3152. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[15] then
  3153. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3154. end
  3155. end
  3156. end
  3157. if telewoodtype == Wood[16] then
  3158. for i, v in pairs(game:GetService("Workspace")[Wood[16]]:GetChildren()) do
  3159. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[16] then
  3160. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3161. end
  3162. end
  3163. end
  3164.  
  3165. end
  3166.  
  3167. OakTree.MouseButton1Down:Connect(function()
  3168. bringtree('Generic')
  3169. end)
  3170.  
  3171. CherryTree.MouseButton1Down:Connect(function()
  3172. bringtree('Cherry')
  3173. end)
  3174.  
  3175. PalmTree.MouseButton1Down:Connect(function()
  3176. bringtree('Palm')
  3177. end)
  3178.  
  3179. CaveCrawlerTree.MouseButton1Down:Connect(function()
  3180. bringtree('CaveCrawler')
  3181. end)
  3182.  
  3183. SpookyTree.MouseButton1Down:Connect(function()
  3184. bringtree('Spooky')
  3185. end)
  3186.  
  3187. FirTree.MouseButton1Down:Connect(function()
  3188. bringtree('Fir')
  3189. end)
  3190.  
  3191. GreenTree.MouseButton1Down:Connect(function()
  3192. bringtree('GreenSwampy')
  3193. end)
  3194.  
  3195. BirchTree.MouseButton1Down:Connect(function()
  3196. bringtree('Birch')
  3197. end)
  3198.  
  3199. VolcanoTree.MouseButton1Down:Connect(function()
  3200. bringtree('Volcano')
  3201. end)
  3202.  
  3203. EndTimesTree.MouseButton1Down:Connect(function()
  3204. bringtree('LoneCave')
  3205. end)
  3206.  
  3207. ElmTree.MouseButton1Down:Connect(function()
  3208. bringtree('Oak')
  3209. end)
  3210.  
  3211. KoaTree.MouseButton1Down:Connect(function()
  3212. bringtree('Koa')
  3213. end)
  3214.  
  3215. GoldTree.MouseButton1Down:Connect(function()
  3216. bringtree('GoldSwampy')
  3217. end)
  3218.  
  3219. WalnutTree.MouseButton1Down:Connect(function()
  3220. bringtree('Walnut')
  3221. end)
  3222.  
  3223. FrostyTree.MouseButton1Down:Connect(function()
  3224. bringtree('Frost')
  3225. end)
  3226.  
  3227. SnowGlowTree.MouseButton1Down:Connect(function()
  3228. bringtree('SnowGlow')
  3229. end)
  3230.  
  3231. --- ReJoin Server ---
  3232.  
  3233. ReJoinServer.MouseButton1Down:connect(function()
  3234. local placeId = "13822889"
  3235. game:GetService("TeleportService"):Teleport(placeId)
  3236. end)
  3237.  
  3238. --- End ---
Add Comment
Please, Sign In to add comment