howie9983

Lumber tycoon 2 gui

Oct 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.14 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local ExitButton = Instance.new("TextButton")
  7. local MiniMazeButton = Instance.new("TextButton")
  8. local AutoDupe = Instance.new("TextButton")
  9. local StopDupe = Instance.new("TextButton")
  10. local TpPlanks = Instance.new("TextButton")
  11. local SellPlanks = Instance.new("TextButton")
  12. local BringWood = Instance.new("TextButton")
  13. local SellWood = Instance.new("TextButton")
  14. local NormalLand = Instance.new("TextButton")
  15. local StopLand = Instance.new("TextButton")
  16. local WayPoint = Instance.new("TextButton")
  17. local WayPoint_2 = Instance.new("TextButton")
  18. local TpGifts = Instance.new("TextButton")
  19. local BringUp = Instance.new("TextButton")
  20. local HailStone = Instance.new("TextButton")
  21. local Speed = Instance.new("TextButton")
  22. local Jpower = Instance.new("TextButton")
  23. local GoldAxe = Instance.new("TextButton")
  24. local TextLabel = Instance.new("TextLabel")
  25. local TextLabel_2 = Instance.new("TextLabel")
  26. local LT2GUD = Instance.new("TextButton")
  27. local DupeGui = Instance.new("TextButton")
  28. local OpenButton = Instance.new("TextButton")
  29. --Properties:
  30. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. MainFrame.Name = "MainFrame"
  33. MainFrame.Parent = ScreenGui
  34. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  35. MainFrame.Position = UDim2.new(0.0925266892, 0, 0.221343875, 0)
  36. MainFrame.Size = UDim2.new(0, 560, 0, 218)
  37. MainFrame.Active = true
  38. MainFrame.Draggable = true
  39.  
  40. ExitButton.Name = "ExitButton"
  41. ExitButton.Parent = MainFrame
  42. ExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  43. ExitButton.BorderColor3 = Color3.new(0, 1, 0)
  44. ExitButton.BorderSizePixel = 3
  45. ExitButton.Position = UDim2.new(0, 0, -0.00917431153, 0)
  46. ExitButton.Size = UDim2.new(0, 47, 0, 41)
  47. ExitButton.Font = Enum.Font.SciFi
  48. ExitButton.Text = "x"
  49. ExitButton.TextColor3 = Color3.new(0, 1, 0)
  50. ExitButton.TextScaled = true
  51. ExitButton.TextSize = 14
  52. ExitButton.TextWrapped = true
  53. ExitButton.MouseButton1Click:connect(function()
  54. MainFrame.Visible = false
  55. end)
  56. MiniMazeButton.Name = "MiniMazeButton"
  57. MiniMazeButton.Parent = MainFrame
  58. MiniMazeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  59. MiniMazeButton.BorderColor3 = Color3.new(0, 1, 0)
  60. MiniMazeButton.BorderSizePixel = 3
  61. MiniMazeButton.Position = UDim2.new(0.0910714269, 0, -0.00917431153, 0)
  62. MiniMazeButton.Size = UDim2.new(0, 50, 0, 47)
  63. MiniMazeButton.Font = Enum.Font.SciFi
  64. MiniMazeButton.Text = "-"
  65. MiniMazeButton.TextColor3 = Color3.new(0, 1, 0)
  66. MiniMazeButton.TextScaled = true
  67. MiniMazeButton.TextSize = 14
  68. MiniMazeButton.TextWrapped = true
  69. MiniMazeButton.MouseButton1Click:connect(function()
  70. MainFrame.Visible = false
  71. OpenButton.Visible = true
  72. end)
  73. AutoDupe.Name = "AutoDupe"
  74. AutoDupe.Parent = MainFrame
  75. AutoDupe.BackgroundColor3 = Color3.new(0, 0, 0)
  76. AutoDupe.BorderColor3 = Color3.new(0, 1, 0)
  77. AutoDupe.BorderSizePixel = 5
  78. AutoDupe.Position = UDim2.new(0.00714285765, 0, 0.426605493, 0)
  79. AutoDupe.Size = UDim2.new(0, 97, 0, 41)
  80. AutoDupe.Font = Enum.Font.SciFi
  81. AutoDupe.Text = "AutoDupe"
  82. AutoDupe.TextColor3 = Color3.new(0, 1, 0)
  83. AutoDupe.TextScaled = true
  84. AutoDupe.TextSize = 14
  85. AutoDupe.TextWrapped = true
  86. AutoDupe.MouseButton1Down:connect(function()
  87. Screen = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  88. Scrolling = Instance.new("ScrollingFrame",Screen)
  89. Scrolling.Size = UDim2.new(0,300,0,500)
  90. Scrolling.CanvasSize = UDim2.new(0,300,3,0)
  91. Exit = Instance.new("TextButton", Scrolling)
  92. Exit.Size = UDim2.new(0,30,0,20)
  93. Exit.Position = UDim2.new(1,-40,0,0)
  94. Exit.Text = "Exit"
  95. DontTP = Instance.new("TextButton", Scrolling)
  96. DontTP.Size = UDim2.new(0,40,0,40)
  97. DontTP.Position = UDim2.new(1,-60,0,50)
  98. DontTP.Text = "Don't TP back"
  99. DontTP.TextWrapped = true
  100. DontTPVar = false
  101. DontTP.MouseButton1Click:connect(function()
  102. DontTPVar = true
  103. end)
  104. Exit.MouseButton1Click:connect(function()
  105. Screen:Destroy()
  106. end)
  107. g = 0
  108. Sniggle = false
  109. gg = {}
  110. function Start()
  111. Sniggle = true
  112. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  113. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  114. if v:FindFirstChild("TreeClass") then
  115. game:GetService("RunService").RenderStepped:wait()
  116. if Scrolling:FindFirstChild(v.TreeClass.Value) then
  117. if not gg[i] then
  118. Scrolling[v.TreeClass.Value.." Value"].Value = Scrolling[v.TreeClass.Value.." Value"].Value+1
  119. Scrolling[v.TreeClass.Value].Text = v.TreeClass.Value.." ("..Scrolling[v.TreeClass.Value.." Value"].Value..")"
  120. end
  121. else
  122. g = g+1
  123. TreeButton = Instance.new("TextButton",Scrolling)
  124. TreeButton.Size = UDim2.new(0,100,0,50)
  125. TreeButton.Position = UDim2.new(0,10,0,70*g)
  126. TreeButton.Name = v.TreeClass.Value
  127. TreeButton.Text = v.TreeClass.Value.." (1)"
  128. TreeButton.MouseButton1Click:connect(function()
  129. Scrolling.Visible = false
  130. TP(TreeButton.Name)
  131. end)
  132. TreeVal = Instance.new("NumberValue",Scrolling)
  133. TreeVal.Name = v.TreeClass.Value.." Value"
  134. TreeVal.Value = 1
  135. gg[i] = v.TreeClass.Value
  136. end
  137. end
  138. end
  139. end
  140. end
  141. if not Sniggle then
  142. Start()
  143. end
  144. --[[game.Workspace.PlayerModels.ChildAdded:connect(function(Item)
  145. Item:WaitForChild("Owner")
  146. if Item.Owner.Value == game.Players.LocalPlayer then
  147. Start()
  148. end
  149. end)]]
  150. game.Workspace.PlayerModels.ChildRemoved:connect(function(Item)
  151. if Item:FindFirstChild("Owner") and Item.Owner.Value == game.Players.LocalPlayer and Item:FindFirstChild("TreeClass") and Scrolling[Item.TreeClass.Value.." Value"] then
  152. Scrolling[Item.TreeClass.Value.." Value"].Value = Scrolling[Item.TreeClass.Value.." Value"].Value-1
  153. if Scrolling[Item.TreeClass.Value.." Value"].Value == 0 then
  154. Scrolling[Item.TreeClass.Value]:Destroy()
  155. Scrolling[Item.TreeClass.Value.." Value"]:Destroy()
  156. else
  157. Scrolling[Item.TreeClass.Value].Text = Item.TreeClass.Value.." ("..Scrolling[Item.TreeClass.Value.." Value"].Value..")"
  158. end
  159. end
  160. end)
  161.  
  162. function TP(Name)
  163. sendNotice = game.ReplicatedStorage.Notices.SendUserNotice
  164. sendNotice:Fire("Click on a whitelisted base")
  165. local ButtonPress
  166. ButtonPress = game.Players.LocalPlayer:GetMouse().Button1Down:Connect(function()
  167. Square = game.Players.LocalPlayer:GetMouse().Target
  168. if (Square.Name == "OriginSquare" or Square.Name == "Square") then
  169. ButtonPress:Disconnect()
  170. game.ReplicatedStorage.LoadSaveRequests.RequestSave:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value)
  171. local success, errorMessage = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value,game.Players.LocalPlayer)
  172. if success then
  173. print'Initial Reload Success'
  174. sendNotice:Fire("Reload success", 0.8)
  175. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = true
  176. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = true
  177. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  178. if v:FindFirstChild("TreeClass") and v.TreeClass.Value == Name and v.Owner.Value == game.Players.LocalPlayer then
  179. v:MoveTo(Square.Position)
  180. v.Name = "TpMe"
  181. for i=1,10 do
  182. game:GetService("RunService").RenderStepped:wait()
  183. for i=1,10 do
  184. v.WoodSection.CFrame = (CFrame.new(Vector3.new(Square.Position.X,Square.Position.Y+5,Square.Position.Z))*CFrame.Angles(math.rad(90),0,0))
  185. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  186. end
  187. end
  188. end
  189. end
  190. Wait = 0
  191. while Wait < 60 do
  192. Wait = Wait + 1
  193. sendNotice:Fire("Waiting: "..60-Wait,1)
  194. wait(1)
  195. end
  196. local succes, errormessage = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value,game.Players.LocalPlayer)
  197. if succes then
  198. sendNotice:Fire("Reload success", 0.8)
  199. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = false
  200. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = false
  201. if not DontTPVar then
  202. DontTPVar = false
  203. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  204. if v.Owner and v.Owner.Value == game.Players.LocalPlayer and v:FindFirstChild("OriginSquare") then
  205. Square = v.OriginSquare
  206. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  207. if v.Name == "TpMe" then
  208. v.Name = "Model"
  209. print'Secondary Reload Success'
  210. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = false
  211. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = false
  212. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v)
  213. v:MoveTo(Square.Position)
  214. for i=1,10 do
  215. game:GetService("RunService").RenderStepped:wait()
  216. for i=1,10 do
  217. v.WoodSection.CFrame = (CFrame.new(Vector3.new(Square.Position.X,Square.Position.Y+5,Square.Position.Z))*CFrame.Angles(math.rad(90),0,0))
  218. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  219. end
  220. end
  221. Scrolling.Visible = true
  222. end
  223. end
  224. end
  225. end
  226. end
  227. else
  228. print('Secondary Reload Error: '..errormessage)
  229. sendNotice:Fire(errormessage)
  230. end
  231. else
  232. OOF = true
  233. while OOF do
  234. wait(0.5)
  235. local _,Fail = game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(game.Players.LocalPlayer.CurrentSaveSlot.Value,game.Players.LocalPlayer)
  236. print(string.sub(Fail,49,50))
  237. if tonumber(string.sub(Fail,49,50)) == 1 then
  238. OOF = false
  239. end
  240. print('Initial Reload Error: '..Fail)
  241. Deb = true
  242. sendNotice:Fire("Wait "..string.sub(Fail,49,50),1)
  243. end
  244. if Deb then
  245. Deb = false
  246. TP(Name)
  247. end
  248. end
  249. end
  250. end)
  251. game.Players.LocalPlayer.CurrentSaveSlot.RobloxLocked = false
  252. game.Players.LocalPlayer.CurrentSaveSlot.Set.RobloxLocked = false
  253. end
  254.  
  255. function restartStart()
  256.  
  257. end
  258. --game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer()
  259. --v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  260.  
  261. --game.Players.LocalPlayer.PlayerGui.ScreenGui:Destroy()
  262. end)
  263. StopDupe.Name = "StopDupe"
  264. StopDupe.Parent = MainFrame
  265. StopDupe.BackgroundColor3 = Color3.new(0, 0, 0)
  266. StopDupe.BorderColor3 = Color3.new(0, 1, 0)
  267. StopDupe.BorderSizePixel = 5
  268. StopDupe.Position = UDim2.new(0.00714285718, 0, 0.848623872, 0)
  269. StopDupe.Size = UDim2.new(0, 97, 0, 28)
  270. StopDupe.Font = Enum.Font.SciFi
  271. StopDupe.Text = "StopDupe"
  272. StopDupe.TextColor3 = Color3.new(0, 1, 0)
  273. StopDupe.TextScaled = true
  274. StopDupe.TextSize = 14
  275. StopDupe.TextWrapped = true
  276. StopDupe.MouseButton1Down:connect(function()
  277. option = false
  278.  
  279. a = game.Players.LocalPlayer.CurrentSaveSlot
  280. a.RobloxLocked = option
  281. a.Set.RobloxLocked = option
  282. print(a.Value)
  283.  
  284. if a.RobloxLocked == true then
  285. print("CurrentSaveSlot RobloxLocked = true, save file won't save")
  286. print("Set RobloxLocked = true, save file won't save")
  287.  
  288. else
  289.  
  290. print("CurrentSaveSlot RobloxLocked = false, save file will save")
  291. print("Set RobloxLocked = false, save file will save")
  292. end
  293. end)
  294. TpPlanks.Name = "TpPlanks"
  295. TpPlanks.Parent = MainFrame
  296. TpPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  297. TpPlanks.BorderColor3 = Color3.new(0, 1, 0)
  298. TpPlanks.BorderSizePixel = 5
  299. TpPlanks.Position = UDim2.new(0.18928571, 0, 0.848623872, 0)
  300. TpPlanks.Size = UDim2.new(0, 96, 0, 28)
  301. TpPlanks.Font = Enum.Font.SciFi
  302. TpPlanks.Text = "Tp Planks"
  303. TpPlanks.TextColor3 = Color3.new(0, 1, 0)
  304. TpPlanks.TextScaled = true
  305. TpPlanks.TextSize = 14
  306. TpPlanks.TextWrapped = true
  307. TpPlanks.MouseButton1Down:connect(function()
  308. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  309. if Plank.Name == "Plank" and Plank.Owner.Value==service.Players.LocalPlayer then
  310. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  311. for i=1,100 do
  312. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  313. end
  314. end
  315. end
  316. end)
  317. SellPlanks.Name = "SellPlanks"
  318. SellPlanks.Parent = MainFrame
  319. SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  320. SellPlanks.BorderColor3 = Color3.new(0, 1, 0)
  321. SellPlanks.BorderSizePixel = 5
  322. SellPlanks.Position = UDim2.new(0.5625, 0, 0.646789014, 0)
  323. SellPlanks.Size = UDim2.new(0, 92, 0, 34)
  324. SellPlanks.Font = Enum.Font.SciFi
  325. SellPlanks.Text = "SellPlanks"
  326. SellPlanks.TextColor3 = Color3.new(0, 1, 0)
  327. SellPlanks.TextScaled = true
  328. SellPlanks.TextSize = 14
  329. SellPlanks.TextWrapped = true
  330. SellPlanks.MouseButton1Down:connect(function()
  331. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  332. if Plank.Name=="Plank" and Plank.Owner.Value==service.Players.LocalPlayer then
  333. for i,v in pairs(Plank:GetChildren()) do
  334. if v.Name=="WoodSection" then
  335. spawn(function()
  336. for i=1,10 do
  337. wait()
  338. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  339. end
  340. end)
  341. end
  342. end
  343. spawn(function()
  344. for i=1,20 do
  345. wait()
  346. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  347. end
  348. end)
  349. end
  350. end
  351. end)
  352. BringWood.Name = "BringWood"
  353. BringWood.Parent = MainFrame
  354. BringWood.BackgroundColor3 = Color3.new(0, 0, 0)
  355. BringWood.BorderColor3 = Color3.new(0, 1, 0)
  356. BringWood.BorderSizePixel = 5
  357. BringWood.Position = UDim2.new(0.5625, 0, 0.211009175, 0)
  358. BringWood.Size = UDim2.new(0, 92, 0, 38)
  359. BringWood.Font = Enum.Font.SciFi
  360. BringWood.Text = "BringWood"
  361. BringWood.TextColor3 = Color3.new(0, 1, 0)
  362. BringWood.TextScaled = true
  363. BringWood.TextSize = 14
  364. BringWood.TextWrapped = true
  365. BringWood.MouseButton1Down:connect(function()
  366. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  367. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  368. if Log.Owner.Value == game.Players.LocalPlayer then
  369. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,15,0))
  370. end
  371. end
  372. end
  373. end)
  374. SellWood.Name = "SellWood"
  375. SellWood.Parent = MainFrame
  376. SellWood.BackgroundColor3 = Color3.new(0, 0, 0)
  377. SellWood.BorderColor3 = Color3.new(0, 1, 0)
  378. SellWood.BorderSizePixel = 5
  379. SellWood.Position = UDim2.new(0.00714285765, 0, 0.646789014, 0)
  380. SellWood.Size = UDim2.new(0, 97, 0, 34)
  381. SellWood.Font = Enum.Font.SciFi
  382. SellWood.Text = "SellWood"
  383. SellWood.TextColor3 = Color3.new(0.333333, 1, 0)
  384. SellWood.TextScaled = true
  385. SellWood.TextSize = 14
  386. SellWood.TextWrapped = true
  387. SellWood.MouseButton1Click:Connect(function()
  388. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  389. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  390. if Log.Owner.Value == service.Players.LocalPlayer then
  391. for i,v in pairs(Log:GetChildren()) do
  392. if v.Name=="WoodSection" then
  393. spawn(function()
  394. for i=1,10 do
  395. wait()
  396. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  397. end
  398. end)
  399. end
  400. end
  401. spawn(function()
  402. for i=1,20 do
  403. wait()
  404. Service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  405. end
  406. end)
  407. end
  408. end
  409. end
  410. end)
  411. NormalLand.Name = "Normal Land"
  412. NormalLand.Parent = MainFrame
  413. NormalLand.BackgroundColor3 = Color3.new(0, 0, 0)
  414. NormalLand.BorderColor3 = Color3.new(0, 1, 0)
  415. NormalLand.BorderSizePixel = 5
  416. NormalLand.Position = UDim2.new(0.18928571, 0, 0.211009175, 0)
  417. NormalLand.Size = UDim2.new(0, 96, 0, 38)
  418. NormalLand.Font = Enum.Font.SciFi
  419. NormalLand.Text = "Normal Land"
  420. NormalLand.TextColor3 = Color3.new(0, 1, 0)
  421. NormalLand.TextScaled = true
  422. NormalLand.TextSize = 14
  423. NormalLand.TextWrapped = true
  424. NormalLand.MouseButton1Down:connect(function()
  425. _G.TPStuff = true
  426. while _G.TPStuff == true do
  427. wait(5)
  428. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  429. if v.Owner.Value == game.Players.LocalPlayer then
  430. game.ReplicatedStorage.PropertyPurchasing.ClientExpandedProperty:FireServer(v,CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position))
  431. end
  432. end
  433. end
  434. end)
  435. StopLand.Name = "StopLand"
  436. StopLand.Parent = MainFrame
  437. StopLand.BackgroundColor3 = Color3.new(0, 0, 0)
  438. StopLand.BorderColor3 = Color3.new(0, 1, 0)
  439. StopLand.BorderSizePixel = 5
  440. StopLand.Position = UDim2.new(0.375, 0, 0.426605493, 0)
  441. StopLand.Size = UDim2.new(0, 95, 0, 41)
  442. StopLand.Font = Enum.Font.SciFi
  443. StopLand.Text = "StopLand"
  444. StopLand.TextColor3 = Color3.new(0, 1, 0)
  445. StopLand.TextScaled = true
  446. StopLand.TextSize = 14
  447. StopLand.TextWrapped = true
  448. StopLand.MouseButton1Down:connect(function()
  449. _G.TPStuff = false
  450. while _G.TPStuff == true do
  451. wait(5)
  452. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  453. if v.Owner.Value == game.Players.LocalPlayer then
  454. game.ReplicatedStorage.PropertyPurchasing.ClientExpandedProperty:FireServer(v,CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position))
  455. end
  456. end
  457. end
  458. end)
  459. WayPoint.Name = "WayPoint"
  460. WayPoint.Parent = MainFrame
  461. WayPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  462. WayPoint.BorderColor3 = Color3.new(0, 1, 0)
  463. WayPoint.BorderSizePixel = 5
  464. WayPoint.Position = UDim2.new(0.00714285765, 0, 0.206422016, 0)
  465. WayPoint.Size = UDim2.new(0, 97, 0, 38)
  466. WayPoint.Font = Enum.Font.SciFi
  467. WayPoint.Text = "WayPoints"
  468. WayPoint.TextColor3 = Color3.new(0, 1, 0)
  469. WayPoint.TextScaled = true
  470. WayPoint.TextSize = 14
  471. WayPoint.TextStrokeColor3 = Color3.new(0, 1, 0)
  472. WayPoint.TextWrapped = true
  473. WayPoint.MouseButton1Down:connect(function()
  474. -- Farewell Infortality.
  475. -- Version: 2.82
  476. -- Instances:
  477. local ScreenGui = Instance.new("ScreenGui")
  478. local WayPointFrame = Instance.new("Frame")
  479. local ExitButton = Instance.new("TextButton")
  480. local MiniMazeButton = Instance.new("TextButton")
  481. local TopBar = Instance.new("Frame")
  482. local EndTimes = Instance.new("TextButton")
  483. local Cave = Instance.new("TextButton")
  484. local Volcano = Instance.new("TextButton")
  485. local Palm = Instance.new("TextButton")
  486. local Swamp = Instance.new("TextButton")
  487. local bobshack = Instance.new("TextButton")
  488. local SkiiLodge = Instance.new("TextButton")
  489. local WoodRus = Instance.new("TextButton")
  490. local Cars = Instance.new("TextButton")
  491. local LinksLogic = Instance.new("TextButton")
  492. local FancyFurnishing = Instance.new("TextButton")
  493. local StrangeMan = Instance.new("TextButton")
  494. local Den = Instance.new("TextButton")
  495. local Spawn = Instance.new("TextButton")
  496. local FineArt = Instance.new("TextButton")
  497. local YellowWood = Instance.new("TextButton")
  498. local IceTree = Instance.new("TextButton")
  499. local OpenButton = Instance.new("TextButton")
  500. --Properties:
  501. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  502.  
  503. WayPointFrame.Name = "WayPointFrame"
  504. WayPointFrame.Parent = ScreenGui
  505. WayPointFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  506. WayPointFrame.BorderColor3 = Color3.new(0, 1, 0)
  507. WayPointFrame.BorderSizePixel = 5
  508. WayPointFrame.Position = UDim2.new(0.774614453, 0, 0.0355731249, 0)
  509. WayPointFrame.Size = UDim2.new(0, 125, 0, 469)
  510. WayPointFrame.Active = true
  511. WayPointFrame.Draggable = true
  512.  
  513. ExitButton.Name = "ExitButton"
  514. ExitButton.Parent = WayPointFrame
  515. ExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  516. ExitButton.BorderColor3 = Color3.new(0, 1, 0)
  517. ExitButton.BorderSizePixel = 2
  518. ExitButton.Position = UDim2.new(0.744000018, 0, 0, 0)
  519. ExitButton.Size = UDim2.new(0, 32, 0, 12)
  520. ExitButton.Font = Enum.Font.SciFi
  521. ExitButton.Text = "x"
  522. ExitButton.TextColor3 = Color3.new(0, 1, 0)
  523. ExitButton.TextScaled = true
  524. ExitButton.TextSize = 14
  525. ExitButton.TextWrapped = true
  526. ExitButton.MouseButton1Click:connect(function()
  527. WayPointFrame.Visible = false
  528. end)
  529. MiniMazeButton.Name = "MiniMazeButton"
  530. MiniMazeButton.Parent = WayPointFrame
  531. MiniMazeButton.BackgroundColor3 = Color3.new(0, 0, 0)
  532. MiniMazeButton.BorderColor3 = Color3.new(0, 1, 0)
  533. MiniMazeButton.BorderSizePixel = 2
  534. MiniMazeButton.Position = UDim2.new(0.495999992, 0, 0, 0)
  535. MiniMazeButton.Size = UDim2.new(0, 31, 0, 12)
  536. MiniMazeButton.Font = Enum.Font.SciFi
  537. MiniMazeButton.Text = "-"
  538. MiniMazeButton.TextColor3 = Color3.new(0, 1, 0)
  539. MiniMazeButton.TextScaled = true
  540. MiniMazeButton.TextSize = 14
  541. MiniMazeButton.TextWrapped = true
  542. MiniMazeButton.MouseButton1Click:connect(function()
  543. WayPointFrame.Visible = false
  544. OpenButton.Visible = true
  545. end)
  546. TopBar.Name = "TopBar"
  547. TopBar.Parent = WayPointFrame
  548. TopBar.BackgroundColor3 = Color3.new(0, 0, 0)
  549. TopBar.BorderColor3 = Color3.new(0, 1, 0)
  550. TopBar.BorderSizePixel = 2
  551. TopBar.Size = UDim2.new(0, 62, 0, 12)
  552.  
  553. EndTimes.Name = "EndTimes"
  554. EndTimes.Parent = WayPointFrame
  555. EndTimes.BackgroundColor3 = Color3.new(0, 0, 0)
  556. EndTimes.BorderColor3 = Color3.new(0, 1, 0)
  557. EndTimes.BorderSizePixel = 2
  558. EndTimes.Position = UDim2.new(0.0560000017, 0, 0.0538404807, 0)
  559. EndTimes.Size = UDim2.new(0, 111, 0, 24)
  560. EndTimes.Font = Enum.Font.SciFi
  561. EndTimes.Text = "EndTimes"
  562. EndTimes.TextColor3 = Color3.new(0, 1, 0)
  563. EndTimes.TextScaled = true
  564. EndTimes.TextSize = 14
  565. EndTimes.TextWrapped = true
  566. EndTimes.MouseButton1Click:connect(function()
  567. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -214, -951))end
  568. )
  569. Cave.Name = "Cave"
  570. Cave.Parent = WayPointFrame
  571. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  572. Cave.BorderColor3 = Color3.new(0, 1, 0)
  573. Cave.BorderSizePixel = 2
  574. Cave.Position = UDim2.new(0.0560000017, 0, 0.107635289, 0)
  575. Cave.Size = UDim2.new(0, 111, 0, 24)
  576. Cave.Font = Enum.Font.SciFi
  577. Cave.Text = "Cave"
  578. Cave.TextColor3 = Color3.new(0, 1, 0)
  579. Cave.TextScaled = true
  580. Cave.TextSize = 14
  581. Cave.TextWrapped = true
  582. Cave.MouseButton1Down:connect(function()
  583. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,-179,430))end
  584. )
  585. Volcano.Name = "Volcano"
  586. Volcano.Parent = WayPointFrame
  587. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  588. Volcano.BorderColor3 = Color3.new(0, 1, 0)
  589. Volcano.BorderSizePixel = 2
  590. Volcano.Position = UDim2.new(0.0560000017, 0, 0.162899897, 0)
  591. Volcano.Size = UDim2.new(0, 111, 0, 24)
  592. Volcano.Font = Enum.Font.SciFi
  593. Volcano.Text = "Volcano"
  594. Volcano.TextColor3 = Color3.new(0, 1, 0)
  595. Volcano.TextScaled = true
  596. Volcano.TextSize = 14
  597. Volcano.TextWrapped = true
  598. Volcano.MouseButton1Down:connect(function()
  599. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585,622,1140))end
  600. )
  601. Palm.Name = "Palm"
  602. Palm.Parent = WayPointFrame
  603. Palm.BackgroundColor3 = Color3.new(0, 0, 0)
  604. Palm.BorderColor3 = Color3.new(0, 1, 0)
  605. Palm.BorderSizePixel = 2
  606. Palm.Position = UDim2.new(0.0560000017, 0, 0.216694683, 0)
  607. Palm.Size = UDim2.new(0, 111, 0, 24)
  608. Palm.Font = Enum.Font.SciFi
  609. Palm.Text = "Palm"
  610. Palm.TextColor3 = Color3.new(0, 1, 0)
  611. Palm.TextScaled = true
  612. Palm.TextSize = 14
  613. Palm.TextWrapped = true
  614. Palm.MouseButton1Click:connect(function()
  615. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))end
  616. )
  617. Swamp.Name = "Swamp"
  618. Swamp.Parent = WayPointFrame
  619. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  620. Swamp.BorderColor3 = Color3.new(0, 1, 0)
  621. Swamp.BorderSizePixel = 2
  622. Swamp.Position = UDim2.new(0.0560000017, 0, 0.270640463, 0)
  623. Swamp.Size = UDim2.new(0, 111, 0, 24)
  624. Swamp.Font = Enum.Font.SciFi
  625. Swamp.Text = "Swamp"
  626. Swamp.TextColor3 = Color3.new(0, 1, 0)
  627. Swamp.TextScaled = true
  628. Swamp.TextSize = 14
  629. Swamp.TextWrapped = true
  630. Swamp.MouseButton1Click:connect(function()
  631. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209,132,-801))end
  632. )
  633. bobshack.Name = "bobshack"
  634. bobshack.Parent = WayPointFrame
  635. bobshack.BackgroundColor3 = Color3.new(0, 0, 0)
  636. bobshack.BorderColor3 = Color3.new(0, 1, 0)
  637. bobshack.BorderSizePixel = 2
  638. bobshack.Position = UDim2.new(0.0560000017, 0, 0.326247483, 0)
  639. bobshack.Size = UDim2.new(0, 111, 0, 24)
  640. bobshack.Font = Enum.Font.SciFi
  641. bobshack.Text = "Bobshack"
  642. bobshack.TextColor3 = Color3.new(0, 1, 0)
  643. bobshack.TextScaled = true
  644. bobshack.TextSize = 14
  645. bobshack.TextWrapped = true
  646. bobshack.MouseButton1Click:connect(function()
  647. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))end
  648. )
  649. SkiiLodge.Name = "SkiiLodge"
  650. SkiiLodge.Parent = WayPointFrame
  651. SkiiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
  652. SkiiLodge.BorderColor3 = Color3.new(0, 1, 0)
  653. SkiiLodge.BorderSizePixel = 2
  654. SkiiLodge.Position = UDim2.new(0.0560000017, 0, 0.379968107, 0)
  655. SkiiLodge.Size = UDim2.new(0, 111, 0, 24)
  656. SkiiLodge.Font = Enum.Font.SciFi
  657. SkiiLodge.Text = "SkiiLodge"
  658. SkiiLodge.TextColor3 = Color3.new(0, 1, 0)
  659. SkiiLodge.TextScaled = true
  660. SkiiLodge.TextSize = 14
  661. SkiiLodge.TextWrapped = true
  662. SkiiLodge.MouseButton1Click:connect(function()
  663. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))end
  664. )
  665. WoodRus.Name = "WoodRus"
  666. WoodRus.Parent = WayPointFrame
  667. WoodRus.BackgroundColor3 = Color3.new(0, 0, 0)
  668. WoodRus.BorderColor3 = Color3.new(0, 1, 0)
  669. WoodRus.BorderSizePixel = 2
  670. WoodRus.Position = UDim2.new(0.0560000017, 0, 0.435800284, 0)
  671. WoodRus.Size = UDim2.new(0, 111, 0, 24)
  672. WoodRus.Font = Enum.Font.SciFi
  673. WoodRus.Text = "WoodRus"
  674. WoodRus.TextColor3 = Color3.new(0.333333, 1, 0)
  675. WoodRus.TextScaled = true
  676. WoodRus.TextSize = 14
  677. WoodRus.TextWrapped = true
  678. WoodRus.MouseButton1Click:connect(function()
  679. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))end
  680. )
  681. Cars.Name = "Cars"
  682. Cars.Parent = WayPointFrame
  683. Cars.BackgroundColor3 = Color3.new(0, 0, 0)
  684. Cars.BorderColor3 = Color3.new(0, 1, 0)
  685. Cars.BorderSizePixel = 2
  686. Cars.Position = UDim2.new(0.0560000017, 0, 0.491709232, 0)
  687. Cars.Size = UDim2.new(0, 111, 0, 24)
  688. Cars.Font = Enum.Font.SciFi
  689. Cars.Text = "Cars"
  690. Cars.TextColor3 = Color3.new(0, 1, 0)
  691. Cars.TextScaled = true
  692. Cars.TextSize = 14
  693. Cars.TextWrapped = true
  694. Cars.MouseButton1Click:connect(function()
  695. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))end
  696. )
  697. LinksLogic.Name = "LinksLogic"
  698. LinksLogic.Parent = WayPointFrame
  699. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  700. LinksLogic.BorderColor3 = Color3.new(0, 1, 0)
  701. LinksLogic.BorderSizePixel = 2
  702. LinksLogic.Position = UDim2.new(0.0560000017, 0, 0.545429885, 0)
  703. LinksLogic.Size = UDim2.new(0, 111, 0, 24)
  704. LinksLogic.Font = Enum.Font.SciFi
  705. LinksLogic.Text = "LinksLogic"
  706. LinksLogic.TextColor3 = Color3.new(0, 1, 0)
  707. LinksLogic.TextScaled = true
  708. LinksLogic.TextSize = 14
  709. LinksLogic.TextWrapped = true
  710. LinksLogic.MouseButton1Click:connect(function()
  711. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))end
  712. )
  713. FancyFurnishing.Name = "FancyFurnishing"
  714. FancyFurnishing.Parent = WayPointFrame
  715. FancyFurnishing.BackgroundColor3 = Color3.new(0, 0, 0)
  716. FancyFurnishing.BorderColor3 = Color3.new(0, 1, 0)
  717. FancyFurnishing.BorderSizePixel = 2
  718. FancyFurnishing.Position = UDim2.new(0.0560000017, 0, 0.59899956, 0)
  719. FancyFurnishing.Size = UDim2.new(0, 111, 0, 24)
  720. FancyFurnishing.Font = Enum.Font.SciFi
  721. FancyFurnishing.Text = "FancyFurnishing "
  722. FancyFurnishing.TextColor3 = Color3.new(0, 1, 0)
  723. FancyFurnishing.TextScaled = true
  724. FancyFurnishing.TextSize = 14
  725. FancyFurnishing.TextWrapped = true
  726. FancyFurnishing.MouseButton1Click:connect(function()
  727. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1720))end
  728. )
  729. StrangeMan.Name = "StrangeMan"
  730. StrangeMan.Parent = WayPointFrame
  731. StrangeMan.BackgroundColor3 = Color3.new(0, 0, 0)
  732. StrangeMan.BorderColor3 = Color3.new(0, 1, 0)
  733. StrangeMan.BorderSizePixel = 2
  734. StrangeMan.Position = UDim2.new(0.0560000017, 0, 0.654606581, 0)
  735. StrangeMan.Size = UDim2.new(0, 111, 0, 24)
  736. StrangeMan.Font = Enum.Font.SciFi
  737. StrangeMan.Text = "StrangeMan"
  738. StrangeMan.TextColor3 = Color3.new(0, 1, 0)
  739. StrangeMan.TextScaled = true
  740. StrangeMan.TextSize = 14
  741. StrangeMan.TextWrapped = true
  742. StrangeMan.MouseButton1Click:connect(function()
  743. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))end
  744. )
  745. Den.Name = "Den"
  746. Den.Parent = WayPointFrame
  747. Den.BackgroundColor3 = Color3.new(0, 0, 0)
  748. Den.BorderColor3 = Color3.new(0, 1, 0)
  749. Den.BorderSizePixel = 2
  750. Den.Position = UDim2.new(0.0560000017, 0, 0.708422065, 0)
  751. Den.Size = UDim2.new(0, 111, 0, 24)
  752. Den.Font = Enum.Font.SciFi
  753. Den.Text = "Den"
  754. Den.TextColor3 = Color3.new(0, 1, 0)
  755. Den.TextScaled = true
  756. Den.TextSize = 14
  757. Den.TextWrapped = true
  758. Den.MouseButton1Down:connect(function()
  759. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  760. end)
  761. Spawn.Name = "Spawn"
  762. Spawn.Parent = WayPointFrame
  763. Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
  764. Spawn.BorderColor3 = Color3.new(0, 1, 0)
  765. Spawn.BorderSizePixel = 2
  766. Spawn.Position = UDim2.new(0.0560000017, 0, 0.762471676, 0)
  767. Spawn.Size = UDim2.new(0, 111, 0, 24)
  768. Spawn.Font = Enum.Font.SciFi
  769. Spawn.Text = "Spawn"
  770. Spawn.TextColor3 = Color3.new(0, 1, 0)
  771. Spawn.TextScaled = true
  772. Spawn.TextSize = 14
  773. Spawn.TextWrapped = true
  774. Spawn.MouseButton1Down:connect(function()
  775. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))end
  776. )
  777. FineArt.Name = "FineArt"
  778. FineArt.Parent = WayPointFrame
  779. FineArt.BackgroundColor3 = Color3.new(0, 0, 0)
  780. FineArt.BorderColor3 = Color3.new(0, 1, 0)
  781. FineArt.BorderSizePixel = 2
  782. FineArt.Position = UDim2.new(0.0560000017, 0, 0.815836132, 0)
  783. FineArt.Size = UDim2.new(0, 111, 0, 24)
  784. FineArt.Font = Enum.Font.SciFi
  785. FineArt.Text = "FineArt"
  786. FineArt.TextColor3 = Color3.new(0, 1, 0)
  787. FineArt.TextScaled = true
  788. FineArt.TextSize = 14
  789. FineArt.TextWrapped = true
  790. FineArt.MouseButton1Down:connect(function()
  791. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))end
  792. )
  793. YellowWood.Name = "YellowWood"
  794. YellowWood.Parent = WayPointFrame
  795. YellowWood.BackgroundColor3 = Color3.new(0, 0, 0)
  796. YellowWood.BorderColor3 = Color3.new(0, 1, 0)
  797. YellowWood.BorderSizePixel = 2
  798. YellowWood.Position = UDim2.new(0.0560000017, 0, 0.870134771, 0)
  799. YellowWood.Size = UDim2.new(0, 111, 0, 24)
  800. YellowWood.Font = Enum.Font.SciFi
  801. YellowWood.Text = "YellowWood"
  802. YellowWood.TextColor3 = Color3.new(0, 1, 0)
  803. YellowWood.TextScaled = true
  804. YellowWood.TextSize = 14
  805. YellowWood.TextWrapped = true
  806. YellowWood.MouseButton1Down:connect(function()
  807. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1049,-5.9 ,-934.7 ))end
  808. )
  809. IceTree.Name = "IceTree"
  810. IceTree.Parent = WayPointFrame
  811. IceTree.BackgroundColor3 = Color3.new(0, 0, 0)
  812. IceTree.BorderColor3 = Color3.new(0, 1, 0)
  813. IceTree.BorderSizePixel = 2
  814. IceTree.Position = UDim2.new(0.0560000017, 0, 0.92443341, 0)
  815. IceTree.Size = UDim2.new(0, 111, 0, 24)
  816. IceTree.Font = Enum.Font.SciFi
  817. IceTree.Text = "IceTree"
  818. IceTree.TextColor3 = Color3.new(0, 1, 0)
  819. IceTree.TextScaled = true
  820. IceTree.TextSize = 14
  821. IceTree.TextWrapped = true
  822. IceTree.MouseButton1Down:connect(function()
  823. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1505.7,412.4 ,3253 ))end
  824. )
  825. OpenButton.Name = "OpenButton"
  826. OpenButton.Parent = ScreenGui
  827. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  828. OpenButton.BorderColor3 = Color3.new(0, 1, 0)
  829. OpenButton.BorderSizePixel = 2
  830. OpenButton.Position = UDim2.new(0, 0, 0.398740262, 0)
  831. OpenButton.Size = UDim2.new(0, 82, 0, 19)
  832. OpenButton.Visible = false
  833. OpenButton.Font = Enum.Font.SciFi
  834. OpenButton.Text = "WayPoints"
  835. OpenButton.TextColor3 = Color3.new(0, 1, 0)
  836. OpenButton.TextScaled = true
  837. OpenButton.TextSize = 14
  838. OpenButton.TextWrapped = true
  839. OpenButton .MouseButton1Click:connect(function()
  840. WayPointFrame.Visible = true
  841. OpenButton.Visible = false
  842. end)
  843.  
  844.  
  845. end)
  846. WayPoint_2.Name = "WayPoint"
  847. WayPoint_2.Parent = MainFrame
  848. WayPoint_2.BackgroundColor3 = Color3.new(0, 0, 0)
  849. WayPoint_2.BorderColor3 = Color3.new(0, 1, 0)
  850. WayPoint_2.BorderSizePixel = 5
  851. WayPoint_2.Position = UDim2.new(0.18928571, 0, 0.646789014, 0)
  852. WayPoint_2.Size = UDim2.new(0, 96, 0, 34)
  853. WayPoint_2.Font = Enum.Font.SciFi
  854. WayPoint_2.Text = "WayPoints"
  855. WayPoint_2.TextColor3 = Color3.new(0, 1, 0)
  856. WayPoint_2.TextScaled = true
  857. WayPoint_2.TextSize = 14
  858. WayPoint_2.TextWrapped = true
  859. WayPoint_2.MouseButton1Down:connect(function()
  860.  
  861. end)
  862. TpGifts.Name = "Tp Gifts"
  863. TpGifts.Parent = MainFrame
  864. TpGifts.BackgroundColor3 = Color3.new(0, 0, 0)
  865. TpGifts.BorderColor3 = Color3.new(0, 1, 0)
  866. TpGifts.BorderSizePixel = 5
  867. TpGifts.Position = UDim2.new(0.5625, 0, 0.426605493, 0)
  868. TpGifts.Size = UDim2.new(0, 92, 0, 41)
  869. TpGifts.Font = Enum.Font.SciFi
  870. TpGifts.Text = "TpGifts"
  871. TpGifts.TextColor3 = Color3.new(0, 1, 0)
  872. TpGifts.TextScaled = true
  873. TpGifts.TextSize = 14
  874. TpGifts.TextWrapped = true
  875. TpGifts.MouseButton1Down:connect(function()
  876. for i,v in next,workspace.PlayerModels:GetChildren() do
  877. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  878. for q,p in pairs(v:GetChildren()) do
  879. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  880. wait()
  881. v.PrimaryPart = v.Main
  882. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  883. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  884. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  885. end
  886. end
  887. end
  888. end
  889. end)
  890. BringUp.Name = "BringUp"
  891. BringUp.Parent = MainFrame
  892. BringUp.BackgroundColor3 = Color3.new(0, 0, 0)
  893. BringUp.BorderColor3 = Color3.new(0, 1, 0)
  894. BringUp.BorderSizePixel = 5
  895. BringUp.Position = UDim2.new(0.375, 0, 0.844036698, 0)
  896. BringUp.Size = UDim2.new(0, 95, 0, 29)
  897. BringUp.Font = Enum.Font.SciFi
  898. BringUp.Text = "BringUp"
  899. BringUp.TextColor3 = Color3.new(0, 1, 0)
  900. BringUp.TextScaled = true
  901. BringUp.TextSize = 14
  902. BringUp.TextWrapped = true
  903. BringUp.MouseButton1Down:connect(function()
  904. loadstring(game:GetObjects("rbxassetid://01925396229")[1].Source)()
  905.  
  906. end)
  907. HailStone.Name = "HailStone"
  908. HailStone.Parent = MainFrame
  909. HailStone.BackgroundColor3 = Color3.new(0, 0, 0)
  910. HailStone.BorderColor3 = Color3.new(0, 1, 0)
  911. HailStone.BorderSizePixel = 5
  912. HailStone.Position = UDim2.new(0.18928571, 0, 0.426605493, 0)
  913. HailStone.Size = UDim2.new(0, 96, 0, 41)
  914. HailStone.Font = Enum.Font.SciFi
  915. HailStone.Text = "HailStone"
  916. HailStone.TextColor3 = Color3.new(0, 1, 0)
  917. HailStone.TextScaled = true
  918. HailStone.TextSize = 14
  919. HailStone.TextWrapped = true
  920. HailStone.MouseButton1Down:connect(function()
  921. -- Objects
  922.  
  923. local Hailstone = Instance.new("ScreenGui")
  924. local OpenBtn = Instance.new("TextButton")
  925. local Drag = Instance.new("Frame")
  926. local AAPressQ = Instance.new("TextLabel")
  927. local AnimWelcomeScreen = Instance.new("Frame")
  928. local ImageLabel = Instance.new("ImageLabel")
  929. local Main = Instance.new("Frame")
  930. local HomeLocal = Instance.new("TextButton")
  931. local HomeTopBar = Instance.new("TextButton")
  932. local HomePlayers = Instance.new("TextButton")
  933. local HomeTeleports = Instance.new("TextButton")
  934. local HomeWood = Instance.new("TextButton")
  935. local HomeTools = Instance.new("TextButton")
  936. local HomeChangelog = Instance.new("TextButton")
  937. local HomeLogo = Instance.new("ImageLabel")
  938. local HiName = Instance.new("TextLabel")
  939. local HomeSepBar = Instance.new("TextButton")
  940. local X = Instance.new("TextButton")
  941. local WoodScreen = Instance.new("Frame")
  942. local TeleportCutWood = Instance.new("TextButton")
  943. local SellCutWood = Instance.new("TextButton")
  944. local TeleportEndTimesWood = Instance.new("TextButton")
  945. local TeleportCaveCrawlerWood = Instance.new("TextButton")
  946. local TeleportGifts = Instance.new("TextButton")
  947. local ToolsScreen = Instance.new("Frame")
  948. local Dupe = Instance.new("TextButton")
  949. local Move = Instance.new("TextButton")
  950. local GoldAxe = Instance.new("TextButton")
  951. local LeakedItems = Instance.new("TextButton")
  952. local TeleportTool = Instance.new("TextButton")
  953. local GreyWood = Instance.new("TextButton")
  954. local DupeLabel = Instance.new("TextLabel")
  955. local TeleportsScreen = Instance.new("Frame")
  956. local Spawn = Instance.new("TextButton")
  957. local Den = Instance.new("TextButton")
  958. local StrangeMan = Instance.new("TextButton")
  959. local Swamp = Instance.new("TextButton")
  960. local Fancy = Instance.new("TextButton")
  961. local BoxedCars = Instance.new("TextButton")
  962. local Dropoff = Instance.new("TextButton")
  963. local GreenBox = Instance.new("TextButton")
  964. local Cave = Instance.new("TextButton")
  965. local Palm = Instance.new("TextButton")
  966. local WoodRUs = Instance.new("TextButton")
  967. local LinksLogic = Instance.new("TextButton")
  968. local YourPlot = Instance.new("TextButton")
  969. local BobsShack = Instance.new("TextButton")
  970. local EndTimes = Instance.new("TextButton")
  971. local Volcano = Instance.new("TextButton")
  972. local Lodge = Instance.new("TextButton")
  973. local Shrine = Instance.new("TextButton")
  974. local PlayersScreen = Instance.new("Frame")
  975. local P1 = Instance.new("TextButton")
  976. local P2 = Instance.new("TextButton")
  977. local P4 = Instance.new("TextButton")
  978. local P3 = Instance.new("TextButton")
  979. local P6 = Instance.new("TextButton")
  980. local P5 = Instance.new("TextButton")
  981. local TpToPlayer = Instance.new("TextButton")
  982. local TpToPlayerBase = Instance.new("TextButton")
  983. local PSelected = Instance.new("TextLabel")
  984. local LocalScreen = Instance.new("Frame")
  985. local God = Instance.new("TextButton")
  986. local Noclip = Instance.new("TextButton")
  987. local Walkspeed = Instance.new("TextButton")
  988. local Jumppower = Instance.new("TextButton")
  989. local NoclipLabel = Instance.new("TextLabel")
  990. local WalkspeedValue = Instance.new("TextBox")
  991. local JumppowerValue = Instance.new("TextBox")
  992. local EtoFly = Instance.new("TextLabel")
  993. local HomeScreen = Instance.new("Frame")
  994. local WelcomeName = Instance.new("TextLabel")
  995. local WelcomeMOTD = Instance.new("TextLabel")
  996. local WelcomeAuthor = Instance.new("TextLabel")
  997. local ChangelogScreen = Instance.new("Frame")
  998. local Logs = Instance.new("TextLabel")
  999. local Logs2 = Instance.new("TextLabel")
  1000. local Logs3 = Instance.new("TextLabel")
  1001. local Log1and2Div = Instance.new("TextButton")
  1002. local Log2and3Div = Instance.new("TextButton")
  1003.  
  1004. -- Properties
  1005.  
  1006. Hailstone.Name = "Hailstone"
  1007. Hailstone.Parent = game.CoreGui
  1008. Hailstone.ResetOnSpawn = false
  1009.  
  1010. OpenBtn.Name = "OpenBtn"
  1011. OpenBtn.Parent = Hailstone
  1012. OpenBtn.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1013. OpenBtn.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1014. OpenBtn.BorderSizePixel = 3
  1015. OpenBtn.Position = UDim2.new(0, 0, 0.826086938, 0)
  1016. OpenBtn.Size = UDim2.new(0, 79, 0, 23)
  1017. OpenBtn.Visible = false
  1018. OpenBtn.Font = Enum.Font.SourceSans
  1019. OpenBtn.Text = "Open"
  1020. OpenBtn.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1021. OpenBtn.TextSize = 14
  1022. OpenBtn.TextWrapped = true
  1023.  
  1024. Drag.Name = "Drag"
  1025. Drag.Parent = Hailstone
  1026. Drag.Active = true
  1027. Drag.BackgroundColor3 = Color3.new(1, 1, 1)
  1028. Drag.BackgroundTransparency = 1
  1029. Drag.BorderSizePixel = 0
  1030. Drag.Draggable = true
  1031. Drag.Position = UDim2.new(0.373752683, 0, 0.267786592, 0)
  1032. Drag.Selectable = true
  1033. Drag.Size = UDim2.new(0, 451, 0, 234)
  1034.  
  1035. AAPressQ.Name = "AAPressQ"
  1036. AAPressQ.Parent = Hailstone
  1037. AAPressQ.BackgroundColor3 = Color3.new(1, 1, 1)
  1038. AAPressQ.BackgroundTransparency = 1
  1039. AAPressQ.BorderSizePixel = 0
  1040. AAPressQ.Position = UDim2.new(0.283759117, 0, 0.252964437, 0)
  1041. AAPressQ.Size = UDim2.new(0, 573, 0, 257)
  1042. AAPressQ.Font = Enum.Font.SourceSans
  1043. AAPressQ.Text = "Press \"Q\""
  1044. AAPressQ.TextSize = 100
  1045.  
  1046. AnimWelcomeScreen.Name = "AnimWelcomeScreen"
  1047. AnimWelcomeScreen.Parent = Drag
  1048. AnimWelcomeScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1049. AnimWelcomeScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1050. AnimWelcomeScreen.BorderSizePixel = 3
  1051. AnimWelcomeScreen.Position = UDim2.new(0.328511298, 0, -0.20692715, 0)
  1052. AnimWelcomeScreen.Size = UDim2.new(0, 209, 0, 199)
  1053. AnimWelcomeScreen.Visible = false
  1054.  
  1055. ImageLabel.Parent = AnimWelcomeScreen
  1056. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1057. ImageLabel.BackgroundTransparency = 1
  1058. ImageLabel.BorderSizePixel = 0
  1059. ImageLabel.Size = UDim2.new(0, 209, 0, 199)
  1060. ImageLabel.Image = "rbxassetid://1393851029"
  1061.  
  1062. Main.Name = "Main"
  1063. Main.Parent = Drag
  1064. Main.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1065. Main.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1066. Main.BorderSizePixel = 3
  1067. Main.Position = UDim2.new(-0.00221729279, 0, 0.0128205121, 0)
  1068. Main.Size = UDim2.new(0, 450, 0, 232)
  1069. Main.Visible = false
  1070.  
  1071. HomeLocal.Name = "HomeLocal"
  1072. HomeLocal.Parent = Main
  1073. HomeLocal.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1074. HomeLocal.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1075. HomeLocal.BorderSizePixel = 2
  1076. HomeLocal.Position = UDim2.new(0.0244444441, 0, 0.206896558, 0)
  1077. HomeLocal.Size = UDim2.new(0, 84, 0, 21)
  1078. HomeLocal.Font = Enum.Font.SourceSans
  1079. HomeLocal.Text = "Local"
  1080. HomeLocal.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1081. HomeLocal.TextSize = 24
  1082. HomeLocal.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1083.  
  1084. HomeTopBar.Name = "HomeTopBar"
  1085. HomeTopBar.Parent = Main
  1086. HomeTopBar.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1087. HomeTopBar.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1088. HomeTopBar.Position = UDim2.new(0, 0, 0.159482777, 0)
  1089. HomeTopBar.Size = UDim2.new(0, 450, 0, 1)
  1090. HomeTopBar.Font = Enum.Font.SourceSans
  1091. HomeTopBar.Text = ""
  1092. HomeTopBar.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1093. HomeTopBar.TextSize = 24
  1094. HomeTopBar.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1095.  
  1096. HomePlayers.Name = "HomePlayers"
  1097. HomePlayers.Parent = Main
  1098. HomePlayers.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1099. HomePlayers.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1100. HomePlayers.BorderSizePixel = 2
  1101. HomePlayers.Position = UDim2.new(0.0244444441, 0, 0.331896544, 0)
  1102. HomePlayers.Size = UDim2.new(0, 84, 0, 21)
  1103. HomePlayers.Font = Enum.Font.SourceSans
  1104. HomePlayers.Text = "Players"
  1105. HomePlayers.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1106. HomePlayers.TextSize = 24
  1107. HomePlayers.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1108.  
  1109. HomeTeleports.Name = "HomeTeleports"
  1110. HomeTeleports.Parent = Main
  1111. HomeTeleports.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1112. HomeTeleports.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1113. HomeTeleports.BorderSizePixel = 2
  1114. HomeTeleports.Position = UDim2.new(0.0244444441, 0, 0.459051698, 0)
  1115. HomeTeleports.Size = UDim2.new(0, 84, 0, 21)
  1116. HomeTeleports.Font = Enum.Font.SourceSans
  1117. HomeTeleports.Text = "Teleports"
  1118. HomeTeleports.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1119. HomeTeleports.TextSize = 24
  1120. HomeTeleports.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1121.  
  1122. HomeWood.Name = "HomeWood"
  1123. HomeWood.Parent = Main
  1124. HomeWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1125. HomeWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1126. HomeWood.BorderSizePixel = 2
  1127. HomeWood.Position = UDim2.new(0.0244444441, 0, 0.594827592, 0)
  1128. HomeWood.Size = UDim2.new(0, 84, 0, 21)
  1129. HomeWood.Font = Enum.Font.SourceSans
  1130. HomeWood.Text = "Wood"
  1131. HomeWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1132. HomeWood.TextSize = 24
  1133. HomeWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1134.  
  1135. HomeTools.Name = "HomeTools"
  1136. HomeTools.Parent = Main
  1137. HomeTools.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1138. HomeTools.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1139. HomeTools.BorderSizePixel = 2
  1140. HomeTools.Position = UDim2.new(0.0244444441, 0, 0.732758641, 0)
  1141. HomeTools.Size = UDim2.new(0, 84, 0, 21)
  1142. HomeTools.Font = Enum.Font.SourceSans
  1143. HomeTools.Text = "Tools"
  1144. HomeTools.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1145. HomeTools.TextSize = 24
  1146. HomeTools.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1147.  
  1148. HomeChangelog.Name = "HomeChangelog"
  1149. HomeChangelog.Parent = Main
  1150. HomeChangelog.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1151. HomeChangelog.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1152. HomeChangelog.BorderSizePixel = 2
  1153. HomeChangelog.Position = UDim2.new(0.0244444441, 0, 0.875, 0)
  1154. HomeChangelog.Size = UDim2.new(0, 84, 0, 21)
  1155. HomeChangelog.Font = Enum.Font.SourceSans
  1156. HomeChangelog.Text = "Changelog"
  1157. HomeChangelog.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1158. HomeChangelog.TextSize = 22
  1159. HomeChangelog.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1160.  
  1161. HomeLogo.Name = "HomeLogo"
  1162. HomeLogo.Parent = Main
  1163. HomeLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  1164. HomeLogo.BackgroundTransparency = 1
  1165. HomeLogo.BorderSizePixel = 0
  1166. HomeLogo.Position = UDim2.new(0.456999987, 0, -0.11896389, 0)
  1167. HomeLogo.Size = UDim2.new(0, 156, 0, 99)
  1168. HomeLogo.Image = "rbxassetid://1393851029"
  1169.  
  1170. HiName.Name = "HiName"
  1171. HiName.Parent = Main
  1172. HiName.BackgroundColor3 = Color3.new(1, 1, 1)
  1173. HiName.BackgroundTransparency = 1
  1174. HiName.BorderSizePixel = 0
  1175. HiName.Position = UDim2.new(0.0244444441, 0, 0.0258620698, 0)
  1176. HiName.Size = UDim2.new(0, 189, 0, 25)
  1177. HiName.Font = Enum.Font.SourceSans
  1178. HiName.Text = "Hi"
  1179. HiName.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1180. HiName.TextScaled = true
  1181. HiName.TextSize = 14
  1182. HiName.TextStrokeColor3 = Color3.new(0.000153787, 0.000246059, 0.000322953)
  1183. HiName.TextStrokeTransparency = 0.64899998903275
  1184. HiName.TextWrapped = true
  1185. HiName.TextXAlignment = Enum.TextXAlignment.Left
  1186.  
  1187. HomeSepBar.Name = "HomeSepBar"
  1188. HomeSepBar.Parent = Main
  1189. HomeSepBar.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1190. HomeSepBar.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1191. HomeSepBar.Position = UDim2.new(0.24888888, 0, 0.206896558, 0)
  1192. HomeSepBar.Size = UDim2.new(0, 1, 0, 176)
  1193. HomeSepBar.Font = Enum.Font.SourceSans
  1194. HomeSepBar.Text = ""
  1195. HomeSepBar.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1196. HomeSepBar.TextSize = 24
  1197. HomeSepBar.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1198.  
  1199. X.Name = "X"
  1200. X.Parent = Main
  1201. X.BackgroundColor3 = Color3.new(1, 1, 1)
  1202. X.BackgroundTransparency = 1
  1203. X.BorderSizePixel = 0
  1204. X.Position = UDim2.new(0.937777758, 0, 0, 0)
  1205. X.Size = UDim2.new(0, 28, 0, 25)
  1206. X.Font = Enum.Font.SourceSans
  1207. X.Text = "X"
  1208. X.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1209. X.TextScaled = true
  1210. X.TextSize = 14
  1211. X.TextWrapped = true
  1212.  
  1213. WoodScreen.Name = "WoodScreen"
  1214. WoodScreen.Parent = Drag
  1215. WoodScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1216. WoodScreen.BackgroundTransparency = 1
  1217. WoodScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1218. WoodScreen.BorderSizePixel = 0
  1219. WoodScreen.Draggable = true
  1220. WoodScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  1221. WoodScreen.Size = UDim2.new(0, 444, 0, 230)
  1222. WoodScreen.Visible = false
  1223.  
  1224. TeleportCutWood.Name = "Teleport Cut Wood"
  1225. TeleportCutWood.Parent = WoodScreen
  1226. TeleportCutWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1227. TeleportCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1228. TeleportCutWood.BorderSizePixel = 2
  1229. TeleportCutWood.Position = UDim2.new(0.457207203, 0, 0.226086959, 0)
  1230. TeleportCutWood.Size = UDim2.new(0, 147, 0, 21)
  1231. TeleportCutWood.Font = Enum.Font.SourceSans
  1232. TeleportCutWood.Text = "Teleport Cut Wood"
  1233. TeleportCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1234. TeleportCutWood.TextScaled = true
  1235. TeleportCutWood.TextSize = 24
  1236. TeleportCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1237. TeleportCutWood.TextWrapped = true
  1238.  
  1239. SellCutWood.Name = "Sell Cut Wood"
  1240. SellCutWood.Parent = WoodScreen
  1241. SellCutWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1242. SellCutWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1243. SellCutWood.BorderSizePixel = 2
  1244. SellCutWood.Position = UDim2.new(0.457207203, 0, 0.391304344, 0)
  1245. SellCutWood.Size = UDim2.new(0, 147, 0, 21)
  1246. SellCutWood.Font = Enum.Font.SourceSans
  1247. SellCutWood.Text = "Sell Cut Wood"
  1248. SellCutWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1249. SellCutWood.TextSize = 24
  1250. SellCutWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1251.  
  1252. TeleportEndTimesWood.Name = "Teleport End Times Wood"
  1253. TeleportEndTimesWood.Parent = WoodScreen
  1254. TeleportEndTimesWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1255. TeleportEndTimesWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1256. TeleportEndTimesWood.BorderSizePixel = 2
  1257. TeleportEndTimesWood.Position = UDim2.new(0.457207203, 0, 0.556521714, 0)
  1258. TeleportEndTimesWood.Size = UDim2.new(0, 147, 0, 21)
  1259. TeleportEndTimesWood.Font = Enum.Font.SourceSans
  1260. TeleportEndTimesWood.Text = "Teleport End Times"
  1261. TeleportEndTimesWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1262. TeleportEndTimesWood.TextScaled = true
  1263. TeleportEndTimesWood.TextSize = 24
  1264. TeleportEndTimesWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1265. TeleportEndTimesWood.TextWrapped = true
  1266.  
  1267. TeleportCaveCrawlerWood.Name = "Teleport Cave Crawler Wood"
  1268. TeleportCaveCrawlerWood.Parent = WoodScreen
  1269. TeleportCaveCrawlerWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1270. TeleportCaveCrawlerWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1271. TeleportCaveCrawlerWood.BorderSizePixel = 2
  1272. TeleportCaveCrawlerWood.Position = UDim2.new(0.457207203, 0, 0.70869565, 0)
  1273. TeleportCaveCrawlerWood.Size = UDim2.new(0, 147, 0, 21)
  1274. TeleportCaveCrawlerWood.Font = Enum.Font.SourceSans
  1275. TeleportCaveCrawlerWood.Text = "Teleport Cave Crawler"
  1276. TeleportCaveCrawlerWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1277. TeleportCaveCrawlerWood.TextScaled = true
  1278. TeleportCaveCrawlerWood.TextSize = 24
  1279. TeleportCaveCrawlerWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1280. TeleportCaveCrawlerWood.TextWrapped = true
  1281.  
  1282. TeleportGifts.Name = "Teleport Gifts"
  1283. TeleportGifts.Parent = WoodScreen
  1284. TeleportGifts.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1285. TeleportGifts.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1286. TeleportGifts.BorderSizePixel = 2
  1287. TeleportGifts.Position = UDim2.new(0.456081063, 0, 0.869565248, 0)
  1288. TeleportGifts.Size = UDim2.new(0, 147, 0, 21)
  1289. TeleportGifts.Font = Enum.Font.SourceSans
  1290. TeleportGifts.Text = "Teleport Gifts"
  1291. TeleportGifts.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1292. TeleportGifts.TextScaled = true
  1293. TeleportGifts.TextSize = 24
  1294. TeleportGifts.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1295. TeleportGifts.TextWrapped = true
  1296.  
  1297. ToolsScreen.Name = "ToolsScreen"
  1298. ToolsScreen.Parent = Drag
  1299. ToolsScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1300. ToolsScreen.BackgroundTransparency = 1
  1301. ToolsScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1302. ToolsScreen.BorderSizePixel = 0
  1303. ToolsScreen.Draggable = true
  1304. ToolsScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  1305. ToolsScreen.Size = UDim2.new(0, 444, 0, 230)
  1306. ToolsScreen.Visible = false
  1307.  
  1308. Dupe.Name = "Dupe"
  1309. Dupe.Parent = ToolsScreen
  1310. Dupe.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1311. Dupe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1312. Dupe.BorderSizePixel = 2
  1313. Dupe.Position = UDim2.new(0.457207203, 0, 0.199999988, 0)
  1314. Dupe.Size = UDim2.new(0, 147, 0, 20)
  1315. Dupe.Font = Enum.Font.SourceSans
  1316. Dupe.Text = "Duplication"
  1317. Dupe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1318. Dupe.TextScaled = true
  1319. Dupe.TextSize = 24
  1320. Dupe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1321. Dupe.TextWrapped = true
  1322.  
  1323. Move.Name = "Move"
  1324. Move.Parent = ToolsScreen
  1325. Move.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1326. Move.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1327. Move.BorderSizePixel = 2
  1328. Move.Position = UDim2.new(0.457207203, 0, 0.347826093, 0)
  1329. Move.Size = UDim2.new(0, 147, 0, 20)
  1330. Move.Font = Enum.Font.SourceSans
  1331. Move.Text = "Hard Dragger"
  1332. Move.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1333. Move.TextScaled = true
  1334. Move.TextSize = 24
  1335. Move.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1336. Move.TextWrapped = true
  1337.  
  1338. GoldAxe.Name = "Gold Axe"
  1339. GoldAxe.Parent = ToolsScreen
  1340. GoldAxe.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1341. GoldAxe.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1342. GoldAxe.BorderSizePixel = 2
  1343. GoldAxe.Position = UDim2.new(0.457207233, 0, 0.478260875, 0)
  1344. GoldAxe.Size = UDim2.new(0, 147, 0, 20)
  1345. GoldAxe.Font = Enum.Font.SourceSans
  1346. GoldAxe.Text = "Golden Axe"
  1347. GoldAxe.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1348. GoldAxe.TextScaled = true
  1349. GoldAxe.TextSize = 24
  1350. GoldAxe.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1351. GoldAxe.TextWrapped = true
  1352.  
  1353. LeakedItems.Name = "Leaked Items"
  1354. LeakedItems.Parent = ToolsScreen
  1355. LeakedItems.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1356. LeakedItems.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1357. LeakedItems.BorderSizePixel = 2
  1358. LeakedItems.Position = UDim2.new(0.456081092, 0, 0.617391288, 0)
  1359. LeakedItems.Size = UDim2.new(0, 147, 0, 20)
  1360. LeakedItems.Font = Enum.Font.SourceSans
  1361. LeakedItems.Text = "Leaked Items"
  1362. LeakedItems.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1363. LeakedItems.TextScaled = true
  1364. LeakedItems.TextSize = 24
  1365. LeakedItems.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1366. LeakedItems.TextWrapped = true
  1367.  
  1368. TeleportTool.Name = "Teleport Tool"
  1369. TeleportTool.Parent = ToolsScreen
  1370. TeleportTool.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1371. TeleportTool.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1372. TeleportTool.BorderSizePixel = 2
  1373. TeleportTool.Position = UDim2.new(0.456081092, 0, 0.756521761, 0)
  1374. TeleportTool.Size = UDim2.new(0, 147, 0, 20)
  1375. TeleportTool.Font = Enum.Font.SourceSans
  1376. TeleportTool.Text = "Ctrl + Click TP"
  1377. TeleportTool.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1378. TeleportTool.TextScaled = true
  1379. TeleportTool.TextSize = 24
  1380. TeleportTool.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1381. TeleportTool.TextWrapped = true
  1382.  
  1383. GreyWood.Name = "Grey Wood"
  1384. GreyWood.Parent = ToolsScreen
  1385. GreyWood.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1386. GreyWood.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1387. GreyWood.BorderSizePixel = 2
  1388. GreyWood.Position = UDim2.new(0.456081092, 0, 0.900000036, 0)
  1389. GreyWood.Size = UDim2.new(0, 147, 0, 20)
  1390. GreyWood.Font = Enum.Font.SourceSans
  1391. GreyWood.Text = "Grey Wood"
  1392. GreyWood.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1393. GreyWood.TextScaled = true
  1394. GreyWood.TextSize = 24
  1395. GreyWood.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1396. GreyWood.TextWrapped = true
  1397.  
  1398. DupeLabel.Name = "DupeLabel"
  1399. DupeLabel.Parent = ToolsScreen
  1400. DupeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1401. DupeLabel.BackgroundTransparency = 1
  1402. DupeLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  1403. DupeLabel.BorderSizePixel = 0
  1404. DupeLabel.Position = UDim2.new(0.493243247, 0, 0.286956519, 0)
  1405. DupeLabel.Size = UDim2.new(0, 115, 0, 14)
  1406. DupeLabel.Font = Enum.Font.SciFi
  1407. DupeLabel.Text = "Disabled"
  1408. DupeLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  1409. DupeLabel.TextSize = 14
  1410.  
  1411. TeleportsScreen.Name = "TeleportsScreen"
  1412. TeleportsScreen.Parent = Drag
  1413. TeleportsScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1414. TeleportsScreen.BackgroundTransparency = 1
  1415. TeleportsScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1416. TeleportsScreen.BorderSizePixel = 0
  1417. TeleportsScreen.Draggable = true
  1418. TeleportsScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  1419. TeleportsScreen.Size = UDim2.new(0, 444, 0, 230)
  1420. TeleportsScreen.Visible = false
  1421.  
  1422. Spawn.Name = "Spawn"
  1423. Spawn.Parent = TeleportsScreen
  1424. Spawn.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1425. Spawn.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1426. Spawn.BorderSizePixel = 2
  1427. Spawn.Position = UDim2.new(0.290540546, 0, 0.226086959, 0)
  1428. Spawn.Size = UDim2.new(0, 84, 0, 21)
  1429. Spawn.Font = Enum.Font.SourceSans
  1430. Spawn.Text = "Spawn"
  1431. Spawn.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1432. Spawn.TextSize = 24
  1433. Spawn.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1434. Spawn.TextWrapped = true
  1435.  
  1436. Den.Name = "Den"
  1437. Den.Parent = TeleportsScreen
  1438. Den.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1439. Den.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1440. Den.BorderSizePixel = 2
  1441. Den.Position = UDim2.new(0.290540546, 0, 0.352173924, 0)
  1442. Den.Size = UDim2.new(0, 84, 0, 21)
  1443. Den.Font = Enum.Font.SourceSans
  1444. Den.Text = "The Den"
  1445. Den.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1446. Den.TextSize = 24
  1447. Den.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1448. Den.TextWrapped = true
  1449.  
  1450. StrangeMan.Name = "Strange Man"
  1451. StrangeMan.Parent = TeleportsScreen
  1452. StrangeMan.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1453. StrangeMan.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1454. StrangeMan.BorderSizePixel = 2
  1455. StrangeMan.Position = UDim2.new(0.290540546, 0, 0.482608676, 0)
  1456. StrangeMan.Size = UDim2.new(0, 84, 0, 21)
  1457. StrangeMan.Font = Enum.Font.SourceSans
  1458. StrangeMan.Text = "Strange Man"
  1459. StrangeMan.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1460. StrangeMan.TextScaled = true
  1461. StrangeMan.TextSize = 24
  1462. StrangeMan.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1463. StrangeMan.TextWrapped = true
  1464.  
  1465. Swamp.Name = "Swamp"
  1466. Swamp.Parent = TeleportsScreen
  1467. Swamp.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1468. Swamp.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1469. Swamp.BorderSizePixel = 2
  1470. Swamp.Position = UDim2.new(0.290540546, 0, 0.617391288, 0)
  1471. Swamp.Size = UDim2.new(0, 84, 0, 21)
  1472. Swamp.Font = Enum.Font.SourceSans
  1473. Swamp.Text = "Swamp"
  1474. Swamp.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1475. Swamp.TextSize = 24
  1476. Swamp.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1477. Swamp.TextWrapped = true
  1478.  
  1479. Fancy.Name = "Fancy"
  1480. Fancy.Parent = TeleportsScreen
  1481. Fancy.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1482. Fancy.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1483. Fancy.BorderSizePixel = 2
  1484. Fancy.Position = UDim2.new(0.290540546, 0, 0.747826099, 0)
  1485. Fancy.Size = UDim2.new(0, 84, 0, 21)
  1486. Fancy.Font = Enum.Font.SourceSans
  1487. Fancy.Text = "Fancy"
  1488. Fancy.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1489. Fancy.TextSize = 24
  1490. Fancy.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1491. Fancy.TextWrapped = true
  1492.  
  1493. BoxedCars.Name = "Boxed Cars"
  1494. BoxedCars.Parent = TeleportsScreen
  1495. BoxedCars.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1496. BoxedCars.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1497. BoxedCars.BorderSizePixel = 2
  1498. BoxedCars.Position = UDim2.new(0.290540546, 0, 0.87391305, 0)
  1499. BoxedCars.Size = UDim2.new(0, 84, 0, 21)
  1500. BoxedCars.Font = Enum.Font.SourceSans
  1501. BoxedCars.Text = "Boxed Cars"
  1502. BoxedCars.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1503. BoxedCars.TextScaled = true
  1504. BoxedCars.TextSize = 24
  1505. BoxedCars.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1506. BoxedCars.TextWrapped = true
  1507.  
  1508. Dropoff.Name = "Dropoff"
  1509. Dropoff.Parent = TeleportsScreen
  1510. Dropoff.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1511. Dropoff.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1512. Dropoff.BorderSizePixel = 2
  1513. Dropoff.Position = UDim2.new(0.538288295, 0, 0.226086959, 0)
  1514. Dropoff.Size = UDim2.new(0, 84, 0, 21)
  1515. Dropoff.Font = Enum.Font.SourceSans
  1516. Dropoff.Text = "Dropoff"
  1517. Dropoff.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1518. Dropoff.TextSize = 24
  1519. Dropoff.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1520. Dropoff.TextWrapped = true
  1521.  
  1522. GreenBox.Name = "Green Box"
  1523. GreenBox.Parent = TeleportsScreen
  1524. GreenBox.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1525. GreenBox.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1526. GreenBox.BorderSizePixel = 2
  1527. GreenBox.Position = UDim2.new(0.538288295, 0, 0.352173924, 0)
  1528. GreenBox.Size = UDim2.new(0, 84, 0, 21)
  1529. GreenBox.Font = Enum.Font.SourceSans
  1530. GreenBox.Text = "Green Box"
  1531. GreenBox.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1532. GreenBox.TextScaled = true
  1533. GreenBox.TextSize = 24
  1534. GreenBox.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1535. GreenBox.TextWrapped = true
  1536.  
  1537. Cave.Name = "Cave"
  1538. Cave.Parent = TeleportsScreen
  1539. Cave.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1540. Cave.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1541. Cave.BorderSizePixel = 2
  1542. Cave.Position = UDim2.new(0.538288295, 0, 0.482608676, 0)
  1543. Cave.Size = UDim2.new(0, 84, 0, 21)
  1544. Cave.Font = Enum.Font.SourceSans
  1545. Cave.Text = "Cave"
  1546. Cave.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1547. Cave.TextSize = 24
  1548. Cave.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1549. Cave.TextWrapped = true
  1550.  
  1551. Palm.Name = "Palm"
  1552. Palm.Parent = TeleportsScreen
  1553. Palm.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1554. Palm.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1555. Palm.BorderSizePixel = 2
  1556. Palm.Position = UDim2.new(0.538288295, 0, 0.617391288, 0)
  1557. Palm.Size = UDim2.new(0, 84, 0, 21)
  1558. Palm.Font = Enum.Font.SourceSans
  1559. Palm.Text = "Palm"
  1560. Palm.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1561. Palm.TextSize = 24
  1562. Palm.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1563. Palm.TextWrapped = true
  1564.  
  1565. WoodRUs.Name = "Wood R Us"
  1566. WoodRUs.Parent = TeleportsScreen
  1567. WoodRUs.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1568. WoodRUs.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1569. WoodRUs.BorderSizePixel = 2
  1570. WoodRUs.Position = UDim2.new(0.538288295, 0, 0.747826099, 0)
  1571. WoodRUs.Size = UDim2.new(0, 84, 0, 21)
  1572. WoodRUs.Font = Enum.Font.SourceSans
  1573. WoodRUs.Text = "Wood R Us"
  1574. WoodRUs.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1575. WoodRUs.TextScaled = true
  1576. WoodRUs.TextSize = 24
  1577. WoodRUs.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1578. WoodRUs.TextWrapped = true
  1579.  
  1580. LinksLogic.Name = "Links Logic"
  1581. LinksLogic.Parent = TeleportsScreen
  1582. LinksLogic.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1583. LinksLogic.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1584. LinksLogic.BorderSizePixel = 2
  1585. LinksLogic.Position = UDim2.new(0.538288295, 0, 0.87391305, 0)
  1586. LinksLogic.Size = UDim2.new(0, 84, 0, 21)
  1587. LinksLogic.Font = Enum.Font.SourceSans
  1588. LinksLogic.Text = "Link's Logic"
  1589. LinksLogic.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1590. LinksLogic.TextScaled = true
  1591. LinksLogic.TextSize = 24
  1592. LinksLogic.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1593. LinksLogic.TextWrapped = true
  1594.  
  1595. YourPlot.Name = "Your Plot"
  1596. YourPlot.Parent = TeleportsScreen
  1597. YourPlot.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1598. YourPlot.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1599. YourPlot.BorderSizePixel = 2
  1600. YourPlot.Position = UDim2.new(0.77477479, 0, 0.87391305, 0)
  1601. YourPlot.Size = UDim2.new(0, 84, 0, 21)
  1602. YourPlot.Font = Enum.Font.SourceSans
  1603. YourPlot.Text = "Your Plot"
  1604. YourPlot.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1605. YourPlot.TextSize = 24
  1606. YourPlot.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1607. YourPlot.TextWrapped = true
  1608.  
  1609. BobsShack.Name = "Bobs Shack"
  1610. BobsShack.Parent = TeleportsScreen
  1611. BobsShack.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1612. BobsShack.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1613. BobsShack.BorderSizePixel = 2
  1614. BobsShack.Position = UDim2.new(0.77477479, 0, 0.747826099, 0)
  1615. BobsShack.Size = UDim2.new(0, 84, 0, 21)
  1616. BobsShack.Font = Enum.Font.SourceSans
  1617. BobsShack.Text = "Bob's Shack"
  1618. BobsShack.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1619. BobsShack.TextScaled = true
  1620. BobsShack.TextSize = 24
  1621. BobsShack.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1622. BobsShack.TextWrapped = true
  1623.  
  1624. EndTimes.Name = "End Times"
  1625. EndTimes.Parent = TeleportsScreen
  1626. EndTimes.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1627. EndTimes.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1628. EndTimes.BorderSizePixel = 2
  1629. EndTimes.Position = UDim2.new(0.77477479, 0, 0.617391288, 0)
  1630. EndTimes.Size = UDim2.new(0, 84, 0, 21)
  1631. EndTimes.Font = Enum.Font.SourceSans
  1632. EndTimes.Text = "End Times"
  1633. EndTimes.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1634. EndTimes.TextScaled = true
  1635. EndTimes.TextSize = 24
  1636. EndTimes.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1637. EndTimes.TextWrapped = true
  1638.  
  1639. Volcano.Name = "Volcano"
  1640. Volcano.Parent = TeleportsScreen
  1641. Volcano.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1642. Volcano.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1643. Volcano.BorderSizePixel = 2
  1644. Volcano.Position = UDim2.new(0.77477479, 0, 0.482608676, 0)
  1645. Volcano.Size = UDim2.new(0, 84, 0, 21)
  1646. Volcano.Font = Enum.Font.SourceSans
  1647. Volcano.Text = "Volcano"
  1648. Volcano.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1649. Volcano.TextSize = 24
  1650. Volcano.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1651. Volcano.TextWrapped = true
  1652.  
  1653. Lodge.Name = "Lodge"
  1654. Lodge.Parent = TeleportsScreen
  1655. Lodge.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1656. Lodge.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1657. Lodge.BorderSizePixel = 2
  1658. Lodge.Position = UDim2.new(0.77477479, 0, 0.352173924, 0)
  1659. Lodge.Size = UDim2.new(0, 84, 0, 21)
  1660. Lodge.Font = Enum.Font.SourceSans
  1661. Lodge.Text = "Lodge"
  1662. Lodge.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1663. Lodge.TextSize = 24
  1664. Lodge.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1665. Lodge.TextWrapped = true
  1666.  
  1667. Shrine.Name = "Shrine"
  1668. Shrine.Parent = TeleportsScreen
  1669. Shrine.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1670. Shrine.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1671. Shrine.BorderSizePixel = 2
  1672. Shrine.Position = UDim2.new(0.77477479, 0, 0.226086959, 0)
  1673. Shrine.Size = UDim2.new(0, 84, 0, 21)
  1674. Shrine.Font = Enum.Font.SourceSans
  1675. Shrine.Text = "Shrine"
  1676. Shrine.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1677. Shrine.TextSize = 24
  1678. Shrine.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1679. Shrine.TextWrapped = true
  1680.  
  1681. PlayersScreen.Name = "PlayersScreen"
  1682. PlayersScreen.Parent = Drag
  1683. PlayersScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1684. PlayersScreen.BackgroundTransparency = 1
  1685. PlayersScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1686. PlayersScreen.BorderSizePixel = 0
  1687. PlayersScreen.Draggable = true
  1688. PlayersScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  1689. PlayersScreen.Size = UDim2.new(0, 444, 0, 230)
  1690. PlayersScreen.Visible = false
  1691.  
  1692. P1.Name = "P1"
  1693. P1.Parent = PlayersScreen
  1694. P1.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1695. P1.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1696. P1.BorderSizePixel = 2
  1697. P1.Position = UDim2.new(0.272522509, 0, 0.226086959, 0)
  1698. P1.Size = UDim2.new(0, 147, 0, 21)
  1699. P1.Font = Enum.Font.SourceSans
  1700. P1.Text = " "
  1701. P1.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1702. P1.TextSize = 24
  1703. P1.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1704.  
  1705. P2.Name = "P2"
  1706. P2.Parent = PlayersScreen
  1707. P2.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1708. P2.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1709. P2.BorderSizePixel = 2
  1710. P2.Position = UDim2.new(0.628378332, 0, 0.226086974, 0)
  1711. P2.Size = UDim2.new(0, 158, 0, 21)
  1712. P2.Font = Enum.Font.SourceSans
  1713. P2.Text = " "
  1714. P2.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1715. P2.TextSize = 24
  1716. P2.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1717.  
  1718. P4.Name = "P4"
  1719. P4.Parent = PlayersScreen
  1720. P4.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1721. P4.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1722. P4.BorderSizePixel = 2
  1723. P4.Position = UDim2.new(0.628378332, 0, 0.352173924, 0)
  1724. P4.Size = UDim2.new(0, 158, 0, 21)
  1725. P4.Font = Enum.Font.SourceSans
  1726. P4.Text = " "
  1727. P4.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1728. P4.TextSize = 24
  1729. P4.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1730.  
  1731. P3.Name = "P3"
  1732. P3.Parent = PlayersScreen
  1733. P3.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1734. P3.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1735. P3.BorderSizePixel = 2
  1736. P3.Position = UDim2.new(0.272522509, 0, 0.352173924, 0)
  1737. P3.Size = UDim2.new(0, 147, 0, 21)
  1738. P3.Font = Enum.Font.SourceSans
  1739. P3.Text = " "
  1740. P3.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1741. P3.TextSize = 24
  1742. P3.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1743.  
  1744. P6.Name = "P6"
  1745. P6.Parent = PlayersScreen
  1746. P6.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1747. P6.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1748. P6.BorderSizePixel = 2
  1749. P6.Position = UDim2.new(0.628378332, 0, 0.482608706, 0)
  1750. P6.Size = UDim2.new(0, 158, 0, 21)
  1751. P6.Font = Enum.Font.SourceSans
  1752. P6.Text = ""
  1753. P6.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1754. P6.TextSize = 24
  1755. P6.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1756.  
  1757. P5.Name = "P5"
  1758. P5.Parent = PlayersScreen
  1759. P5.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1760. P5.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1761. P5.BorderSizePixel = 2
  1762. P5.Position = UDim2.new(0.272522509, 0, 0.482608706, 0)
  1763. P5.Size = UDim2.new(0, 147, 0, 21)
  1764. P5.Font = Enum.Font.SourceSans
  1765. P5.Text = " "
  1766. P5.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1767. P5.TextSize = 24
  1768. P5.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1769.  
  1770. TpToPlayer.Name = "TpToPlayer"
  1771. TpToPlayer.Parent = PlayersScreen
  1772. TpToPlayer.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1773. TpToPlayer.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1774. TpToPlayer.BorderSizePixel = 2
  1775. TpToPlayer.Position = UDim2.new(0.405405402, 0, 0.656521738, 0)
  1776. TpToPlayer.Size = UDim2.new(0, 179, 0, 21)
  1777. TpToPlayer.Font = Enum.Font.SourceSans
  1778. TpToPlayer.Text = "Teleport To Player"
  1779. TpToPlayer.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1780. TpToPlayer.TextSize = 24
  1781. TpToPlayer.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1782.  
  1783. TpToPlayerBase.Name = "TpToPlayerBase"
  1784. TpToPlayerBase.Parent = PlayersScreen
  1785. TpToPlayerBase.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1786. TpToPlayerBase.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1787. TpToPlayerBase.BorderSizePixel = 2
  1788. TpToPlayerBase.Position = UDim2.new(0.405405402, 0, 0.813043475, 0)
  1789. TpToPlayerBase.Size = UDim2.new(0, 179, 0, 21)
  1790. TpToPlayerBase.Font = Enum.Font.SourceSans
  1791. TpToPlayerBase.Text = "Teleport To Base"
  1792. TpToPlayerBase.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1793. TpToPlayerBase.TextSize = 24
  1794. TpToPlayerBase.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1795.  
  1796. PSelected.Name = "PSelected"
  1797. PSelected.Parent = PlayersScreen
  1798. PSelected.BackgroundColor3 = Color3.new(1, 1, 1)
  1799. PSelected.BackgroundTransparency = 1
  1800. PSelected.BorderSizePixel = 0
  1801. PSelected.Position = UDim2.new(0.405405402, 0, 0.904347837, 0)
  1802. PSelected.Size = UDim2.new(0, 179, 0, 22)
  1803. PSelected.Font = Enum.Font.SourceSans
  1804. PSelected.Text = ""
  1805. PSelected.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1806. PSelected.TextSize = 20
  1807.  
  1808. LocalScreen.Name = "LocalScreen"
  1809. LocalScreen.Parent = Drag
  1810. LocalScreen.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1811. LocalScreen.BackgroundTransparency = 1
  1812. LocalScreen.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1813. LocalScreen.BorderSizePixel = 0
  1814. LocalScreen.Draggable = true
  1815. LocalScreen.Position = UDim2.new(0.0164813697, 0, -0.000777035952, 0)
  1816. LocalScreen.Size = UDim2.new(0, 444, 0, 230)
  1817. LocalScreen.Visible = false
  1818.  
  1819. God.Name = "God"
  1820. God.Parent = LocalScreen
  1821. God.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1822. God.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1823. God.BorderSizePixel = 2
  1824. God.Position = UDim2.new(0.457207203, 0, 0.226086944, 0)
  1825. God.Size = UDim2.new(0, 158, 0, 21)
  1826. God.Font = Enum.Font.SourceSans
  1827. God.Text = "God"
  1828. God.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1829. God.TextSize = 24
  1830. God.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1831.  
  1832. Noclip.Name = "Noclip"
  1833. Noclip.Parent = LocalScreen
  1834. Noclip.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1835. Noclip.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1836. Noclip.BorderSizePixel = 2
  1837. Noclip.Position = UDim2.new(0.457207203, 0, 0.352173924, 0)
  1838. Noclip.Size = UDim2.new(0, 158, 0, 21)
  1839. Noclip.Font = Enum.Font.SourceSans
  1840. Noclip.Text = "Noclip"
  1841. Noclip.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1842. Noclip.TextSize = 24
  1843. Noclip.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1844.  
  1845. Walkspeed.Name = "Walkspeed"
  1846. Walkspeed.Parent = LocalScreen
  1847. Walkspeed.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1848. Walkspeed.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1849. Walkspeed.BorderSizePixel = 2
  1850. Walkspeed.Position = UDim2.new(0.457207203, 0, 0.523913026, 0)
  1851. Walkspeed.Size = UDim2.new(0, 158, 0, 21)
  1852. Walkspeed.Font = Enum.Font.SourceSans
  1853. Walkspeed.Text = "Walkspeed"
  1854. Walkspeed.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1855. Walkspeed.TextSize = 24
  1856. Walkspeed.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1857.  
  1858. Jumppower.Name = "Jumppower"
  1859. Jumppower.Parent = LocalScreen
  1860. Jumppower.BackgroundColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1861. Jumppower.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1862. Jumppower.BorderSizePixel = 2
  1863. Jumppower.Position = UDim2.new(0.457207203, 0, 0.70869565, 0)
  1864. Jumppower.Size = UDim2.new(0, 158, 0, 21)
  1865. Jumppower.Font = Enum.Font.SourceSans
  1866. Jumppower.Text = "Jumppower"
  1867. Jumppower.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1868. Jumppower.TextSize = 24
  1869. Jumppower.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1870.  
  1871. NoclipLabel.Name = "NoclipLabel"
  1872. NoclipLabel.Parent = LocalScreen
  1873. NoclipLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1874. NoclipLabel.BackgroundTransparency = 1
  1875. NoclipLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  1876. NoclipLabel.BorderSizePixel = 0
  1877. NoclipLabel.Position = UDim2.new(0.504504502, 0, 0.443478256, 0)
  1878. NoclipLabel.Size = UDim2.new(0, 115, 0, 19)
  1879. NoclipLabel.Font = Enum.Font.SciFi
  1880. NoclipLabel.Text = "Disabled"
  1881. NoclipLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  1882. NoclipLabel.TextSize = 14
  1883.  
  1884. WalkspeedValue.Name = "WalkspeedValue"
  1885. WalkspeedValue.Parent = LocalScreen
  1886. WalkspeedValue.BackgroundColor3 = Color3.new(1, 1, 1)
  1887. WalkspeedValue.BackgroundTransparency = 1
  1888. WalkspeedValue.BorderSizePixel = 0
  1889. WalkspeedValue.Position = UDim2.new(0.457207203, 0, 0.617391288, 0)
  1890. WalkspeedValue.Size = UDim2.new(0, 158, 0, 21)
  1891. WalkspeedValue.Font = Enum.Font.SourceSans
  1892. WalkspeedValue.Text = "Walkspeed Value"
  1893. WalkspeedValue.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1894. WalkspeedValue.TextSize = 14
  1895.  
  1896. JumppowerValue.Name = "JumppowerValue"
  1897. JumppowerValue.Parent = LocalScreen
  1898. JumppowerValue.BackgroundColor3 = Color3.new(1, 1, 1)
  1899. JumppowerValue.BackgroundTransparency = 1
  1900. JumppowerValue.BorderSizePixel = 0
  1901. JumppowerValue.Position = UDim2.new(0.457207203, 0, 0.799999952, 0)
  1902. JumppowerValue.Size = UDim2.new(0, 158, 0, 21)
  1903. JumppowerValue.Font = Enum.Font.SourceSans
  1904. JumppowerValue.Text = "Jumppower Value"
  1905. JumppowerValue.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1906. JumppowerValue.TextSize = 14
  1907.  
  1908. EtoFly.Name = "EtoFly"
  1909. EtoFly.Parent = LocalScreen
  1910. EtoFly.BackgroundColor3 = Color3.new(1, 1, 1)
  1911. EtoFly.BackgroundTransparency = 1
  1912. EtoFly.BorderSizePixel = 0
  1913. EtoFly.Position = UDim2.new(0.409909904, 0, 0.895652175, 0)
  1914. EtoFly.Size = UDim2.new(0, 200, 0, 29)
  1915. EtoFly.Font = Enum.Font.SourceSans
  1916. EtoFly.Text = "Press \"Q\" to Fly"
  1917. EtoFly.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1918. EtoFly.TextSize = 14
  1919.  
  1920. HomeScreen.Name = "HomeScreen"
  1921. HomeScreen.Parent = Drag
  1922. HomeScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  1923. HomeScreen.BackgroundTransparency = 1
  1924. HomeScreen.BorderSizePixel = 0
  1925. HomeScreen.Position = UDim2.new(-0.208425716, 0, -0.273504287, 0)
  1926. HomeScreen.Size = UDim2.new(0, 450, 0, 232)
  1927. HomeScreen.Visible = false
  1928.  
  1929. WelcomeName.Name = "WelcomeName"
  1930. WelcomeName.Parent = HomeScreen
  1931. WelcomeName.BackgroundColor3 = Color3.new(1, 1, 1)
  1932. WelcomeName.BackgroundTransparency = 1
  1933. WelcomeName.BorderSizePixel = 0
  1934. WelcomeName.Position = UDim2.new(0.512882888, 0, 0.402361304, 0)
  1935. WelcomeName.Size = UDim2.new(0, 295, 0, 50)
  1936. WelcomeName.Font = Enum.Font.SourceSans
  1937. WelcomeName.Text = "Welcome"
  1938. WelcomeName.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1939. WelcomeName.TextSize = 26
  1940. WelcomeName.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1941. WelcomeName.TextStrokeTransparency = 0.64999997615814
  1942. WelcomeName.TextWrapped = true
  1943.  
  1944. WelcomeMOTD.Name = "WelcomeMOTD"
  1945. WelcomeMOTD.Parent = HomeScreen
  1946. WelcomeMOTD.BackgroundColor3 = Color3.new(1, 1, 1)
  1947. WelcomeMOTD.BackgroundTransparency = 1
  1948. WelcomeMOTD.Position = UDim2.new(0.524598598, 0, 0.615812302, 0)
  1949. WelcomeMOTD.Size = UDim2.new(0, 295, 0, 122)
  1950. WelcomeMOTD.Font = Enum.Font.SourceSans
  1951. WelcomeMOTD.Text = "I heard there are a lot of wild haxors on the lose. Be careful out there."
  1952. WelcomeMOTD.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1953. WelcomeMOTD.TextSize = 30
  1954. WelcomeMOTD.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1955. WelcomeMOTD.TextStrokeTransparency = 0.64999997615814
  1956. WelcomeMOTD.TextWrapped = true
  1957.  
  1958. WelcomeAuthor.Name = "WelcomeAuthor"
  1959. WelcomeAuthor.Parent = HomeScreen
  1960. WelcomeAuthor.BackgroundColor3 = Color3.new(1, 1, 1)
  1961. WelcomeAuthor.BackgroundTransparency = 1
  1962. WelcomeAuthor.BorderSizePixel = 0
  1963. WelcomeAuthor.Position = UDim2.new(0.621117353, 0, 1.14139926, 0)
  1964. WelcomeAuthor.Size = UDim2.new(0, 200, 0, 22)
  1965. WelcomeAuthor.Font = Enum.Font.SourceSans
  1966. WelcomeAuthor.Text = "By Casual#2435"
  1967. WelcomeAuthor.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1968. WelcomeAuthor.TextSize = 12
  1969. WelcomeAuthor.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  1970. WelcomeAuthor.TextStrokeTransparency = 0.64999997615814
  1971. WelcomeAuthor.TextWrapped = true
  1972.  
  1973. ChangelogScreen.Name = "ChangelogScreen"
  1974. ChangelogScreen.Parent = Drag
  1975. ChangelogScreen.BackgroundColor3 = Color3.new(1, 1, 1)
  1976. ChangelogScreen.BackgroundTransparency = 1
  1977. ChangelogScreen.BorderSizePixel = 0
  1978. ChangelogScreen.Position = UDim2.new(0.24833703, 0, 0.17521368, 0)
  1979. ChangelogScreen.Size = UDim2.new(0, 337, 0, 193)
  1980. ChangelogScreen.Visible = false
  1981.  
  1982. Logs.Name = "Logs"
  1983. Logs.Parent = ChangelogScreen
  1984. Logs.BackgroundColor3 = Color3.new(1, 1, 1)
  1985. Logs.BackgroundTransparency = 1
  1986. Logs.BorderSizePixel = 0
  1987. Logs.Position = UDim2.new(0.0207715146, 0, 0, 0)
  1988. Logs.Size = UDim2.new(0, 322, 0, 39)
  1989. Logs.Font = Enum.Font.SourceSans
  1990. Logs.Text = "-1.0 Huge Improvement on Look of Gui"
  1991. Logs.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  1992. Logs.TextSize = 20
  1993.  
  1994. Logs2.Name = "Logs2"
  1995. Logs2.Parent = ChangelogScreen
  1996. Logs2.BackgroundColor3 = Color3.new(1, 1, 1)
  1997. Logs2.BackgroundTransparency = 1
  1998. Logs2.BorderSizePixel = 0
  1999. Logs2.Position = UDim2.new(0.0296735913, 0, 0.160621762, 0)
  2000. Logs2.Size = UDim2.new(0, 322, 0, 85)
  2001. Logs2.Font = Enum.Font.SourceSans
  2002. Logs2.Text = "-1.1 Fixed bug that caused you not to be able to changewalkspeed and made you walk slow when you turned on god mode."
  2003. Logs2.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  2004. Logs2.TextSize = 20
  2005. Logs2.TextWrapped = true
  2006.  
  2007. Logs3.Name = "Logs3"
  2008. Logs3.Parent = ChangelogScreen
  2009. Logs3.BackgroundColor3 = Color3.new(1, 1, 1)
  2010. Logs3.BackgroundTransparency = 1
  2011. Logs3.BorderSizePixel = 0
  2012. Logs3.Position = UDim2.new(0.0296735913, 0, 0.46632123, 0)
  2013. Logs3.Size = UDim2.new(0, 322, 0, 85)
  2014. Logs3.Font = Enum.Font.SourceSans
  2015. Logs3.Text = "-1.2 Added 3 new features - Hard Dragger, Teleport Gifts and Flight"
  2016. Logs3.TextColor3 = Color3.new(0.117647, 0.501961, 0.639216)
  2017. Logs3.TextSize = 20
  2018. Logs3.TextWrapped = true
  2019.  
  2020. Log1and2Div.Name = "Log1and2Div"
  2021. Log1and2Div.Parent = ChangelogScreen
  2022. Log1and2Div.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2023. Log1and2Div.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2024. Log1and2Div.Position = UDim2.new(0.0534124635, 0, 0.196891189, 0)
  2025. Log1and2Div.Size = UDim2.new(0, 306, 0, 1)
  2026. Log1and2Div.Font = Enum.Font.SourceSans
  2027. Log1and2Div.Text = ""
  2028. Log1and2Div.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2029. Log1and2Div.TextSize = 24
  2030. Log1and2Div.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2031.  
  2032. Log2and3Div.Name = "Log2and3Div"
  2033. Log2and3Div.Parent = ChangelogScreen
  2034. Log2and3Div.BackgroundColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2035. Log2and3Div.BorderColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2036. Log2and3Div.Position = UDim2.new(0.0534124635, 0, 0.569948196, 0)
  2037. Log2and3Div.Size = UDim2.new(0, 306, 0, 1)
  2038. Log2and3Div.Font = Enum.Font.SourceSans
  2039. Log2and3Div.Text = ""
  2040. Log2and3Div.TextColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2041. Log2and3Div.TextSize = 24
  2042. Log2and3Div.TextStrokeColor3 = Color3.new(0.0392157, 0.0627451, 0.0823529)
  2043.  
  2044. --------
  2045. -- Fly
  2046. repeat wait()
  2047. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  2048. local mouse = game.Players.LocalPlayer:GetMouse()
  2049. repeat wait() until mouse
  2050. local plr = game.Players.LocalPlayer
  2051. local torso = plr.Character.Torso
  2052. local flying = true
  2053. local deb = true
  2054. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  2055. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2056. local maxspeed = 50
  2057. local speed = 0
  2058.  
  2059. function Fly()
  2060. local bg = Instance.new("BodyGyro", torso)
  2061. bg.P = 9e4
  2062. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2063. bg.cframe = torso.CFrame
  2064. local bv = Instance.new("BodyVelocity", torso)
  2065. bv.velocity = Vector3.new(0,0.1,0)
  2066. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2067. repeat wait()
  2068. plr.Character.Humanoid.PlatformStand = true
  2069. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  2070. speed = speed+.5+(speed/maxspeed)
  2071. if speed > maxspeed then
  2072. speed = maxspeed
  2073. end
  2074. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  2075. speed = speed-1
  2076. if speed < 0 then
  2077. speed = 0
  2078. end
  2079. end
  2080. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  2081. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2082. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  2083. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  2084. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  2085. else
  2086. bv.velocity = Vector3.new(0,0.1,0)
  2087. end
  2088. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  2089. until not flying
  2090. ctrl = {f = 0, b = 0, l = 0, r = 0}
  2091. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  2092. speed = 0
  2093. bg:Destroy()
  2094. bv:Destroy()
  2095. plr.Character.Humanoid.PlatformStand = false
  2096. end
  2097. mouse.KeyDown:connect(function(key)
  2098. if key:lower() == "q" then
  2099. if flying then flying = false
  2100. AAPressQ.Visible = false
  2101. else
  2102. flying = true
  2103. Fly()
  2104. end
  2105. elseif key:lower() == "w" then
  2106. ctrl.f = 1
  2107. elseif key:lower() == "s" then
  2108. ctrl.b = -1
  2109. elseif key:lower() == "a" then
  2110. ctrl.l = -1
  2111. elseif key:lower() == "d" then
  2112. ctrl.r = 1
  2113. end
  2114. end)
  2115. mouse.KeyUp:connect(function(key)
  2116. if key:lower() == "w" then
  2117. ctrl.f = 0
  2118. elseif key:lower() == "s" then
  2119. ctrl.b = 0
  2120. elseif key:lower() == "a" then
  2121. ctrl.l = 0
  2122. elseif key:lower() == "d" then
  2123. ctrl.r = 0
  2124. end
  2125. end)
  2126. Fly()
  2127.  
  2128. AnimWelcomeScreen.Visible = true
  2129. AnimWelcomeScreen:TweenSizeAndPosition(UDim2.new(0, 200, 0, 200), UDim2.new(0.5, -100, 0.5, -100), "Out", "Quad", .25)
  2130. wait(2)
  2131. ImageLabel:Destroy()
  2132. AnimWelcomeScreen:TweenSizeAndPosition(UDim2.new(0, 0, 0, 0),UDim2.new(0.5, 0, 0.5, 0), "Out", "Bounce", 0.5);wait(0.5);AnimWelcomeScreen:Destroy();
  2133. wait(2)
  2134. HomeScreen.Visible = true
  2135. Main.Visible = true
  2136.  
  2137.  
  2138. HiName.Text = "Hi "..game.Players.LocalPlayer.Name
  2139. WelcomeName.Text = "Welcome "..game.Players.LocalPlayer.Name
  2140.  
  2141. --Opening Tabs
  2142. P1.MouseButton1Down:connect(function()
  2143. PSelected.Text = P1.Text
  2144. end)
  2145. P2.MouseButton1Down:connect(function()
  2146. PSelected.Text = P2.Text
  2147. end)
  2148. P3.MouseButton1Down:connect(function()
  2149. PSelected.Text = P3.Text
  2150. end)
  2151. P4.MouseButton1Down:connect(function()
  2152. PSelected.Text = P4.Text
  2153. end)
  2154. P5.MouseButton1Down:connect(function()
  2155. PSelected.Text = P5.Text
  2156. end)
  2157. P6.MouseButton1Down:connect(function()
  2158. PSelected.Text = P6.Text
  2159. end)
  2160. local buttons = {
  2161. PlayersScreen.P1,
  2162. PlayersScreen.P2,
  2163. PlayersScreen.P3,
  2164. PlayersScreen.P4,
  2165. PlayersScreen.P5,
  2166. PlayersScreen.P6
  2167. }
  2168.  
  2169. for i, v in pairs(game.Players:GetChildren()) do
  2170. buttons[i].Text = v.Name
  2171. buttons[i].Visible = true
  2172. end
  2173. game.Players.PlayerRemoving:connect(function()
  2174. for i, v in pairs(game.Players:GetChildren()) do
  2175. buttons[i].Text = v.Name
  2176. buttons[i].Visible = true
  2177. end
  2178. end)
  2179. game.Players.PlayerAdded:connect(function()
  2180. for i, v in pairs(game.Players:GetChildren()) do
  2181. buttons[i].Text = v.Name
  2182. buttons[i].Visible = true
  2183. end
  2184. end)
  2185.  
  2186. if PlayersScreen.P1.text == " " then
  2187. P1.Visible = false
  2188. end
  2189.  
  2190. if PlayersScreen.P2.text == " " then
  2191. P2.Visible = false
  2192. end
  2193.  
  2194. if PlayersScreen.P3.text == " " then
  2195. P3.Visible = false
  2196. end
  2197.  
  2198. if PlayersScreen.P4.text == " " then
  2199. P4.Visible = false
  2200. end
  2201.  
  2202. if PlayersScreen.P5.text == " " then
  2203. P5.Visible = false
  2204. end
  2205.  
  2206. if PlayersScreen.P6.text == "" then
  2207. P6.Visible = false
  2208. end
  2209.  
  2210. TpToPlayer.MouseButton1Down:connect(function()
  2211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PSelected.Text].HumanoidRootPart.CFrame
  2212. end)
  2213.  
  2214. TpToPlayerBase.MouseButton1Down:connect(function()
  2215. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2216. if v.Owner.Value == game.Players[PSelected.Text] then
  2217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  2218. end
  2219. end
  2220. end)
  2221.  
  2222. X.MouseButton1Down:connect(function()
  2223. Drag.Visible = false
  2224. OpenBtn.Visible = true
  2225. end)
  2226.  
  2227. OpenBtn.MouseButton1Down:connect(function()
  2228. Drag.Visible = true
  2229. OpenBtn.Visible = false
  2230. end)
  2231.  
  2232. HomeLocal.MouseButton1Down:connect(function()
  2233. Main.Visible = true
  2234. AnimWelcomeScreen.Visible = false
  2235. HomeScreen.Visible = false
  2236. LocalScreen.Visible = true
  2237. PlayersScreen.Visible = false
  2238. WoodScreen.Visible = false
  2239. TeleportsScreen.Visible = false
  2240. ToolsScreen.Visible = false
  2241. OpenBtn.Visible = false
  2242. ChangelogScreen.Visible = false
  2243. end)
  2244.  
  2245. HomePlayers.MouseButton1Down:connect(function()
  2246. Main.Visible = true
  2247. AnimWelcomeScreen.Visible = false
  2248. HomeScreen.Visible = false
  2249. LocalScreen.Visible = false
  2250. PlayersScreen.Visible = true
  2251. WoodScreen.Visible = false
  2252. TeleportsScreen.Visible = false
  2253. ToolsScreen.Visible = false
  2254. OpenBtn.Visible = false
  2255. ChangelogScreen.Visible = false
  2256. end)
  2257.  
  2258. HomeWood.MouseButton1Down:connect(function()
  2259. Main.Visible = true
  2260. AnimWelcomeScreen.Visible = false
  2261. HomeScreen.Visible = false
  2262. LocalScreen.Visible = false
  2263. PlayersScreen.Visible = false
  2264. WoodScreen.Visible = true
  2265. TeleportsScreen.Visible = false
  2266. ToolsScreen.Visible = false
  2267. OpenBtn.Visible = false
  2268. ChangelogScreen.Visible = false
  2269. end)
  2270.  
  2271. HomeTeleports.MouseButton1Down:connect(function()
  2272. Main.Visible = true
  2273. AnimWelcomeScreen.Visible = false
  2274. HomeScreen.Visible = false
  2275. LocalScreen.Visible = false
  2276. PlayersScreen.Visible = false
  2277. WoodScreen.Visible = false
  2278. TeleportsScreen.Visible = true
  2279. ToolsScreen.Visible = false
  2280. OpenBtn.Visible = false
  2281. ChangelogScreen.Visible = false
  2282. end)
  2283.  
  2284. HomeTools.MouseButton1Down:connect(function()
  2285. Main.Visible = true
  2286. AnimWelcomeScreen.Visible = false
  2287. HomeScreen.Visible = false
  2288. LocalScreen.Visible = false
  2289. PlayersScreen.Visible = false
  2290. WoodScreen.Visible = false
  2291. TeleportsScreen.Visible = false
  2292. ToolsScreen.Visible = true
  2293. OpenBtn.Visible = false
  2294. ChangelogScreen.Visible = false
  2295. end)
  2296.  
  2297. HomeChangelog.MouseButton1Down:connect(function()
  2298. Main.Visible = true
  2299. AnimWelcomeScreen.Visible = false
  2300. HomeScreen.Visible = false
  2301. LocalScreen.Visible = false
  2302. PlayersScreen.Visible = false
  2303. WoodScreen.Visible = false
  2304. TeleportsScreen.Visible = false
  2305. ToolsScreen.Visible = false
  2306. OpenBtn.Visible = false
  2307. ChangelogScreen.Visible = true
  2308. end)
  2309.  
  2310. --Teleports
  2311. Palm.MouseButton1Down:connect(function()
  2312. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2570, -5, -32))
  2313. end)
  2314.  
  2315. BobsShack.MouseButton1Down:connect(function()
  2316. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(259, 8, -2542))
  2317. end)
  2318.  
  2319. WoodRUs.MouseButton1Down:connect(function()
  2320. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(251, 2, 57))
  2321. end)
  2322.  
  2323. Volcano.MouseButton1Down:connect(function()
  2324. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  2325. end)
  2326.  
  2327. Swamp.MouseButton1Down:connect(function()
  2328. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  2329. end)
  2330.  
  2331. StrangeMan.MouseButton1Down:connect(function()
  2332. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1130))
  2333. end)
  2334.  
  2335. Spawn.MouseButton1Down:connect(function()
  2336. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  2337. end)
  2338.  
  2339. Shrine.MouseButton1Down:connect(function()
  2340. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1606, 195, 929))
  2341. end)
  2342.  
  2343. Lodge.MouseButton1Down:connect(function()
  2344. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1243, 63, 2305))
  2345. end)
  2346.  
  2347. LinksLogic.MouseButton1Down:connect(function()
  2348. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4606, 7, -779))
  2349. end)
  2350.  
  2351. GreenBox.MouseButton1Down:connect(function()
  2352. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1675, 348, 1476))
  2353. end)
  2354.  
  2355. Fancy.MouseButton1Down:connect(function()
  2356. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1719))
  2357. end)
  2358.  
  2359. EndTimes.MouseButton1Down:connect(function()
  2360. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(113, -213, -950))
  2361. end)
  2362.  
  2363. Dropoff.MouseButton1Down:connect(function()
  2364. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(314, -2, 123))
  2365. end)
  2366.  
  2367. Den.MouseButton1Down:connect(function()
  2368. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  2369. end)
  2370.  
  2371. Cave.MouseButton1Down:connect(function()
  2372. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  2373. end)
  2374.  
  2375. BoxedCars.MouseButton1Down:connect(function()
  2376. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(508, 3, -1463))
  2377. end)
  2378.  
  2379. YourPlot.MouseButton1Down:connect(function()
  2380. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2381. if v.Owner.Value == game.Players.LocalPlayer then
  2382. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  2383. end
  2384. end
  2385. end)
  2386. --------------
  2387. --LocalPlayer Commands
  2388. -- God
  2389. God.MouseButton1Down:connect(function()
  2390. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  2391. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2392. l.Parent = game.Players.LocalPlayer.Character
  2393. l.Name = "Humanoid"
  2394. wait(0.1)
  2395. game.Players.LocalPlayer.Character["1"]:Destroy()
  2396. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2397. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2398. l.Changed:Connect(function()
  2399. if l then
  2400. l.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  2401. l.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower
  2402. end
  2403. end)
  2404. end)
  2405. -- Noclip
  2406. noclip = false
  2407. game:GetService('RunService').Stepped:connect(function()
  2408. if noclip then
  2409. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2410. NoclipLabel.TextColor3 = Color3.new(0, 1, 0)
  2411. NoclipLabel.Text = "Enabled"
  2412. end
  2413. end)
  2414. Noclip.MouseButton1Down:connect(function()
  2415. noclip = not noclip
  2416. NoclipLabel.TextColor3 = Color3.new(0.7, 0, 0)
  2417. NoclipLabel.Text = "Disabled"
  2418. end)
  2419. -- Walkspeed
  2420. Walkspeed.MouseButton1Down:connect(function()
  2421. while true do
  2422. wait()
  2423. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkspeedValue.Text
  2424. end
  2425. end)
  2426. -- Jumppower
  2427. Jumppower.MouseButton1Down:connect(function()
  2428. while true do
  2429. wait()
  2430. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumppowerValue.Text
  2431. end
  2432. end)
  2433. --Players Commands
  2434. -- Teleport To Player
  2435. -- teleport To Player Base
  2436.  
  2437. --Wood Commands
  2438. -- Teleport Cut Wood
  2439. TeleportCutWood.MouseButton1Down:connect(function()
  2440. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  2441. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2442. if Log.Owner.Value == game.Players.LocalPlayer then
  2443. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  2444. end
  2445. end
  2446. end
  2447. end)
  2448.  
  2449. -- Sell Cut Wood
  2450. SellCutWood.MouseButton1Down:connect(function()
  2451. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  2452. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  2453. if Log.Owner.Value == game.Players.LocalPlayer then
  2454. for i,v in pairs(Log:GetChildren()) do
  2455. if v.Name=="WoodSection" then
  2456. spawn(function()
  2457. for i=1,10 do
  2458. wait()
  2459. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  2460. end
  2461. end)
  2462. end
  2463. end
  2464. spawn(function()
  2465. for i=1,20 do
  2466. wait()
  2467. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  2468. end
  2469. end)
  2470. end
  2471. end
  2472. end
  2473. end)
  2474. -- Teleport End Times Wood
  2475. TeleportEndTimesWood.MouseButton1Down:connect(function()
  2476. for i, v in pairs(game.Workspace:GetChildren()) do
  2477. if v.Name == "TreeRegion" then
  2478. for a, b in pairs(v:GetChildren()) do
  2479. tree(b, "LoneCave")
  2480. end
  2481. end
  2482. end
  2483. end)
  2484. -- Teleport Cave Crawler Wood
  2485. TeleportCaveCrawlerWood.MouseButton1Down:connect(function()
  2486. for i, v in pairs(game.Workspace:GetChildren()) do
  2487. if v.Name == "TreeRegion" then
  2488. for a, b in pairs(v:GetChildren()) do
  2489. tree(b, "CaveCrawler")
  2490. end
  2491. end
  2492. end
  2493. end)
  2494.  
  2495. --Tools Commands
  2496. -- Dupe
  2497. Dupe.MouseButton1Down:connect(function()
  2498. plr = game:GetService("Players").LocalPlayer
  2499. slot = plr.CurrentSaveSlot
  2500. if Option == false then
  2501. if slot.Value == -1 then
  2502. Option = true
  2503. slot.RobloxLocked = true
  2504. DupeLabel.TextColor3 = Color3.new(0, 1, 0)
  2505. DupeLabel.Text = "Enabled"
  2506. end
  2507. else
  2508. Option = false
  2509. slot.RobloxLocked = false
  2510. DupeLabel.TextColor3 = Color3.new(0.7, 0, 0)
  2511. DupeLabel.Text = "Disabled"
  2512. end
  2513. end)
  2514. -- Move Tools
  2515. Move.MouseButton1Down:connect(function()
  2516. local player = game.Players.LocalPlayer
  2517. local Character = player.Character or player.CharacterAdded:wait()
  2518. local Humanoid = Character:WaitForChild("Humanoid")
  2519. local walkSpeed = Humanoid.WalkSpeed
  2520. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Disabled = true
  2521. _G.dragRangeMin = 5
  2522. fivefour = coroutine.wrap(function()
  2523. EKey = false
  2524. QKey = false
  2525. player:GetMouse().KeyDown:connect(function(key)
  2526. if string.lower(key) == "e" then
  2527. EKey = true
  2528. elseif string.lower(key) == "q" then
  2529. QKey = true
  2530. end
  2531. end)
  2532. player:GetMouse().KeyUp:connect(function(key)
  2533. if string.lower(key) == "e" then
  2534. EKey = false
  2535. elseif string.lower(key) == "q" then
  2536. QKey = false
  2537. end
  2538. end)
  2539. while wait(0.1) do
  2540. if EKey then
  2541. F = FVal
  2542. FVal = FVal + 1000
  2543. ChangeForce(F+1000)
  2544. print(F)
  2545. end
  2546. if QKey then
  2547. F = FVal
  2548. FVal = FVal - 1000
  2549. ChangeForce(F-1000)
  2550. print(F)
  2551. end
  2552. end
  2553.  
  2554. end)
  2555. fivefour()
  2556. local dragPart = Instance.new("Part",game.Players.LocalPlayer.PlayerGui)--game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger.Dragger
  2557. dragPart.Size = Vector3.new(0.2,0.2,0.2)
  2558. dragPart.BrickColor = BrickColor.new("Really red")
  2559. player.CharacterAdded:connect(function()
  2560. Character = player.Character
  2561. Humanoid = Character:WaitForChild("Humanoid")
  2562. Humanoid.Died:connect(function()
  2563. dragPart.Parent = nil
  2564. end)
  2565. end)
  2566.  
  2567. wait(1)
  2568. local dragRangeMax = 10000
  2569. local dragRangeMin = _G.dragRangeMin
  2570.  
  2571. local camera = workspace.CurrentCamera
  2572. local mouse = player:GetMouse()
  2573.  
  2574. local button1Down = false
  2575. local dragRange = dragRangeMax
  2576. FVal = 80000
  2577. local bodyPosition = Instance.new("BodyPosition", dragPart)
  2578. bodyPosition.maxForce = Vector3.new(1, 1, 1) * FVal
  2579. bodyPosition.D = 1000
  2580. bodyPosition.P = 4000
  2581. function ChangeForce(F)
  2582. if F > 0 then
  2583. F = bodyPosition.maxForce.X+F
  2584. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  2585. else
  2586. F = bodyPosition.maxForce.X-F
  2587. bodyPosition.maxForce = Vector3.new(1, 1, 1) * F
  2588. end
  2589. end
  2590.  
  2591. local bodyGyro = Instance.new("BodyGyro", dragPart)
  2592. bodyGyro.maxTorque = Vector3.new(1, 1, 1) * 200 --4000 -- * 0.000012
  2593. bodyGyro.P = 1200
  2594. bodyGyro.D = 140 --15
  2595.  
  2596. --bodyPosition.P = bodyPosition.P * 1/19
  2597. --bodyPosition.D = bodyPosition.D * 1/19
  2598. --bodyGyro.P = bodyGyro.P * 1/19
  2599. --bodyGyro.D = bodyGyro.D * 1/19
  2600.  
  2601. local rotateCFrame = CFrame.new()
  2602.  
  2603. local weld = Instance.new("Weld", dragPart)
  2604.  
  2605. --local interactPermission = require(game.ReplicatedStorage.Interaction.InteractionPermission)
  2606. local clientIsDragging = game.ReplicatedStorage.Interaction.ClientIsDragging
  2607.  
  2608. local carryAnimationTrack
  2609.  
  2610.  
  2611. --------------------------------[[ Drag Main ]]------------------------------------
  2612.  
  2613. local draggingPart = false
  2614.  
  2615. function click()
  2616. button1Down = true
  2617.  
  2618. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  2619. if not canDrag(targetObject) then
  2620. return
  2621. end
  2622.  
  2623. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  2624. if (mouseHit - Character.Head.Position).magnitude > dragRangeMax then
  2625. return
  2626. end
  2627.  
  2628. initializeDrag(targetObject, mouseHit)
  2629. rotateCFrame = CFrame.new()
  2630.  
  2631. carryAnimationTrack:Play(0.1, 1, 1)
  2632.  
  2633. local dragIsFailing = 0
  2634. local dragTime = 0
  2635.  
  2636.  
  2637. while button1Down and canDrag(targetObject) do
  2638. local desiredPos = Character.Head.Position + (game.Players.LocalPlayer:GetMouse().Hit.p - Character.Head.Position).unit * dragRange
  2639.  
  2640. local dragRay = Ray.new(Character.Head.Position, desiredPos - Character.Head.Position)
  2641. local part, pos = workspace:FindPartOnRayWithIgnoreList(dragRay, {Character, dragPart, targetObject.Parent})
  2642.  
  2643. if part then
  2644. desiredPos = pos
  2645. end
  2646.  
  2647. if (camera.CoordinateFrame.p - Character.Head.Position).magnitude > 2 then
  2648. desiredPos = desiredPos + Vector3.new(0, 1.8, 0)
  2649. end
  2650.  
  2651. moveDrag(desiredPos)
  2652. bodyGyro.cframe = CFrame.new(dragPart.Position, camera.CoordinateFrame.p) * rotateCFrame
  2653.  
  2654. local targParent = findHighestParent(targetObject) or targetObject
  2655.  
  2656. local attemptingToSurf = false
  2657. for _, check in pairs({{Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  2658. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  2659. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  2660. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  2661. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.7, -2.8, 0)).p, Vector3.new(0, -2, 0))},
  2662.  
  2663. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  2664. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  2665. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, 0.6)).p, Vector3.new(0, -2, 0))},
  2666.  
  2667. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  2668. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  2669. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.35, -2.8, -0.6)).p, Vector3.new(0, -2, 0))},
  2670.  
  2671. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  2672. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -0.8, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  2673. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing},
  2674. {Ray = Ray.new((Character.HumanoidRootPart.CFrame * CFrame.new(-0.5, -1.3, 0)).p, Character.HumanoidRootPart.CFrame.lookVector), State = Enum.HumanoidStateType.Climbing}
  2675.  
  2676. }) do
  2677.  
  2678. local ray = check.Ray
  2679. local part, _ = workspace:FindPartOnRayWithIgnoreList(ray, {Character})
  2680. local op = part
  2681. part = part and findHighestParent(part)
  2682.  
  2683. if part and (not check.State or Humanoid:GetState() == check.State) then
  2684. if part == targParent then
  2685. attemptingToSurf = true
  2686. else
  2687. for _, connectedPart in pairs(op:GetConnectedParts(true)) do
  2688.  
  2689. if connectedPart == targetObject--[[targParent]] then
  2690. attemptingToSurf = true
  2691. break
  2692. end
  2693. end
  2694. end
  2695.  
  2696. if attemptingToSurf then
  2697. break
  2698. end
  2699. end
  2700. end
  2701.  
  2702.  
  2703.  
  2704.  
  2705.  
  2706. local falling = Humanoid:GetState() == Enum.HumanoidStateType.Freefall or Humanoid:GetState() == Enum.HumanoidStateType.FallingDown--not part1 and not part2
  2707.  
  2708.  
  2709. if attemptingToSurf then
  2710. dragIsFailing = 0
  2711. elseif falling then
  2712. dragIsFailing = 0
  2713. elseif (dragPart.Position - desiredPos).magnitude > 5 then
  2714. dragIsFailing = 0
  2715. else
  2716. dragIsFailing = 0
  2717. end
  2718. if dragIsFailing > 16 then
  2719. break
  2720. end
  2721.  
  2722.  
  2723. if dragTime % 10 == 0 and targParent.Parent:FindFirstChild("BedInfo") and targParent.Parent:FindFirstChild("Main") then
  2724. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent.Scripts.VehicleControl.SetVehicleOwnership:Fire(targParent.Parent.Main)
  2725. end
  2726.  
  2727. clientIsDragging:FireServer(targParent.Parent)
  2728.  
  2729. wait()
  2730. dragTime = 0
  2731. end
  2732.  
  2733. carryAnimationTrack:Stop()
  2734.  
  2735. endDrag()
  2736. end
  2737.  
  2738.  
  2739. function findHighestParent(child)
  2740. if not child or not child.Parent or child.Parent == workspace then
  2741. return nil
  2742. end
  2743.  
  2744. local ret = child.Parent:FindFirstChild("Owner") and child
  2745. return findHighestParent(child.Parent) or ret
  2746. end
  2747.  
  2748.  
  2749.  
  2750. function clickEnded()
  2751. button1Down = false
  2752. end
  2753.  
  2754. function holdDistanceChanged()
  2755. dragRange = dragRangeMax--[[_G.dragRangeMin + (1 - dist) * (dragRangeMax - _G.dragRangeMin)]]
  2756. end
  2757.  
  2758.  
  2759. function canDrag(targetObject)
  2760.  
  2761.  
  2762. if not (targetObject and not targetObject.Anchored and targetObject.Parent and Humanoid.Health > 0) then -- General conditions
  2763. return false
  2764. end
  2765.  
  2766. if targetObject.Name == "LeafPart" then
  2767. return false
  2768. end
  2769.  
  2770. local originTargetObject = targetObject
  2771. targetObject = findHighestParent(targetObject) or targetObject
  2772.  
  2773. bodyGyro.Parent = dragPart
  2774.  
  2775.  
  2776. --[[if not (targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner")) then
  2777. return otherDraggable(targetObject, originTargetObject)
  2778. end]]
  2779.  
  2780. if targetObject.Parent:FindFirstChild("Owner") or targetObject.Parent.Parent:FindFirstChild("Owner") then
  2781. return true
  2782. end
  2783.  
  2784. if targetObject.Parent:FindFirstChild("TreeClass") then -- Wood class
  2785. return true
  2786. end
  2787. if targetObject.Parent:FindFirstChild("BoxItemName") then -- Shop items
  2788. return true
  2789. end
  2790. if targetObject.Parent:FindFirstChild("PurchasedBoxItemName") then -- Purchased box items
  2791. return true
  2792. end
  2793. if targetObject.Parent:FindFirstChild("Handle") then -- Tool items
  2794. return true
  2795. end
  2796.  
  2797. return otherDraggable(targetObject, originTargetObject)
  2798. end
  2799.  
  2800. function otherDraggable(targetObject, originTargetObject)
  2801. local draggable = targetObject and targetObject.Parent and targetObject.Parent:FindFirstChild("DraggableItem") or originTargetObject and originTargetObject.Parent and originTargetObject.Parent:FindFirstChild("DraggableItem")
  2802. if draggable then -- Other stuff
  2803. if draggable:FindFirstChild("NoRotate") then
  2804. bodyGyro.Parent = nil
  2805. end
  2806. return true
  2807. end
  2808. end
  2809.  
  2810. function initializeDrag(targetObject,mouseHit)
  2811. draggingPart = true
  2812. mouse.TargetFilter = targetObject and findHighestParent(targetObject) and findHighestParent(targetObject).Parent or targetObject
  2813.  
  2814. dragPart.CFrame = CFrame.new(mouseHit, camera.CoordinateFrame.p)
  2815.  
  2816. weld.Part0 = dragPart
  2817. weld.Part1 = targetObject
  2818. weld.C0 = CFrame.new(mouseHit,camera.CoordinateFrame.p):inverse() * targetObject.CFrame
  2819. weld.Parent = dragPart
  2820.  
  2821. dragPart.Parent = workspace
  2822. end
  2823.  
  2824. function endDrag()
  2825. mouse.TargetFilter = nil
  2826. dragPart.Parent = nil
  2827. draggingPart = false
  2828. end
  2829.  
  2830. --------------------------------[[ Do Prompt ]]------------------------------------
  2831.  
  2832.  
  2833. local dragGuiState = ""
  2834. function interactLoop()
  2835. while true do
  2836. wait()
  2837.  
  2838. local newState = ""
  2839.  
  2840. local mouseHit = game.Players.LocalPlayer:GetMouse().Hit.p
  2841. local targetObject = game.Players.LocalPlayer:GetMouse().Target
  2842.  
  2843.  
  2844. if draggingPart then
  2845. newState = "Dragging"
  2846. elseif canDrag(targetObject) and not button1Down and (mouseHit - Character.Head.Position).magnitude < dragRangeMax then
  2847. newState = "Mouseover"
  2848. end
  2849.  
  2850. if true then-- not (newState == dragGuiState) then
  2851. dragGuiState = newState
  2852. setPlatformControls()
  2853.  
  2854. if dragGuiState == "" then
  2855. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  2856. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  2857. elseif dragGuiState == "Mouseover" then
  2858. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = true
  2859. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = false
  2860. elseif dragGuiState == "Dragging" then
  2861. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.Visible = false
  2862. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.Visible = not (bodyGyro.Parent == nil) and (not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 1)
  2863. end
  2864. end
  2865.  
  2866. end
  2867. end
  2868.  
  2869.  
  2870. --------------------------------[[ Drag Moving ]]------------------------------------
  2871.  
  2872.  
  2873. function moveDrag(pos)
  2874. bodyPosition.position = pos
  2875. end
  2876. local rotateSpeedReduce = 0.036
  2877.  
  2878. local lastRotateTick
  2879. function crotate(amount, speed)
  2880.  
  2881. if not draggingPart then
  2882. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  2883. Humanoid.WalkSpeed = walkSpeed
  2884. end
  2885. return
  2886. end
  2887.  
  2888. if Humanoid.WalkSpeed > 1 then
  2889. walkSpeed = Humanoid.WalkSpeed
  2890. Humanoid.WalkSpeed = 0
  2891. end
  2892.  
  2893. lastRotateTick = tick()
  2894. local thisRotateTick = lastRotateTick
  2895.  
  2896. while draggingPart and amount.magnitude > 0 and lastRotateTick == thisRotateTick do
  2897. rotateCFrame = CFrame.Angles(0, -amount.X * rotateSpeedReduce, 0) * CFrame.Angles(amount.Y * rotateSpeedReduce, 0, 0) * rotateCFrame
  2898. wait()
  2899. end
  2900.  
  2901. if amount.magnitude == 0 then
  2902. if not player:FindFirstChild("IsChatting") or player.IsChatting.Value < 2 then
  2903. Humanoid.WalkSpeed = walkSpeed
  2904. end
  2905. end
  2906. end
  2907.  
  2908. --------------------------------[[ User Input ]]------------------------------------
  2909.  
  2910. wait(1)
  2911.  
  2912. carryAnimationTrack = Humanoid:LoadAnimation(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Dragger:WaitForChild("CarryItem"))
  2913.  
  2914. --input = require(game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.Parent:WaitForChild("Scripts"):WaitForChild("UserInput"))
  2915.  
  2916. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  2917. click()
  2918. holdDistanceChanged()
  2919. end)
  2920. game.Players.LocalPlayer:GetMouse().Button1Up:connect(function()
  2921. clickEnded()
  2922. end)
  2923. --input.ClickBegan(click, holdDistanceChanged)
  2924. --input.ClickEnded(clickEnded)
  2925.  
  2926. --input.Rotate(crotate)
  2927.  
  2928.  
  2929. function setPlatformControls()
  2930. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.PC.Value
  2931. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanDrag.PlatformButton.KeyLabel.Text = "CLICK"
  2932. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.Image = game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.PC.Value
  2933. game.Players.LocalPlayer.PlayerGui.ItemDraggingGUI.CanRotate.PlatformButton.KeyLabel.Text = "SHIFT + WASD"
  2934. end
  2935.  
  2936.  
  2937. interactLoop()
  2938. end)
  2939. -- Golden Axe
  2940. GoldAxe.MouseButton1Down:connect(function()
  2941.  
  2942. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  2943. mouse1.Button1Down:connect(function(key)
  2944. Pressing=false
  2945. end)
  2946.  
  2947. function GetAxe()
  2948. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  2949. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  2950. end
  2951. end
  2952.  
  2953. local HitPoints={
  2954. ['GoldAxe']= 50;
  2955. ['BasicHatchet']= 0.2;
  2956. ['Axe1']= 0.55;
  2957. ['Axe2']= 0.93;
  2958. ['AxeAlphaTesters']= 1.5;
  2959. ['Rukiryaxe']= 1.68;
  2960. ['Axe3']= 1.45;
  2961. ['AxeBetaTesters']= 1.45;
  2962. ['FireAxe']= 0.6;
  2963. ['SilverAxe']= 1.6;
  2964. ['EndTimesAxe']= 10000000;
  2965. ['AxeChicken']= 0.1;
  2966. ['CandyCaneAxe']= 0;
  2967. }
  2968.  
  2969. local Pressing = false
  2970.  
  2971. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  2972. mouse1.Button1Down:connect(function(key)
  2973. Pressing=true
  2974. poop(GetAxe())
  2975. end)
  2976.  
  2977. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  2978. mouse1.Button1Down:connect(function(key)
  2979. Pressing=false
  2980. end)
  2981.  
  2982. function cut(Height,Tool)
  2983. local Tree=game.Players.LocalPlayer:GetMouse().Target
  2984. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  2985. ["cuttingClass"] = "Axe",
  2986. ["cooldown"] = 0,
  2987. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  2988. ["sectionId"] = 1,
  2989. ["tool"] = Tool,
  2990. ["faceVector"] = Vector3.new(-1,0,0),
  2991. ["height"] = Height})
  2992. end
  2993.  
  2994. function poop(Tool)
  2995. while Pressing do
  2996. for i=1,100 do
  2997. wait()
  2998. cut(_G.SIZE,Tool)
  2999. cut(1,Tool)
  3000. end
  3001. end
  3002. end
  3003. end)
  3004. -- Leaked Items
  3005. LeakedItems.MouseButton1Down:connect(function()
  3006. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  3007. end)
  3008.  
  3009. -- Ctrl + Click TP
  3010. TeleportTool.MouseButton1Down:connect(function()
  3011. local Plr = game:GetService("Players").LocalPlayer
  3012. local Mouse = Plr:GetMouse()
  3013.  
  3014. Mouse.Button1Down:connect(function()
  3015. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  3016. if not Mouse.Target then return end
  3017. Plr.Character:MoveTo(Mouse.Hit.p)
  3018. end)
  3019. end)
  3020. -- Grey Wood
  3021. GreyWood.MouseButton1Down:connect(function()
  3022. for i,v in next,workspace.PlayerModels:GetChildren() do
  3023. if v:FindFirstChild("Type") then
  3024. if v.Type.Value == "Blueprint" then
  3025. v.Type.Value = "Structure"
  3026. end
  3027. end
  3028. end
  3029. end)
  3030. -- Teleport Gifts
  3031. TeleportGifts.MouseButton1Down:connect(function()
  3032. for i,v in next,workspace.PlayerModels:GetChildren() do
  3033. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  3034. for q,p in pairs(v:GetChildren()) do
  3035. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  3036. wait()
  3037. v.PrimaryPart = v.Main
  3038. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  3039. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  3040. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  3041. end
  3042. end
  3043. end
  3044. end
  3045. end)
  3046. end)
  3047. Speed.Name = "Speed"
  3048. Speed.Parent = MainFrame
  3049. Speed.BackgroundColor3 = Color3.new(0, 0, 0)
  3050. Speed.BorderColor3 = Color3.new(0, 1, 0)
  3051. Speed.BorderSizePixel = 5
  3052. Speed.Position = UDim2.new(0.375, 0, 0.211009175, 0)
  3053. Speed.Size = UDim2.new(0, 95, 0, 38)
  3054. Speed.Font = Enum.Font.SciFi
  3055. Speed.Text = "Speed"
  3056. Speed.TextColor3 = Color3.new(0, 1, 0)
  3057. Speed.TextScaled = true
  3058. Speed.TextSize = 14
  3059. Speed.TextWrapped = true
  3060. Speed.MouseButton1Click:connect(function()while wait()do
  3061. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=200
  3062. end
  3063. end
  3064. )
  3065. Jpower.Name = "Jpower"
  3066. Jpower.Parent = MainFrame
  3067. Jpower.BackgroundColor3 = Color3.new(0, 0, 0)
  3068. Jpower.BorderColor3 = Color3.new(0, 1, 0)
  3069. Jpower.BorderSizePixel = 5
  3070. Jpower.Position = UDim2.new(0.5625, 0, 0.844036698, 0)
  3071. Jpower.Size = UDim2.new(0, 92, 0, 29)
  3072. Jpower.Font = Enum.Font.SciFi
  3073. Jpower.Text = "Jpower"
  3074. Jpower.TextColor3 = Color3.new(0, 1, 0)
  3075. Jpower.TextScaled = true
  3076. Jpower.TextSize = 14
  3077. Jpower.TextWrapped = true
  3078. Jpower.MouseButton1Click:connect(function()while wait()do
  3079. game.Players.LocalPlayer.Character.Humanoid.JumpPower=100 end end)
  3080.  
  3081. GoldAxe.Name = "GoldAxe"
  3082. GoldAxe.Parent = MainFrame
  3083. GoldAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  3084. GoldAxe.BorderColor3 = Color3.new(0, 1, 0)
  3085. GoldAxe.BorderSizePixel = 5
  3086. GoldAxe.Position = UDim2.new(0.375, 0, 0.646789014, 0)
  3087. GoldAxe.Size = UDim2.new(0, 95, 0, 34)
  3088. GoldAxe.Font = Enum.Font.SciFi
  3089. GoldAxe.Text = "GoldAxe"
  3090. GoldAxe.TextColor3 = Color3.new(0, 1, 0)
  3091. GoldAxe.TextScaled = true
  3092. GoldAxe.TextSize = 14
  3093. GoldAxe.TextWrapped = true
  3094. GoldAxe.MouseButton1Down:connect(function()
  3095. -- Objects
  3096.  
  3097. local InfoGUI = Instance.new("ScreenGui")
  3098. local TopBar = Instance.new("Frame")
  3099. local MainFrame = Instance.new("Frame")
  3100. local Info = Instance.new("TextLabel")
  3101. local OkayB = Instance.new("TextButton")
  3102. local Credits = Instance.new("TextLabel")
  3103.  
  3104. -- Properties
  3105.  
  3106. InfoGUI.Name = "InfoGUI"
  3107. InfoGUI.Parent = game.Players.LocalPlayer.PlayerGui
  3108.  
  3109. TopBar.Name = "TopBar"
  3110. TopBar.Parent = InfoGUI
  3111. TopBar.BackgroundColor3 = Color3.new(0.266667, 0.247059, 0.313726)
  3112. TopBar.BorderSizePixel = 0
  3113. TopBar.Position = UDim2.new(0.5, -173, 0.5, -74)
  3114. TopBar.Size = UDim2.new(0, 347, 0, 34)
  3115.  
  3116. MainFrame.Name = "MainFrame"
  3117. MainFrame.Parent = TopBar
  3118. MainFrame.BackgroundColor3 = Color3.new(0.356863, 0.333333, 0.423529)
  3119. MainFrame.BorderSizePixel = 0
  3120. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  3121. MainFrame.Size = UDim2.new(0, 347, 0, 114)
  3122.  
  3123. Info.Name = "Info"
  3124. Info.Parent = MainFrame
  3125. Info.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  3126. Info.BorderSizePixel = 0
  3127. Info.Size = UDim2.new(0, 347, 0, 78)
  3128. Info.Font = Enum.Font.SourceSansLight
  3129. Info.Text = "All you have to do to make this work, is get any axe and spam click on a tree a few times, ANY DISTANCE!"
  3130. Info.TextColor3 = Color3.new(1, 1, 1)
  3131. Info.TextScaled = true
  3132. Info.TextSize = 14
  3133. Info.TextWrapped = true
  3134.  
  3135. OkayB.Name = "OkayB"
  3136. OkayB.Parent = MainFrame
  3137. OkayB.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  3138. OkayB.BorderSizePixel = 0
  3139. OkayB.Position = UDim2.new(0.268000007, 0, 0.709999979, 0)
  3140. OkayB.Size = UDim2.new(0, 161, 0, 29)
  3141. OkayB.Font = Enum.Font.SourceSansLight
  3142. OkayB.Text = "Alright"
  3143. OkayB.TextColor3 = Color3.new(1, 1, 1)
  3144. OkayB.TextScaled = true
  3145. OkayB.TextSize = 14
  3146. OkayB.TextWrapped = true
  3147.  
  3148. Credits.Name = "Credits"
  3149. Credits.Parent = MainFrame
  3150. Credits.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  3151. Credits.BackgroundTransparency = 1
  3152. Credits.BorderSizePixel = 0
  3153. Credits.Position = UDim2.new(-0.0028818443, 0, 1.11403513, 0)
  3154. Credits.Size = UDim2.new(0, 347, 0, 78)
  3155. Credits.Font = Enum.Font.SourceSansLight
  3156. Credits.Text = "GUI made by HowToBasic666/Hoofer"
  3157. Credits.TextColor3 = Color3.new(1, 1, 1)
  3158. Credits.TextScaled = true
  3159. Credits.TextSize = 14
  3160. Credits.TextWrapped = true
  3161.  
  3162. OkayB.MouseButton1Click:connect(function()
  3163. InfoGUI.Enabled = false
  3164. end)
  3165.  
  3166. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  3167. mouse1.Button1Down:connect(function(key)
  3168. Pressing=false
  3169. end)
  3170.  
  3171. function GetAxe()
  3172. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  3173. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  3174. end
  3175. end
  3176.  
  3177. local HitPoints={
  3178. ['GoldAxe']= 50;
  3179. ['BasicHatchet']= 0.2;
  3180. ['Axe1']= 0.55;
  3181. ['Axe2']= 0.93;
  3182. ['AxeAlphaTesters']= 1.5;
  3183. ['Rukiryaxe']= 1.68;
  3184. ['Axe3']= 1.45;
  3185. ['AxeBetaTesters']= 1.45;
  3186. ['FireAxe']= 0.6;
  3187. ['SilverAxe']= 1.6;
  3188. ['EndTimesAxe']= 10000000;
  3189. ['AxeChicken']= 0.1;
  3190. ['CandyCaneAxe']= 0;
  3191. }
  3192.  
  3193. local Pressing = false
  3194.  
  3195. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  3196. mouse1.Button1Down:connect(function(key)
  3197. Pressing=true
  3198. poop(GetAxe())
  3199. end)
  3200.  
  3201. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  3202. mouse1.Button1Down:connect(function(key)
  3203. Pressing=false
  3204. end)
  3205.  
  3206. function cut(Height,Tool)
  3207. local Tree=game.Players.LocalPlayer:GetMouse().Target
  3208. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  3209. ["cuttingClass"] = "Axe",
  3210. ["cooldown"] = 0,
  3211. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  3212. ["sectionId"] = 1,
  3213. ["tool"] = Tool,
  3214. ["faceVector"] = Vector3.new(-1,0,0),
  3215. ["height"] = Height})
  3216. end
  3217.  
  3218. function poop(Tool)
  3219. while Pressing do
  3220. for i=1,100 do
  3221. wait()
  3222. cut(_G.SIZE,Tool)
  3223. cut(1,Tool)
  3224. end
  3225. end
  3226. end
  3227. end)
  3228. TextLabel.Parent = MainFrame
  3229. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  3230. TextLabel.BorderColor3 = Color3.new(0, 1, 0)
  3231. TextLabel.BorderSizePixel = 5
  3232. TextLabel.Position = UDim2.new(0.18928571, 0, 0, 0)
  3233. TextLabel.Size = UDim2.new(0, 448, 0, 39)
  3234. TextLabel.Font = Enum.Font.SciFi
  3235. TextLabel.Text = "LUMBER TYCOON 2 GUI"
  3236. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  3237. TextLabel.TextScaled = true
  3238. TextLabel.TextSize = 14
  3239. TextLabel.TextWrapped = true
  3240. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  3241.  
  3242. TextLabel_2.Parent = MainFrame
  3243. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  3244. TextLabel_2.BorderColor3 = Color3.new(0, 1, 0)
  3245. TextLabel_2.BorderSizePixel = 5
  3246. TextLabel_2.Position = UDim2.new(0.744642854, 0, 0.637614667, 0)
  3247. TextLabel_2.Size = UDim2.new(0, 94, 0, 74)
  3248. TextLabel_2.Font = Enum.Font.SciFi
  3249. TextLabel_2.Text = "Gui Made By MrIpop "
  3250. TextLabel_2.TextColor3 = Color3.new(0, 1, 0)
  3251. TextLabel_2.TextScaled = true
  3252. TextLabel_2.TextSize = 14
  3253. TextLabel_2.TextWrapped = true
  3254.  
  3255. LT2GUD.Name = "LT2GUD"
  3256. LT2GUD.Parent = MainFrame
  3257. LT2GUD.BackgroundColor3 = Color3.new(0, 0, 0)
  3258. LT2GUD.BorderColor3 = Color3.new(0, 1, 0)
  3259. LT2GUD.BorderSizePixel = 5
  3260. LT2GUD.Position = UDim2.new(0.744642854, 0, 0.403669715, 0)
  3261. LT2GUD.Size = UDim2.new(0, 94, 0, 41)
  3262. LT2GUD.Font = Enum.Font.SciFi
  3263. LT2GUD.Text = "LT2GUD"
  3264. LT2GUD.TextColor3 = Color3.new(0, 1, 0)
  3265. LT2GUD.TextScaled = true
  3266. LT2GUD.TextSize = 14
  3267. LT2GUD.TextWrapped = true
  3268. LT2GUD.MouseButton1Down:connect(function()
  3269. local LT2 = Instance.new("ScreenGui")
  3270. local MainFrame = Instance.new("Frame")
  3271. local Close = Instance.new("TextButton")
  3272. local DupeStatus = Instance.new("TextLabel")
  3273. local Dupe = Instance.new("TextButton")
  3274. local SettingsFrame = Instance.new("Frame")
  3275. local WalkspeedLabel = Instance.new("TextLabel")
  3276. local JumpPowerLabel = Instance.new("TextLabel")
  3277. local WalkSpeed = Instance.new("TextBox")
  3278. local JumpPower = Instance.new("TextBox")
  3279. local Settings = Instance.new("TextButton")
  3280. local Greywood = Instance.new("TextButton")
  3281. local Players = Instance.new("TextButton")
  3282. local SellPlanks = Instance.new("TextButton")
  3283. local SellWood = Instance.new("TextButton")
  3284. local Teleport = Instance.new("TextButton")
  3285. local TpBox = Instance.new("TextButton")
  3286. local TpPlank = Instance.new("TextButton")
  3287. local TpWood = Instance.new("TextButton")
  3288. local PlankFrame = Instance.new("Frame")
  3289. local ProcessedWoodList = Instance.new("ScrollingFrame")
  3290. local TpAllPlanks = Instance.new("TextButton")
  3291. local PlayersFrame = Instance.new("Frame")
  3292. local Player1 = Instance.new("TextButton")
  3293. local Player2 = Instance.new("TextButton")
  3294. local Player3 = Instance.new("TextButton")
  3295. local Player4 = Instance.new("TextButton")
  3296. local Player5 = Instance.new("TextButton")
  3297. local Player6 = Instance.new("TextButton")
  3298. local PlayerTp = Instance.new("TextButton")
  3299. local TpBase = Instance.new("TextButton")
  3300. local PlayerSelect = Instance.new("TextLabel")
  3301. local PurchasedFrame = Instance.new("Frame")
  3302. local LastPurchasedList = Instance.new("ScrollingFrame")
  3303. local WaypointFrame = Instance.new("Frame")
  3304. local Waypoints = Instance.new("ScrollingFrame")
  3305. local Stranger = Instance.new("TextButton")
  3306. local BobsShack = Instance.new("TextButton")
  3307. local PlotTp = Instance.new("TextButton")
  3308. local BoxedCars = Instance.new("TextButton")
  3309. local Cave = Instance.new("TextButton")
  3310. local FancyFurnishings = Instance.new("TextButton")
  3311. local FineArtsShop = Instance.new("TextButton")
  3312. local LandStore = Instance.new("TextButton")
  3313. local LinksLogic = Instance.new("TextButton")
  3314. local PalmIsland = Instance.new("TextButton")
  3315. local SpawnPoint = Instance.new("TextButton")
  3316. local Swamp = Instance.new("TextButton")
  3317. local Volcano = Instance.new("TextButton")
  3318. local WoodRUs = Instance.new("TextButton")
  3319.  
  3320. LT2.Name = "LT2"
  3321. LT2.Parent = game.CoreGui
  3322.  
  3323. MainFrame.Name = "MainFrame"
  3324. MainFrame.Parent = LT2
  3325. MainFrame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  3326. MainFrame.BackgroundTransparency = 1
  3327. MainFrame.BorderSizePixel = 0
  3328. MainFrame.Position = UDim2.new(0.5, -535, 0, -33)
  3329. MainFrame.Size = UDim2.new(0, 955, 0, 30)
  3330.  
  3331. Close.Name = "Close"
  3332. Close.Parent = MainFrame
  3333. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3334. Close.BorderColor3 = Color3.new(0, 0, 0)
  3335. Close.BorderSizePixel = 2
  3336. Close.Position = UDim2.new(0, 5, 0, 5)
  3337. Close.Size = UDim2.new(0, 20, 0, 20)
  3338. Close.Font = Enum.Font.Fantasy
  3339. Close.FontSize = Enum.FontSize.Size18
  3340. Close.Text = "X"
  3341. Close.TextColor3 = Color3.new(1, 0, 0)
  3342. Close.TextSize = 16
  3343. Close.TextWrapped = true
  3344.  
  3345. DupeStatus.Name = "DupeStatus"
  3346. DupeStatus.Parent = MainFrame
  3347. DupeStatus.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  3348. DupeStatus.BackgroundTransparency = 1
  3349. DupeStatus.BorderColor3 = Color3.new(0, 0, 0)
  3350. DupeStatus.BorderSizePixel = 2
  3351. DupeStatus.Position = UDim2.new(0, 920, 0, 5)
  3352. DupeStatus.Size = UDim2.new(0, 30, 0, 20)
  3353. DupeStatus.ZIndex = 2
  3354. DupeStatus.Font = Enum.Font.Code
  3355. DupeStatus.FontSize = Enum.FontSize.Size18
  3356. DupeStatus.Text = "OFF"
  3357. DupeStatus.TextColor3 = Color3.new(1, 0, 0)
  3358. DupeStatus.TextSize = 16
  3359.  
  3360. Dupe.Name = "Dupe"
  3361. Dupe.Parent = MainFrame
  3362. Dupe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3363. Dupe.BorderColor3 = Color3.new(0, 0, 0)
  3364. Dupe.BorderSizePixel = 2
  3365. Dupe.Position = UDim2.new(0, 865, 0, 5)
  3366. Dupe.Size = UDim2.new(0, 85, 0, 20)
  3367. Dupe.Font = Enum.Font.Fantasy
  3368. Dupe.FontSize = Enum.FontSize.Size18
  3369. Dupe.Text = "DUPE : "
  3370. Dupe.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3371. Dupe.TextSize = 15
  3372. Dupe.TextStrokeColor3 = Color3.new(1, 1, 1)
  3373. Dupe.TextWrapped = true
  3374.  
  3375. SettingsFrame.Name = "SettingsFrame"
  3376. SettingsFrame.Parent = MainFrame
  3377. SettingsFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3378. SettingsFrame.Position = UDim2.new(0, 750, 0, 35)
  3379. SettingsFrame.Size = UDim2.new(0, 135, 0, 60)
  3380. SettingsFrame.Visible = false
  3381.  
  3382. WalkspeedLabel.Name = "WalkspeedLabel"
  3383. WalkspeedLabel.Parent = SettingsFrame
  3384. WalkspeedLabel.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3385. WalkspeedLabel.BorderColor3 = Color3.new(0, 0, 0)
  3386. WalkspeedLabel.Position = UDim2.new(0, 5, 0, 5)
  3387. WalkspeedLabel.Size = UDim2.new(0, 90, 0, 20)
  3388. WalkspeedLabel.Font = Enum.Font.Fantasy
  3389. WalkspeedLabel.FontSize = Enum.FontSize.Size14
  3390. WalkspeedLabel.Text = "Walkspeed"
  3391. WalkspeedLabel.TextColor3 = Color3.new(0, 0, 0)
  3392. WalkspeedLabel.TextSize = 14
  3393.  
  3394. JumpPowerLabel.Name = "JumpPowerLabel"
  3395. JumpPowerLabel.Parent = SettingsFrame
  3396. JumpPowerLabel.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3397. JumpPowerLabel.BorderColor3 = Color3.new(0, 0, 0)
  3398. JumpPowerLabel.Position = UDim2.new(0, 5, 0, 35)
  3399. JumpPowerLabel.Size = UDim2.new(0, 90, 0, 20)
  3400. JumpPowerLabel.Font = Enum.Font.Fantasy
  3401. JumpPowerLabel.FontSize = Enum.FontSize.Size14
  3402. JumpPowerLabel.Text = "Jump Power"
  3403. JumpPowerLabel.TextColor3 = Color3.new(0, 0, 0)
  3404. JumpPowerLabel.TextSize = 14
  3405.  
  3406. WalkSpeed.Name = "WalkSpeed"
  3407. WalkSpeed.Parent = SettingsFrame
  3408. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  3409. WalkSpeed.BorderColor3 = Color3.new(0, 0, 0)
  3410. WalkSpeed.Position = UDim2.new(0, 95, 0, 5)
  3411. WalkSpeed.Size = UDim2.new(0, 35, 0, 20)
  3412. WalkSpeed.Font = Enum.Font.Fantasy
  3413. WalkSpeed.FontSize = Enum.FontSize.Size18
  3414. WalkSpeed.Text = "16"
  3415. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  3416. WalkSpeed.TextSize = 16
  3417.  
  3418. JumpPower.Name = "JumpPower"
  3419. JumpPower.Parent = SettingsFrame
  3420. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  3421. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  3422. JumpPower.Position = UDim2.new(0, 95, 0, 35)
  3423. JumpPower.Size = UDim2.new(0, 35, 0, 20)
  3424. JumpPower.Font = Enum.Font.Fantasy
  3425. JumpPower.FontSize = Enum.FontSize.Size18
  3426. JumpPower.Text = "50"
  3427. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  3428. JumpPower.TextSize = 16
  3429.  
  3430. Settings.Name = "Settings"
  3431. Settings.Parent = MainFrame
  3432. Settings.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3433. Settings.BorderColor3 = Color3.new(0, 0, 0)
  3434. Settings.BorderSizePixel = 2
  3435. Settings.Position = UDim2.new(0, 770, 0, 5)
  3436. Settings.Size = UDim2.new(0, 90, 0, 20)
  3437. Settings.Font = Enum.Font.Fantasy
  3438. Settings.FontSize = Enum.FontSize.Size18
  3439. Settings.Text = "SETTINGS"
  3440. Settings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3441. Settings.TextSize = 15
  3442.  
  3443. Greywood.Name = "Greywood"
  3444. Greywood.Parent = MainFrame
  3445. Greywood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3446. Greywood.BorderColor3 = Color3.new(0, 0, 0)
  3447. Greywood.BorderSizePixel = 2
  3448. Greywood.Position = UDim2.new(0, 420, 0, 5)
  3449. Greywood.Size = UDim2.new(0, 90, 0, 20)
  3450. Greywood.Font = Enum.Font.Fantasy
  3451. Greywood.FontSize = Enum.FontSize.Size18
  3452. Greywood.Text = "GREYWOOD"
  3453. Greywood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3454. Greywood.TextSize = 15
  3455.  
  3456. Players.Name = "Players"
  3457. Players.Parent = MainFrame
  3458. Players.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3459. Players.BorderColor3 = Color3.new(0, 0, 0)
  3460. Players.BorderSizePixel = 2
  3461. Players.Position = UDim2.new(0, 30, 0, 5)
  3462. Players.Size = UDim2.new(0, 105, 0, 20)
  3463. Players.Font = Enum.Font.Fantasy
  3464. Players.FontSize = Enum.FontSize.Size18
  3465. Players.Text = "TP TO PLAYERS"
  3466. Players.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3467. Players.TextSize = 15
  3468.  
  3469. SellPlanks.Name = "SellPlanks"
  3470. SellPlanks.Parent = MainFrame
  3471. SellPlanks.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3472. SellPlanks.BorderColor3 = Color3.new(0, 0, 0)
  3473. SellPlanks.BorderSizePixel = 2
  3474. SellPlanks.Position = UDim2.new(0, 225, 0, 5)
  3475. SellPlanks.Size = UDim2.new(0, 95, 0, 20)
  3476. SellPlanks.Font = Enum.Font.Fantasy
  3477. SellPlanks.FontSize = Enum.FontSize.Size18
  3478. SellPlanks.Text = "SELL PLANKS"
  3479. SellPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3480. SellPlanks.TextSize = 15
  3481.  
  3482. SellWood.Name = "SellWood"
  3483. SellWood.Parent = MainFrame
  3484. SellWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3485. SellWood.BorderColor3 = Color3.new(0, 0, 0)
  3486. SellWood.BorderSizePixel = 2
  3487. SellWood.Position = UDim2.new(0, 675, 0, 5)
  3488. SellWood.Size = UDim2.new(0, 90, 0, 20)
  3489. SellWood.Font = Enum.Font.Fantasy
  3490. SellWood.FontSize = Enum.FontSize.Size18
  3491. SellWood.Text = "SELL WOOD"
  3492. SellWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3493. SellWood.TextSize = 15
  3494.  
  3495. Teleport.Name = "Teleport"
  3496. Teleport.Parent = MainFrame
  3497. Teleport.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3498. Teleport.BorderColor3 = Color3.new(0, 0, 0)
  3499. Teleport.BorderSizePixel = 2
  3500. Teleport.Position = UDim2.new(0, 325, 0, 5)
  3501. Teleport.Size = UDim2.new(0, 90, 0, 20)
  3502. Teleport.Font = Enum.Font.Fantasy
  3503. Teleport.FontSize = Enum.FontSize.Size18
  3504. Teleport.Text = "WAYPOINTS"
  3505. Teleport.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3506. Teleport.TextSize = 15
  3507.  
  3508. TpBox.Name = "TpBox"
  3509. TpBox.Parent = MainFrame
  3510. TpBox.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3511. TpBox.BorderColor3 = Color3.new(0, 0, 0)
  3512. TpBox.BorderSizePixel = 2
  3513. TpBox.Position = UDim2.new(0, 515, 0, 5)
  3514. TpBox.Size = UDim2.new(0, 75, 0, 20)
  3515. TpBox.Font = Enum.Font.Fantasy
  3516. TpBox.FontSize = Enum.FontSize.Size18
  3517. TpBox.Text = "TP BOXES"
  3518. TpBox.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3519. TpBox.TextSize = 15
  3520.  
  3521. TpPlank.Name = "TpPlank"
  3522. TpPlank.Parent = MainFrame
  3523. TpPlank.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3524. TpPlank.BorderColor3 = Color3.new(0, 0, 0)
  3525. TpPlank.BorderSizePixel = 2
  3526. TpPlank.Position = UDim2.new(0, 140, 0, 5)
  3527. TpPlank.Size = UDim2.new(0, 80, 0, 20)
  3528. TpPlank.Font = Enum.Font.Fantasy
  3529. TpPlank.FontSize = Enum.FontSize.Size18
  3530. TpPlank.Text = "TP PLANKS"
  3531. TpPlank.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3532. TpPlank.TextSize = 15
  3533. TpPlank.TextStrokeColor3 = Color3.new(1, 1, 1)
  3534.  
  3535. TpWood.Name = "TpWood"
  3536. TpWood.Parent = MainFrame
  3537. TpWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  3538. TpWood.BorderColor3 = Color3.new(0, 0, 0)
  3539. TpWood.BorderSizePixel = 2
  3540. TpWood.Position = UDim2.new(0, 595, 0, 5)
  3541. TpWood.Size = UDim2.new(0, 75, 0, 20)
  3542. TpWood.Font = Enum.Font.Fantasy
  3543. TpWood.FontSize = Enum.FontSize.Size18
  3544. TpWood.Text = "TP WOOD"
  3545. TpWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3546. TpWood.TextSize = 15
  3547.  
  3548. PlankFrame.Name = "PlankFrame"
  3549. PlankFrame.Parent = MainFrame
  3550. PlankFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3551. PlankFrame.BorderColor3 = Color3.new(0, 0, 0)
  3552. PlankFrame.Position = UDim2.new(0, 100, 0, 55)
  3553. PlankFrame.Size = UDim2.new(0, 165, 0, 205)
  3554. PlankFrame.Visible = false
  3555.  
  3556. ProcessedWoodList.Name = "ProcessedWoodList"
  3557. ProcessedWoodList.Parent = PlankFrame
  3558. ProcessedWoodList.BackgroundColor3 = Color3.new(1, 1, 1)
  3559. ProcessedWoodList.BackgroundTransparency = 1
  3560. ProcessedWoodList.BorderColor3 = Color3.new(0, 0, 0)
  3561. ProcessedWoodList.Size = UDim2.new(0, 165, 0, 205)
  3562.  
  3563. TpAllPlanks.Name = "TpAllPlanks"
  3564. TpAllPlanks.Parent = PlankFrame
  3565. TpAllPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  3566. TpAllPlanks.BorderColor3 = Color3.new(0, 0, 0)
  3567. TpAllPlanks.Position = UDim2.new(0, 0, 0, -20)
  3568. TpAllPlanks.Size = UDim2.new(0, 165, 0, 20)
  3569. TpAllPlanks.Font = Enum.Font.Fantasy
  3570. TpAllPlanks.FontSize = Enum.FontSize.Size18
  3571. TpAllPlanks.Text = "TP ALL PLANKS"
  3572. TpAllPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3573. TpAllPlanks.TextSize = 15
  3574.  
  3575. PlayersFrame.Name = "PlayersFrame"
  3576. PlayersFrame.Parent = MainFrame
  3577. PlayersFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3578. PlayersFrame.BorderColor3 = Color3.new(0, 0, 0)
  3579. PlayersFrame.Position = UDim2.new(0, 0, 0, 35)
  3580. PlayersFrame.Size = UDim2.new(0, 165, 0, 225)
  3581. PlayersFrame.Visible = false
  3582.  
  3583. Player1.Name = "Player1"
  3584. Player1.Parent = PlayersFrame
  3585. Player1.BackgroundColor3 = Color3.new(0, 0, 0)
  3586. Player1.Position = UDim2.new(0, 5, 0, 5)
  3587. Player1.Size = UDim2.new(0, 155, 0, 20)
  3588. Player1.Font = Enum.Font.Fantasy
  3589. Player1.FontSize = Enum.FontSize.Size18
  3590. Player1.Text = ""
  3591. Player1.TextColor3 = Color3.new(1, 1, 1)
  3592. Player1.TextSize = 16
  3593. Player1.TextWrapped = true
  3594.  
  3595. Player2.Name = "Player2"
  3596. Player2.Parent = PlayersFrame
  3597. Player2.BackgroundColor3 = Color3.new(0, 0, 0)
  3598. Player2.Position = UDim2.new(0, 5, 0, 30)
  3599. Player2.Size = UDim2.new(0, 155, 0, 20)
  3600. Player2.Font = Enum.Font.Fantasy
  3601. Player2.FontSize = Enum.FontSize.Size18
  3602. Player2.Text = ""
  3603. Player2.TextColor3 = Color3.new(1, 1, 1)
  3604. Player2.TextSize = 16
  3605. Player2.TextWrapped = true
  3606.  
  3607. Player3.Name = "Player3"
  3608. Player3.Parent = PlayersFrame
  3609. Player3.BackgroundColor3 = Color3.new(0, 0, 0)
  3610. Player3.Position = UDim2.new(0, 5, 0, 55)
  3611. Player3.Size = UDim2.new(0, 155, 0, 20)
  3612. Player3.Font = Enum.Font.Fantasy
  3613. Player3.FontSize = Enum.FontSize.Size18
  3614. Player3.Text = ""
  3615. Player3.TextColor3 = Color3.new(1, 1, 1)
  3616. Player3.TextSize = 16
  3617. Player3.TextWrapped = true
  3618.  
  3619. Player4.Name = "Player4"
  3620. Player4.Parent = PlayersFrame
  3621. Player4.BackgroundColor3 = Color3.new(0, 0, 0)
  3622. Player4.Position = UDim2.new(0, 5, 0, 80)
  3623. Player4.Size = UDim2.new(0, 155, 0, 20)
  3624. Player4.Font = Enum.Font.Fantasy
  3625. Player4.FontSize = Enum.FontSize.Size18
  3626. Player4.Text = ""
  3627. Player4.TextColor3 = Color3.new(1, 1, 1)
  3628. Player4.TextSize = 16
  3629. Player4.TextWrapped = true
  3630.  
  3631. Player5.Name = "Player5"
  3632. Player5.Parent = PlayersFrame
  3633. Player5.BackgroundColor3 = Color3.new(0, 0, 0)
  3634. Player5.Position = UDim2.new(0, 5, 0, 105)
  3635. Player5.Size = UDim2.new(0, 155, 0, 20)
  3636. Player5.Font = Enum.Font.Fantasy
  3637. Player5.FontSize = Enum.FontSize.Size18
  3638. Player5.Text = ""
  3639. Player5.TextColor3 = Color3.new(1, 1, 1)
  3640. Player5.TextSize = 16
  3641. Player5.TextWrapped = true
  3642.  
  3643. Player6.Name = "Player6"
  3644. Player6.Parent = PlayersFrame
  3645. Player6.BackgroundColor3 = Color3.new(0, 0, 0)
  3646. Player6.Position = UDim2.new(0, 5, 0, 130)
  3647. Player6.Size = UDim2.new(0, 155, 0, 20)
  3648. Player6.Font = Enum.Font.Fantasy
  3649. Player6.FontSize = Enum.FontSize.Size18
  3650. Player6.Text = ""
  3651. Player6.TextColor3 = Color3.new(1, 1, 1)
  3652. Player6.TextSize = 16
  3653. Player6.TextWrapped = true
  3654.  
  3655. PlayerTp.Name = "PlayerTp"
  3656. PlayerTp.Parent = PlayersFrame
  3657. PlayerTp.BackgroundColor3 = Color3.new(0, 0, 0)
  3658. PlayerTp.Position = UDim2.new(0, 5, 0, 195)
  3659. PlayerTp.Size = UDim2.new(0, 80, 0, 20)
  3660. PlayerTp.Font = Enum.Font.Fantasy
  3661. PlayerTp.FontSize = Enum.FontSize.Size18
  3662. PlayerTp.Text = "Tp to Player"
  3663. PlayerTp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3664. PlayerTp.TextSize = 16
  3665.  
  3666. TpBase.Name = "TpBase"
  3667. TpBase.Parent = PlayersFrame
  3668. TpBase.BackgroundColor3 = Color3.new(0, 0, 0)
  3669. TpBase.Position = UDim2.new(0, 90, 0, 195)
  3670. TpBase.Size = UDim2.new(0, 70, 0, 20)
  3671. TpBase.Font = Enum.Font.Fantasy
  3672. TpBase.FontSize = Enum.FontSize.Size18
  3673. TpBase.Text = "Tp to Base"
  3674. TpBase.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3675. TpBase.TextSize = 16
  3676.  
  3677. PlayerSelect.Name = "PlayerSelect"
  3678. PlayerSelect.Parent = PlayersFrame
  3679. PlayerSelect.BackgroundColor3 = Color3.new(0.6, 0.6, 0.6)
  3680. PlayerSelect.BorderColor3 = Color3.new(0, 0, 0)
  3681. PlayerSelect.Position = UDim2.new(0, 10, 0, 160)
  3682. PlayerSelect.Size = UDim2.new(0, 145, 0, 20)
  3683. PlayerSelect.Font = Enum.Font.Code
  3684. PlayerSelect.FontSize = Enum.FontSize.Size18
  3685. PlayerSelect.Text = "Select Player..."
  3686. PlayerSelect.TextColor3 = Color3.new(0, 0, 0)
  3687. PlayerSelect.TextSize = 16
  3688. PlayerSelect.TextWrapped = true
  3689.  
  3690. PurchasedFrame.Name = "PurchasedFrame"
  3691. PurchasedFrame.Parent = MainFrame
  3692. PurchasedFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3693. PurchasedFrame.BorderColor3 = Color3.new(0, 0, 0)
  3694. PurchasedFrame.Position = UDim2.new(0, 450, 0, 35)
  3695. PurchasedFrame.Size = UDim2.new(0, 215, 0, 225)
  3696. PurchasedFrame.Visible = false
  3697.  
  3698. LastPurchasedList.Name = "LastPurchasedList"
  3699. LastPurchasedList.Parent = PurchasedFrame
  3700. LastPurchasedList.BackgroundColor3 = Color3.new(1, 1, 1)
  3701. LastPurchasedList.BackgroundTransparency = 1
  3702. LastPurchasedList.BorderColor3 = Color3.new(0, 0, 0)
  3703. LastPurchasedList.Size = UDim2.new(1, 1, 0, 225)
  3704.  
  3705. WaypointFrame.Name = "WaypointFrame"
  3706. WaypointFrame.Parent = MainFrame
  3707. WaypointFrame.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3708. WaypointFrame.BorderColor3 = Color3.new(0, 0, 0)
  3709. WaypointFrame.Position = UDim2.new(0, 295, 0, 35)
  3710. WaypointFrame.Size = UDim2.new(0, 150, 0, 225)
  3711. WaypointFrame.Visible = false
  3712.  
  3713. Waypoints.Name = "Waypoints"
  3714. Waypoints.Parent = WaypointFrame
  3715. Waypoints.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3716. Waypoints.BorderColor3 = Color3.new(0, 0, 0)
  3717. Waypoints.Size = UDim2.new(0, 150, 0, 225)
  3718. Waypoints.CanvasSize = UDim2.new(0, 0, 1.89999998, 0)
  3719.  
  3720. Stranger.Name = "Stranger"
  3721. Stranger.Parent = Waypoints
  3722. Stranger.BackgroundColor3 = Color3.new(0, 0, 0)
  3723. Stranger.Position = UDim2.new(0, 5, 0, 330)
  3724. Stranger.Size = UDim2.new(0, 125, 0, 20)
  3725. Stranger.Font = Enum.Font.Fantasy
  3726. Stranger.FontSize = Enum.FontSize.Size18
  3727. Stranger.Text = "Stranger"
  3728. Stranger.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3729. Stranger.TextSize = 16
  3730.  
  3731. BobsShack.Name = "BobsShack"
  3732. BobsShack.Parent = Waypoints
  3733. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  3734. BobsShack.Position = UDim2.new(0, 5, 0, 155)
  3735. BobsShack.Size = UDim2.new(0, 125, 0, 20)
  3736. BobsShack.Font = Enum.Font.Fantasy
  3737. BobsShack.FontSize = Enum.FontSize.Size18
  3738. BobsShack.Text = "Bob's Shack"
  3739. BobsShack.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3740. BobsShack.TextSize = 16
  3741.  
  3742. PlotTp.Name = "PlotTp"
  3743. PlotTp.Parent = Waypoints
  3744. PlotTp.BackgroundColor3 = Color3.new(0, 0, 0)
  3745. PlotTp.Position = UDim2.new(0, 5, 0, 30)
  3746. PlotTp.Size = UDim2.new(0, 125, 0, 20)
  3747. PlotTp.Font = Enum.Font.Fantasy
  3748. PlotTp.FontSize = Enum.FontSize.Size18
  3749. PlotTp.Text = "Tp to Plot"
  3750. PlotTp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3751. PlotTp.TextSize = 16
  3752.  
  3753. BoxedCars.Name = "BoxedCars"
  3754. BoxedCars.Parent = Waypoints
  3755. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  3756. BoxedCars.Position = UDim2.new(0, 5, 0, 130)
  3757. BoxedCars.Size = UDim2.new(0, 125, 0, 20)
  3758. BoxedCars.Font = Enum.Font.Fantasy
  3759. BoxedCars.FontSize = Enum.FontSize.Size18
  3760. BoxedCars.Text = "Boxed Cars"
  3761. BoxedCars.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3762. BoxedCars.TextSize = 16
  3763.  
  3764. Cave.Name = "Cave"
  3765. Cave.Parent = Waypoints
  3766. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  3767. Cave.Position = UDim2.new(0, 5, 0, 230)
  3768. Cave.Size = UDim2.new(0, 125, 0, 20)
  3769. Cave.Font = Enum.Font.Fantasy
  3770. Cave.FontSize = Enum.FontSize.Size18
  3771. Cave.Text = "Cave"
  3772. Cave.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3773. Cave.TextSize = 16
  3774.  
  3775. FancyFurnishings.Name = "FancyFurnishings"
  3776. FancyFurnishings.Parent = Waypoints
  3777. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  3778. FancyFurnishings.Position = UDim2.new(0, 5, 0, 80)
  3779. FancyFurnishings.Size = UDim2.new(0, 125, 0, 20)
  3780. FancyFurnishings.Font = Enum.Font.Fantasy
  3781. FancyFurnishings.FontSize = Enum.FontSize.Size18
  3782. FancyFurnishings.Text = "Fancy Furnishings"
  3783. FancyFurnishings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3784. FancyFurnishings.TextSize = 16
  3785.  
  3786. FineArtsShop.Name = "FineArtsShop"
  3787. FineArtsShop.Parent = Waypoints
  3788. FineArtsShop.BackgroundColor3 = Color3.new(0, 0, 0)
  3789. FineArtsShop.Position = UDim2.new(0, 5, 0, 180)
  3790. FineArtsShop.Size = UDim2.new(0, 125, 0, 20)
  3791. FineArtsShop.Font = Enum.Font.Fantasy
  3792. FineArtsShop.FontSize = Enum.FontSize.Size18
  3793. FineArtsShop.Text = "Fine Arts Shop"
  3794. FineArtsShop.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3795. FineArtsShop.TextSize = 16
  3796.  
  3797. LandStore.Name = "LandStore"
  3798. LandStore.Parent = Waypoints
  3799. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  3800. LandStore.Position = UDim2.new(0, 5, 0, 205)
  3801. LandStore.Size = UDim2.new(0, 125, 0, 20)
  3802. LandStore.Font = Enum.Font.Fantasy
  3803. LandStore.FontSize = Enum.FontSize.Size18
  3804. LandStore.Text = "Land Store"
  3805. LandStore.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3806. LandStore.TextSize = 16
  3807.  
  3808. LinksLogic.Name = "LinksLogic"
  3809. LinksLogic.Parent = Waypoints
  3810. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  3811. LinksLogic.Position = UDim2.new(0, 5, 0, 105)
  3812. LinksLogic.Size = UDim2.new(0, 125, 0, 20)
  3813. LinksLogic.Font = Enum.Font.Fantasy
  3814. LinksLogic.FontSize = Enum.FontSize.Size18
  3815. LinksLogic.Text = "Link's Logic"
  3816. LinksLogic.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3817. LinksLogic.TextSize = 16
  3818.  
  3819. PalmIsland.Name = "PalmIsland"
  3820. PalmIsland.Parent = Waypoints
  3821. PalmIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  3822. PalmIsland.Position = UDim2.new(0, 5, 0, 305)
  3823. PalmIsland.Size = UDim2.new(0, 125, 0, 20)
  3824. PalmIsland.Font = Enum.Font.Fantasy
  3825. PalmIsland.FontSize = Enum.FontSize.Size18
  3826. PalmIsland.Text = "Palm Island"
  3827. PalmIsland.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3828. PalmIsland.TextSize = 16
  3829.  
  3830. SpawnPoint.Name = "SpawnPoint"
  3831. SpawnPoint.Parent = Waypoints
  3832. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  3833. SpawnPoint.Position = UDim2.new(0, 5, 0, 5)
  3834. SpawnPoint.Size = UDim2.new(0, 125, 0, 20)
  3835. SpawnPoint.Font = Enum.Font.Fantasy
  3836. SpawnPoint.FontSize = Enum.FontSize.Size18
  3837. SpawnPoint.Text = "Spawn"
  3838. SpawnPoint.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3839. SpawnPoint.TextSize = 16
  3840.  
  3841. Swamp.Name = "Swamp"
  3842. Swamp.Parent = Waypoints
  3843. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  3844. Swamp.Position = UDim2.new(0, 5, 0, 280)
  3845. Swamp.Size = UDim2.new(0, 125, 0, 20)
  3846. Swamp.Font = Enum.Font.Fantasy
  3847. Swamp.FontSize = Enum.FontSize.Size18
  3848. Swamp.Text = "Swamp"
  3849. Swamp.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3850. Swamp.TextSize = 16
  3851.  
  3852. Volcano.Name = "Volcano"
  3853. Volcano.Parent = Waypoints
  3854. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  3855. Volcano.Position = UDim2.new(0, 5, 0, 255)
  3856. Volcano.Size = UDim2.new(0, 125, 0, 20)
  3857. Volcano.Font = Enum.Font.Fantasy
  3858. Volcano.FontSize = Enum.FontSize.Size18
  3859. Volcano.Text = "Volcano"
  3860. Volcano.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3861. Volcano.TextSize = 16
  3862.  
  3863. WoodRUs.Name = "WoodRUs"
  3864. WoodRUs.Parent = Waypoints
  3865. WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
  3866. WoodRUs.Position = UDim2.new(0, 5, 0, 55)
  3867. WoodRUs.Size = UDim2.new(0, 125, 0, 20)
  3868. WoodRUs.Font = Enum.Font.Fantasy
  3869. WoodRUs.FontSize = Enum.FontSize.Size18
  3870. WoodRUs.Text = "Wood R Us"
  3871. WoodRUs.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  3872. WoodRUs.TextSize = 16
  3873.  
  3874. local service = setmetatable({}, {
  3875. __index = function(t, k)
  3876. return game:GetService(k)
  3877. end
  3878. })
  3879.  
  3880. function Create(cls,props)
  3881. local inst = Instance.new(cls)
  3882. for i,v in pairs(props) do
  3883. inst[i] = v
  3884. end
  3885. return inst
  3886. end
  3887.  
  3888. local WoodPlanks={}
  3889.  
  3890. function MakeShadow(UI,Index)
  3891. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,1,0,1),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  3892. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,2,0,2),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  3893. Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,3,0,3),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"})
  3894. end
  3895.  
  3896. local ProcessedWoodList = LT2.MainFrame.PlankFrame.ProcessedWoodList
  3897. local LastPurchasedList = LT2.MainFrame.PurchasedFrame.LastPurchasedList
  3898.  
  3899. local Menus = {
  3900. [Players] = PlayersFrame;
  3901. [Teleport] = WaypointFrame;
  3902. [TpBox] = PurchasedFrame;
  3903. [TpPlank] = PlankFrame;
  3904. [Settings] = SettingsFrame;
  3905. }
  3906. for button,frame in pairs(Menus) do
  3907. button.MouseButton1Click:connect(function()
  3908. if frame.Visible then
  3909. frame.Visible = false
  3910. return
  3911. end
  3912. for k,v in pairs(Menus) do
  3913. v.Visible = v == frame
  3914. end
  3915. end)
  3916. end
  3917.  
  3918. Close.MouseButton1Down:connect(function()
  3919. LT2:Destroy()
  3920. end)
  3921.  
  3922. local Walk=16
  3923. local Jump=50
  3924.  
  3925. service.Players.LocalPlayer.Character.Humanoid.Changed:Connect(function()
  3926. if service.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  3927. service.Players.LocalPlayer.Character.Humanoid.WalkSpeed=Walk
  3928. service.Players.LocalPlayer.Character.Humanoid.JumpPower=Jump
  3929. end
  3930. end)
  3931.  
  3932. WalkSpeed.Changed:Connect(function()
  3933. Walk=tonumber(WalkSpeed.Text)
  3934. end)
  3935.  
  3936. JumpPower.Changed:Connect(function()
  3937. Jump=tonumber(JumpPower.Text)
  3938. end)
  3939.  
  3940. PlotTp.MouseButton1Down:connect(function()
  3941. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  3942. if v.Owner.Value == game.Players.LocalPlayer then
  3943. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  3944. end
  3945. end
  3946. end)
  3947.  
  3948. Player1.MouseButton1Down:connect(function()
  3949. PlayerSelect.Text = Player1.Text
  3950. end)
  3951. Player2.MouseButton1Down:connect(function()
  3952. PlayerSelect.Text = Player2.Text
  3953. end)
  3954. Player3.MouseButton1Down:connect(function()
  3955. PlayerSelect.Text = Player3.Text
  3956. end)
  3957. Player4.MouseButton1Down:connect(function()
  3958. PlayerSelect.Text = Player4.Text
  3959. end)
  3960. Player5.MouseButton1Down:connect(function()
  3961. PlayerSelect.Text = Player5.Text
  3962. end)
  3963. Player6.MouseButton1Down:connect(function()
  3964. PlayerSelect.Text = Player6.Text
  3965. end)
  3966.  
  3967. PlayerTp.MouseButton1Down:connect(function()
  3968. if PlayerSelect.Text == "Select a Player" then
  3969. warn("No Player Selected")
  3970. else
  3971. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlayerSelect.Text].HumanoidRootPart.CFrame
  3972. end
  3973. end)
  3974. TpBase.MouseButton1Down:connect(function()
  3975. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  3976. if v.Owner.Value == game.Players[PlayerSelect.Text] then
  3977. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  3978. end
  3979. end
  3980. end)
  3981.  
  3982. local buttons = {
  3983. Player1,
  3984. Player2,
  3985. Player3,
  3986. Player4,
  3987. Player5,
  3988. Player6
  3989. }
  3990. for i, v in pairs(game.Players:GetChildren()) do
  3991. buttons[i].Text = v.Name
  3992. buttons[i].Visible = true
  3993. end
  3994. game.Players.PlayerRemoving:connect(function()
  3995. for i, v in pairs(game.Players:GetChildren()) do
  3996. buttons[i].Text = v.Name
  3997. buttons[i].Visible = true
  3998. end
  3999. end)
  4000. game.Players.PlayerAdded:connect(function()
  4001. for i, v in pairs(game.Players:GetChildren()) do
  4002. buttons[i].Text = v.Name
  4003. buttons[i].Visible = true
  4004. end
  4005. end)
  4006.  
  4007. local WayPoints = {
  4008. ["Wood R Us"] = Vector3.new(265, 3, 57),
  4009. ["SpawnPoint"] = Vector3.new(155, 3, 74),
  4010. ["Land Store"] = Vector3.new(258, 3, -99),
  4011. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  4012. ["Cave"] = Vector3.new(3581, -179, 430),
  4013. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  4014. ["Swamp"] = Vector3.new(-1209, 132, -801),
  4015. ["Palm Island"] = Vector3.new(2549, -5, -42),
  4016. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  4017. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  4018. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  4019. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  4020. ["Strange Man"] = Vector3.new(1061, 16, 1131)
  4021. }
  4022.  
  4023. WoodRUs.MouseButton1Down:connect(function()
  4024. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Wood R Us"])
  4025. end)
  4026.  
  4027. SpawnPoint.MouseButton1Down:connect(function()
  4028. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  4029. end)
  4030.  
  4031. LandStore.MouseButton1Down:connect(function()
  4032. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Land Store"])
  4033. end)
  4034.  
  4035. LinksLogic.MouseButton1Down:connect(function()
  4036. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  4037. end)
  4038.  
  4039. Cave.MouseButton1Down:connect(function()
  4040. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  4041. end)
  4042.  
  4043. Volcano.MouseButton1Down:connect(function()
  4044. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Volcano"])
  4045. end)
  4046.  
  4047. Swamp.MouseButton1Down:connect(function()
  4048. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  4049. end)
  4050.  
  4051. PalmIsland.MouseButton1Down:connect(function()
  4052. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Palm Island"])
  4053. end)
  4054.  
  4055. FancyFurnishings.MouseButton1Down:connect(function()
  4056. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  4057. end)
  4058.  
  4059. BoxedCars.MouseButton1Down:connect(function()
  4060. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Boxed Cars"])
  4061. end)
  4062.  
  4063. FineArtsShop.MouseButton1Down:connect(function()
  4064. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"])
  4065. end)
  4066.  
  4067. BobsShack.MouseButton1Down:connect(function()
  4068. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  4069. end)
  4070.  
  4071. Stranger.MouseButton1Down:connect(function()
  4072. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Strange Man"])
  4073. end)
  4074.  
  4075. Option = false
  4076.  
  4077. Dupe.MouseButton1Down:connect(function()
  4078. plr = game:GetService("Players").LocalPlayer
  4079. slot = plr.CurrentSaveSlot
  4080. if Option == false then
  4081. if slot.Value == -1 then
  4082. Option = true
  4083. slot.RobloxLocked = true
  4084. DupeStatus.Text = "ON"
  4085. DupeStatus.TextColor3 = Color3.new(0, 0.666667, 0)
  4086. end
  4087. else
  4088. Option = false
  4089. slot.RobloxLocked = false
  4090. DupeStatus.Text = "OFF"
  4091. DupeStatus.TextColor3 = Color3.new(1, 0, 0)
  4092. end
  4093. end)
  4094.  
  4095. Greywood.MouseButton1Click:Connect(function()
  4096. for i,v in next,workspace.PlayerModels:GetChildren() do
  4097. if v:FindFirstChild("Type") then
  4098. if v.Type.Value == "Blueprint" then
  4099. v.Type.Value = "Structure"
  4100. end
  4101. end
  4102. end
  4103. end)
  4104.  
  4105. TpWood.MouseButton1Click:Connect(function()
  4106. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  4107. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  4108. if Log.Owner.Value == service.Players.LocalPlayer then
  4109. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  4110. for i=1,100 do
  4111. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  4112. end
  4113. end
  4114. end
  4115. end
  4116. end)
  4117.  
  4118. local inc = 0
  4119. workspace.PlayerModels.ChildAdded:Connect(function(Item)
  4120. inc = #LastPurchasedList:GetChildren()
  4121. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  4122. LastPurchasedList.CanvasSize=UDim2.new(0,0,0,25*inc)
  4123. local SellButton=Create("TextButton",{Parent=LastPurchasedList,Size=UDim2.new(1,-9,0,20),Position=UDim2.new(0,5,0,25*inc),Text=" "..Item.Name,Name=Item.Name,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  4124. MakeShadow(SellButton,2)
  4125. SellButton.MouseButton1Click:Connect(function()
  4126. if Item:IsA("Model") then
  4127. Item:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  4128. for i=1,100 do
  4129. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Item)
  4130. end
  4131. end
  4132. end)
  4133. inc=inc+1
  4134. end
  4135. end)
  4136.  
  4137. workspace.PlayerModels.ChildRemoved:Connect(function(Item)
  4138. inc=0
  4139. if Item:FindFirstChild("Owner") and Item.Owner.Value==service.Players.LocalPlayer then
  4140. if LastPurchasedList:FindFirstChild(Item.Name) then
  4141. LastPurchasedList:FindFirstChild(Item.Name):Destroy()
  4142. for i,v in pairs(LastPurchasedList:GetChildren()) do
  4143. v.Position=UDim2.new(0,5,0,25*(i-1))
  4144. end
  4145. end
  4146. end
  4147. end)
  4148.  
  4149. function UpdatePlanks()
  4150. local inc = 0
  4151. WoodPlanks={}
  4152. for i,v in pairs(service.Workspace.PlayerModels:GetChildren()) do
  4153. if v.Name=="Plank" and v.Owner.Value==service.Players.LocalPlayer then
  4154. if v:FindFirstChild("TreeClass") and WoodPlanks[v.TreeClass.Value] then
  4155. WoodPlanks[v.TreeClass.Value]=WoodPlanks[v.TreeClass.Value]
  4156. WoodPlanks[v.TreeClass.Value]["Wood"][v]=v
  4157. elseif v:FindFirstChild("TreeClass") then
  4158. WoodPlanks[v.TreeClass.Value]={Wood={v.WoodSection}}
  4159. end
  4160. end
  4161. end
  4162. end
  4163.  
  4164. function UpdateSellPlanks()
  4165. local inc=0
  4166. UpdatePlanks()
  4167. ProcessedWoodList:ClearAllChildren()
  4168. for i,v in pairs(WoodPlanks) do
  4169. ProcessedWoodList.CanvasSize=UDim2.new(0,0,0,25*inc)
  4170. local SellButton=Create("TextButton",{Parent=ProcessedWoodList,Size=UDim2.new(1,-14,0,20),Position=UDim2.new(0,5,0,35*inc),Text=" "..i,TextXAlignment="Left",ZIndex=3,BorderSizePixel=0})
  4171. local Color = Create("Frame",{Parent=ProcessedWoodList,Size=UDim2.new(0,5,0,20),Position=UDim2.new(0,0,0,35*inc),BorderSizePixel=0,ZIndex=3,BackgroundColor3=v["Wood"].Color})
  4172. MakeShadow(SellButton,2)
  4173. SellButton.MouseButton1Click:Connect(function()
  4174. for x=1,100 do
  4175. v["Wood"].CFrame=CFrame.new(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  4176. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v["Wood"].Parent)
  4177. end
  4178. end)
  4179. inc=inc+1
  4180. end
  4181. inc=0
  4182. end
  4183.  
  4184. service.Workspace.PlayerModels.ChildRemoved:Connect(function(thing)
  4185. if thing.Owner.Value==service.Players.LocalPlayer then
  4186. UpdateSellPlanks()
  4187. end
  4188. end)
  4189.  
  4190. UpdateSellPlanks()
  4191.  
  4192. SellWood.MouseButton1Click:Connect(function()
  4193. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  4194. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  4195. if Log.Owner.Value == service.Players.LocalPlayer then
  4196. for i,v in pairs(Log:GetChildren()) do
  4197. if v.Name=="WoodSection" then
  4198. spawn(function()
  4199. for i=1,10 do
  4200. wait()
  4201. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  4202. end
  4203. end)
  4204. end
  4205. end
  4206. spawn(function()
  4207. for i=1,20 do
  4208. wait()
  4209. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  4210. end
  4211. end)
  4212. end
  4213. end
  4214. end
  4215. end)
  4216.  
  4217. SellPlanks.MouseButton1Click:Connect(function()
  4218. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  4219. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  4220. if Plank.Owner.Value == service.Players.LocalPlayer then
  4221. for i,v in pairs(Plank:GetChildren()) do
  4222. if v.Name=="WoodSection" then
  4223. spawn(function()
  4224. for i=1,10 do
  4225. wait()
  4226. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  4227. end
  4228. end)
  4229. end
  4230. end
  4231. spawn(function()
  4232. for i=1,20 do
  4233. wait()
  4234. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  4235. end
  4236. end)
  4237. end
  4238. end
  4239. end
  4240. end)
  4241.  
  4242. TpAllPlanks.MouseButton1Click:Connect(function()
  4243. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  4244. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  4245. if Plank.Owner.Value == service.Players.LocalPlayer then
  4246. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  4247. for i=1,100 do
  4248. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  4249. end
  4250. end
  4251. end
  4252. end
  4253. end)
  4254.  
  4255. Close.MouseLeave:connect(function()
  4256. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4257. end)
  4258. Close.MouseEnter:connect(function()
  4259. Close.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4260. end)
  4261.  
  4262. Dupe.MouseLeave:connect(function()
  4263. Dupe.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4264. Dupe.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4265. end)
  4266. Dupe.MouseEnter:connect(function()
  4267. Dupe.TextColor3 = Color3.new(0, 0, 0)
  4268. Dupe.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4269. end)
  4270.  
  4271. Greywood.MouseLeave:connect(function()
  4272. Greywood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4273. Greywood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4274. end)
  4275. Greywood.MouseEnter:connect(function()
  4276. Greywood.TextColor3 = Color3.new(0, 0, 0)
  4277. Greywood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4278. end)
  4279.  
  4280. Players.MouseLeave:connect(function()
  4281. Players.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4282. Players.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4283. end)
  4284. Players.MouseEnter:connect(function()
  4285. Players.TextColor3 = Color3.new(0, 0, 0)
  4286. Players.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4287. end)
  4288.  
  4289. SellPlanks.MouseLeave:connect(function()
  4290. SellPlanks.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4291. SellPlanks.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4292. end)
  4293. SellPlanks.MouseEnter:connect(function()
  4294. SellPlanks.TextColor3 = Color3.new(0, 0, 0)
  4295. SellPlanks.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4296. end)
  4297.  
  4298. SellWood.MouseLeave:connect(function()
  4299. SellWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4300. SellWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4301. end)
  4302. SellWood.MouseEnter:connect(function()
  4303. SellWood.TextColor3 = Color3.new(0, 0, 0)
  4304. SellWood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4305. end)
  4306.  
  4307. Settings.MouseLeave:connect(function()
  4308. Settings.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4309. Settings.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4310. end)
  4311. Settings.MouseEnter:connect(function()
  4312. Settings.TextColor3 = Color3.new(0, 0, 0)
  4313. Settings.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4314. end)
  4315.  
  4316. Teleport.MouseLeave:connect(function()
  4317. Teleport.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4318. Teleport.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4319. end)
  4320. Teleport.MouseEnter:connect(function()
  4321. Teleport.TextColor3 = Color3.new(0, 0, 0)
  4322. Teleport.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4323. end)
  4324.  
  4325. TpBox.MouseLeave:connect(function()
  4326. TpBox.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4327. TpBox.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4328. end)
  4329. TpBox.MouseEnter:connect(function()
  4330. TpBox.TextColor3 = Color3.new(0, 0, 0)
  4331. TpBox.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4332. end)
  4333.  
  4334. TpWood.MouseLeave:connect(function()
  4335. TpWood.TextColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4336. TpWood.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  4337. end)
  4338. TpWood.MouseEnter:connect(function()
  4339. TpWood.TextColor3 = Color3.new(0, 0, 0)
  4340. TpWood.BackgroundColor3 = Color3.new(0.0705882, 0.521569, 0.529412)
  4341. end)
  4342. end)
  4343. DupeGui.Name = "DupeGui"
  4344. DupeGui.Parent = MainFrame
  4345. DupeGui.BackgroundColor3 = Color3.new(0, 0, 0)
  4346. DupeGui.BorderColor3 = Color3.new(0, 1, 0)
  4347. DupeGui.BorderSizePixel = 5
  4348. DupeGui.Position = UDim2.new(0.744642854, 0, 0.211009175, 0)
  4349. DupeGui.Size = UDim2.new(0, 94, 0, 38)
  4350. DupeGui.Font = Enum.Font.SciFi
  4351. DupeGui.Text = "DupeGui"
  4352. DupeGui.TextColor3 = Color3.new(0, 1, 0)
  4353. DupeGui.TextScaled = true
  4354. DupeGui.TextSize = 14
  4355. DupeGui.TextWrapped = true
  4356. DupeGui.MouseButton1Down:connect(function()
  4357. Option = false
  4358. Found = false
  4359. Tool = "None"
  4360. Down = false
  4361. Mouse = game.Players.LocalPlayer:GetMouse()
  4362.  
  4363. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  4364. players = game.Players
  4365. for i, v in pairs(players:GetPlayers()) do
  4366. if v.Name ~= players.LocalPlayer.Name then
  4367. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  4368. end
  4369. end
  4370. players.PlayerAdded:connect(function(plr)
  4371. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  4372. end)
  4373.  
  4374. function move(object)
  4375. object:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, -4, 5))
  4376. object.WoodSection.Anchored = true
  4377. wait(2)
  4378. object.WoodSection.Anchored = false
  4379. end
  4380.  
  4381. function tree(object, class)
  4382. for i, v in pairs(object:GetChildren()) do
  4383. if v.Name == "TreeClass" then
  4384. if v.Value == class then
  4385. if Found == false then
  4386. move(object)
  4387. Found = true
  4388. end
  4389. end
  4390. end
  4391. end
  4392. end
  4393.  
  4394. function cut(object, class)
  4395. for i, v in pairs(object:GetChildren()) do
  4396. if v.Name == "TreeClass" then
  4397. if v.Value == class then
  4398. for a, b in pairs(object:GetChildren()) do
  4399. if b.Name == "Owner" then
  4400. for c, d in pairs(b:GetChildren()) do
  4401. if d.Name == "OwnerString" then
  4402. if d.Value == game.Players.LocalPlayer.Name then
  4403. move(object)
  4404. else
  4405. if d.Value == "" then
  4406. move(object)
  4407. end
  4408. end
  4409. end
  4410. end
  4411. end
  4412. end
  4413. end
  4414. end
  4415. end
  4416. end
  4417.  
  4418. local Text = Instance.new("TextLabel")
  4419. local Main = Instance.new("Frame")
  4420. local CF = Instance.new("ScreenGui")
  4421. local CG69 = game.CoreGui
  4422. local Tab1 = Instance.new("TextButton")
  4423. local Tab2 = Instance.new("TextButton")
  4424. local Tab3 = Instance.new("TextButton")
  4425. local TTab1 = Instance.new("Frame")
  4426. local TTab2 = Instance.new("Frame")
  4427. local TTab3 = Instance.new("Frame")
  4428. local Close = Instance.new("TextButton")
  4429. local Depart = Instance.new("TextLabel")
  4430.  
  4431.  
  4432. local place = UDim2.new(0, 0, 0, 70)
  4433. local size = UDim2.new(0, 300, 0, 100)
  4434.  
  4435. CF.Name = "GO!!"
  4436. CF.Parent = CG69
  4437. local CGG = CG69["GO!!"]
  4438.  
  4439.  
  4440. Main.Name = "Main"
  4441. Main.Parent = CF
  4442. Main.BackgroundColor3 = Color3.new(0.1, 0.6, 0.3)
  4443. Main.BorderColor3 = Color3.new(0, 0, 0)
  4444. Main.Position = UDim2.new(0, 500, 0, 500)
  4445. Main.Size = UDim2.new(0, 300, 0, 75)
  4446. Main.Visible = true
  4447. Main.Draggable = true
  4448. Main.Active = true
  4449.  
  4450. Text.Name = "Text"
  4451. Text.Parent = Main
  4452. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  4453. Text.BackgroundTransparency = 1
  4454. Text.Position = UDim2.new(0.45, 0, 0, 0)
  4455. Text.Size = UDim2.new(0, 20, 0, 35)
  4456. Text.Font = Enum.Font.SourceSansBold
  4457. Text.FontSize = Enum.FontSize.Size18
  4458. Text.Text = "GUI Not in Use"
  4459. Text.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  4460. Text.TextSize = 18
  4461.  
  4462. Depart .Name = "Depart"
  4463. Depart .Parent = Main
  4464. Depart .BackgroundColor3 = Color3.new(1, 1, 1)
  4465. Depart .BackgroundTransparency = 1
  4466. Depart .Position = UDim2.new(0, 150, 0, 0)
  4467. Depart .Size = UDim2.new(0, 1, 0, 10)
  4468. Depart .Font = Enum.Font.SourceSansBold
  4469. Depart .FontSize = Enum.FontSize.Size18
  4470. Depart .Text = "Time To Departure: 0"
  4471. Depart .TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  4472. Depart .TextSize = 18
  4473.  
  4474. Tab1.Name = "Basic"
  4475. Tab1.Parent = Main
  4476. Tab1.BackgroundColor3 = Color3.new(0.3, 0.6, 0.9)
  4477. Tab1.Position = UDim2.new(0, 0, 0, 35)
  4478. Tab1.Size = UDim2.new(0, 80, 0, 20)
  4479. Tab1.Font = Enum.Font.Cartoon
  4480. Tab1.FontSize = Enum.FontSize.Size14
  4481. Tab1.Text = "Basic Tab"
  4482. Tab1.TextSize = 18
  4483.  
  4484. Tab2.Name = "UTrees"
  4485. Tab2.Parent = Main
  4486. Tab2.BackgroundColor3 = Color3.new(1, 0, 0)
  4487. Tab2.Position = UDim2.new(0, 110, 0, 35)
  4488. Tab2.Size = UDim2.new(0, 80, 0, 20)
  4489. Tab2.Font = Enum.Font.Cartoon
  4490. Tab2.FontSize = Enum.FontSize.Size14
  4491. Tab2.Text = "UTrees"
  4492. Tab2.TextSize = 18
  4493.  
  4494. Tab3.Name = "CTrees"
  4495. Tab3.Parent = Main
  4496. Tab3.BackgroundColor3 = Color3.new(0.5, 0.8, 0.2)
  4497. Tab3.Position = UDim2.new(0, 220, 0, 35)
  4498. Tab3.Size = UDim2.new(0, 80, 0, 20)
  4499. Tab3.Font = Enum.Font.Cartoon
  4500. Tab3.FontSize = Enum.FontSize.Size14
  4501. Tab3.Text = "CTrees"
  4502. Tab3.TextSize = 18
  4503.  
  4504. TTab1.Name = "GunsTab"
  4505. TTab1.Parent = Main
  4506. TTab1.BackgroundColor3 = Color3.new(0, 0, 0)
  4507. TTab1.BorderColor3 = Color3.new(1, 1, 1)
  4508. TTab1.Position = place
  4509. TTab1.Size = size
  4510. TTab1.Visible = true
  4511.  
  4512. TTab2.Name = "ItemsTab"
  4513. TTab2.Parent = Main
  4514. TTab2.BackgroundColor3 = Color3.new(1, 1, 1)
  4515. TTab2.BorderColor3 = Color3.new(0, 0, 0)
  4516. TTab2.Position = place
  4517. TTab2.Size = size
  4518. TTab2.Visible = false
  4519.  
  4520. TTab3.Name = "StatsTab"
  4521. TTab3.Parent = Main
  4522. TTab3.BackgroundColor3 = Color3.new(0, 1, 0)
  4523. TTab3.BorderColor3 = Color3.new(1, 0, 1)
  4524. TTab3.Position = place
  4525. TTab3.Size = size
  4526. TTab3.Visible = false
  4527.  
  4528. Close.Name = "X"
  4529. Close.Parent = Main
  4530. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  4531. Close.Position = UDim2.new(0, 275, 0, 0)
  4532. Close.Size = UDim2.new(0, 25, 0, 25)
  4533. Close.Font = Enum.Font.Cartoon
  4534. Close.FontSize = Enum.FontSize.Size14
  4535. Close.Text = "X"
  4536. Close.TextSize = 14
  4537.  
  4538.  
  4539. -- Tab 1 Buttons --
  4540. Dupe = Instance.new("TextButton")
  4541. DupeLabel = Instance.new("TextLabel")
  4542. Steal = Instance.new("TextButton")
  4543. CopyTool = Instance.new("TextButton")
  4544. DeleteTool = Instance.new("TextButton")
  4545. MoveTool = Instance.new("TextButton")
  4546.  
  4547. Dupe.Name = "Dupe"
  4548. Dupe.Parent = TTab1
  4549. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4550. Dupe.Position = UDim2.new(0, 105, 0, 54)
  4551. Dupe.Size = UDim2.new(0,85, 0, 25)
  4552. Dupe.Font = Enum.Font.Cartoon
  4553. Dupe.FontSize = Enum.FontSize.Size14
  4554. Dupe.Text = "Dupe"
  4555. Dupe.TextSize = 14
  4556.  
  4557. DupeLabel.Name = "Dupe"
  4558. DupeLabel.Parent = TTab1
  4559. DupeLabel.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4560. DupeLabel.BackgroundTransparency = 1
  4561. DupeLabel.Position = UDim2.new(0, 105, 0, 74)
  4562. DupeLabel.Size = UDim2.new(0,85, 0, 25)
  4563. DupeLabel.Font = Enum.Font.Cartoon
  4564. DupeLabel.FontSize = Enum.FontSize.Size14
  4565. DupeLabel.Text = "Current save Will Save"
  4566. DupeLabel.TextColor3 = Color3.new(255, 255, 255)
  4567. DupeLabel.TextSize = 14
  4568.  
  4569. Steal.Name = "Dupe"
  4570. Steal.Parent = TTab1
  4571. Steal.BackgroundColor3 = Color3.new(1, 1, 1)
  4572. Steal.Position = UDim2.new(0, 105, 0, 31)
  4573. Steal.Size = UDim2.new(0,85, 0, 25)
  4574. Steal.Font = Enum.Font.Cartoon
  4575. Steal.FontSize = Enum.FontSize.Size14
  4576. Steal.Text = "Steal"
  4577. Steal.TextSize = 14
  4578.  
  4579. CopyTool.Name = "CopyTool"
  4580. CopyTool.Parent = TTab1
  4581. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4582. CopyTool.Position = UDim2.new(0, 1, 0, 1)
  4583. CopyTool.Size = UDim2.new(0,85, 0, 25)
  4584. CopyTool.Font = Enum.Font.Cartoon
  4585. CopyTool.FontSize = Enum.FontSize.Size14
  4586. CopyTool.Text = "Copy"
  4587. CopyTool.TextSize = 14
  4588.  
  4589. DeleteTool.Name = "DeleteTool"
  4590. DeleteTool.Parent = TTab1
  4591. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4592. DeleteTool.Position = UDim2.new(0, 90, 0, 1)
  4593. DeleteTool.Size = UDim2.new(0,85, 0, 25)
  4594. DeleteTool.Font = Enum.Font.Cartoon
  4595. DeleteTool.FontSize = Enum.FontSize.Size14
  4596. DeleteTool.Text = "Delete"
  4597. DeleteTool.TextSize = 14
  4598.  
  4599. MoveTool.Name = "MoveTool"
  4600. MoveTool.Parent = TTab1
  4601. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4602. MoveTool.Position = UDim2.new(0, 179, 0, 1)
  4603. MoveTool.Size = UDim2.new(0,85, 0, 25)
  4604. MoveTool.Font = Enum.Font.Cartoon
  4605. MoveTool.FontSize = Enum.FontSize.Size14
  4606. MoveTool.Text = "Move"
  4607. MoveTool.TextSize = 14
  4608.  
  4609. -- end --
  4610.  
  4611.  
  4612.  
  4613. -- Tab 1 Button Functions --
  4614. Dupe.MouseButton1Down:connect(function()
  4615. plr = game:GetService("Players").LocalPlayer
  4616. slot = plr.CurrentSaveSlot
  4617. if Option == false then
  4618. if slot.Value == -1 then
  4619. Option = true
  4620. slot.RobloxLocked = true
  4621. Dupe.BackgroundColor3 = Color3.new(0, 1, 0)
  4622. DupeLabel.Text = "Current save Will Not Save"
  4623. end
  4624. else
  4625. Option = false
  4626. slot.RobloxLocked = false
  4627. Dupe.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4628. DupeLabel.Text = "Current save Will Save"
  4629. end
  4630. end)
  4631.  
  4632. Steal.MouseButton1Down:connect(function()
  4633. Owner = false
  4634. for i, v in pairs(game.Workspace:GetChildren()) do
  4635. if v.Name == "Owner" then
  4636. Owner = true
  4637. end
  4638. end
  4639.  
  4640. if Owner == false then
  4641. for i, v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  4642. for a, b in pairs(v:GetChildren()) do
  4643. if b.Name == "Owner" then
  4644. for c, d in pairs(b:GetChildren()) do
  4645. if d:IsA("StringValue") then
  4646. if d.Value == game.Players.LocalPlayer.Name then
  4647. object = b
  4648. end
  4649. end
  4650. end
  4651. end
  4652. end
  4653. end
  4654.  
  4655. print("Copied")
  4656.  
  4657. if object then
  4658. Owner = true
  4659. object:clone().Parent = game.Workspace
  4660. end
  4661. end
  4662. wait()
  4663.  
  4664. if Owner == true then
  4665. print("Copying")
  4666. for i, v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  4667. for a, b in pairs(v:GetChildren()) do
  4668. if b.Name == "Owner" then
  4669. b:remove()
  4670. game.Workspace.Owner:clone().Parent = v
  4671. end
  4672. end
  4673. end
  4674. end
  4675.  
  4676. end)
  4677.  
  4678. CopyTool.MouseButton1Down:connect(function()
  4679. if Tool == "Copy" then
  4680. Tool = "None"
  4681. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4682. else
  4683. Tool = "Copy"
  4684. CopyTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  4685. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4686. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4687. end
  4688. end)
  4689.  
  4690. DeleteTool.MouseButton1Down:connect(function()
  4691. if Tool == "Delete" then
  4692. Tool = "Nothing"
  4693. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4694. else
  4695. Tool = "Delete"
  4696. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4697. DeleteTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  4698. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4699. end
  4700. end)
  4701.  
  4702. MoveTool.MouseButton1Down:connect(function()
  4703. if Tool == "Move" then
  4704. Tool = "Nothing"
  4705. MoveTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4706. else
  4707. Tool = "Move"
  4708. CopyTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4709. DeleteTool.BackgroundColor3 = Color3.new(0.7, 0, 0)
  4710. MoveTool.BackgroundColor3 = Color3.new(0, 0.7, 0)
  4711.  
  4712. end
  4713. end)
  4714.  
  4715. -- end --
  4716.  
  4717. -- Tab2 Buttons --
  4718. Birch = Instance.new("TextButton")
  4719. CaveCrawler = Instance.new("TextButton")
  4720. Cherry = Instance.new("TextButton")
  4721. Fir = Instance.new("TextButton")
  4722. Generic = Instance.new("TextButton")
  4723. GoldSwampy = Instance.new("TextButton")
  4724. GreenSwampy = Instance.new("TextButton")
  4725. Koa = Instance.new("TextButton")
  4726. LoneCave = Instance.new("TextButton")
  4727. Oak = Instance.new("TextButton")
  4728. Palm = Instance.new("TextButton")
  4729. Pine = Instance.new("TextButton")
  4730. Volcano = Instance.new("TextButton")
  4731. Walnut = Instance.new("TextButton")
  4732.  
  4733. Birch.Name = "Birch"
  4734. Birch.Parent = TTab2
  4735. Birch.BackgroundColor3 = Color3.new(0, 1, 1)
  4736. Birch.Position = UDim2.new(0, 1, 0, 1)
  4737. Birch.Size = UDim2.new(0,70, 0, 25)
  4738. Birch.Font = Enum.Font.Cartoon
  4739. Birch.FontSize = Enum.FontSize.Size14
  4740. Birch.Text = "Birch"
  4741. Birch.TextSize = 14
  4742.  
  4743. CaveCrawler.Name = "CaveCrawler"
  4744. CaveCrawler.Parent = TTab2
  4745. CaveCrawler.BackgroundColor3 = Color3.new(0, 1, 1)
  4746. CaveCrawler.Position = UDim2.new(0, 71, 0, 1)
  4747. CaveCrawler.Size = UDim2.new(0,70, 0, 25)
  4748. CaveCrawler.Font = Enum.Font.Cartoon
  4749. CaveCrawler.FontSize = Enum.FontSize.Size14
  4750. CaveCrawler.Text = "CaveCrawler"
  4751. CaveCrawler.TextSize = 14
  4752.  
  4753. Cherry.Name = "Cherry"
  4754. Cherry.Parent = TTab2
  4755. Cherry.BackgroundColor3 = Color3.new(0, 1, 1)
  4756. Cherry.Position = UDim2.new(0, 141, 0, 1)
  4757. Cherry.Size = UDim2.new(0,70, 0, 25)
  4758. Cherry.Font = Enum.Font.Cartoon
  4759. Cherry.FontSize = Enum.FontSize.Size14
  4760. Cherry.Text = "Cherry"
  4761. Cherry.TextSize = 14
  4762.  
  4763. Fir.Name = "Fir"
  4764. Fir.Parent = TTab2
  4765. Fir.BackgroundColor3 = Color3.new(0, 1, 1)
  4766. Fir.Position = UDim2.new(0, 211, 0, 1)
  4767. Fir.Size = UDim2.new(0,70, 0, 25)
  4768. Fir.Font = Enum.Font.Cartoon
  4769. Fir.FontSize = Enum.FontSize.Size14
  4770. Fir.Text = "Fir"
  4771. Fir.TextSize = 14
  4772.  
  4773. Generic.Name = "Generic"
  4774. Generic.Parent = TTab2
  4775. Generic.BackgroundColor3 = Color3.new(0, 1, 1)
  4776. Generic.Position = UDim2.new(0, 1, 0, 26)
  4777. Generic.Size = UDim2.new(0,70, 0, 25)
  4778. Generic.Font = Enum.Font.Cartoon
  4779. Generic.FontSize = Enum.FontSize.Size14
  4780. Generic.Text = "Generic"
  4781. Generic.TextSize = 14
  4782.  
  4783. GoldSwampy.Name = "GoldSwampy"
  4784. GoldSwampy.Parent = TTab2
  4785. GoldSwampy.BackgroundColor3 = Color3.new(0, 1, 1)
  4786. GoldSwampy.Position = UDim2.new(0, 71, 0, 26)
  4787. GoldSwampy.Size = UDim2.new(0,70, 0, 25)
  4788. GoldSwampy.Font = Enum.Font.Cartoon
  4789. GoldSwampy.FontSize = Enum.FontSize.Size14
  4790. GoldSwampy.Text = "Gold"
  4791. GoldSwampy.TextSize = 14
  4792.  
  4793. GreenSwampy.Name = "GreenSwampy"
  4794. GreenSwampy.Parent = TTab2
  4795. GreenSwampy.BackgroundColor3 = Color3.new(0, 1, 1)
  4796. GreenSwampy.Position = UDim2.new(0, 141, 0, 26)
  4797. GreenSwampy.Size = UDim2.new(0,70, 0, 25)
  4798. GreenSwampy.Font = Enum.Font.Cartoon
  4799. GreenSwampy.FontSize = Enum.FontSize.Size14
  4800. GreenSwampy.Text = "Green"
  4801. GreenSwampy.TextSize = 14
  4802.  
  4803. Koa.Name = "Koa"
  4804. Koa.Parent = TTab2
  4805. Koa.BackgroundColor3 = Color3.new(0, 1, 1)
  4806. Koa.Position = UDim2.new(0, 211, 0, 26)
  4807. Koa.Size = UDim2.new(0,70, 0, 25)
  4808. Koa.Font = Enum.Font.Cartoon
  4809. Koa.FontSize = Enum.FontSize.Size14
  4810. Koa.Text = "Koa"
  4811. Koa.TextSize = 14
  4812.  
  4813. LoneCave.Name = "LoneCave"
  4814. LoneCave.Parent = TTab2
  4815. LoneCave.BackgroundColor3 = Color3.new(0, 1, 1)
  4816. LoneCave.Position = UDim2.new(0, 1, 0, 51)
  4817. LoneCave.Size = UDim2.new(0,70, 0, 25)
  4818. LoneCave.Font = Enum.Font.Cartoon
  4819. LoneCave.FontSize = Enum.FontSize.Size14
  4820. LoneCave.Text = "LoneCave"
  4821. LoneCave.TextSize = 14
  4822.  
  4823. Oak.Name = "Oak"
  4824. Oak.Parent = TTab2
  4825. Oak.BackgroundColor3 = Color3.new(0, 1, 1)
  4826. Oak.Position = UDim2.new(0, 71, 0, 51)
  4827. Oak.Size = UDim2.new(0,70, 0, 25)
  4828. Oak.Font = Enum.Font.Cartoon
  4829. Oak.FontSize = Enum.FontSize.Size14
  4830. Oak.Text = "Oak"
  4831. Oak.TextSize = 14
  4832.  
  4833. Palm.Name = "Palm"
  4834. Palm.Parent = TTab2
  4835. Palm.BackgroundColor3 = Color3.new(0, 1, 1)
  4836. Palm.Position = UDim2.new(0, 141, 0, 51)
  4837. Palm.Size = UDim2.new(0,70, 0, 25)
  4838. Palm.Font = Enum.Font.Cartoon
  4839. Palm.FontSize = Enum.FontSize.Size14
  4840. Palm.Text = "Palm"
  4841. Palm.TextSize = 14
  4842.  
  4843. Pine.Name = "Pine"
  4844. Pine.Parent = TTab2
  4845. Pine.BackgroundColor3 = Color3.new(0, 1, 1)
  4846. Pine.Position = UDim2.new(0, 211, 0, 51)
  4847. Pine.Size = UDim2.new(0,70, 0, 25)
  4848. Pine.Font = Enum.Font.Cartoon
  4849. Pine.FontSize = Enum.FontSize.Size14
  4850. Pine.Text = "Pine"
  4851. Pine.TextSize = 14
  4852.  
  4853. Volcano.Name = "Volcano"
  4854. Volcano.Parent = TTab2
  4855. Volcano.BackgroundColor3 = Color3.new(0, 1, 1)
  4856. Volcano.Position = UDim2.new(0, 1, 0, 76)
  4857. Volcano.Size = UDim2.new(0,70, 0, 25)
  4858. Volcano.Font = Enum.Font.Cartoon
  4859. Volcano.FontSize = Enum.FontSize.Size14
  4860. Volcano.Text = "Volcano"
  4861. Volcano.TextSize = 14
  4862.  
  4863. Walnut.Name = "Walnut"
  4864. Walnut.Parent = TTab2
  4865. Walnut.BackgroundColor3 = Color3.new(0, 1, 1)
  4866. Walnut.Position = UDim2.new(0, 71, 0, 76)
  4867. Walnut.Size = UDim2.new(0,70, 0, 25)
  4868. Walnut.Font = Enum.Font.Cartoon
  4869. Walnut.FontSize = Enum.FontSize.Size14
  4870. Walnut.Text = "Walnut"
  4871. Walnut.TextSize = 14
  4872.  
  4873. -- end --
  4874.  
  4875. -- Tab2 Button Functions --
  4876. Birch.MouseButton1Down:connect(function()
  4877. Found = false
  4878. for i, v in pairs(game.Workspace:GetChildren()) do
  4879. if v.Name == "TreeRegion" then
  4880. for a, b in pairs(v:GetChildren()) do
  4881. tree(b, "Birch")
  4882. end
  4883. end
  4884. end
  4885. end)
  4886.  
  4887. CaveCrawler.MouseButton1Down:connect(function()
  4888. Found = false
  4889. for i, v in pairs(game.Workspace:GetChildren()) do
  4890. if v.Name == "TreeRegion" then
  4891. for a, b in pairs(v:GetChildren()) do
  4892. tree(b, "CaveCrawler")
  4893. end
  4894. end
  4895. end
  4896. end)
  4897.  
  4898. Cherry.MouseButton1Down:connect(function()
  4899. Found = false
  4900. for i, v in pairs(game.Workspace:GetChildren()) do
  4901. if v.Name == "TreeRegion" then
  4902. for a, b in pairs(v:GetChildren()) do
  4903. tree(b, "Cherry")
  4904. end
  4905. end
  4906. end
  4907. end)
  4908.  
  4909. Fir.MouseButton1Down:connect(function()
  4910. Found = false
  4911. for i, v in pairs(game.Workspace:GetChildren()) do
  4912. if v.Name == "TreeRegion" then
  4913. for a, b in pairs(v:GetChildren()) do
  4914. tree(b, "Fir")
  4915. end
  4916. end
  4917. end
  4918. end)
  4919.  
  4920. Generic.MouseButton1Down:connect(function()
  4921. Found = false
  4922. for i, v in pairs(game.Workspace:GetChildren()) do
  4923. if v.Name == "TreeRegion" then
  4924. for a, b in pairs(v:GetChildren()) do
  4925. tree(b, "Generic")
  4926. end
  4927. end
  4928. end
  4929. end)
  4930.  
  4931. GoldSwampy.MouseButton1Down:connect(function()
  4932. Found = false
  4933. for i, v in pairs(game.Workspace:GetChildren()) do
  4934. if v.Name == "TreeRegion" then
  4935. for a, b in pairs(v:GetChildren()) do
  4936. tree(b, "GoldSwampy")
  4937. end
  4938. end
  4939. end
  4940. end)
  4941.  
  4942. GreenSwampy.MouseButton1Down:connect(function()
  4943. Found = false
  4944. for i, v in pairs(game.Workspace:GetChildren()) do
  4945. if v.Name == "TreeRegion" then
  4946. for a, b in pairs(v:GetChildren()) do
  4947. tree(b, "GreenSwampy")
  4948. end
  4949. end
  4950. end
  4951. end)
  4952.  
  4953. Koa.MouseButton1Down:connect(function()
  4954. Found = false
  4955. for i, v in pairs(game.Workspace:GetChildren()) do
  4956. if v.Name == "TreeRegion" then
  4957. for a, b in pairs(v:GetChildren()) do
  4958. tree(b, "Koa")
  4959. end
  4960. end
  4961. end
  4962. end)
  4963.  
  4964. LoneCave.MouseButton1Down:connect(function()
  4965. Found = false
  4966. for i, v in pairs(game.Workspace:GetChildren()) do
  4967. if v.Name == "TreeRegion" then
  4968. for a, b in pairs(v:GetChildren()) do
  4969. tree(b, "LoneCave")
  4970. end
  4971. end
  4972. end
  4973. end)
  4974.  
  4975. Oak.MouseButton1Down:connect(function()
  4976. Found = false
  4977. for i, v in pairs(game.Workspace:GetChildren()) do
  4978. if v.Name == "TreeRegion" then
  4979. for a, b in pairs(v:GetChildren()) do
  4980. tree(b, "Oak")
  4981. end
  4982. end
  4983. end
  4984. end)
  4985.  
  4986. Palm.MouseButton1Down:connect(function()
  4987. Found = false
  4988. for i, v in pairs(game.Workspace:GetChildren()) do
  4989. if v.Name == "TreeRegion" then
  4990. for a, b in pairs(v:GetChildren()) do
  4991. tree(b, "Palm")
  4992. end
  4993. end
  4994. end
  4995. end)
  4996.  
  4997. Pine.MouseButton1Down:connect(function()
  4998. Found = false
  4999. for i, v in pairs(game.Workspace:GetChildren()) do
  5000. if v.Name == "TreeRegion" then
  5001. for a, b in pairs(v:GetChildren()) do
  5002. tree(b, "Pine")
  5003. end
  5004. end
  5005. end
  5006. end)
  5007.  
  5008. Volcano.MouseButton1Down:connect(function()
  5009. Found = false
  5010. for i, v in pairs(game.Workspace:GetChildren()) do
  5011. if v.Name == "TreeRegion" then
  5012. for a, b in pairs(v:GetChildren()) do
  5013. tree(b, "Volcano")
  5014. end
  5015. end
  5016. end
  5017. end)
  5018.  
  5019. Walnut.MouseButton1Down:connect(function()
  5020. Found = false
  5021. for i, v in pairs(game.Workspace:GetChildren()) do
  5022. if v.Name == "TreeRegion" then
  5023. for a, b in pairs(v:GetChildren()) do
  5024. tree(b, "Walnut")
  5025. end
  5026. end
  5027. end
  5028. end)
  5029.  
  5030. -- end --
  5031.  
  5032. -- Tab3 Buttons --
  5033. Birch2 = Instance.new("TextButton")
  5034. CaveCrawler2 = Instance.new("TextButton")
  5035. Cherry2 = Instance.new("TextButton")
  5036. Fir2 = Instance.new("TextButton")
  5037. Generic2 = Instance.new("TextButton")
  5038. GoldSwampy2 = Instance.new("TextButton")
  5039. GreenSwampy2 = Instance.new("TextButton")
  5040. Koa2 = Instance.new("TextButton")
  5041. LoneCave2 = Instance.new("TextButton")
  5042. Oak2 = Instance.new("TextButton")
  5043. Palm2 = Instance.new("TextButton")
  5044. Pine2 = Instance.new("TextButton")
  5045. Volcano2 = Instance.new("TextButton")
  5046. Walnut2 = Instance.new("TextButton")
  5047.  
  5048. Birch2.Name = "Birch"
  5049. Birch2.Parent = TTab3
  5050. Birch2.BackgroundColor3 = Color3.new(1, 1, 0)
  5051. Birch2.Position = UDim2.new(0, 1, 0, 1)
  5052. Birch2.Size = UDim2.new(0,70, 0, 25)
  5053. Birch2.Font = Enum.Font.Cartoon
  5054. Birch2.FontSize = Enum.FontSize.Size14
  5055. Birch2.Text = "Birch"
  5056. Birch2.TextSize = 14
  5057.  
  5058. CaveCrawler2.Name = "CaveCrawler"
  5059. CaveCrawler2.Parent = TTab3
  5060. CaveCrawler2.BackgroundColor3 = Color3.new(1, 1, 0)
  5061. CaveCrawler2.Position = UDim2.new(0, 71, 0, 1)
  5062. CaveCrawler2.Size = UDim2.new(0,70, 0, 25)
  5063. CaveCrawler2.Font = Enum.Font.Cartoon
  5064. CaveCrawler2.FontSize = Enum.FontSize.Size14
  5065. CaveCrawler2.Text = "CaveCrawler"
  5066. CaveCrawler2.TextSize = 14
  5067.  
  5068. Cherry2.Name = "Cherry"
  5069. Cherry2.Parent = TTab3
  5070. Cherry2.BackgroundColor3 = Color3.new(1, 1, 0)
  5071. Cherry2.Position = UDim2.new(0, 141, 0, 1)
  5072. Cherry2.Size = UDim2.new(0,70, 0, 25)
  5073. Cherry2.Font = Enum.Font.Cartoon
  5074. Cherry2.FontSize = Enum.FontSize.Size14
  5075. Cherry2.Text = "Cherry"
  5076. Cherry2.TextSize = 14
  5077.  
  5078. Fir2.Name = "Fir"
  5079. Fir2.Parent = TTab3
  5080. Fir2.BackgroundColor3 = Color3.new(1, 1, 0)
  5081. Fir2.Position = UDim2.new(0, 211, 0, 1)
  5082. Fir2.Size = UDim2.new(0,70, 0, 25)
  5083. Fir2.Font = Enum.Font.Cartoon
  5084. Fir2.FontSize = Enum.FontSize.Size14
  5085. Fir2.Text = "Fir"
  5086. Fir2.TextSize = 14
  5087.  
  5088. Generic2.Name = "Generic"
  5089. Generic2.Parent = TTab3
  5090. Generic2.BackgroundColor3 = Color3.new(1, 1, 0)
  5091. Generic2.Position = UDim2.new(0, 1, 0, 26)
  5092. Generic2.Size = UDim2.new(0,70, 0, 25)
  5093. Generic2.Font = Enum.Font.Cartoon
  5094. Generic2.FontSize = Enum.FontSize.Size14
  5095. Generic2.Text = "Generic"
  5096. Generic2.TextSize = 14
  5097.  
  5098. GoldSwampy2.Name = "GoldSwampy"
  5099. GoldSwampy2.Parent = TTab3
  5100. GoldSwampy2.BackgroundColor3 = Color3.new(1, 1, 0)
  5101. GoldSwampy2.Position = UDim2.new(0, 71, 0, 26)
  5102. GoldSwampy2.Size = UDim2.new(0,70, 0, 25)
  5103. GoldSwampy2.Font = Enum.Font.Cartoon
  5104. GoldSwampy2.FontSize = Enum.FontSize.Size14
  5105. GoldSwampy2.Text = "Gold"
  5106. GoldSwampy2.TextSize = 14
  5107.  
  5108. GreenSwampy2.Name = "GreenSwampy"
  5109. GreenSwampy2.Parent = TTab3
  5110. GreenSwampy2.BackgroundColor3 = Color3.new(1, 1, 0)
  5111. GreenSwampy2.Position = UDim2.new(0, 141, 0, 26)
  5112. GreenSwampy2.Size = UDim2.new(0,70, 0, 25)
  5113. GreenSwampy2.Font = Enum.Font.Cartoon
  5114. GreenSwampy2.FontSize = Enum.FontSize.Size14
  5115. GreenSwampy2.Text = "Green"
  5116. GreenSwampy2.TextSize = 14
  5117.  
  5118. Koa2.Name = "Koa"
  5119. Koa2.Parent = TTab3
  5120. Koa2.BackgroundColor3 = Color3.new(1, 1, 0)
  5121. Koa2.Position = UDim2.new(0, 211, 0, 26)
  5122. Koa2.Size = UDim2.new(0,70, 0, 25)
  5123. Koa2.Font = Enum.Font.Cartoon
  5124. Koa2.FontSize = Enum.FontSize.Size14
  5125. Koa2.Text = "Koa"
  5126. Koa2.TextSize = 14
  5127.  
  5128. LoneCave2.Name = "LoneCave"
  5129. LoneCave2.Parent = TTab3
  5130. LoneCave2.BackgroundColor3 = Color3.new(1, 1, 0)
  5131. LoneCave2.Position = UDim2.new(0, 1, 0, 51)
  5132. LoneCave2.Size = UDim2.new(0,70, 0, 25)
  5133. LoneCave2.Font = Enum.Font.Cartoon
  5134. LoneCave2.FontSize = Enum.FontSize.Size14
  5135. LoneCave2.Text = "LoneCave"
  5136. LoneCave2.TextSize = 14
  5137.  
  5138. Oak2.Name = "Oak"
  5139. Oak2.Parent = TTab3
  5140. Oak2.BackgroundColor3 = Color3.new(1, 1, 0)
  5141. Oak2.Position = UDim2.new(0, 71, 0, 51)
  5142. Oak2.Size = UDim2.new(0,70, 0, 25)
  5143. Oak2.Font = Enum.Font.Cartoon
  5144. Oak2.FontSize = Enum.FontSize.Size14
  5145. Oak2.Text = "Oak"
  5146. Oak2.TextSize = 14
  5147.  
  5148. Palm2.Name = "Palm"
  5149. Palm2.Parent = TTab3
  5150. Palm2.BackgroundColor3 = Color3.new(1, 1, 0)
  5151. Palm2.Position = UDim2.new(0, 141, 0, 51)
  5152. Palm2.Size = UDim2.new(0,70, 0, 25)
  5153. Palm2.Font = Enum.Font.Cartoon
  5154. Palm2.FontSize = Enum.FontSize.Size14
  5155. Palm2.Text = "Palm"
  5156. Palm2.TextSize = 14
  5157.  
  5158. Pine2.Name = "Pine"
  5159. Pine2.Parent = TTab3
  5160. Pine2.BackgroundColor3 = Color3.new(1, 1, 0)
  5161. Pine2.Position = UDim2.new(0, 211, 0, 51)
  5162. Pine2.Size = UDim2.new(0,70, 0, 25)
  5163. Pine2.Font = Enum.Font.Cartoon
  5164. Pine2.FontSize = Enum.FontSize.Size14
  5165. Pine2.Text = "Pine"
  5166. Pine2.TextSize = 14
  5167.  
  5168. Volcano2.Name = "Volcano"
  5169. Volcano2.Parent = TTab3
  5170. Volcano2.BackgroundColor3 = Color3.new(1, 1, 0)
  5171. Volcano2.Position = UDim2.new(0, 1, 0, 76)
  5172. Volcano2.Size = UDim2.new(0,70, 0, 25)
  5173. Volcano2.Font = Enum.Font.Cartoon
  5174. Volcano2.FontSize = Enum.FontSize.Size14
  5175. Volcano2.Text = "Volcano"
  5176. Volcano2.TextSize = 14
  5177.  
  5178. Walnut2.Name = "Walnut"
  5179. Walnut2.Parent = TTab3
  5180. Walnut2.BackgroundColor3 = Color3.new(1, 1, 0)
  5181. Walnut2.Position = UDim2.new(0, 71, 0, 76)
  5182. Walnut2.Size = UDim2.new(0,70, 0, 25)
  5183. Walnut2.Font = Enum.Font.Cartoon
  5184. Walnut2.FontSize = Enum.FontSize.Size14
  5185. Walnut2.Text = "Walnut"
  5186. Walnut2.TextSize = 14
  5187.  
  5188. -- end --
  5189.  
  5190. -- Tab3 Button Functions --
  5191. Birch2.MouseButton1Down:connect(function()
  5192. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5193. cut(v, "Birch")
  5194. end
  5195. end)
  5196.  
  5197. CaveCrawler2.MouseButton1Down:connect(function()
  5198. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5199. cut(v, "CaveCrawler")
  5200. end
  5201. end)
  5202.  
  5203. Cherry2.MouseButton1Down:connect(function()
  5204. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5205. cut(v, "Cherry")
  5206. end
  5207. end)
  5208.  
  5209. Fir2.MouseButton1Down:connect(function()
  5210. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5211. cut(v, "Fir")
  5212. end
  5213. end)
  5214.  
  5215. Generic2.MouseButton1Down:connect(function()
  5216. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5217. cut(v, "Generic")
  5218. end
  5219. end)
  5220.  
  5221. GoldSwampy2.MouseButton1Down:connect(function()
  5222. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5223. cut(v, "GoldSwampy")
  5224. end
  5225. end)
  5226.  
  5227. GreenSwampy2.MouseButton1Down:connect(function()
  5228. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5229. cut(v, "GreenSwampy")
  5230. end
  5231. end)
  5232.  
  5233. Koa2.MouseButton1Down:connect(function()
  5234. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5235. cut(v, "Koa")
  5236. end
  5237. end)
  5238.  
  5239. LoneCave2.MouseButton1Down:connect(function()
  5240. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5241. cut(v, "LoneCave")
  5242. end
  5243. end)
  5244.  
  5245. Oak2.MouseButton1Down:connect(function()
  5246. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5247. cut(v, "Oak")
  5248. end
  5249. end)
  5250.  
  5251. Palm2.MouseButton1Down:connect(function()
  5252. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5253. cut(v, "Palm")
  5254. end
  5255. end)
  5256.  
  5257. Pine2.MouseButton1Down:connect(function()
  5258. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5259. cut(v, "Pine")
  5260. end
  5261. end)
  5262.  
  5263. Volcano2.MouseButton1Down:connect(function()
  5264. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5265. cut(v, "Volcano")
  5266. end
  5267. end)
  5268.  
  5269. Pine2.MouseButton1Down:connect(function()
  5270. for i, v in pairs(game.Workspace.LogModels:GetChildren()) do
  5271. cut(v, "Walnut")
  5272. end
  5273. end)
  5274.  
  5275.  
  5276. -- end --
  5277.  
  5278.  
  5279. -- button function --
  5280. Tab1.MouseButton1Down:connect(function()
  5281. TTab1.Visible = true
  5282. TTab2.Visible = false
  5283. TTab3.Visible = false
  5284.  
  5285. end)
  5286.  
  5287. Tab2.MouseButton1Down:connect(function()
  5288. TTab1.Visible = false
  5289. TTab2.Visible = true
  5290. TTab3.Visible = false
  5291. end)
  5292.  
  5293. Tab3.MouseButton1Down:connect(function()
  5294. TTab1.Visible = false
  5295. TTab2.Visible = false
  5296. TTab3.Visible = true
  5297. end)
  5298.  
  5299. Close.MouseButton1Down:connect(function()
  5300. CGG:remove()
  5301. end)
  5302.  
  5303. departure = game.Workspace.Ferry.TimeToDeparture
  5304. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  5305. Depart.Text = "Time To Departure: ".. game.Workspace.Ferry.TimeToDeparture.Value
  5306. end)
  5307.  
  5308. Mouse.Button1Up:connect(function()
  5309. Down = false
  5310. end)
  5311.  
  5312. Mouse.Button1Down:connect(function()
  5313. Down = true
  5314. if Tool == "Copy" then
  5315. if Mouse.Target ~= nil then
  5316. Clone = Mouse.Target:clone()
  5317. Clone.Parent = game.Workspace
  5318. end
  5319. end
  5320.  
  5321. if Tool == "Delete" then
  5322. if Mouse.Target ~= nil then
  5323. Mouse.Target:remove()
  5324. end
  5325. end
  5326.  
  5327. if Tool == "Move" then
  5328. if Mouse.Target ~= nil then
  5329. MoveObject = Mouse.Target
  5330. end
  5331. end
  5332.  
  5333. wait()
  5334. if Clone ~= nil then
  5335. Clone.CanCollide = false
  5336. repeat
  5337. wait()
  5338. SubX = Clone.Size.X/2
  5339. SubY = Clone.Size.Y/2
  5340. SubZ = Clone.Size.Z/2
  5341. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  5342. until Down == false
  5343. Clone.CanCollide = true
  5344. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  5345. Clone = nil
  5346. end
  5347.  
  5348. if MoveObject ~= nil then
  5349. MoveObject.CanCollide = false
  5350. repeat
  5351. wait()
  5352. SubX = MoveObject.Size.X/2
  5353. SubY = MoveObject.Size.Y/2
  5354. SubZ = MoveObject.Size.Z/2
  5355. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  5356. until Down == false
  5357. MoveObject.CanCollide = true
  5358. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  5359. MoveObject= nil
  5360. end
  5361. end)
  5362. end)
  5363. OpenButton.Name = "OpenButton"
  5364. OpenButton.Parent = ScreenGui
  5365. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  5366. OpenButton.BorderColor3 = Color3.new(0, 1, 0)
  5367. OpenButton.BorderSizePixel = 2
  5368. OpenButton.Position = UDim2.new(0, 0, 0.436289668, 0)
  5369. OpenButton.Size = UDim2.new(0, 82, 0, 19)
  5370. OpenButton.Visible = false
  5371. OpenButton.Font = Enum.Font.SciFi
  5372. OpenButton.Text = "OPEN"
  5373. OpenButton.TextColor3 = Color3.new(0, 1, 0)
  5374. OpenButton.TextScaled = true
  5375. OpenButton.TextSize = 14
  5376. OpenButton.TextWrapped = true
  5377. OpenButton .MouseButton1Click:connect(function()
  5378. MainFrame.Visible = true
  5379. OpenButton.Visible = false
  5380. end)
  5381. -- Scripts:
Add Comment
Please, Sign In to add comment