Advertisement
Guest User

Untitled

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