Advertisement
Guest User

Untitled

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