Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.22 KB | None | 0 0
  1. -- Made By M4x#0001
  2. -- Version: 2.82
  3. -- Leave Credits if ya want ;)
  4. local GUI = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local a = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local b = Instance.new("Frame")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. local GoldAxe = Instance.new("TextButton")
  14. local MaxLand = Instance.new("TextButton")
  15. local Teleport = Instance.new("TextButton")
  16. local StealMenu = Instance.new("TextButton")
  17. local CopyMenu = Instance.new("TextButton")
  18. local Dupe = Instance.new("TextButton")
  19. local FreeBuild = Instance.new("TextButton")
  20. local WoodMenu = Instance.new("TextButton")
  21. local LiteMenu = Instance.new("TextButton")
  22. local Teleport_2 = Instance.new("Frame")
  23. local t1 = Instance.new("TextButton")
  24. local t2 = Instance.new("TextButton")
  25. local t3 = Instance.new("TextButton")
  26. local t5 = Instance.new("TextButton")
  27. local t4 = Instance.new("TextButton")
  28. local t6 = Instance.new("TextButton")
  29. local t8 = Instance.new("TextButton")
  30. local t9 = Instance.new("TextButton")
  31. local t7 = Instance.new("TextButton")
  32. local t11 = Instance.new("TextButton")
  33. local t12 = Instance.new("TextButton")
  34. local t10 = Instance.new("TextButton")
  35. local t16 = Instance.new("TextButton")
  36. local t13 = Instance.new("TextButton")
  37. local t15 = Instance.new("TextButton")
  38. local t17 = Instance.new("TextButton")
  39. local t18 = Instance.new("TextButton")
  40. local t14 = Instance.new("TextButton")
  41. local t21 = Instance.new("TextButton")
  42. local t19 = Instance.new("TextButton")
  43. local t20 = Instance.new("TextButton")
  44. local t22 = Instance.new("TextButton")
  45. local WoodMenu_2 = Instance.new("Frame")
  46. local b1 = Instance.new("TextButton")
  47. local b2 = Instance.new("TextButton")
  48. local b3 = Instance.new("TextButton")
  49. local b4 = Instance.new("TextButton")
  50. local LiteMenu_2 = Instance.new("Frame")
  51. local l1 = Instance.new("TextButton")
  52. local l2 = Instance.new("TextButton")
  53. local l3 = Instance.new("TextButton")
  54. local l4 = Instance.new("TextButton")
  55. local StealMenu_2 = Instance.new("Frame")
  56. local t1_2 = Instance.new("TextButton")
  57. local t2_2 = Instance.new("TextButton")
  58. local t3_2 = Instance.new("TextButton")
  59. local t4_2 = Instance.new("TextButton")
  60. local t0 = Instance.new("TextBox")
  61. local CopyMenu_2 = Instance.new("Frame")
  62. local c1 = Instance.new("TextButton")
  63. local c4 = Instance.new("TextBox")
  64. local c2 = Instance.new("TextButton")
  65. local c3 = Instance.new("TextBox")
  66. local FreeBuild_2 = Instance.new("Frame")
  67. local a1 = Instance.new("TextButton")
  68. local a2 = Instance.new("TextButton")
  69. local a3 = Instance.new("TextButton")
  70. local a4 = Instance.new("TextButton")
  71. local a6 = Instance.new("TextButton")
  72. local a5 = Instance.new("TextButton")
  73. local a8 = Instance.new("TextButton")
  74. local a7 = Instance.new("TextButton")
  75. local a12 = Instance.new("TextButton")
  76. local a9 = Instance.new("TextButton")
  77. local a10 = Instance.new("TextButton")
  78. local a11 = Instance.new("TextButton")
  79. local a13 = Instance.new("TextButton")
  80. local a14 = Instance.new("TextButton")
  81. local a15 = Instance.new("TextButton")
  82. local a16 = Instance.new("TextButton")
  83. local a17 = Instance.new("TextButton")
  84. local BluePrints = Instance.new("TextButton")
  85.  
  86.  
  87. --Properties:
  88. GUI.Name = "GUI"
  89. GUI.Parent = game.CoreGui
  90. GUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  91.  
  92. OpenFrame.Name = "OpenFrame"
  93. OpenFrame.Parent = GUI
  94. OpenFrame.Active = true
  95. OpenFrame.BackgroundColor3 = Color3.new(0.301961, 0, 0)
  96. OpenFrame.Position = UDim2.new(0, 0, 0.662109375, 0)
  97. OpenFrame.Size = UDim2.new(0, 100, 0, 38)
  98.  
  99. Open.Name = "Open"
  100. Open.Parent = OpenFrame
  101. Open.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  102. Open.Position = UDim2.new(0, 0, 0.105263159, 0)
  103. Open.Size = UDim2.new(0, 100, 0, 30)
  104. Open.Font = Enum.Font.GothamBlack
  105. Open.Text = "OPEN"
  106. Open.TextColor3 = Color3.new(1, 1, 1)
  107. Open.TextSize = 14
  108. Open.MouseButton1Down:connect(function()
  109. Main.Visible = true
  110. OpenFrame.Visible = false
  111. end)
  112.  
  113. Main.Name = "Main"
  114. Main.Parent = GUI
  115. Main.Active = true
  116. Main.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  117. Main.Position = UDim2.new(0.252251476, 0, 0.18359375, 0)
  118. Main.Size = UDim2.new(0, 417, 0, 323)
  119. Main.Visible = false
  120. Main.Draggable = true
  121.  
  122. a.Name = "a"
  123. a.Parent = Main
  124. a.BackgroundColor3 = Color3.new(0.258824, 0.145098, 0.145098)
  125. a.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  126. a.Position = UDim2.new(0, 0, 0.046439629, 0)
  127. a.Size = UDim2.new(0, 417, 0, 22)
  128.  
  129. TextLabel.Parent = a
  130. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  131. TextLabel.BackgroundTransparency = 1
  132. TextLabel.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  133. TextLabel.Position = UDim2.new(0.258992791, 0, 0, 0)
  134. TextLabel.Size = UDim2.new(0, 200, 0, 22)
  135. TextLabel.Font = Enum.Font.SourceSans
  136. TextLabel.Text = "LT2 Executor"
  137. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  138. TextLabel.TextSize = 14
  139.  
  140. b.Name = "b"
  141. b.Parent = Main
  142. b.BackgroundColor3 = Color3.new(0.258824, 0.145098, 0.145098)
  143. b.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  144. b.Position = UDim2.new(0, 0, 0.876161039, 0)
  145. b.Size = UDim2.new(0, 417, 0, 22)
  146.  
  147. TextLabel_2.Parent = b
  148. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  149. TextLabel_2.BackgroundTransparency = 1
  150. TextLabel_2.BorderColor3 = Color3.new(0.509804, 0.796079, 1)
  151. TextLabel_2.Position = UDim2.new(0.258992791, 0, 0, 0)
  152. TextLabel_2.Size = UDim2.new(0, 200, 0, 22)
  153. TextLabel_2.Font = Enum.Font.SourceSans
  154. TextLabel_2.Text = "By M4x#0001"
  155. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  156. TextLabel_2.TextSize = 14
  157.  
  158. Close.Name = "Close"
  159. Close.Parent = Main
  160. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  161. Close.BackgroundTransparency = 1
  162. Close.Position = UDim2.new(0.928169668, 0, 0.045707956, 0)
  163. Close.Size = UDim2.new(0, 29, 0, 22)
  164. Close.Font = Enum.Font.SourceSans
  165. Close.Text = "X"
  166. Close.TextColor3 = Color3.new(1, 0, 0)
  167. Close.TextSize = 20
  168. Close.MouseButton1Down:connect(function()
  169. OpenFrame.Visible = true
  170. Main.Visible = false
  171. end)
  172.  
  173. GoldAxe.Name = "GoldAxe"
  174. GoldAxe.Parent = Main
  175. GoldAxe.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  176. GoldAxe.Position = UDim2.new(0.0263788961, 0, 0.185758516, 0)
  177. GoldAxe.Size = UDim2.new(0, 110, 0, 28)
  178. GoldAxe.Font = Enum.Font.Code
  179. GoldAxe.Text = "GoldAxe"
  180. GoldAxe.TextColor3 = Color3.new(1, 1, 1)
  181. GoldAxe.TextSize = 14
  182. GoldAxe.MouseButton1Down:connect(function()
  183. GoldAxe.Text = "Active, but can't off"
  184. Detect = coroutine.wrap(function()
  185. Player = game.Players.LocalPlayer
  186. mouse = Player:GetMouse()
  187. mouse.Button1Down:connect(function()
  188. MouseDown = true
  189. end)
  190. mouse.Button1Up:connect(function()
  191. MouseDown = false
  192. end)
  193. end)
  194. Detect()
  195. Player = game.Players.LocalPlayer
  196. mouse = Player:GetMouse()
  197. game:GetService('RunService').RenderStepped:connect(function()
  198. if Player.Character:FindFirstChild("Tool") then
  199. if MouseDown == true then
  200. if mouse.Target.Name == "WoodSection" then
  201. targetWood = mouse.Target
  202. Tool=Player.Character.Tool
  203. ---FaceVector
  204. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  205. local ray = Ray.new(Player.Character.Head.Position, ((targetWood.CFrame * CFrame.new(0, Height - targetWood.Size.Y/2, 0)).p - Player.Character.Head.Position).unit * 200)
  206. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  207. function fixVector(V)
  208. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  209. end
  210. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  211. if faceVector.Y ~= 0 then
  212. return
  213. end
  214. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  215. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  216. local relativeLookVector = relativeCFrame.lookVector
  217. local m = relativeLookVector.Y >= 0 and 1 or -1
  218. if faceVector.X == 1 then
  219. faceVector = Vector3.new(0, 0, -1) * m
  220. elseif faceVector.X == -1 then
  221. faceVector = Vector3.new(0, 0, 1) * m
  222. elseif faceVector.Z == 1 then
  223. faceVector = Vector3.new(1, 0, 0) * m
  224. elseif faceVector.Z == -1 then
  225. faceVector = Vector3.new(-1, 0, 0) * m
  226. end
  227. local cutEvent = targetWood.Parent.CutEvent
  228. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(cutEvent, {sectionId = targetWood.ID.Value, faceVector = faceVector, height = Height, hitPoints = 0.2, cooldown = 0, cuttingClass = "Axe", tool = Player.Character.Tool})
  229. end
  230. end
  231. end
  232. end)
  233. end)
  234.  
  235. MaxLand.Name = "MaxLand"
  236. MaxLand.Parent = Main
  237. MaxLand.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  238. MaxLand.Position = UDim2.new(0.664268553, 0, 0.185758516, 0)
  239. MaxLand.Size = UDim2.new(0, 110, 0, 28)
  240. MaxLand.Font = Enum.Font.Code
  241. MaxLand.Text = "MaxLand"
  242. MaxLand.TextColor3 = Color3.new(1, 1, 1)
  243. MaxLand.TextSize = 14
  244. MaxLand.MouseButton1Down:connect(function()
  245. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  246. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  247. base = v
  248. square = v.OriginSquare
  249. end
  250. end
  251. function makebase(pos)
  252. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  253. Event:FireServer(base, pos)
  254. end
  255. spos = square.Position
  256. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  257. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  258. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  259. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  260. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  261. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  262. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  263. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  264. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  265. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  266. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  267. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  268. --Corners--
  269. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  270. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  271. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  272. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  273. --Corners--
  274. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  275. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  276. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  277. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  278. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  279. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  280. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  281. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  282.  
  283. end)
  284.  
  285. Teleport.Name = "Teleport"
  286. Teleport.Parent = Main
  287. Teleport.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  288. Teleport.Position = UDim2.new(0.02637887, 0, 0.312693506, 0)
  289. Teleport.Size = UDim2.new(0, 110, 0, 28)
  290. Teleport.Font = Enum.Font.Code
  291. Teleport.Text = "Teleport"
  292. Teleport.TextColor3 = Color3.new(1, 1, 1)
  293. Teleport.TextSize = 14
  294. Teleport.MouseButton1Down:connect(function()
  295. if Teleport_2.Visible == false then
  296. Teleport_2.Visible = true
  297. else
  298. Teleport_2.Visible = false
  299. end
  300. end)
  301.  
  302.  
  303. StealMenu.Name = "StealMenu"
  304. StealMenu.Parent = Main
  305. StealMenu.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  306. StealMenu.Position = UDim2.new(0.664268553, 0, 0.312693506, 0)
  307. StealMenu.Size = UDim2.new(0, 110, 0, 28)
  308. StealMenu.Font = Enum.Font.Code
  309. StealMenu.Text = "Steal Menu"
  310. StealMenu.TextColor3 = Color3.new(1, 1, 1)
  311. StealMenu.TextSize = 14
  312. StealMenu.MouseButton1Down:connect(function()
  313. if StealMenu_2.Visible == false then
  314. StealMenu_2.Visible = true
  315. else
  316. StealMenu_2.Visible = false
  317. end
  318. end)
  319.  
  320.  
  321. CopyMenu.Name = "CopyMenu"
  322. CopyMenu.Parent = Main
  323. CopyMenu.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  324. CopyMenu.Position = UDim2.new(0.342925638, 0, 0.185758516, 0)
  325. CopyMenu.Size = UDim2.new(0, 110, 0, 28)
  326. CopyMenu.Font = Enum.Font.Code
  327. CopyMenu.Text = "Copy Menu"
  328. CopyMenu.TextColor3 = Color3.new(1, 1, 1)
  329. CopyMenu.TextSize = 14
  330. CopyMenu.MouseButton1Down:connect(function()
  331. if CopyMenu_2.Visible == false then
  332. CopyMenu_2.Visible = true
  333. else
  334. CopyMenu_2.Visible = false
  335. end
  336. end)
  337.  
  338. Dupe.Name = "Dupe"
  339. Dupe.Parent = Main
  340. Dupe.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  341. Dupe.Position = UDim2.new(0.02637887, 0, 0.458204329, 0)
  342. Dupe.Size = UDim2.new(0, 110, 0, 28)
  343. Dupe.Font = Enum.Font.Code
  344. Dupe.Text = "Dupe"
  345. Dupe.TextColor3 = Color3.new(1, 1, 1)
  346. Dupe.TextSize = 14
  347.  
  348.  
  349. FreeBuild.Name = "Free Build"
  350. FreeBuild.Parent = Main
  351. FreeBuild.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  352. FreeBuild.Position = UDim2.new(0.664268553, 0, 0.458204329, 0)
  353. FreeBuild.Size = UDim2.new(0, 110, 0, 28)
  354. FreeBuild.Font = Enum.Font.Code
  355. FreeBuild.Text = "FreeBuild"
  356. FreeBuild.TextColor3 = Color3.new(1, 1, 1)
  357. FreeBuild.TextSize = 14
  358. FreeBuild.MouseButton1Down:connect(function()
  359. if FreeBuild_2.Visible == false then
  360. FreeBuild_2.Visible = true
  361. Freebuild.Text = "Close"
  362. else
  363. FreeBuild_2.Visible = false
  364.  
  365. end
  366. end)
  367.  
  368.  
  369. WoodMenu.Name = "WoodMenu"
  370. WoodMenu.Parent = Main
  371. WoodMenu.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  372. WoodMenu.Position = UDim2.new(0.342925638, 0, 0.312693506, 0)
  373. WoodMenu.Size = UDim2.new(0, 110, 0, 28)
  374. WoodMenu.Font = Enum.Font.Code
  375. WoodMenu.Text = "Wood Menu"
  376. WoodMenu.TextColor3 = Color3.new(1, 1, 1)
  377. WoodMenu.TextSize = 14
  378. WoodMenu.MouseButton1Down:connect(function()
  379. if WoodMenu_2.Visible == false then
  380. WoodMenu_2.Visible = true
  381. WoodMenu.Text = "Close"
  382. else
  383. WoodMenu_2.Visible = false
  384. end
  385. end)
  386.  
  387. LiteMenu.Name = "LiteMenu"
  388. LiteMenu.Parent = Main
  389. LiteMenu.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  390. LiteMenu.Position = UDim2.new(0.342925638, 0, 0.455108374, 0)
  391. LiteMenu.Size = UDim2.new(0, 110, 0, 28)
  392. LiteMenu.Font = Enum.Font.Code
  393. LiteMenu.Text = "Lite Menu"
  394. LiteMenu.TextColor3 = Color3.new(1, 1, 1)
  395. LiteMenu.TextSize = 14
  396. LiteMenu.MouseButton1Down:connect(function()
  397. if LiteMenu_2.Visible == false then
  398. LiteMenu_2.Visible = true
  399. LiteMenu.Text = "Close"
  400. else
  401. LiteMenu_2.Visible = false
  402. end
  403. end)
  404.  
  405. Teleport_2.Name = "Teleport"
  406. Teleport_2.Parent = GUI
  407. Teleport_2.Active = true
  408. Teleport_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  409. Teleport_2.Position = UDim2.new(0.55948168, 0, 0.615234375, 0)
  410. Teleport_2.Size = UDim2.new(0, 374, 0, 187)
  411. Teleport_2.Visible = false
  412. Teleport_2.Draggable = true
  413.  
  414. t1.Name = "t1"
  415. t1.Parent = Teleport_2
  416. t1.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  417. t1.Position = UDim2.new(0.0288504362, 0, 0.0417885184, 0)
  418. t1.Size = UDim2.new(0, 77, 0, 18)
  419. t1.Font = Enum.Font.SourceSans
  420. t1.Text = "Spawn"
  421. t1.TextColor3 = Color3.new(0, 0, 0)
  422. t1.TextSize = 14
  423.  
  424. t2.Name = "t2"
  425. t2.Parent = Teleport_2
  426. t2.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  427. t2.Position = UDim2.new(0.0288504362, 0, 0.188408673, 0)
  428. t2.Size = UDim2.new(0, 77, 0, 18)
  429. t2.Font = Enum.Font.SourceSans
  430. t2.Text = "Wood R Us"
  431. t2.TextColor3 = Color3.new(0, 0, 0)
  432. t2.TextSize = 14
  433.  
  434. t3.Name = "t3"
  435. t3.Parent = Teleport_2
  436. t3.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  437. t3.Position = UDim2.new(0.0288504362, 0, 0.338935077, 0)
  438. t3.Size = UDim2.new(0, 77, 0, 18)
  439. t3.Font = Enum.Font.SourceSans
  440. t3.Text = "Land Store"
  441. t3.TextColor3 = Color3.new(0, 0, 0)
  442. t3.TextScaled = true
  443. t3.TextSize = 14
  444. t3.TextWrapped = true
  445.  
  446. t5.Name = "t5"
  447. t5.Parent = Teleport_2
  448. t5.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  449. t5.Position = UDim2.new(0.0288504362, 0, 0.560505092, 0)
  450. t5.Size = UDim2.new(0, 77, 0, 18)
  451. t5.Font = Enum.Font.SourceSans
  452. t5.Text = "Fine Arts Shop"
  453. t5.TextColor3 = Color3.new(0, 0, 0)
  454. t5.TextSize = 14
  455.  
  456. t4.Name = "t4"
  457. t4.Parent = Teleport_2
  458. t4.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  459. t4.Position = UDim2.new(0.0288504362, 0, 0.707125247, 0)
  460. t4.Size = UDim2.new(0, 77, 0, 18)
  461. t4.Font = Enum.Font.SourceSans
  462. t4.Text = "Boxed Cars"
  463. t4.TextColor3 = Color3.new(0, 0, 0)
  464. t4.TextSize = 14
  465.  
  466. t6.Name = "t6"
  467. t6.Parent = Teleport_2
  468. t6.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  469. t6.Position = UDim2.new(0.0288504362, 0, 0.857651651, 0)
  470. t6.Size = UDim2.new(0, 77, 0, 18)
  471. t6.Font = Enum.Font.SourceSans
  472. t6.Text = "Link's Logic"
  473. t6.TextColor3 = Color3.new(0, 0, 0)
  474. t6.TextSize = 14
  475.  
  476. t8.Name = "t8"
  477. t8.Parent = Teleport_2
  478. t8.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  479. t8.Position = UDim2.new(0.269219965, 0, 0.560505092, 0)
  480. t8.Size = UDim2.new(0, 77, 0, 18)
  481. t8.Font = Enum.Font.SourceSans
  482. t8.Text = "Bob's Shack"
  483. t8.TextColor3 = Color3.new(0, 0, 0)
  484. t8.TextSize = 14
  485.  
  486. t9.Name = "t9"
  487. t9.Parent = Teleport_2
  488. t9.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  489. t9.Position = UDim2.new(0.269219965, 0, 0.707125247, 0)
  490. t9.Size = UDim2.new(0, 77, 0, 18)
  491. t9.Font = Enum.Font.SourceSans
  492. t9.Text = "Bridge"
  493. t9.TextColor3 = Color3.new(0, 0, 0)
  494. t9.TextSize = 14
  495.  
  496. t7.Name = "t7"
  497. t7.Parent = Teleport_2
  498. t7.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  499. t7.Position = UDim2.new(0.269219965, 0, 0.857651651, 0)
  500. t7.Size = UDim2.new(0, 77, 0, 18)
  501. t7.Font = Enum.Font.SourceSans
  502. t7.Text = "Fancy Furnishings"
  503. t7.TextColor3 = Color3.new(0, 0, 0)
  504. t7.TextSize = 14
  505.  
  506. t11.Name = "t11"
  507. t11.Parent = Teleport_2
  508. t11.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  509. t11.Position = UDim2.new(0.269219965, 0, 0.0417885035, 0)
  510. t11.Size = UDim2.new(0, 77, 0, 18)
  511. t11.Font = Enum.Font.SourceSans
  512. t11.Text = "Strange Man"
  513. t11.TextColor3 = Color3.new(0, 0, 0)
  514. t11.TextSize = 14
  515.  
  516. t12.Name = "t12"
  517. t12.Parent = Teleport_2
  518. t12.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  519. t12.Position = UDim2.new(0.269219965, 0, 0.188408658, 0)
  520. t12.Size = UDim2.new(0, 77, 0, 18)
  521. t12.Font = Enum.Font.SourceSans
  522. t12.Text = "Shrine Of Sight"
  523. t12.TextColor3 = Color3.new(0, 0, 0)
  524. t12.TextSize = 14
  525.  
  526. t10.Name = "t10"
  527. t10.Parent = Teleport_2
  528. t10.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  529. t10.Position = UDim2.new(0.269219965, 0, 0.338935047, 0)
  530. t10.Size = UDim2.new(0, 77, 0, 18)
  531. t10.Font = Enum.Font.SourceSans
  532. t10.Text = "The Den"
  533. t10.TextColor3 = Color3.new(0, 0, 0)
  534. t10.TextSize = 14
  535.  
  536. t16.Name = "t16"
  537. t16.Parent = Teleport_2
  538. t16.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  539. t16.Position = UDim2.new(0.768307328, 0, 0.0417885035, 0)
  540. t16.Size = UDim2.new(0, 77, 0, 18)
  541. t16.Font = Enum.Font.SourceSans
  542. t16.Text = "Palm Island"
  543. t16.TextColor3 = Color3.new(0, 0, 0)
  544. t16.TextSize = 14
  545.  
  546. t13.Name = "t13"
  547. t13.Parent = Teleport_2
  548. t13.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  549. t13.Position = UDim2.new(0.768307328, 0, 0.188408658, 0)
  550. t13.Size = UDim2.new(0, 77, 0, 18)
  551. t13.Font = Enum.Font.SourceSans
  552. t13.Text = "End Times"
  553. t13.TextColor3 = Color3.new(0, 0, 0)
  554. t13.TextSize = 14
  555.  
  556. t15.Name = "t15"
  557. t15.Parent = Teleport_2
  558. t15.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  559. t15.Position = UDim2.new(0.768307328, 0, 0.338935047, 0)
  560. t15.Size = UDim2.new(0, 77, 0, 18)
  561. t15.Font = Enum.Font.SourceSans
  562. t15.Text = "Volcano"
  563. t15.TextColor3 = Color3.new(0, 0, 0)
  564. t15.TextSize = 14
  565.  
  566. t17.Name = "t17"
  567. t17.Parent = Teleport_2
  568. t17.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  569. t17.Position = UDim2.new(0.51964426, 0, 0.330558568, 0)
  570. t17.Size = UDim2.new(0, 77, 0, 18)
  571. t17.Font = Enum.Font.SourceSans
  572. t17.Text = "SnowGlow Tree"
  573. t17.TextColor3 = Color3.new(0, 0, 0)
  574. t17.TextSize = 14
  575.  
  576. t18.Name = "t18"
  577. t18.Parent = Teleport_2
  578. t18.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  579. t18.Position = UDim2.new(0.51964426, 0, 0.557392597, 0)
  580. t18.Size = UDim2.new(0, 77, 0, 18)
  581. t18.Font = Enum.Font.SourceSans
  582. t18.Text = "Swamp"
  583. t18.TextColor3 = Color3.new(0, 0, 0)
  584. t18.TextSize = 14
  585.  
  586. t14.Name = "t14"
  587. t14.Parent = Teleport_2
  588. t14.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  589. t14.Position = UDim2.new(0.51964426, 0, 0.702571452, 0)
  590. t14.Size = UDim2.new(0, 77, 0, 18)
  591. t14.Font = Enum.Font.SourceSans
  592. t14.Text = "Cave"
  593. t14.TextColor3 = Color3.new(0, 0, 0)
  594. t14.TextSize = 14
  595.  
  596. t21.Name = "t21"
  597. t21.Parent = Teleport_2
  598. t21.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  599. t21.Position = UDim2.new(0.520604908, 0, 0.854622722, 0)
  600. t21.Size = UDim2.new(0, 77, 0, 18)
  601. t21.Font = Enum.Font.SourceSans
  602. t21.Text = "Ski Lodge"
  603. t21.TextColor3 = Color3.new(0, 0, 0)
  604. t21.TextScaled = true
  605. t21.TextSize = 14
  606. t21.TextWrapped = true
  607.  
  608. t19.Name = "t19"
  609. t19.Parent = Teleport_2
  610. t19.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  611. t19.Position = UDim2.new(0.520604908, 0, 0.0493712276, 0)
  612. t19.Size = UDim2.new(0, 77, 0, 18)
  613. t19.Font = Enum.Font.SourceSans
  614. t19.Text = "SellPlc"
  615. t19.TextColor3 = Color3.new(0, 0, 0)
  616. t19.TextSize = 14
  617.  
  618. t20.Name = "t20"
  619. t20.Parent = Teleport_2
  620. t20.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  621. t20.Position = UDim2.new(0.520604908, 0, 0.183854833, 0)
  622. t20.Size = UDim2.new(0, 77, 0, 18)
  623. t20.Font = Enum.Font.SourceSans
  624. t20.Text = "Dock"
  625. t20.TextColor3 = Color3.new(0, 0, 0)
  626. t20.TextSize = 14
  627.  
  628. t22.Name = "t22"
  629. t22.Parent = Teleport_2
  630. t22.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  631. t22.Position = UDim2.new(0.766594231, 0, 0.857651651, 0)
  632. t22.Size = UDim2.new(0, 77, 0, 18)
  633. t22.Font = Enum.Font.SourceSans
  634. t22.Text = "Volcano Win"
  635. t22.TextColor3 = Color3.new(0, 0, 0)
  636. t22.TextSize = 14
  637.  
  638. WoodMenu_2.Name = "WoodMenu"
  639. WoodMenu_2.Parent = GUI
  640. WoodMenu_2.Active = true
  641. WoodMenu_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  642. WoodMenu_2.Position = UDim2.new(0.031325303, 0, 0.18359375, 0)
  643. WoodMenu_2.Size = UDim2.new(0, 184, 0, 188)
  644. WoodMenu_2.Visible = false
  645. WoodMenu_2.Draggable = true
  646.  
  647. b1.Name = "b1"
  648. b1.Parent = WoodMenu_2
  649. b1.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  650. b1.BorderColor3 = Color3.new(0, 0, 0)
  651. b1.Position = UDim2.new(0.266304344, 0, 0.079787232, 0)
  652. b1.Size = UDim2.new(0, 86, 0, 32)
  653. b1.Font = Enum.Font.SourceSans
  654. b1.Text = "Bring Wood"
  655. b1.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  656. b1.TextSize = 14
  657. b1.MouseButton1Down:connect(function()
  658. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  659. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  660. if Log.Owner.Value == service.Players.LocalPlayer then
  661. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  662. for i=1,100 do
  663. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  664. end
  665. end
  666. end
  667. end
  668. end)
  669.  
  670. b2.Name = "b2"
  671. b2.Parent = WoodMenu_2
  672. b2.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  673. b2.BorderColor3 = Color3.new(0, 0, 0)
  674. b2.Position = UDim2.new(0.266304344, 0, 0.308510631, 0)
  675. b2.Size = UDim2.new(0, 86, 0, 32)
  676. b2.Font = Enum.Font.SourceSans
  677. b2.Text = "Sell Wood"
  678. b2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  679. b2.TextSize = 14
  680. b2.MouseButton1Down:connect(function()
  681. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  682. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  683. if Log.Owner.Value == service.Players.LocalPlayer then
  684. for i,v in pairs(Log:GetChildren()) do
  685. if v.Name=="WoodSection" then
  686. spawn(function()
  687. for i=1,10 do
  688. wait()
  689. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  690. end
  691. end)
  692. end
  693. end
  694. spawn(function()
  695. for i=1,20 do
  696. wait()
  697. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  698. end
  699. end)
  700. end
  701. end
  702. end
  703. end)
  704.  
  705. b3.Name = "b3"
  706. b3.Parent = WoodMenu_2
  707. b3.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  708. b3.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  709. b3.Position = UDim2.new(0.266304344, 0, 0.760638297, 0)
  710. b3.Size = UDim2.new(0, 86, 0, 32)
  711. b3.Font = Enum.Font.SourceSans
  712. b3.Text = "Sell Planks"
  713. b3.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  714. b3.TextSize = 14
  715. b3.MouseButton1Down:connect(function()
  716. if Plank.Name == "Plank" and Plank:findFirstChild("Owner") then
  717. if Plank.Owner.Value == service.Players.LocalPlayer then
  718. for i,v in pairs(Plank:GetChildren()) do
  719. if v.Name=="WoodSection" then
  720. spawn(function()
  721. for i=1,10 do
  722. wait()
  723. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  724. end
  725. end)
  726. end
  727. end
  728. spawn(function()
  729. for i=1,20 do
  730. wait()
  731. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  732. end
  733. end)
  734. end
  735. end
  736. end)
  737.  
  738. b4.Name = "b4"
  739. b4.Parent = WoodMenu_2
  740. b4.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  741. b4.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  742. b4.Position = UDim2.new(0.266304344, 0, 0.537234068, 0)
  743. b4.Size = UDim2.new(0, 86, 0, 32)
  744. b4.Font = Enum.Font.SourceSans
  745. b4.Text = "Bring Planks"
  746. b4.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  747. b4.TextSize = 14
  748. b4.MouseButton1Down:connect(function()
  749. for i,models in pairs(game.Workspace.PlayerModels:GetChildren()) do
  750. if string.match(models.Name:lower(), "plank") then
  751. if models.Owner.Value == game.Players.LocalPlayer then
  752. spawn(function()
  753. for i=1, 5 do
  754. models.WoodSection.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame + Vector3.new(0,10,0)
  755. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(models.WoodSection)
  756. wait()
  757. end
  758. end)
  759. end
  760. end
  761. end
  762. end)
  763.  
  764. LiteMenu_2.Name = "LiteMenu"
  765. LiteMenu_2.Parent = GUI
  766. LiteMenu_2.Active = true
  767. LiteMenu_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  768. LiteMenu_2.Position = UDim2.new(0.75421685, 0, 0.595703125, 0)
  769. LiteMenu_2.Size = UDim2.new(0, 184, 0, 188)
  770. LiteMenu_2.Visible = false
  771. LiteMenu_2.Draggable = true
  772.  
  773. TQB = false
  774.  
  775. l1.Name = "l1"
  776. l1.Parent = LiteMenu_2
  777. l1.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  778. l1.BorderColor3 = Color3.new(0, 0, 0)
  779. l1.Position = UDim2.new(0.266304344, 0, 0.079787232, 0)
  780. l1.Size = UDim2.new(0, 86, 0, 32)
  781. l1.Font = Enum.Font.SourceSans
  782. l1.Text = "Ctrl+Clcik to Bring"
  783. l1.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  784. l1.Textscaled = true
  785. l1.TextSize = 14
  786. l1.MouseButton1Down:connect(function()
  787. TBQ = true
  788. print(Ctrl)
  789.  
  790. l2.Name = "l2"
  791. l2.Parent = LiteMenu_2
  792. l2.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  793. l2.BorderColor3 = Color3.new(0, 0, 0)
  794. l2.Position = UDim2.new(0.266304344, 0, 0.308510631, 0)
  795. l2.Size = UDim2.new(0, 86, 0, 32)
  796. l2.Font = Enum.Font.SourceSans
  797. l2.Text = "NoClip"
  798. l2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  799. l2.TextSize = 14
  800.  
  801. l3.Name = "l3"
  802. l3.Parent = LiteMenu_2
  803. l3.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  804. l3.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  805. l3.Position = UDim2.new(0.266304344, 0, 0.760638297, 0)
  806. l3.Size = UDim2.new(0, 86, 0, 32)
  807. l3.Font = Enum.Font.SourceSans
  808. l3.Text = "JumpPower: Off"
  809. l3.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  810. l3.TextSize = 14
  811.  
  812. l4.Name = "l4"
  813. l4.Parent = LiteMenu_2
  814. l4.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  815. l4.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  816. l4.Position = UDim2.new(0.266304344, 0, 0.537234068, 0)
  817. l4.Size = UDim2.new(0, 86, 0, 32)
  818. l4.Font = Enum.Font.SourceSans
  819. l4.Text = "WalkSpeed: Off"
  820. l4.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  821. l4.TextSize = 14
  822.  
  823. StealMenu_2.Name = "StealMenu"
  824. StealMenu_2.Parent = GUI
  825. StealMenu_2.Active = true
  826. StealMenu_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  827. StealMenu_2.Position = UDim2.new(0.0141138434, 0, 0.052734375, 0)
  828. StealMenu_2.Size = UDim2.new(0, 184, 0, 188)
  829. StealMenu_2.Visible = false
  830. StealMenu_2.Draggable = true
  831.  
  832. t1_2.Name = "t1"
  833. t1_2.Parent = StealMenu_2
  834. t1_2.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  835. t1_2.BorderColor3 = Color3.new(0, 0, 0)
  836. t1_2.Position = UDim2.new(0.0108695626, 0, 0.760638297, 0)
  837. t1_2.Size = UDim2.new(0, 86, 0, 32)
  838. t1_2.Font = Enum.Font.SourceSans
  839. t1_2.Text = "StealGifts"
  840. t1_2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  841. t1_2.TextSize = 14
  842. t1_2.MouseButton1Down:connect(function()
  843. local PlayerName = t0.Text
  844. local StealType = "Gift"
  845.  
  846. local Times = 0
  847. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  848. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  849. if StealType ~= "TreeClass" then
  850. if v:FindFirstChild("Type") and tostring(v.Type.Value) == StealType then
  851. if v.PrimaryPart then
  852. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  853. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
  854. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  855. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
  856. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  857. Times = Times + 1
  858. if Times == 10 then
  859. Times = 0
  860. wait(0.1)
  861. end
  862. end
  863. end
  864. else
  865. if v:FindFirstChild("TreeClass") then
  866. if v.WoodSection then
  867. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  868. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.WoodSection)
  869. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  870. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.WoodSection)
  871. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  872. Times = Times + 1
  873. if Times == 10 then
  874. Times = 0
  875. wait(0.1)
  876. end
  877. end
  878. end
  879. end
  880. end
  881. end
  882. end)
  883.  
  884. t2_2.Name = "t2"
  885. t2_2.Parent = StealMenu_2
  886. t2_2.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  887. t2_2.BorderColor3 = Color3.new(0, 0, 0)
  888. t2_2.Position = UDim2.new(0.532608688, 0, 0.542553186, 0)
  889. t2_2.Size = UDim2.new(0, 86, 0, 32)
  890. t2_2.Font = Enum.Font.SourceSans
  891. t2_2.Text = "StealAxes"
  892. t2_2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  893. t2_2.TextSize = 14
  894. t2_2.MouseButton1Down:connect(function()
  895. local PlayerName = t0.Text
  896. local StealType = "Tool"
  897.  
  898. local Times = 0
  899. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  900. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  901. if StealType ~= "TreeClass" then
  902. if v:FindFirstChild("Type") and tostring(v.Type.Value) == StealType then
  903. if v.PrimaryPart then
  904. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  905. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
  906. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  907. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
  908. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  909. Times = Times + 1
  910. if Times == 10 then
  911. Times = 0
  912. wait(0.1)
  913. end
  914. end
  915. end
  916. else
  917. if v:FindFirstChild("TreeClass") then
  918. if v.WoodSection then
  919. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  920. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.WoodSection)
  921. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  922. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.WoodSection)
  923. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  924. Times = Times + 1
  925. if Times == 10 then
  926. Times = 0
  927. wait(0.1)
  928. end
  929. end
  930. end
  931. end
  932. end
  933. end
  934. end)
  935.  
  936. t3_2.Name = "t3"
  937. t3_2.Parent = StealMenu_2
  938. t3_2.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  939. t3_2.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  940. t3_2.Position = UDim2.new(0.532608688, 0, 0.760638297, 0)
  941. t3_2.Size = UDim2.new(0, 86, 0, 32)
  942. t3_2.Font = Enum.Font.SourceSans
  943. t3_2.Text = "StealItems"
  944. t3_2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  945. t3_2.TextSize = 14
  946. t3_2.MouseButton1Down:connect(function()
  947. local PlayerName = t0.Text
  948. local StealType = "Loose Item"
  949.  
  950. local Times = 0
  951. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  952. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  953. if StealType ~= "TreeClass" then
  954. if v:FindFirstChild("Type") and tostring(v.Type.Value) == StealType then
  955. if v.PrimaryPart then
  956. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  957. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
  958. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  959. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
  960. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  961. Times = Times + 1
  962. if Times == 10 then
  963. Times = 0
  964. wait(0.1)
  965. end
  966. end
  967. end
  968. else
  969. if v:FindFirstChild("TreeClass") then
  970. if v.WoodSection then
  971. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  972. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.WoodSection)
  973. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  974. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.WoodSection)
  975. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  976. Times = Times + 1
  977. if Times == 10 then
  978. Times = 0
  979. wait(0.1)
  980. end
  981. end
  982. end
  983. end
  984. end
  985. end
  986. end)
  987.  
  988.  
  989. t4_2.Name = "t4"
  990. t4_2.Parent = StealMenu_2
  991. t4_2.BackgroundColor3 = Color3.new(0.0470588, 0.341176, 0.345098)
  992. t4_2.BorderColor3 = Color3.new(0.4, 0.623529, 0.784314)
  993. t4_2.Position = UDim2.new(0.0108695626, 0, 0.542553246, 0)
  994. t4_2.Size = UDim2.new(0, 86, 0, 32)
  995. t4_2.Font = Enum.Font.SourceSans
  996. t4_2.Text = "StealWood"
  997. t4_2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  998. t4_2.TextSize = 14
  999. t4_2.MouseButton1Down:connect(function()
  1000. local PlayerName = t0.Text
  1001. local StealType = "TreeClass"
  1002.  
  1003. local Times = 0
  1004. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1005. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  1006. if StealType ~= "TreeClass" then
  1007. if v:FindFirstChild("Type") and tostring(v.Type.Value) == StealType then
  1008. if v.PrimaryPart then
  1009. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  1010. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.PrimaryPart)
  1011. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  1012. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.PrimaryPart)
  1013. v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  1014. Times = Times + 1
  1015. if Times == 10 then
  1016. Times = 0
  1017. wait(0.1)
  1018. end
  1019. end
  1020. end
  1021. else
  1022. if v:FindFirstChild("TreeClass") then
  1023. if v.WoodSection then
  1024. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  1025. game.ReplicatedStorage.Interaction.ClientRequestOwnership:FireServer(v.WoodSection)
  1026. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  1027. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v.WoodSection)
  1028. v.WoodSection.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,10,0)
  1029. Times = Times + 1
  1030. if Times == 10 then
  1031. Times = 0
  1032. wait(0.1)
  1033. end
  1034. end
  1035. end
  1036. end
  1037. end
  1038. end
  1039. end)
  1040.  
  1041. t0.Name = "t0"
  1042. t0.Parent = StealMenu_2
  1043. t0.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  1044. t0.Position = UDim2.new(0.108695649, 0, 0.127659574, 0)
  1045. t0.Size = UDim2.new(0, 152, 0, 38)
  1046. t0.Font = Enum.Font.SourceSans
  1047. t0.Text = "PlayerName"
  1048. t0.TextColor3 = Color3.new(0, 0, 0)
  1049. t0.TextSize = 14
  1050.  
  1051. CopyMenu_2.Name = "CopyMenu"
  1052. CopyMenu_2.Parent = GUI
  1053. CopyMenu_2.Active = true
  1054. CopyMenu_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1055. CopyMenu_2.Position = UDim2.new(0.602397263, 0, 0.052734375, 0)
  1056. CopyMenu_2.Size = UDim2.new(0, 240, 0, 133)
  1057. CopyMenu_2.Visible = false
  1058. CopyMenu_2.Draggable = true
  1059.  
  1060. c1.Name = "c1"
  1061. c1.Parent = CopyMenu_2
  1062. c1.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  1063. c1.BorderColor3 = Color3.new(0, 0, 0)
  1064. c1.Position = UDim2.new(0.0442028977, 0, 0.753119528, 0)
  1065. c1.Size = UDim2.new(0, 86, 0, 32)
  1066. c1.Font = Enum.Font.SourceSans
  1067. c1.Text = "FillBase"
  1068. c1.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  1069. c1.TextSize = 14
  1070. local PlayerName = c3.Text
  1071. local WoodName = c4.Text
  1072.  
  1073. local ItsCFrame
  1074. local Remote = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  1075. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1076. if v:FindFirstChild("Owner") and tostring(v.Owner.Value) == PlayerName then
  1077. if v:FindFirstChild("Type") and v.Type.Value == "Blueprint" then
  1078. if v:FindFirstChild("MainCFrame") then
  1079. ItsCFrame = v.MainCFrame.Value
  1080. else
  1081. ItsCFrame = v.PrimaryPart.CFrame
  1082. end
  1083. if v ~= nil then
  1084. Remote:FireServer(v.Name, ItsCFrame, game.Players.LocalPlayer, WoodName, v, false)
  1085. end
  1086. end
  1087. end
  1088. end
  1089. end)
  1090.  
  1091.  
  1092. c4.Name = "c4"
  1093. c4.Parent = CopyMenu_2
  1094. c4.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  1095. c4.Position = UDim2.new(0.0405797362, 0, 0.123500288, 0)
  1096. c4.Size = UDim2.new(0, 104, 0, 38)
  1097. c4.Font = Enum.Font.SourceSans
  1098. c4.Text = "WoodName"
  1099. c4.TextColor3 = Color3.new(0, 0, 0)
  1100. c4.TextSize = 14
  1101.  
  1102. c2.Name = "c2"
  1103. c2.Parent = CopyMenu_2
  1104. c2.BackgroundColor3 = Color3.new(0.0666667, 0.541176, 0.541176)
  1105. c2.BorderColor3 = Color3.new(0, 0, 0)
  1106. c2.Position = UDim2.new(0.608876824, 0, 0.753119528, 0)
  1107. c2.Size = UDim2.new(0, 86, 0, 32)
  1108. c2.Font = Enum.Font.SourceSans
  1109. c2.Text = "Copy Base"
  1110. c2.TextColor3 = Color3.new(0.996078, 0.996078, 0.996078)
  1111. c2.TextSize = 14
  1112. c2.MouseButton1Down:connect(function()
  1113. local plr = c3.Text
  1114. pmds = game.Workspace.PlayerModels
  1115. PlaceR = game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint
  1116. PlaceS = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  1117. Property = nil
  1118. MProperty = nil
  1119.  
  1120. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1121. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] then
  1122. Property = v.OriginSquare
  1123. end
  1124. end
  1125.  
  1126. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  1127. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players.LocalPlayer then
  1128. MProperty = v.OriginSquare
  1129. end
  1130. end
  1131.  
  1132.  
  1133. function copypart(mod)
  1134. if mod:FindFirstChild("MainCFrame") then
  1135. Cframe = mod.MainCFrame.Value
  1136. else
  1137. Cframe = mod.PrimaryPart.CFrame
  1138. end
  1139. X = Property.Position.X - Cframe.X
  1140. Y = Property.Position.Y - Cframe.Y
  1141. Z = Property.Position.Z - Cframe.Z
  1142. PlaceR:FireServer(mod.ItemName.Value, (CFrame.new(MProperty.Position.X, MProperty.Position.Y, MProperty.Position.Z)*CFrame.Angles(Cframe:toEulerAnglesXYZ())) - Vector3.new(X, Y, Z), game.Players.LocalPlayer)
  1143. wait()
  1144. end
  1145.  
  1146. for i, v in pairs(pmds:GetChildren()) do
  1147. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] and v:FindFirstChild("ItemName") and v:FindFirstChild("Type") and (v.PrimaryPart ~= nil or v:FindFirstChild("MainCFrame")) then
  1148. copypart(v)
  1149. end
  1150. end
  1151. end)
  1152.  
  1153. c3.Name = "c3"
  1154. c3.Parent = CopyMenu_2
  1155. c3.BackgroundColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  1156. c3.Position = UDim2.new(0.532246411, 0, 0.123500288, 0)
  1157. c3.Size = UDim2.new(0, 104, 0, 38)
  1158. c3.Font = Enum.Font.SourceSans
  1159. c3.Text = "PlayerName"
  1160. c3.TextColor3 = Color3.new(0, 0, 0)
  1161. c3.TextSize = 14
  1162.  
  1163. FreeBuild_2.Name = "FreeBuild"
  1164. FreeBuild_2.Parent = GUI
  1165. FreeBuild_2.Active = true
  1166. FreeBuild_2.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
  1167. FreeBuild_2.Position = UDim2.new(0.763250887, 0, 0.18359375, 0)
  1168. FreeBuild_2.Size = UDim2.new(0, 180, 0, 358)
  1169. FreeBuild_2.Visible = false
  1170. FreeBuild_2.Draggable = true
  1171.  
  1172. -- WallHax:
  1173. woodtype = "Birch"
  1174.  
  1175. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1176. tool.RequiresHandle = false
  1177. --tool.RobloxLocked = true
  1178. tool.Name = "Paint"
  1179. tool.ToolTip = "Changes A Stucture's Wood Type"
  1180. tool.Equipped:connect(function(Mouse)
  1181. Mouse.Button1Down:connect(function()
  1182. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  1183. local Cframe
  1184. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  1185. Cframe = Mouse.Target.Parent.MainCFrame.Value
  1186. else
  1187. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  1188. end
  1189. if Mouse.Target.Parent ~= nil then
  1190. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  1191. end
  1192. else
  1193. --do nothing
  1194. end
  1195. end)
  1196. end)
  1197.  
  1198. g1 = false
  1199. g2 = false
  1200. g3 = false
  1201. g4 = false
  1202. g5 = false
  1203. g6 = false
  1204. g7 = false
  1205. g8 = false
  1206. g9 = false
  1207. g10 = false
  1208. g11 = false
  1209. g12 = false
  1210. g13 = false
  1211. g14 = false
  1212. g15 = false
  1213. g16 = false
  1214. g17 = false
  1215.  
  1216. a1.Name = "a1"
  1217. a1.Parent = FreeBuild_2
  1218. a1.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1219. a1.Position = UDim2.new(0.0500000268, 0, 0.875429332, 0)
  1220. a1.Size = UDim2.new(0, 61, 0, 23)
  1221. a1.Font = Enum.Font.SourceSans
  1222. a1.Text = "Oak"
  1223. a1.TextColor3 = Color3.new(0, 0, 0)
  1224. a1.TextSize = 14
  1225. a1.TextWrapped = true
  1226. a1.MouseButton1Down:connect(function()
  1227. if g1 == true then
  1228. g1 = false
  1229. a1.Text = "Oak"
  1230. else
  1231. g1 = true
  1232. a1.Text = "Currently"
  1233. if g1 then
  1234. woodtype = "Oak"
  1235. end
  1236. end
  1237. end)
  1238.  
  1239.  
  1240. a2.Name = "a2"
  1241. a2.Parent = FreeBuild_2
  1242. a2.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1243. a2.Position = UDim2.new(0.627777815, 0, 0.875429332, 0)
  1244. a2.Size = UDim2.new(0, 61, 0, 23)
  1245. a2.Font = Enum.Font.SourceSans
  1246. a2.Text = "Fir"
  1247. a2.TextColor3 = Color3.new(0, 0, 0)
  1248. a2.TextSize = 14
  1249. a2.TextWrapped = true
  1250. a2.MouseButton1Down:connect(function()
  1251. if g2 == true then
  1252. g2 = false
  1253. a2.Text = "Fir"
  1254. else
  1255. g2 = true
  1256. a2.Text = "Currently"
  1257. if g2 then
  1258. woodtype = "Fir"
  1259. end
  1260. end
  1261. end)
  1262.  
  1263.  
  1264.  
  1265. a3.Name = "a3"
  1266. a3.Parent = FreeBuild_2
  1267. a3.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1268. a3.Position = UDim2.new(0.627777815, 0, 0.779454112, 0)
  1269. a3.Size = UDim2.new(0, 61, 0, 23)
  1270. a3.Font = Enum.Font.SourceSans
  1271. a3.Text = "SpookyGlow"
  1272. a3.TextColor3 = Color3.new(0, 0, 0)
  1273. a3.TextSize = 14
  1274. a3.TextWrapped = true
  1275. a3.MouseButton1Down:connect(function()
  1276. if g3 == true then
  1277. g3 = false
  1278. a3.Text = "SpookyGlow"
  1279. else
  1280. g3 = true
  1281. a3.Text = "Currently"
  1282. if g3 then
  1283. woodtype = "SpookyGlow"
  1284. end
  1285. end
  1286. end)
  1287.  
  1288.  
  1289.  
  1290. a4.Name = "a4"
  1291. a4.Parent = FreeBuild_2
  1292. a4.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1293. a4.Position = UDim2.new(0.0500000268, 0, 0.779454112, 0)
  1294. a4.Size = UDim2.new(0, 61, 0, 23)
  1295. a4.Font = Enum.Font.SourceSans
  1296. a4.Text = "Pine"
  1297. a4.TextColor3 = Color3.new(0, 0, 0)
  1298. a4.TextSize = 14
  1299. a4.TextWrapped = true
  1300. a4.MouseButton1Down:connect(function()
  1301. if g4 == true then
  1302. g4 = false
  1303. a4.Text = "Pine"
  1304. else
  1305. g4 = true
  1306. a4.Text = "Currently"
  1307. if g4 then
  1308. woodtype = "Pine"
  1309. end
  1310. end
  1311. end)
  1312.  
  1313.  
  1314.  
  1315. a6.Name = "a6"
  1316. a6.Parent = FreeBuild_2
  1317. a6.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1318. a6.Position = UDim2.new(0.627777815, 0, 0.686574817, 0)
  1319. a6.Size = UDim2.new(0, 61, 0, 23)
  1320. a6.Font = Enum.Font.SourceSans
  1321. a6.Text = "Walnut"
  1322. a6.TextColor3 = Color3.new(0, 0, 0)
  1323. a6.TextSize = 14
  1324. a6.TextWrapped = true
  1325. a6.MouseButton1Down:connect(function()
  1326. if g6 == true then
  1327. g6 = false
  1328. a6.Text = "Walnut"
  1329. else
  1330. g6 = true
  1331. a6.Text = "Currently"
  1332. if g6 then
  1333. woodtype = "Walnut"
  1334. end
  1335. end
  1336. end)
  1337.  
  1338.  
  1339.  
  1340. a5.Name = "a5"
  1341. a5.Parent = FreeBuild_2
  1342. a5.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1343. a5.Position = UDim2.new(0.0500000268, 0, 0.686574817, 0)
  1344. a5.Size = UDim2.new(0, 61, 0, 23)
  1345. a5.Font = Enum.Font.SourceSans
  1346. a5.Text = "Koa"
  1347. a5.TextColor3 = Color3.new(0, 0, 0)
  1348. a5.TextSize = 14
  1349. a5.TextWrapped = true
  1350. a5.MouseButton1Down:connect(function()
  1351. if g5 == true then
  1352. g5 = false
  1353. a5.Text = "Koa"
  1354. else
  1355. g5 = true
  1356. a5.Text = "Currently"
  1357. if g5 then
  1358. woodtype = "Koa"
  1359. end
  1360. end
  1361. end)
  1362.  
  1363.  
  1364.  
  1365. a8.Name = "a8"
  1366. a8.Parent = FreeBuild_2
  1367. a8.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1368. a8.Position = UDim2.new(0.0500000268, 0, 0.587503612, 0)
  1369. a8.Size = UDim2.new(0, 61, 0, 23)
  1370. a8.Font = Enum.Font.SourceSans
  1371. a8.Text = "Birch"
  1372. a8.TextColor3 = Color3.new(0, 0, 0)
  1373. a8.TextSize = 14
  1374. a8.TextWrapped = true
  1375. a8.MouseButton1Down:connect(function()
  1376. if g8 == true then
  1377. g8 = false
  1378. a8.Text = "Birch"
  1379. else
  1380. g8 = true
  1381. a8.Text = "Currently"
  1382. if g8 then
  1383. woodtype = "Birch"
  1384. end
  1385. end
  1386. end)
  1387.  
  1388.  
  1389.  
  1390. a7.Name = "a7"
  1391. a7.Parent = FreeBuild_2
  1392. a7.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1393. a7.Position = UDim2.new(0.627777815, 0, 0.587503612, 0)
  1394. a7.Size = UDim2.new(0, 61, 0, 23)
  1395. a7.Font = Enum.Font.SourceSans
  1396. a7.Text = "Green"
  1397. a7.TextColor3 = Color3.new(0, 0, 0)
  1398. a7.TextSize = 14
  1399. a7.TextWrapped = true
  1400. a7.MouseButton1Down:connect(function()
  1401. if g7 == true then
  1402. g7 = false
  1403. a7.Text = "Green"
  1404. else
  1405. g7 = true
  1406. a7.Text = "Currently"
  1407. if g7 then
  1408. woodtype = "GreenSwampy"
  1409. end
  1410. end
  1411. end)
  1412.  
  1413.  
  1414.  
  1415. a12.Name = "a12"
  1416. a12.Parent = FreeBuild_2
  1417. a12.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1418. a12.Position = UDim2.new(0.627777815, 0, 0.398649126, 0)
  1419. a12.Size = UDim2.new(0, 61, 0, 23)
  1420. a12.Font = Enum.Font.SourceSans
  1421. a12.Text = "Cherry"
  1422. a12.TextColor3 = Color3.new(0, 0, 0)
  1423. a12.TextSize = 14
  1424. a12.TextWrapped = true
  1425. a12.MouseButton1Down:connect(function()
  1426. if g12 == true then
  1427. g12 = false
  1428. a12.Text = "Cherry"
  1429. else
  1430. g12 = true
  1431. a12.Text = "Currently"
  1432. if g12 then
  1433. woodtype = "Cherry"
  1434. end
  1435. end
  1436. end)
  1437.  
  1438.  
  1439.  
  1440. a9.Name = "a9"
  1441. a9.Parent = FreeBuild_2
  1442. a9.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1443. a9.Position = UDim2.new(0.0500000268, 0, 0.398649126, 0)
  1444. a9.Size = UDim2.new(0, 61, 0, 23)
  1445. a9.Font = Enum.Font.SourceSans
  1446. a9.Text = "Blue"
  1447. a9.TextColor3 = Color3.new(0, 0, 0)
  1448. a9.TextSize = 14
  1449. a9.TextWrapped = true
  1450. a9.MouseButton1Down:connect(function()
  1451. if g9 == true then
  1452. g9 = false
  1453. a9.Text = "Blue"
  1454. else
  1455. g9 = true
  1456. a9.Text = "Currently"
  1457. if g9 then
  1458. woodtype = "CaveCrawler"
  1459. end
  1460. end
  1461. end)
  1462.  
  1463.  
  1464.  
  1465. a10.Name = "a10"
  1466. a10.Parent = FreeBuild_2
  1467. a10.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1468. a10.Position = UDim2.new(0.627777815, 0, 0.497720331, 0)
  1469. a10.Size = UDim2.new(0, 61, 0, 23)
  1470. a10.Font = Enum.Font.SourceSans
  1471. a10.Text = "Spooky"
  1472. a10.TextColor3 = Color3.new(0, 0, 0)
  1473. a10.TextSize = 14
  1474. a10.TextWrapped = true
  1475. a10.MouseButton1Down:connect(function()
  1476. if g10 == true then
  1477. g10 = false
  1478. a10.Text = "Spooky"
  1479. else
  1480. g10 = true
  1481. a10.Text = "Currently"
  1482. if g10 then
  1483. woodtype = "Spooky"
  1484. end
  1485. end
  1486. end)
  1487.  
  1488.  
  1489.  
  1490. a11.Name = "a11"
  1491. a11.Parent = FreeBuild_2
  1492. a11.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1493. a11.Position = UDim2.new(0.0500000268, 0, 0.497720331, 0)
  1494. a11.Size = UDim2.new(0, 61, 0, 23)
  1495. a11.Font = Enum.Font.SourceSans
  1496. a11.Text = "SnowGlow"
  1497. a11.TextColor3 = Color3.new(0, 0, 0)
  1498. a11.TextSize = 14
  1499. a11.TextWrapped = true
  1500. a11.MouseButton1Down:connect(function()
  1501. if g11 == true then
  1502. g11 = false
  1503. a11.Text = "SnowGlow"
  1504. else
  1505. g11 = true
  1506. a11.Text = "Currently"
  1507. if g11 then
  1508. woodtype = "SnowGlow"
  1509. end
  1510. end
  1511. end)
  1512.  
  1513.  
  1514.  
  1515. a13.Name = "a13"
  1516. a13.Parent = FreeBuild_2
  1517. a13.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1518. a13.Position = UDim2.new(0.627777815, 0, 0.31196183, 0)
  1519. a13.Size = UDim2.new(0, 61, 0, 23)
  1520. a13.Font = Enum.Font.SourceSans
  1521. a13.Text = "Lava"
  1522. a13.TextColor3 = Color3.new(0, 0, 0)
  1523. a13.TextSize = 14
  1524. a13.TextWrapped = true
  1525. a13.MouseButton1Down:connect(function()
  1526. if g13 == true then
  1527. g13 = false
  1528. a13.Text = "Lava"
  1529. else
  1530. g13 = true
  1531. a13.Text = "Currently"
  1532. if a13 then
  1533. woodtype = "Volcano"
  1534. end
  1535. end
  1536. end)
  1537.  
  1538.  
  1539.  
  1540. a14.Name = "a14"
  1541. a14.Parent = FreeBuild_2
  1542. a14.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1543. a14.Position = UDim2.new(0.0500000268, 0, 0.31196183, 0)
  1544. a14.Size = UDim2.new(0, 61, 0, 23)
  1545. a14.Font = Enum.Font.SourceSans
  1546. a14.Text = "Frost"
  1547. a14.TextColor3 = Color3.new(0, 0, 0)
  1548. a14.TextSize = 14
  1549. a14.TextWrapped = true
  1550. a14.MouseButton1Down:connect(function()
  1551. if g14 == true then
  1552. g14 = false
  1553. a14.Text = "Frost"
  1554. else
  1555. g14 = true
  1556. a14.Text = "Currently"
  1557. if g14 then
  1558. woodtype = "Frost"
  1559. end
  1560. end
  1561. end)
  1562.  
  1563.  
  1564.  
  1565. a15.Name = "a15"
  1566. a15.Parent = FreeBuild_2
  1567. a15.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1568. a15.Position = UDim2.new(0.0500000268, 0, 0.222178549, 0)
  1569. a15.Size = UDim2.new(0, 61, 0, 23)
  1570. a15.Font = Enum.Font.SourceSans
  1571. a15.Text = "Palm"
  1572. a15.TextColor3 = Color3.new(0, 0, 0)
  1573. a15.TextSize = 14
  1574. a15.TextWrapped = true
  1575. a15.MouseButton1Down:connect(function()
  1576. if g15 == true then
  1577. g15 = false
  1578. a15.Text = "Palm"
  1579. else
  1580. g15 = true
  1581. a15.Text = "Currently"
  1582. if g15 then
  1583. woodtype = "Palm"
  1584. end
  1585. end
  1586. end)
  1587.  
  1588.  
  1589.  
  1590. a16.Name = "a16"
  1591. a16.Parent = FreeBuild_2
  1592. a16.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1593. a16.Position = UDim2.new(0.627777815, 0, 0.222178549, 0)
  1594. a16.Size = UDim2.new(0, 61, 0, 23)
  1595. a16.Font = Enum.Font.SourceSans
  1596. a16.Text = "Pink"
  1597. a16.TextColor3 = Color3.new(0, 0, 0)
  1598. a16.TextSize = 14
  1599. a16.TextWrapped = true
  1600. a16.MouseButton1Down:connect(function()
  1601. if g16 == true then
  1602. g16 = false
  1603. a16.Text = "PINK"
  1604. else
  1605. g16 = true
  1606. a16.Text = "Currently"
  1607. if a16 then
  1608. woodtype = "GenericSpecial"
  1609. end
  1610. end
  1611. end)
  1612.  
  1613.  
  1614.  
  1615. a17.Name = "a17"
  1616. a17.Parent = FreeBuild_2
  1617. a17.BackgroundColor3 = Color3.new(0.776471, 0.980392, 1)
  1618. a17.Position = UDim2.new(0.327777803, 0, 0.136165783, 0)
  1619. a17.Size = UDim2.new(0, 61, 0, 23)
  1620. a17.Font = Enum.Font.SourceSans
  1621. a17.Text = "Phantom"
  1622. a17.TextColor3 = Color3.new(0, 0, 0)
  1623. a17.TextColor3 = Color3.new(0, 0, 0)
  1624. a17.TextSize = 14
  1625. a17.TextWrapped = true
  1626. a17.MouseButton1Down:connect(function()
  1627. if g17 == true then
  1628. g17 = false
  1629. a17.Text = "Phantom"
  1630. else
  1631. g17 = true
  1632. a17.Text = "Currently"
  1633. if g17 then
  1634. woodtype = "LoneCave"
  1635. end
  1636. end
  1637. end)
  1638.  
  1639.  
  1640.  
  1641. BluePrints.Name = "BluePrints"
  1642. BluePrints.Parent = FreeBuild_2
  1643. BluePrints.BackgroundColor3 = Color3.new(0.4, 0.32549, 0.32549)
  1644. BluePrints.Position = UDim2.new(0.200000003, 0, 0.0391061455, 0)
  1645. BluePrints.Size = UDim2.new(0, 108, 0, 17)
  1646. BluePrints.Font = Enum.Font.SourceSans
  1647. BluePrints.Text = "Unlock Blueprints"
  1648. BluePrints.TextColor3 = Color3.new(1, 1, 1)
  1649. BluePrints.TextSize = 14
  1650. BluePrints.MouseButton1Down:connect(function()
  1651. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  1652. local clone = v:Clone()
  1653. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  1654. end
  1655. end)
  1656.  
  1657. -- teleport:
  1658. local WayPoints = {
  1659. ["Wood R Us"] = CFrame.new(265, 5, 57),
  1660. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  1661. ["Land Store"] = CFrame.new(258, 5, -99),
  1662. ["Link's Logic"] = CFrame.new(4607, 9, -798),
  1663. ["Cave"] = CFrame.new(3581, -177, 430),
  1664. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  1665. ["Swamp"] = CFrame.new(-1209, 138, -801),
  1666. ["Palm Island"] = CFrame.new(2549, 5, -42),
  1667. ["Fancy Furnishings"] = CFrame.new(491, 13, -1720),
  1668. ["Boxed Cars"] = CFrame.new(509, 5.2, -1463),
  1669. ["Fine Arts Shop"] = CFrame.new(5207, -156, 719),
  1670. ["Bob's Shack"] = CFrame.new(260, 10, -2542),
  1671. ["Dock"] = CFrame.new(1114, 3.2, -197),
  1672. ["Bridge"] = CFrame.new(113, 15, -977),
  1673. ["End Times"] = CFrame.new(113, -204, -951),
  1674. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  1675. ["The Den"] = CFrame.new(323, 49, 1930),
  1676. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  1677. ["Ski Lodge"] = CFrame.new(1244, 66, 2306),
  1678. ["Strange Man"] = CFrame.new(1061, 20, 1131),
  1679. ["SnowGlow Tree"] = CFrame.new(-1105.9, -6, -894),
  1680. ["SellPlc"] = CFrame.new(314, -2, 123)
  1681. }
  1682.  
  1683.  
  1684.  
  1685. t1.MouseButton1Down:connect(function()
  1686. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1687. uTorso.CFrame = WayPoints["SpawnPoint"]
  1688. end)
  1689.  
  1690. t2.MouseButton1Down:connect(function()
  1691. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1692. uTorso.CFrame = WayPoints["Wood R Us"]
  1693. end)
  1694.  
  1695. t3.MouseButton1Down:connect(function()
  1696. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1697. uTorso.CFrame = WayPoints["Land Store"]
  1698. end)
  1699.  
  1700. t4.MouseButton1Down:connect(function()
  1701. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1702. uTorso.CFrame = WayPoints["Boxed Cars"]
  1703. end)
  1704.  
  1705. t5.MouseButton1Down:connect(function()
  1706. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1707. uTorso.CFrame = WayPoints["Fine Arts Shop"]
  1708. end)
  1709.  
  1710. t6.MouseButton1Down:connect(function()
  1711. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1712. uTorso.CFrame = WayPoints["Link's Logic"]
  1713. end)
  1714.  
  1715. t7.MouseButton1Down:connect(function()
  1716. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1717. uTorso.CFrame = WayPoints["Fancy Furnishings"]
  1718. end)
  1719.  
  1720. t8.MouseButton1Down:connect(function()
  1721. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1722. uTorso.CFrame = WayPoints["Bob's Shack"]
  1723. end)
  1724.  
  1725. t9.MouseButton1Down:connect(function()
  1726. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1727. uTorso.CFrame = WayPoints["Bridge"]
  1728. end)
  1729.  
  1730. t10.MouseButton1Down:connect(function()
  1731. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1732. uTorso.CFrame = WayPoints["The Den"]
  1733. end)
  1734.  
  1735. t11.MouseButton1Down:connect(function()
  1736. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1737. uTorso.CFrame = WayPoints["Strange Man"]
  1738. end)
  1739.  
  1740. t12.MouseButton1Down:connect(function()
  1741. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1742. uTorso.CFrame = WayPoints["Shrine Of Sight"]
  1743. end)
  1744.  
  1745. t13.MouseButton1Down:connect(function()
  1746. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1747. uTorso.CFrame = WayPoints["End Times"]
  1748. end)
  1749.  
  1750. t14.MouseButton1Down:connect(function()
  1751. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1752. uTorso.CFrame = WayPoints["Cave"]
  1753. end)
  1754.  
  1755. t15.MouseButton1Down:connect(function()
  1756. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1757. uTorso.CFrame = WayPoints["Volcano"]
  1758. end)
  1759.  
  1760. t16.MouseButton1Down:connect(function()
  1761. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1762. uTorso.CFrame = WayPoints["Palm Island"]
  1763. end)
  1764.  
  1765. t17.MouseButton1Down:connect(function()
  1766. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1767. uTorso.CFrame = WayPoints["SnowGlow Tree"]
  1768. end)
  1769.  
  1770. t18.MouseButton1Down:connect(function()
  1771. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1772. uTorso.CFrame = WayPoints["Swamp"]
  1773. end)
  1774.  
  1775. t19.MouseButton1Down:connect(function()
  1776. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1777. uTorso.CFrame = WayPoints["SellPlc"]
  1778. end)
  1779.  
  1780. t20.MouseButton1Down:connect(function()
  1781. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1782. uTorso.CFrame = WayPoints["Dock"]
  1783. end)
  1784.  
  1785. t21.MouseButton1Down:connect(function()
  1786. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1787. uTorso.CFrame = WayPoints["Ski Lodge"]
  1788. end)
  1789.  
  1790. t22.MouseButton1Down:connect(function()
  1791. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1792. uTorso.CFrame = WayPoints["Volcano Win"]
  1793. end)
  1794.  
  1795.  
  1796. local Plr = game:GetService("Players").LocalPlayer
  1797.  
  1798. local Mouse = Plr:GetMouse()
  1799.  
  1800.  
  1801.  
  1802. Mouse.Button1Down:connect(function()
  1803.  
  1804. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  1805.  
  1806. if not Mouse.Target then return end
  1807.  
  1808. local tq = Mouse.Target
  1809.  
  1810.  
  1811. tq.CFrame = Plr.Character.Torso.CFrame
  1812.  
  1813. tq.Anchored = true
  1814.  
  1815. tq.CanCollide = false
  1816. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement