Advertisement
vipdua

new script lumber tycoon 2(có dupe item)

Jun 6th, 2019
16,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.72 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local LumberLand = Instance.new("ScreenGui")
  5. local AxeSpooner = Instance.new("Frame")
  6. local Frame = Instance.new("Frame")
  7. local Frame_2 = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local ManyAxe = Instance.new("TextButton")
  10. local EndTimesAxe = Instance.new("TextButton")
  11. local AxeAlphaTesters = Instance.new("TextButton")
  12. local FireAxe = Instance.new("TextButton")
  13. local Beesaxe = Instance.new("TextButton")
  14. local AxeAmber = Instance.new("TextButton")
  15. local AxeTwitter = Instance.new("TextButton")
  16. local GingerbreadAxe = Instance.new("TextButton")
  17. local CandyCaneAxe = Instance.new("TextButton")
  18. local AxeBetaTesters = Instance.new("TextButton")
  19. local Rukiryaxe = Instance.new("TextButton")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21. local Frame_3 = Instance.new("Frame")
  22. local Frame_4 = Instance.new("Frame")
  23. local Frame_5 = Instance.new("Frame")
  24. local TextLabel_3 = Instance.new("TextLabel")
  25. local TextLabel_4 = Instance.new("TextLabel")
  26. local Walkspeed = Instance.new("TextButton")
  27. local MaxLand = Instance.new("TextButton")
  28. local SellWood = Instance.new("TextButton")
  29. local SuperJump = Instance.new("TextButton")
  30. local GoldAxe = Instance.new("TextButton")
  31. local TextLabel_5 = Instance.new("TextLabel")
  32. local InfWire = Instance.new("TextButton")
  33. local TextLabel_6 = Instance.new("TextLabel")
  34. local AllBluePrints = Instance.new("TextButton")
  35. local Bringwood = Instance.new("TextButton")
  36. local ImageLabel = Instance.new("ImageLabel")
  37. local TpToPlot = Instance.new("TextButton")
  38. local NoClip = Instance.new("TextButton")
  39. local CloneT = Instance.new("TextButton")
  40. local TpMenu = Instance.new("Frame")
  41. local Frame_6 = Instance.new("Frame")
  42. local Frame_7 = Instance.new("Frame")
  43. local TextLabel_7 = Instance.new("TextLabel")
  44. local Den = Instance.new("TextButton")
  45. local WoodRUs = Instance.new("TextButton")
  46. local Boxedcars = Instance.new("TextButton")
  47. local Linkslogic = Instance.new("TextButton")
  48. local Bobs_shack = Instance.new("TextButton")
  49. local Finearts = Instance.new("TextButton")
  50. local FancyFurnishings = Instance.new("TextButton")
  51. local StrangeMan = Instance.new("TextButton")
  52. local SkiiLodge = Instance.new("TextButton")
  53. local Spawn = Instance.new("TextButton")
  54. local Cave = Instance.new("TextButton")
  55. local Island = Instance.new("TextButton")
  56. local Volcano = Instance.new("TextButton")
  57. local Swamp = Instance.new("TextButton")
  58. local ABunchOfGifts = Instance.new("Frame")
  59. local Frame_8 = Instance.new("Frame")
  60. local Frame_9 = Instance.new("Frame")
  61. local TextLabel_8 = Instance.new("TextLabel")
  62. local UT = Instance.new("TextButton")
  63. local BigGift = Instance.new("TextButton")
  64. local CoalG = Instance.new("TextButton")
  65. local SweetGift = Instance.new("TextButton")
  66. local VolcanoG = Instance.new("TextButton")
  67. local YW = Instance.new("TextButton")
  68. local BlueG = Instance.new("TextButton")
  69. local Jingle = Instance.new("TextButton")
  70. local RW = Instance.new("TextButton")
  71. local SG = Instance.new("TextButton")
  72. local MG = Instance.new("TextButton")
  73. local TextLabel_9 = Instance.new("TextLabel")
  74. local TextLabel_10 = Instance.new("TextLabel")
  75. --Properties:
  76. LumberLand.Name = "LumberLand"
  77. LumberLand.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  78. LumberLand.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  79.  
  80. AxeSpooner.Name = "AxeSpooner"
  81. AxeSpooner.Parent = LumberLand
  82. AxeSpooner.Active = true
  83. AxeSpooner.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  84. AxeSpooner.BorderSizePixel = 0
  85. AxeSpooner.Position = UDim2.new(0.345698535, 0, 0.168304563, 0)
  86. AxeSpooner.Selectable = true
  87. AxeSpooner.Size = UDim2.new(0, 236, 0, 299)
  88.  
  89. Frame.Parent = AxeSpooner
  90. Frame.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  91. Frame.BorderSizePixel = 0
  92. Frame.Size = UDim2.new(0, 236, 0, 36)
  93.  
  94. Frame_2.Parent = AxeSpooner
  95. Frame_2.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  96. Frame_2.BorderSizePixel = 0
  97. Frame_2.Position = UDim2.new(0, 0, 0.91304338, 0)
  98. Frame_2.Size = UDim2.new(0, 236, 0, 26)
  99.  
  100. TextLabel.Parent = AxeSpooner
  101. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TextLabel.BackgroundTransparency = 1
  103. TextLabel.BorderSizePixel = 0
  104. TextLabel.Position = UDim2.new(0.131726801, 0, -0.0133779263, 0)
  105. TextLabel.Size = UDim2.new(0, 172, 0, 43)
  106. TextLabel.Font = Enum.Font.Highway
  107. TextLabel.Text = "Axe Spooner"
  108. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  109. TextLabel.TextScaled = true
  110. TextLabel.TextSize = 14
  111. TextLabel.TextWrapped = true
  112.  
  113. ManyAxe.Name = "ManyAxe"
  114. ManyAxe.Parent = AxeSpooner
  115. ManyAxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  116. ManyAxe.BorderSizePixel = 0
  117. ManyAxe.Position = UDim2.new(0.0328979567, 0, 0.17056857, 0)
  118. ManyAxe.Size = UDim2.new(0, 81, 0, 25)
  119. ManyAxe.Font = Enum.Font.Highway
  120. ManyAxe.Text = "Many Axe"
  121. ManyAxe.TextColor3 = Color3.new(1, 1, 1)
  122. ManyAxe.TextScaled = true
  123. ManyAxe.TextSize = 14
  124. ManyAxe.TextWrapped = true
  125.  
  126. EndTimesAxe.Name = "EndTimesAxe"
  127. EndTimesAxe.Parent = AxeSpooner
  128. EndTimesAxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  129. EndTimesAxe.BorderSizePixel = 0
  130. EndTimesAxe.Position = UDim2.new(0.596457243, 0, 0.17056857, 0)
  131. EndTimesAxe.Size = UDim2.new(0, 81, 0, 25)
  132. EndTimesAxe.Font = Enum.Font.Highway
  133. EndTimesAxe.Text = "End Times Axe"
  134. EndTimesAxe.TextColor3 = Color3.new(1, 1, 1)
  135. EndTimesAxe.TextScaled = true
  136. EndTimesAxe.TextSize = 14
  137. EndTimesAxe.TextWrapped = true
  138.  
  139. AxeAlphaTesters.Name = "AxeAlphaTesters"
  140. AxeAlphaTesters.Parent = AxeSpooner
  141. AxeAlphaTesters.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  142. AxeAlphaTesters.BorderSizePixel = 0
  143. AxeAlphaTesters.Position = UDim2.new(0.0328979567, 0, 0.28093648, 0)
  144. AxeAlphaTesters.Size = UDim2.new(0, 81, 0, 25)
  145. AxeAlphaTesters.Font = Enum.Font.Highway
  146. AxeAlphaTesters.Text = "Alpha Axe"
  147. AxeAlphaTesters.TextColor3 = Color3.new(1, 1, 1)
  148. AxeAlphaTesters.TextScaled = true
  149. AxeAlphaTesters.TextSize = 14
  150. AxeAlphaTesters.TextWrapped = true
  151.  
  152. FireAxe.Name = "FireAxe"
  153. FireAxe.Parent = AxeSpooner
  154. FireAxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  155. FireAxe.BorderSizePixel = 0
  156. FireAxe.Position = UDim2.new(0.0328979567, 0, 0.39464885, 0)
  157. FireAxe.Size = UDim2.new(0, 81, 0, 25)
  158. FireAxe.Font = Enum.Font.Highway
  159. FireAxe.Text = "Fire Axe"
  160. FireAxe.TextColor3 = Color3.new(1, 1, 1)
  161. FireAxe.TextScaled = true
  162. FireAxe.TextSize = 14
  163. FireAxe.TextWrapped = true
  164.  
  165. Beesaxe.Name = "Beesaxe"
  166. Beesaxe.Parent = AxeSpooner
  167. Beesaxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  168. Beesaxe.BorderSizePixel = 0
  169. Beesaxe.Position = UDim2.new(0.0328979567, 0, 0.50836122, 0)
  170. Beesaxe.Size = UDim2.new(0, 81, 0, 25)
  171. Beesaxe.Font = Enum.Font.Highway
  172. Beesaxe.Text = "Bee Axe"
  173. Beesaxe.TextColor3 = Color3.new(1, 1, 1)
  174. Beesaxe.TextScaled = true
  175. Beesaxe.TextSize = 14
  176. Beesaxe.TextWrapped = true
  177.  
  178. AxeAmber.Name = "AxeAmber"
  179. AxeAmber.Parent = AxeSpooner
  180. AxeAmber.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  181. AxeAmber.BorderSizePixel = 0
  182. AxeAmber.Position = UDim2.new(0.0328979567, 0, 0.622073591, 0)
  183. AxeAmber.Size = UDim2.new(0, 81, 0, 25)
  184. AxeAmber.Font = Enum.Font.Highway
  185. AxeAmber.Text = "Amber Axe"
  186. AxeAmber.TextColor3 = Color3.new(1, 1, 1)
  187. AxeAmber.TextScaled = true
  188. AxeAmber.TextSize = 14
  189. AxeAmber.TextWrapped = true
  190.  
  191. AxeTwitter.Name = "AxeTwitter"
  192. AxeTwitter.Parent = AxeSpooner
  193. AxeTwitter.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  194. AxeTwitter.BorderSizePixel = 0
  195. AxeTwitter.Position = UDim2.new(0.0328979567, 0, 0.739130437, 0)
  196. AxeTwitter.Size = UDim2.new(0, 81, 0, 25)
  197. AxeTwitter.Font = Enum.Font.Highway
  198. AxeTwitter.Text = "Twitter Axe"
  199. AxeTwitter.TextColor3 = Color3.new(1, 1, 1)
  200. AxeTwitter.TextScaled = true
  201. AxeTwitter.TextSize = 14
  202. AxeTwitter.TextWrapped = true
  203.  
  204. GingerbreadAxe.Name = "GingerbreadAxe"
  205. GingerbreadAxe.Parent = AxeSpooner
  206. GingerbreadAxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  207. GingerbreadAxe.BorderSizePixel = 0
  208. GingerbreadAxe.Position = UDim2.new(0.596457243, 0, 0.28093648, 0)
  209. GingerbreadAxe.Size = UDim2.new(0, 81, 0, 25)
  210. GingerbreadAxe.Font = Enum.Font.Highway
  211. GingerbreadAxe.Text = "Gingerbread Axe"
  212. GingerbreadAxe.TextColor3 = Color3.new(1, 1, 1)
  213. GingerbreadAxe.TextScaled = true
  214. GingerbreadAxe.TextSize = 14
  215. GingerbreadAxe.TextWrapped = true
  216.  
  217. CandyCaneAxe.Name = "Candy Cane Axe"
  218. CandyCaneAxe.Parent = AxeSpooner
  219. CandyCaneAxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  220. CandyCaneAxe.BorderSizePixel = 0
  221. CandyCaneAxe.Position = UDim2.new(0.596457243, 0, 0.39464885, 0)
  222. CandyCaneAxe.Size = UDim2.new(0, 81, 0, 25)
  223. CandyCaneAxe.Font = Enum.Font.Highway
  224. CandyCaneAxe.Text = "Candy Cane Axe"
  225. CandyCaneAxe.TextColor3 = Color3.new(1, 1, 1)
  226. CandyCaneAxe.TextScaled = true
  227. CandyCaneAxe.TextSize = 14
  228. CandyCaneAxe.TextWrapped = true
  229.  
  230. AxeBetaTesters.Name = "AxeBetaTesters"
  231. AxeBetaTesters.Parent = AxeSpooner
  232. AxeBetaTesters.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  233. AxeBetaTesters.BorderSizePixel = 0
  234. AxeBetaTesters.Position = UDim2.new(0.596457243, 0, 0.50836122, 0)
  235. AxeBetaTesters.Size = UDim2.new(0, 81, 0, 25)
  236. AxeBetaTesters.Font = Enum.Font.Highway
  237. AxeBetaTesters.Text = "Beta Axe"
  238. AxeBetaTesters.TextColor3 = Color3.new(1, 1, 1)
  239. AxeBetaTesters.TextScaled = true
  240. AxeBetaTesters.TextSize = 14
  241. AxeBetaTesters.TextWrapped = true
  242.  
  243. Rukiryaxe.Name = "Rukiryaxe"
  244. Rukiryaxe.Parent = AxeSpooner
  245. Rukiryaxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  246. Rukiryaxe.BorderSizePixel = 0
  247. Rukiryaxe.Position = UDim2.new(0.596457243, 0, 0.622073591, 0)
  248. Rukiryaxe.Size = UDim2.new(0, 81, 0, 25)
  249. Rukiryaxe.Font = Enum.Font.Highway
  250. Rukiryaxe.Text = "Rukiry Axe"
  251. Rukiryaxe.TextColor3 = Color3.new(1, 1, 1)
  252. Rukiryaxe.TextScaled = true
  253. Rukiryaxe.TextSize = 14
  254. Rukiryaxe.TextWrapped = true
  255.  
  256. TextLabel_2.Parent = AxeSpooner
  257. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  258. TextLabel_2.BackgroundTransparency = 1
  259. TextLabel_2.BorderSizePixel = 0
  260. TextLabel_2.Position = UDim2.new(0, 0, 0.91304338, 0)
  261. TextLabel_2.Size = UDim2.new(0, 236, 0, 28)
  262. TextLabel_2.Font = Enum.Font.Highway
  263. TextLabel_2.Text = "Reload Nhà Sau Khi Chọn Đồ Mình Muốn"
  264. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  265. TextLabel_2.TextScaled = true
  266. TextLabel_2.TextSize = 14
  267. TextLabel_2.TextWrapped = true
  268.  
  269. Frame_3.Parent = LumberLand
  270. Frame_3.Active = true
  271. Frame_3.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  272. Frame_3.BorderSizePixel = 0
  273. Frame_3.Position = UDim2.new(0.0402525738, 0, 0.167076066, 0)
  274. Frame_3.Selectable = true
  275. Frame_3.Size = UDim2.new(0, 377, 0, 299)
  276.  
  277. Frame_4.Parent = Frame_3
  278. Frame_4.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  279. Frame_4.BorderSizePixel = 0
  280. Frame_4.Size = UDim2.new(0, 377, 0, 58)
  281.  
  282. Frame_5.Parent = Frame_3
  283. Frame_5.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  284. Frame_5.BorderSizePixel = 0
  285. Frame_5.Position = UDim2.new(0, 0, 0.913043499, 0)
  286. Frame_5.Size = UDim2.new(0, 377, 0, 26)
  287.  
  288. TextLabel_3.Parent = Frame_3
  289. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  290. TextLabel_3.BackgroundTransparency = 1
  291. TextLabel_3.BorderSizePixel = 0
  292. TextLabel_3.Position = UDim2.new(0.233421758, 0, 0, 0)
  293. TextLabel_3.Size = UDim2.new(0, 200, 0, 39)
  294. TextLabel_3.Font = Enum.Font.Highway
  295. TextLabel_3.Text = "LongTran Lumber Tycoon 2"
  296. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  297. TextLabel_3.TextScaled = true
  298. TextLabel_3.TextSize = 14
  299. TextLabel_3.TextWrapped = true
  300.  
  301. TextLabel_4.Parent = Frame_3
  302. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  303. TextLabel_4.BackgroundTransparency = 1
  304. TextLabel_4.BorderSizePixel = 0
  305. TextLabel_4.Position = UDim2.new(0.893899202, 0, 0, 0)
  306. TextLabel_4.Size = UDim2.new(0, 40, 0, 28)
  307. TextLabel_4.Font = Enum.Font.Highway
  308. TextLabel_4.Text = "v1.3"
  309. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  310. TextLabel_4.TextScaled = true
  311. TextLabel_4.TextSize = 14
  312. TextLabel_4.TextWrapped = true
  313.  
  314. Walkspeed.Name = "Walkspeed"
  315. Walkspeed.Parent = Frame_3
  316. Walkspeed.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  317. Walkspeed.BorderSizePixel = 0
  318. Walkspeed.Position = UDim2.new(0.0371352769, 0, 0.25418061, 0)
  319. Walkspeed.Size = UDim2.new(0, 92, 0, 33)
  320. Walkspeed.Font = Enum.Font.Highway
  321. Walkspeed.Text = "Đi Nhanh"
  322. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  323. Walkspeed.TextScaled = true
  324. Walkspeed.TextSize = 14
  325. Walkspeed.TextWrapped = true
  326.  
  327. MaxLand.Name = "Max Land"
  328. MaxLand.Parent = Frame_3
  329. MaxLand.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  330. MaxLand.BorderSizePixel = 0
  331. MaxLand.Position = UDim2.new(0.376657814, 0, 0.25418061, 0)
  332. MaxLand.Size = UDim2.new(0, 92, 0, 33)
  333. MaxLand.Font = Enum.Font.Highway
  334. MaxLand.Text = "Max Đất"
  335. MaxLand.TextColor3 = Color3.new(1, 1, 1)
  336. MaxLand.TextScaled = true
  337. MaxLand.TextSize = 14
  338. MaxLand.TextWrapped = true
  339.  
  340. SellWood.Name = "Sell Wood"
  341. SellWood.Parent = Frame_3
  342. SellWood.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  343. SellWood.BorderSizePixel = 0
  344. SellWood.Position = UDim2.new(0.716180325, 0, 0.25418061, 0)
  345. SellWood.Size = UDim2.new(0, 92, 0, 33)
  346. SellWood.Font = Enum.Font.Highway
  347. SellWood.Text = "Bán Gỗ"
  348. SellWood.TextColor3 = Color3.new(1, 1, 1)
  349. SellWood.TextScaled = true
  350. SellWood.TextSize = 14
  351. SellWood.TextWrapped = true
  352.  
  353. SuperJump.Name = "Super Jump"
  354. SuperJump.Parent = Frame_3
  355. SuperJump.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  356. SuperJump.BorderSizePixel = 0
  357. SuperJump.Position = UDim2.new(0.0371352769, 0, 0.441471577, 0)
  358. SuperJump.Size = UDim2.new(0, 92, 0, 33)
  359. SuperJump.Font = Enum.Font.Highway
  360. SuperJump.Text = "Siêu Nhảy Cao"
  361. SuperJump.TextColor3 = Color3.new(1, 1, 1)
  362. SuperJump.TextScaled = true
  363. SuperJump.TextSize = 14
  364. SuperJump.TextWrapped = true
  365.  
  366. GoldAxe.Name = "Gold Axe"
  367. GoldAxe.Parent = Frame_3
  368. GoldAxe.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  369. GoldAxe.BorderSizePixel = 0
  370. GoldAxe.Position = UDim2.new(0.376657814, 0, 0.441471577, 0)
  371. GoldAxe.Size = UDim2.new(0, 92, 0, 33)
  372. GoldAxe.Font = Enum.Font.Highway
  373. GoldAxe.Text = "Gold Axe"
  374. GoldAxe.TextColor3 = Color3.new(1, 1, 1)
  375. GoldAxe.TextScaled = true
  376. GoldAxe.TextSize = 14
  377. GoldAxe.TextWrapped = true
  378.  
  379. TextLabel_5.Parent = Frame_3
  380. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  381. TextLabel_5.BackgroundTransparency = 1
  382. TextLabel_5.BorderSizePixel = 0
  383. TextLabel_5.Position = UDim2.new(0, 0, 0.91304338, 0)
  384. TextLabel_5.Size = UDim2.new(0, 377, 0, 26)
  385. TextLabel_5.Font = Enum.Font.Highway
  386. TextLabel_5.Text = "Để Có thể Noclip Reset Trước"
  387. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  388. TextLabel_5.TextScaled = true
  389. TextLabel_5.TextSize = 14
  390. TextLabel_5.TextWrapped = true
  391.  
  392. InfWire.Name = "Inf Wire"
  393. InfWire.Parent = Frame_3
  394. InfWire.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  395. InfWire.BorderSizePixel = 0
  396. InfWire.Position = UDim2.new(0.716180325, 0, 0.441471577, 0)
  397. InfWire.Size = UDim2.new(0, 92, 0, 33)
  398. InfWire.Font = Enum.Font.Highway
  399. InfWire.Text = "Inf Dây"
  400. InfWire.TextColor3 = Color3.new(1, 1, 1)
  401. InfWire.TextScaled = true
  402. InfWire.TextSize = 14
  403. InfWire.TextWrapped = true
  404.  
  405. TextLabel_6.Parent = Frame_3
  406. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  407. TextLabel_6.BackgroundTransparency = 1
  408. TextLabel_6.BorderSizePixel = 0
  409. TextLabel_6.Position = UDim2.new(0.307692319, 0, 0.127090305, 0)
  410. TextLabel_6.Size = UDim2.new(0, 144, 0, 20)
  411. TextLabel_6.Font = Enum.Font.Highway
  412. TextLabel_6.Text = "Được Làm Bởi:LongTran"
  413. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  414. TextLabel_6.TextScaled = true
  415. TextLabel_6.TextSize = 14
  416. TextLabel_6.TextWrapped = true
  417.  
  418. AllBluePrints.Name = "AllBluePrints"
  419. AllBluePrints.Parent = Frame_3
  420. AllBluePrints.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  421. AllBluePrints.BorderSizePixel = 0
  422. AllBluePrints.Position = UDim2.new(0.376657814, 0, 0.608695626, 0)
  423. AllBluePrints.Size = UDim2.new(0, 92, 0, 33)
  424. AllBluePrints.Font = Enum.Font.Highway
  425. AllBluePrints.Text = "Max Blueprints"
  426. AllBluePrints.TextColor3 = Color3.new(1, 1, 1)
  427. AllBluePrints.TextScaled = true
  428. AllBluePrints.TextSize = 14
  429. AllBluePrints.TextWrapped = true
  430.  
  431. Bringwood.Name = "Bringwood"
  432. Bringwood.Parent = Frame_3
  433. Bringwood.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  434. Bringwood.BorderSizePixel = 0
  435. Bringwood.Position = UDim2.new(0.763925672, 0, 0.0936454833, 0)
  436. Bringwood.Size = UDim2.new(0, 72, 0, 22)
  437. Bringwood.Font = Enum.Font.Highway
  438. Bringwood.Text = "Đem Gỗ Tới"
  439. Bringwood.TextColor3 = Color3.new(1, 1, 1)
  440. Bringwood.TextScaled = true
  441. Bringwood.TextSize = 14
  442. Bringwood.TextWrapped = true
  443.  
  444. ImageLabel.Parent = Frame_3
  445. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  446. ImageLabel.BorderSizePixel = 0
  447. ImageLabel.Position = UDim2.new(0.0179415829, 0, 0.0167224072, 0)
  448. ImageLabel.Size = UDim2.new(0, 48, 0, 48)
  449. ImageLabel.Image = "rbxassetid://3268592948"
  450. ImageLabel.ScaleType = Enum.ScaleType.Fit
  451.  
  452. TpToPlot.Name = "TpToPlot"
  453. TpToPlot.Parent = Frame_3
  454. TpToPlot.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  455. TpToPlot.BorderSizePixel = 0
  456. TpToPlot.Position = UDim2.new(0.716180325, 0, 0.615384638, 0)
  457. TpToPlot.Size = UDim2.new(0, 92, 0, 33)
  458. TpToPlot.Font = Enum.Font.Highway
  459. TpToPlot.Text = "TP Về Nhà"
  460. TpToPlot.TextColor3 = Color3.new(1, 1, 1)
  461. TpToPlot.TextScaled = true
  462. TpToPlot.TextSize = 14
  463. TpToPlot.TextWrapped = true
  464.  
  465. NoClip.Name = "No Clip"
  466. NoClip.Parent = Frame_3
  467. NoClip.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  468. NoClip.BorderSizePixel = 0
  469. NoClip.Position = UDim2.new(0.0371352769, 0, 0.618729115, 0)
  470. NoClip.Size = UDim2.new(0, 92, 0, 33)
  471. NoClip.Font = Enum.Font.Highway
  472. NoClip.Text = "NoClip"
  473. NoClip.TextColor3 = Color3.new(1, 1, 1)
  474. NoClip.TextScaled = true
  475. NoClip.TextSize = 14
  476. NoClip.TextWrapped = true
  477.  
  478. CloneT.Name = "CloneT"
  479. CloneT.Parent = Frame_3
  480. CloneT.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  481. CloneT.BorderSizePixel = 0
  482. CloneT.Position = UDim2.new(0.0371352769, 0, 0.7892977, 0)
  483. CloneT.Size = UDim2.new(0, 92, 0, 27)
  484. CloneT.Font = Enum.Font.Highway
  485. CloneT.Text = "Clone Tool"
  486. CloneT.TextColor3 = Color3.new(1, 1, 1)
  487. CloneT.TextScaled = true
  488. CloneT.TextSize = 14
  489. CloneT.TextWrapped = true
  490.  
  491. TpMenu.Name = "TpMenu"
  492. TpMenu.Parent = LumberLand
  493. TpMenu.Active = true
  494. TpMenu.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  495. TpMenu.BorderSizePixel = 0
  496. TpMenu.Position = UDim2.new(0.537490129, 0, 0.17076157, 0)
  497. TpMenu.Selectable = true
  498. TpMenu.Size = UDim2.new(0, 190, 0, 299)
  499.  
  500. Frame_6.Parent = TpMenu
  501. Frame_6.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  502. Frame_6.BorderSizePixel = 0
  503. Frame_6.Size = UDim2.new(0, 190, 0, 36)
  504.  
  505. Frame_7.Parent = TpMenu
  506. Frame_7.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  507. Frame_7.BorderSizePixel = 0
  508. Frame_7.Position = UDim2.new(0, 0, 0.946488202, 0)
  509. Frame_7.Size = UDim2.new(0, 190, 0, 16)
  510.  
  511. TextLabel_7.Parent = TpMenu
  512. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  513. TextLabel_7.BackgroundTransparency = 1
  514. TextLabel_7.BorderSizePixel = 0
  515. TextLabel_7.Position = UDim2.new(0.0948846117, 0, 0.00334448088, 0)
  516. TextLabel_7.Size = UDim2.new(0, 153, 0, 32)
  517. TextLabel_7.Font = Enum.Font.Highway
  518. TextLabel_7.Text = "Teleport Menu"
  519. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  520. TextLabel_7.TextScaled = true
  521. TextLabel_7.TextSize = 14
  522. TextLabel_7.TextWrapped = true
  523.  
  524. Den.Name = "Den"
  525. Den.Parent = TpMenu
  526. Den.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  527. Den.BorderSizePixel = 0
  528. Den.Position = UDim2.new(0.0328979567, 0, 0.17056857, 0)
  529. Den.Size = UDim2.new(0, 81, 0, 25)
  530. Den.Font = Enum.Font.Highway
  531. Den.Text = "Den"
  532. Den.TextColor3 = Color3.new(1, 1, 1)
  533. Den.TextScaled = true
  534. Den.TextSize = 14
  535. Den.TextWrapped = true
  536.  
  537. WoodRUs.Name = "WoodRUs"
  538. WoodRUs.Parent = TpMenu
  539. WoodRUs.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  540. WoodRUs.BorderSizePixel = 0
  541. WoodRUs.Position = UDim2.new(0.0328979567, 0, 0.28093648, 0)
  542. WoodRUs.Size = UDim2.new(0, 81, 0, 25)
  543. WoodRUs.Font = Enum.Font.Highway
  544. WoodRUs.Text = "Wood R Us"
  545. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  546. WoodRUs.TextScaled = true
  547. WoodRUs.TextSize = 14
  548. WoodRUs.TextWrapped = true
  549.  
  550. Boxedcars.Name = "Boxedcars"
  551. Boxedcars.Parent = TpMenu
  552. Boxedcars.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  553. Boxedcars.BorderSizePixel = 0
  554. Boxedcars.Position = UDim2.new(0.0328979567, 0, 0.39464885, 0)
  555. Boxedcars.Size = UDim2.new(0, 81, 0, 25)
  556. Boxedcars.Font = Enum.Font.Highway
  557. Boxedcars.Text = "Boxed Cars"
  558. Boxedcars.TextColor3 = Color3.new(1, 1, 1)
  559. Boxedcars.TextScaled = true
  560. Boxedcars.TextSize = 14
  561. Boxedcars.TextWrapped = true
  562.  
  563. Linkslogic.Name = "Linkslogic"
  564. Linkslogic.Parent = TpMenu
  565. Linkslogic.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  566. Linkslogic.BorderSizePixel = 0
  567. Linkslogic.Position = UDim2.new(0.0328979567, 0, 0.50836122, 0)
  568. Linkslogic.Size = UDim2.new(0, 81, 0, 25)
  569. Linkslogic.Font = Enum.Font.Highway
  570. Linkslogic.Text = "Link's Logic"
  571. Linkslogic.TextColor3 = Color3.new(1, 1, 1)
  572. Linkslogic.TextScaled = true
  573. Linkslogic.TextSize = 14
  574. Linkslogic.TextWrapped = true
  575.  
  576. Bobs_shack.Name = "Bobs_shack"
  577. Bobs_shack.Parent = TpMenu
  578. Bobs_shack.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  579. Bobs_shack.BorderSizePixel = 0
  580. Bobs_shack.Position = UDim2.new(0.0328979567, 0, 0.622073591, 0)
  581. Bobs_shack.Size = UDim2.new(0, 81, 0, 25)
  582. Bobs_shack.Font = Enum.Font.Highway
  583. Bobs_shack.Text = "Bob's Shack"
  584. Bobs_shack.TextColor3 = Color3.new(1, 1, 1)
  585. Bobs_shack.TextScaled = true
  586. Bobs_shack.TextSize = 14
  587. Bobs_shack.TextWrapped = true
  588.  
  589. Finearts.Name = "Finearts"
  590. Finearts.Parent = TpMenu
  591. Finearts.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  592. Finearts.BorderSizePixel = 0
  593. Finearts.Position = UDim2.new(0.0328979567, 0, 0.739130437, 0)
  594. Finearts.Size = UDim2.new(0, 81, 0, 25)
  595. Finearts.Font = Enum.Font.Highway
  596. Finearts.Text = "Fine Arts"
  597. Finearts.TextColor3 = Color3.new(1, 1, 1)
  598. Finearts.TextScaled = true
  599. Finearts.TextSize = 14
  600. Finearts.TextWrapped = true
  601.  
  602. FancyFurnishings.Name = "Fancy Furnishings"
  603. FancyFurnishings.Parent = TpMenu
  604. FancyFurnishings.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  605. FancyFurnishings.BorderSizePixel = 0
  606. FancyFurnishings.Position = UDim2.new(0.527634799, 0, 0.170568585, 0)
  607. FancyFurnishings.Size = UDim2.new(0, 81, 0, 25)
  608. FancyFurnishings.Font = Enum.Font.Highway
  609. FancyFurnishings.Text = "Fancy Furnishings"
  610. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  611. FancyFurnishings.TextScaled = true
  612. FancyFurnishings.TextSize = 14
  613. FancyFurnishings.TextWrapped = true
  614.  
  615. StrangeMan.Name = "StrangeMan"
  616. StrangeMan.Parent = TpMenu
  617. StrangeMan.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  618. StrangeMan.BorderSizePixel = 0
  619. StrangeMan.Position = UDim2.new(0.527634799, 0, 0.28093648, 0)
  620. StrangeMan.Size = UDim2.new(0, 81, 0, 25)
  621. StrangeMan.Font = Enum.Font.Highway
  622. StrangeMan.Text = "Strange Man"
  623. StrangeMan.TextColor3 = Color3.new(1, 1, 1)
  624. StrangeMan.TextScaled = true
  625. StrangeMan.TextSize = 14
  626. StrangeMan.TextWrapped = true
  627.  
  628. SkiiLodge.Name = "SkiiLodge"
  629. SkiiLodge.Parent = TpMenu
  630. SkiiLodge.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  631. SkiiLodge.BorderSizePixel = 0
  632. SkiiLodge.Position = UDim2.new(0.527634799, 0, 0.39464885, 0)
  633. SkiiLodge.Size = UDim2.new(0, 81, 0, 25)
  634. SkiiLodge.Font = Enum.Font.Highway
  635. SkiiLodge.Text = "SkiiLodge"
  636. SkiiLodge.TextColor3 = Color3.new(1, 1, 1)
  637. SkiiLodge.TextScaled = true
  638. SkiiLodge.TextSize = 14
  639. SkiiLodge.TextWrapped = true
  640.  
  641. Spawn.Name = "Spawn"
  642. Spawn.Parent = TpMenu
  643. Spawn.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  644. Spawn.BorderSizePixel = 0
  645. Spawn.Position = UDim2.new(0.527634799, 0, 0.50836122, 0)
  646. Spawn.Size = UDim2.new(0, 81, 0, 25)
  647. Spawn.Font = Enum.Font.Highway
  648. Spawn.Text = "Spawn"
  649. Spawn.TextColor3 = Color3.new(1, 1, 1)
  650. Spawn.TextScaled = true
  651. Spawn.TextSize = 14
  652. Spawn.TextWrapped = true
  653.  
  654. Cave.Name = "Cave"
  655. Cave.Parent = TpMenu
  656. Cave.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  657. Cave.BorderSizePixel = 0
  658. Cave.Position = UDim2.new(0.527634799, 0, 0.622073591, 0)
  659. Cave.Size = UDim2.new(0, 81, 0, 25)
  660. Cave.Font = Enum.Font.Highway
  661. Cave.Text = "Cave"
  662. Cave.TextColor3 = Color3.new(1, 1, 1)
  663. Cave.TextScaled = true
  664. Cave.TextSize = 14
  665. Cave.TextWrapped = true
  666.  
  667. Island.Name = "Island"
  668. Island.Parent = TpMenu
  669. Island.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  670. Island.BorderSizePixel = 0
  671. Island.Position = UDim2.new(0.527634799, 0, 0.739130437, 0)
  672. Island.Size = UDim2.new(0, 81, 0, 25)
  673. Island.Font = Enum.Font.Highway
  674. Island.Text = "Palm Island"
  675. Island.TextColor3 = Color3.new(1, 1, 1)
  676. Island.TextScaled = true
  677. Island.TextSize = 14
  678. Island.TextWrapped = true
  679.  
  680. Volcano.Name = "Volcano"
  681. Volcano.Parent = TpMenu
  682. Volcano.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  683. Volcano.BorderSizePixel = 0
  684. Volcano.Position = UDim2.new(0.0328979567, 0, 0.846153855, 0)
  685. Volcano.Size = UDim2.new(0, 81, 0, 25)
  686. Volcano.Font = Enum.Font.Highway
  687. Volcano.Text = "Volcano"
  688. Volcano.TextColor3 = Color3.new(1, 1, 1)
  689. Volcano.TextScaled = true
  690. Volcano.TextSize = 14
  691. Volcano.TextWrapped = true
  692.  
  693. Swamp.Name = "Swamp"
  694. Swamp.Parent = TpMenu
  695. Swamp.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  696. Swamp.BorderSizePixel = 0
  697. Swamp.Position = UDim2.new(0.527634799, 0, 0.846153855, 0)
  698. Swamp.Size = UDim2.new(0, 81, 0, 25)
  699. Swamp.Font = Enum.Font.Highway
  700. Swamp.Text = "Swamp"
  701. Swamp.TextColor3 = Color3.new(1, 1, 1)
  702. Swamp.TextScaled = true
  703. Swamp.TextSize = 14
  704. Swamp.TextWrapped = true
  705.  
  706. ABunchOfGifts.Name = "ABunchOfGifts"
  707. ABunchOfGifts.Parent = LumberLand
  708. ABunchOfGifts.Active = true
  709. ABunchOfGifts.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
  710. ABunchOfGifts.BorderSizePixel = 0
  711. ABunchOfGifts.Position = UDim2.new(0.700868249, 0, 0.171990067, 0)
  712. ABunchOfGifts.Selectable = true
  713. ABunchOfGifts.Size = UDim2.new(0, 236, 0, 299)
  714.  
  715. Frame_8.Parent = ABunchOfGifts
  716. Frame_8.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  717. Frame_8.BorderSizePixel = 0
  718. Frame_8.Size = UDim2.new(0, 236, 0, 36)
  719.  
  720. Frame_9.Parent = ABunchOfGifts
  721. Frame_9.BackgroundColor3 = Color3.new(0.74902, 0.0470588, 0.207843)
  722. Frame_9.BorderSizePixel = 0
  723. Frame_9.Position = UDim2.new(0, 0, 0.91304338, 0)
  724. Frame_9.Size = UDim2.new(0, 236, 0, 26)
  725.  
  726. TextLabel_8.Parent = ABunchOfGifts
  727. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  728. TextLabel_8.BackgroundTransparency = 1
  729. TextLabel_8.BorderSizePixel = 0
  730. TextLabel_8.Position = UDim2.new(0, 0, 0.00334458356, 0)
  731. TextLabel_8.Size = UDim2.new(0, 236, 0, 37)
  732. TextLabel_8.Font = Enum.Font.Highway
  733. TextLabel_8.Text = "Các Hộp Quà"
  734. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  735. TextLabel_8.TextScaled = true
  736. TextLabel_8.TextSize = 14
  737. TextLabel_8.TextWrapped = true
  738.  
  739. UT.Name = "UT"
  740. UT.Parent = ABunchOfGifts
  741. UT.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  742. UT.BorderSizePixel = 0
  743. UT.Position = UDim2.new(0.0328979567, 0, 0.17056857, 0)
  744. UT.Size = UDim2.new(0, 81, 0, 25)
  745. UT.Font = Enum.Font.Highway
  746. UT.Text = "Null"
  747. UT.TextColor3 = Color3.new(1, 1, 1)
  748. UT.TextScaled = true
  749. UT.TextSize = 14
  750. UT.TextWrapped = true
  751.  
  752. BigGift.Name = "Big Gift"
  753. BigGift.Parent = ABunchOfGifts
  754. BigGift.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  755. BigGift.BorderSizePixel = 0
  756. BigGift.Position = UDim2.new(0.596457243, 0, 0.17056857, 0)
  757. BigGift.Size = UDim2.new(0, 81, 0, 25)
  758. BigGift.Font = Enum.Font.Highway
  759. BigGift.Text = "Big Gift"
  760. BigGift.TextColor3 = Color3.new(1, 1, 1)
  761. BigGift.TextScaled = true
  762. BigGift.TextSize = 14
  763. BigGift.TextWrapped = true
  764.  
  765. CoalG.Name = "CoalG"
  766. CoalG.Parent = ABunchOfGifts
  767. CoalG.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  768. CoalG.BorderSizePixel = 0
  769. CoalG.Position = UDim2.new(0.0328979567, 0, 0.28093648, 0)
  770. CoalG.Size = UDim2.new(0, 81, 0, 25)
  771. CoalG.Font = Enum.Font.Highway
  772. CoalG.Text = "Coal Gift"
  773. CoalG.TextColor3 = Color3.new(1, 1, 1)
  774. CoalG.TextScaled = true
  775. CoalG.TextSize = 14
  776. CoalG.TextWrapped = true
  777.  
  778. SweetGift.Name = "Sweet Gift"
  779. SweetGift.Parent = ABunchOfGifts
  780. SweetGift.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  781. SweetGift.BorderSizePixel = 0
  782. SweetGift.Position = UDim2.new(0.0328979567, 0, 0.39464885, 0)
  783. SweetGift.Size = UDim2.new(0, 81, 0, 25)
  784. SweetGift.Font = Enum.Font.Highway
  785. SweetGift.Text = "Sweet Gift"
  786. SweetGift.TextColor3 = Color3.new(1, 1, 1)
  787. SweetGift.TextScaled = true
  788. SweetGift.TextSize = 14
  789. SweetGift.TextWrapped = true
  790.  
  791. VolcanoG.Name = "VolcanoG"
  792. VolcanoG.Parent = ABunchOfGifts
  793. VolcanoG.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  794. VolcanoG.BorderSizePixel = 0
  795. VolcanoG.Position = UDim2.new(0.0328979567, 0, 0.50836122, 0)
  796. VolcanoG.Size = UDim2.new(0, 81, 0, 25)
  797. VolcanoG.Font = Enum.Font.Highway
  798. VolcanoG.Text = "Volcano Gift"
  799. VolcanoG.TextColor3 = Color3.new(1, 1, 1)
  800. VolcanoG.TextScaled = true
  801. VolcanoG.TextSize = 14
  802. VolcanoG.TextWrapped = true
  803.  
  804. YW.Name = "YW"
  805. YW.Parent = ABunchOfGifts
  806. YW.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  807. YW.BorderSizePixel = 0
  808. YW.Position = UDim2.new(0.0328979567, 0, 0.622073591, 0)
  809. YW.Size = UDim2.new(0, 81, 0, 25)
  810. YW.Font = Enum.Font.Highway
  811. YW.Text = "Yellow Wobble"
  812. YW.TextColor3 = Color3.new(1, 1, 1)
  813. YW.TextScaled = true
  814. YW.TextSize = 14
  815. YW.TextWrapped = true
  816.  
  817. BlueG.Name = "BlueG"
  818. BlueG.Parent = ABunchOfGifts
  819. BlueG.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  820. BlueG.BorderSizePixel = 0
  821. BlueG.Position = UDim2.new(0.0328979567, 0, 0.739130437, 0)
  822. BlueG.Size = UDim2.new(0, 81, 0, 25)
  823. BlueG.Font = Enum.Font.Highway
  824. BlueG.Text = "Blue Gift"
  825. BlueG.TextColor3 = Color3.new(1, 1, 1)
  826. BlueG.TextScaled = true
  827. BlueG.TextSize = 14
  828. BlueG.TextWrapped = true
  829.  
  830. Jingle.Name = "Jingle"
  831. Jingle.Parent = ABunchOfGifts
  832. Jingle.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  833. Jingle.BorderSizePixel = 0
  834. Jingle.Position = UDim2.new(0.596457243, 0, 0.28093648, 0)
  835. Jingle.Size = UDim2.new(0, 81, 0, 25)
  836. Jingle.Font = Enum.Font.Highway
  837. Jingle.Text = "Jingle Gift"
  838. Jingle.TextColor3 = Color3.new(1, 1, 1)
  839. Jingle.TextScaled = true
  840. Jingle.TextSize = 14
  841. Jingle.TextWrapped = true
  842.  
  843. RW.Name = "RW"
  844. RW.Parent = ABunchOfGifts
  845. RW.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  846. RW.BorderSizePixel = 0
  847. RW.Position = UDim2.new(0.596457243, 0, 0.39464885, 0)
  848. RW.Size = UDim2.new(0, 81, 0, 25)
  849. RW.Font = Enum.Font.Highway
  850. RW.Text = "Red Wobble"
  851. RW.TextColor3 = Color3.new(1, 1, 1)
  852. RW.TextScaled = true
  853. RW.TextSize = 14
  854. RW.TextWrapped = true
  855.  
  856. SG.Name = "SG"
  857. SG.Parent = ABunchOfGifts
  858. SG.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  859. SG.BorderSizePixel = 0
  860. SG.Position = UDim2.new(0.596457243, 0, 0.50836122, 0)
  861. SG.Size = UDim2.new(0, 81, 0, 25)
  862. SG.Font = Enum.Font.Highway
  863. SG.Text = "Sled Gift"
  864. SG.TextColor3 = Color3.new(1, 1, 1)
  865. SG.TextScaled = true
  866. SG.TextSize = 14
  867. SG.TextWrapped = true
  868.  
  869. MG.Name = "MG"
  870. MG.Parent = ABunchOfGifts
  871. MG.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  872. MG.BorderSizePixel = 0
  873. MG.Position = UDim2.new(0.596457243, 0, 0.622073591, 0)
  874. MG.Size = UDim2.new(0, 81, 0, 25)
  875. MG.Font = Enum.Font.Highway
  876. MG.Text = "Modern Gift"
  877. MG.TextColor3 = Color3.new(1, 1, 1)
  878. MG.TextScaled = true
  879. MG.TextSize = 14
  880. MG.TextWrapped = true
  881.  
  882. TextLabel_9.Parent = ABunchOfGifts
  883. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  884. TextLabel_9.BackgroundTransparency = 1
  885. TextLabel_9.BorderSizePixel = 0
  886. TextLabel_9.Position = UDim2.new(0, 0, 0.91304338, 0)
  887. TextLabel_9.Size = UDim2.new(0, 236, 0, 28)
  888. TextLabel_9.Font = Enum.Font.Highway
  889. TextLabel_9.Text = "Reload Nhà Sau Khi Chọn Quà"
  890. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  891. TextLabel_9.TextScaled = true
  892. TextLabel_9.TextSize = 14
  893. TextLabel_9.TextWrapped = true
  894.  
  895. TextLabel_10.Parent = ABunchOfGifts
  896. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  897. TextLabel_10.BackgroundTransparency = 1
  898. TextLabel_10.BorderSizePixel = 0
  899. TextLabel_10.Position = UDim2.new(0.466101438, 0, 0.74581933, 0)
  900. TextLabel_10.Size = UDim2.new(0, 111, 0, 45)
  901. TextLabel_10.Font = Enum.Font.Highway
  902. TextLabel_10.Text = "Sẽ Ra Mắt Sớm "
  903. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  904. TextLabel_10.TextScaled = true
  905. TextLabel_10.TextSize = 14
  906. TextLabel_10.TextWrapped = true
  907. -- Scripts:
  908. function SCRIPT_DOFC88_FAKESCRIPT() -- LumberLand.LocalScript
  909. local script = Instance.new('LocalScript')
  910. script.Parent = LumberLand
  911. frame = script.Parent.AxeSpooner
  912. frame.Draggable = true
  913. frame.Active = true
  914. frame.Selectable = true
  915.  
  916.  
  917.  
  918.  
  919. end
  920. coroutine.resume(coroutine.create(SCRIPT_DOFC88_FAKESCRIPT))
  921. function SCRIPT_BZWP65_FAKESCRIPT() -- ManyAxe.LocalScript
  922. local script = Instance.new('LocalScript')
  923. script.Parent = ManyAxe
  924. script.Parent.MouseButton1Click:Connect(function()
  925. local Item = "ManyAxe"
  926. local Quantity = 20
  927.  
  928. local Land = nil
  929. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  930. if v.Owner.Value == game.Players.LocalPlayer then
  931. Land = v
  932. break
  933. end
  934. end
  935. if not Land then
  936. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  937. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  938. Land = v
  939. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  940. break
  941. end
  942. end
  943. end
  944.  
  945. function Spawn(Item)
  946. local Info = {}
  947. Info.Name = Item.Name
  948. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  949. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  950. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  951. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  952. end
  953.  
  954. for i=1, Quantity do
  955. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  956. end
  957. end)
  958.  
  959.  
  960.  
  961.  
  962. end
  963. coroutine.resume(coroutine.create(SCRIPT_BZWP65_FAKESCRIPT))
  964. function SCRIPT_WCWA75_FAKESCRIPT() -- EndTimesAxe.LocalScript
  965. local script = Instance.new('LocalScript')
  966. script.Parent = EndTimesAxe
  967. script.Parent.MouseButton1Click:Connect(function()
  968. local Item = "EndTimesAxe"
  969. local Quantity = 20
  970.  
  971. local Land = nil
  972. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  973. if v.Owner.Value == game.Players.LocalPlayer then
  974. Land = v
  975. break
  976. end
  977. end
  978. if not Land then
  979. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  980. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  981. Land = v
  982. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  983. break
  984. end
  985. end
  986. end
  987.  
  988. function Spawn(Item)
  989. local Info = {}
  990. Info.Name = Item.Name
  991. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  992. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  993. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  994. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  995. end
  996.  
  997. for i=1, Quantity do
  998. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  999. end
  1000. end)
  1001.  
  1002.  
  1003.  
  1004.  
  1005. end
  1006. coroutine.resume(coroutine.create(SCRIPT_WCWA75_FAKESCRIPT))
  1007. function SCRIPT_PEDD86_FAKESCRIPT() -- AxeAlphaTesters.LocalScript
  1008. local script = Instance.new('LocalScript')
  1009. script.Parent = AxeAlphaTesters
  1010. script.Parent.MouseButton1Click:Connect(function()
  1011. local Item = "AxeAlphaTesters"
  1012. local Quantity = 20
  1013.  
  1014. local Land = nil
  1015. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1016. if v.Owner.Value == game.Players.LocalPlayer then
  1017. Land = v
  1018. break
  1019. end
  1020. end
  1021. if not Land then
  1022. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1023. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1024. Land = v
  1025. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1026. break
  1027. end
  1028. end
  1029. end
  1030.  
  1031. function Spawn(Item)
  1032. local Info = {}
  1033. Info.Name = Item.Name
  1034. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1035. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1036. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1037. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1038. end
  1039.  
  1040. for i=1, Quantity do
  1041. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1042. end
  1043. end)
  1044.  
  1045.  
  1046.  
  1047.  
  1048. end
  1049. coroutine.resume(coroutine.create(SCRIPT_PEDD86_FAKESCRIPT))
  1050. function SCRIPT_JCFX70_FAKESCRIPT() -- FireAxe.LocalScript
  1051. local script = Instance.new('LocalScript')
  1052. script.Parent = FireAxe
  1053. script.Parent.MouseButton1Click:Connect(function()
  1054. local Item = "FireAxe"
  1055. local Quantity = 20
  1056.  
  1057. local Land = nil
  1058. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1059. if v.Owner.Value == game.Players.LocalPlayer then
  1060. Land = v
  1061. break
  1062. end
  1063. end
  1064. if not Land then
  1065. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1066. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1067. Land = v
  1068. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1069. break
  1070. end
  1071. end
  1072. end
  1073.  
  1074. function Spawn(Item)
  1075. local Info = {}
  1076. Info.Name = Item.Name
  1077. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1078. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1079. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1080. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1081. end
  1082.  
  1083. for i=1, Quantity do
  1084. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1085. end
  1086. end)
  1087.  
  1088.  
  1089.  
  1090.  
  1091. end
  1092. coroutine.resume(coroutine.create(SCRIPT_JCFX70_FAKESCRIPT))
  1093. function SCRIPT_YZYJ75_FAKESCRIPT() -- Beesaxe.LocalScript
  1094. local script = Instance.new('LocalScript')
  1095. script.Parent = Beesaxe
  1096. script.Parent.MouseButton1Click:Connect(function()
  1097. local Item = "Beesaxe"
  1098. local Quantity = 20
  1099.  
  1100. local Land = nil
  1101. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1102. if v.Owner.Value == game.Players.LocalPlayer then
  1103. Land = v
  1104. break
  1105. end
  1106. end
  1107. if not Land then
  1108. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1109. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1110. Land = v
  1111. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1112. break
  1113. end
  1114. end
  1115. end
  1116.  
  1117. function Spawn(Item)
  1118. local Info = {}
  1119. Info.Name = Item.Name
  1120. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1121. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1122. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1123. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1124. end
  1125.  
  1126. for i=1, Quantity do
  1127. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1128. end
  1129. end)
  1130.  
  1131.  
  1132.  
  1133.  
  1134. end
  1135. coroutine.resume(coroutine.create(SCRIPT_YZYJ75_FAKESCRIPT))
  1136. function SCRIPT_KMGS84_FAKESCRIPT() -- AxeAmber.LocalScript
  1137. local script = Instance.new('LocalScript')
  1138. script.Parent = AxeAmber
  1139. script.Parent.MouseButton1Click:Connect(function()
  1140. local Item = "AxeAmber"
  1141. local Quantity = 20
  1142.  
  1143. local Land = nil
  1144. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1145. if v.Owner.Value == game.Players.LocalPlayer then
  1146. Land = v
  1147. break
  1148. end
  1149. end
  1150. if not Land then
  1151. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1152. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1153. Land = v
  1154. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1155. break
  1156. end
  1157. end
  1158. end
  1159.  
  1160. function Spawn(Item)
  1161. local Info = {}
  1162. Info.Name = Item.Name
  1163. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1164. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1165. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1166. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1167. end
  1168.  
  1169. for i=1, Quantity do
  1170. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1171. end
  1172. end)
  1173.  
  1174.  
  1175.  
  1176.  
  1177. end
  1178. coroutine.resume(coroutine.create(SCRIPT_KMGS84_FAKESCRIPT))
  1179. function SCRIPT_PIOV71_FAKESCRIPT() -- AxeTwitter.LocalScript
  1180. local script = Instance.new('LocalScript')
  1181. script.Parent = AxeTwitter
  1182. script.Parent.MouseButton1Click:Connect(function()
  1183. local Item = "AxeTwitter"
  1184. local Quantity = 20
  1185.  
  1186. local Land = nil
  1187. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1188. if v.Owner.Value == game.Players.LocalPlayer then
  1189. Land = v
  1190. break
  1191. end
  1192. end
  1193. if not Land then
  1194. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1195. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1196. Land = v
  1197. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1198. break
  1199. end
  1200. end
  1201. end
  1202.  
  1203. function Spawn(Item)
  1204. local Info = {}
  1205. Info.Name = Item.Name
  1206. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1207. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1208. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1209. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1210. end
  1211.  
  1212. for i=1, Quantity do
  1213. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1214. end
  1215. end)
  1216.  
  1217.  
  1218.  
  1219.  
  1220. end
  1221. coroutine.resume(coroutine.create(SCRIPT_PIOV71_FAKESCRIPT))
  1222. function SCRIPT_PNHT69_FAKESCRIPT() -- GingerbreadAxe.LocalScript
  1223. local script = Instance.new('LocalScript')
  1224. script.Parent = GingerbreadAxe
  1225. script.Parent.MouseButton1Click:Connect(function()
  1226. local Item = "GingerbreadAxe"
  1227. local Quantity = 20
  1228.  
  1229. local Land = nil
  1230. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1231. if v.Owner.Value == game.Players.LocalPlayer then
  1232. Land = v
  1233. break
  1234. end
  1235. end
  1236. if not Land then
  1237. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1238. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1239. Land = v
  1240. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1241. break
  1242. end
  1243. end
  1244. end
  1245.  
  1246. function Spawn(Item)
  1247. local Info = {}
  1248. Info.Name = Item.Name
  1249. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1250. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1251. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1252. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1253. end
  1254.  
  1255. for i=1, Quantity do
  1256. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1257. end
  1258. end)
  1259.  
  1260.  
  1261.  
  1262.  
  1263. end
  1264. coroutine.resume(coroutine.create(SCRIPT_PNHT69_FAKESCRIPT))
  1265. function SCRIPT_WROS68_FAKESCRIPT() -- CandyCaneAxe.LocalScript
  1266. local script = Instance.new('LocalScript')
  1267. script.Parent = CandyCaneAxe
  1268. script.Parent.MouseButton1Click:Connect(function()
  1269. local Item = "CandyCaneAxe"
  1270. local Quantity = 20
  1271.  
  1272. local Land = nil
  1273. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1274. if v.Owner.Value == game.Players.LocalPlayer then
  1275. Land = v
  1276. break
  1277. end
  1278. end
  1279. if not Land then
  1280. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1281. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1282. Land = v
  1283. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1284. break
  1285. end
  1286. end
  1287. end
  1288.  
  1289. function Spawn(Item)
  1290. local Info = {}
  1291. Info.Name = Item.Name
  1292. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1293. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1294. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1295. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1296. end
  1297.  
  1298. for i=1, Quantity do
  1299. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1300. end
  1301. end)
  1302.  
  1303.  
  1304.  
  1305.  
  1306. end
  1307. coroutine.resume(coroutine.create(SCRIPT_WROS68_FAKESCRIPT))
  1308. function SCRIPT_OMJO87_FAKESCRIPT() -- AxeBetaTesters.LocalScript
  1309. local script = Instance.new('LocalScript')
  1310. script.Parent = AxeBetaTesters
  1311. script.Parent.MouseButton1Click:Connect(function()
  1312. local Item = "AxeBetaTesters"
  1313. local Quantity = 20
  1314.  
  1315. local Land = nil
  1316. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1317. if v.Owner.Value == game.Players.LocalPlayer then
  1318. Land = v
  1319. break
  1320. end
  1321. end
  1322. if not Land then
  1323. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1324. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1325. Land = v
  1326. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1327. break
  1328. end
  1329. end
  1330. end
  1331.  
  1332. function Spawn(Item)
  1333. local Info = {}
  1334. Info.Name = Item.Name
  1335. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1336. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1337. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1338. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1339. end
  1340.  
  1341. for i=1, Quantity do
  1342. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1343. end
  1344. end)
  1345.  
  1346.  
  1347.  
  1348.  
  1349. end
  1350. coroutine.resume(coroutine.create(SCRIPT_OMJO87_FAKESCRIPT))
  1351. function SCRIPT_BLUQ69_FAKESCRIPT() -- Rukiryaxe.LocalScript
  1352. local script = Instance.new('LocalScript')
  1353. script.Parent = Rukiryaxe
  1354. script.Parent.MouseButton1Click:Connect(function()
  1355. local Item = "Rukiryaxe"
  1356. local Quantity = 20
  1357.  
  1358. local Land = nil
  1359. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1360. if v.Owner.Value == game.Players.LocalPlayer then
  1361. Land = v
  1362. break
  1363. end
  1364. end
  1365. if not Land then
  1366. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1367. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1368. Land = v
  1369. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1370. break
  1371. end
  1372. end
  1373. end
  1374.  
  1375. function Spawn(Item)
  1376. local Info = {}
  1377. Info.Name = Item.Name
  1378. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1379. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1380. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1381. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1382. end
  1383.  
  1384. for i=1, Quantity do
  1385. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1386. end
  1387. end)
  1388.  
  1389.  
  1390.  
  1391.  
  1392. end
  1393. coroutine.resume(coroutine.create(SCRIPT_BLUQ69_FAKESCRIPT))
  1394. function SCRIPT_DDSS74_FAKESCRIPT() -- LumberLand.LocalScript
  1395. local script = Instance.new('LocalScript')
  1396. script.Parent = LumberLand
  1397. frame = script.Parent.Frame
  1398. frame.Draggable = true
  1399. frame.Active = true
  1400. frame.Selectable = true
  1401.  
  1402.  
  1403.  
  1404.  
  1405. end
  1406. coroutine.resume(coroutine.create(SCRIPT_DDSS74_FAKESCRIPT))
  1407. function SCRIPT_JRIS80_FAKESCRIPT() -- Walkspeed.LocalScript
  1408. local script = Instance.new('LocalScript')
  1409. script.Parent = Walkspeed
  1410. script.Parent.MouseButton1Down:connect(function()
  1411. while true do
  1412. wait()
  1413. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
  1414. end
  1415. end)
  1416.  
  1417.  
  1418.  
  1419.  
  1420. end
  1421. coroutine.resume(coroutine.create(SCRIPT_JRIS80_FAKESCRIPT))
  1422. function SCRIPT_SRKG90_FAKESCRIPT() -- MaxLand.LocalScript
  1423. local script = Instance.new('LocalScript')
  1424. script.Parent = MaxLand
  1425. script.Parent.MouseButton1Down:connect(function()
  1426. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  1427. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  1428. base = v
  1429. square = v.OriginSquare
  1430. end
  1431. end
  1432. function makebase(pos)
  1433. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  1434. Event:FireServer(base, pos)
  1435. end
  1436. spos = square.Position
  1437. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  1438. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  1439. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  1440. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  1441. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  1442. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  1443. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  1444. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  1445. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  1446. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  1447. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  1448. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  1449. --Corners--
  1450. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  1451. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  1452. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  1453. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  1454. --Corners--
  1455. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  1456. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  1457. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  1458. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  1459. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  1460. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  1461. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  1462. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  1463.  
  1464. end)
  1465.  
  1466.  
  1467. end
  1468. coroutine.resume(coroutine.create(SCRIPT_SRKG90_FAKESCRIPT))
  1469. function SCRIPT_KSXF90_FAKESCRIPT() -- SellWood.LocalScript
  1470. local script = Instance.new('LocalScript')
  1471. script.Parent = SellWood
  1472. script.Parent.MouseButton1Down:connect(function()
  1473. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  1474. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1475. if Log.Owner.Value == game.Players.LocalPlayer then
  1476. for i,v in pairs(Log:GetChildren()) do
  1477. if v.Name=="WoodSection" then
  1478. spawn(function()
  1479. for i=1,10 do
  1480. wait()
  1481. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1482. end
  1483. end)
  1484. end
  1485. end
  1486. spawn(function()
  1487. for i=1,20 do
  1488. wait()
  1489. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1490. end
  1491. end)
  1492. end
  1493. end
  1494. end
  1495. end)
  1496.  
  1497. end
  1498. coroutine.resume(coroutine.create(SCRIPT_KSXF90_FAKESCRIPT))
  1499. function SCRIPT_RTMZ75_FAKESCRIPT() -- SuperJump.LocalScript
  1500. local script = Instance.new('LocalScript')
  1501. script.Parent = SuperJump
  1502. script.Parent.MouseButton1Down:connect(function()
  1503. while true do
  1504. wait()
  1505. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120
  1506. end
  1507. end)
  1508.  
  1509. end
  1510. coroutine.resume(coroutine.create(SCRIPT_RTMZ75_FAKESCRIPT))
  1511. function SCRIPT_WZGJ85_FAKESCRIPT() -- GoldAxe.LocalScript
  1512. local script = Instance.new('LocalScript')
  1513. script.Parent = GoldAxe
  1514. script.Parent.MouseButton1Down:connect(function()
  1515. local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)function GetAxe()if game.Players.LocalPlayer.Character:FindFirstChild("Tool")then return game.Players.LocalPlayer.Character:FindFirstChild("Tool")end end;local c={['GoldAxe']=50,['BasicHatchet']=0.2,['Axe1']=0.55,['Axe2']=0.93,['AxeAlphaTesters']=1.5,['Rukiryaxe']=1.68,['Axe3']=1.45,['AxeBetaTesters']=1.45,['FireAxe']=0.6,['SilverAxe']=1.6,['EndTimesAxe']=10000000,['AxeChicken']=0.1,['CandyCaneAxe']=0}local Pressing=false;local a=game:GetService("Players").LocalPlayer:GetMouse()a.Button1Down:connect(function(b)Pressing=false end)a.Button1Down:connect(function(b)Pressing=true;poop(GetAxe())end)function cut(d)local e=game.Players.LocalPlayer:GetMouse().Target;local f=game.Players.LocalPlayer:GetMouse().Hit;local g=e.CFrame:pointToObjectSpace(f.p).Y+e.Size.Y/2;if e.Parent:WaitForChild("CutEvent",0.1)then game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(e.Parent.CutEvent,{["cuttingClass"]="Axe",["cooldown"]=0,["hitPoints"]=c[d.ToolName.Value],["sectionId"]=e.ID.Value,["tool"]=d,["faceVector"]=Vector3.new(-1,0,0),["height"]=g})end end;function poop(d)for h=1,100 do if Pressing==true then cut(d)end end end
  1516. end)
  1517.  
  1518.  
  1519. end
  1520. coroutine.resume(coroutine.create(SCRIPT_WZGJ85_FAKESCRIPT))
  1521. function SCRIPT_SMXC85_FAKESCRIPT() -- InfWire.LocalScript
  1522. local script = Instance.new('LocalScript')
  1523. script.Parent = InfWire
  1524. script.Parent.MouseButton1Down:connect(function()
  1525. for i,v in next,game.ReplicatedStorage.Purchasables.WireObjects:GetChildren() do
  1526. if v:FindFirstChild("Type") then
  1527. if v.Type.Value == "Wire" then
  1528. v.Type.Parent.OtherInfo.MaxLength.Value = math.huge
  1529. end
  1530. end
  1531. end
  1532. end)
  1533.  
  1534.  
  1535. end
  1536. coroutine.resume(coroutine.create(SCRIPT_SMXC85_FAKESCRIPT))
  1537. function SCRIPT_TBXB83_FAKESCRIPT() -- AllBluePrints.LocalScript
  1538. local script = Instance.new('LocalScript')
  1539. script.Parent = AllBluePrints
  1540. script.Parent.MouseButton1Down:connect(function()
  1541. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  1542. local clone = v:Clone()
  1543. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  1544. end
  1545. end)
  1546.  
  1547. end
  1548. coroutine.resume(coroutine.create(SCRIPT_TBXB83_FAKESCRIPT))
  1549. function SCRIPT_XPGK67_FAKESCRIPT() -- Bringwood.LocalScript
  1550. local script = Instance.new('LocalScript')
  1551. script.Parent = Bringwood
  1552. script.Parent.MouseButton1Down:connect(function()
  1553. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1554. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  1555. if Log.Owner.Value == game.Players.LocalPlayer then
  1556. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  1557. end
  1558. end
  1559. end
  1560. end)
  1561.  
  1562. end
  1563. coroutine.resume(coroutine.create(SCRIPT_XPGK67_FAKESCRIPT))
  1564. function SCRIPT_GFLL73_FAKESCRIPT() -- TpToPlot.LocalScript
  1565. local script = Instance.new('LocalScript')
  1566. script.Parent = TpToPlot
  1567. script.Parent.MouseButton1Down:connect(function()
  1568. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1569. if v.Owner.Value == game.Players.LocalPlayer then
  1570. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  1571. end
  1572. end
  1573. end)
  1574.  
  1575. end
  1576. coroutine.resume(coroutine.create(SCRIPT_GFLL73_FAKESCRIPT))
  1577. function SCRIPT_SYTK78_FAKESCRIPT() -- NoClip.LocalScript
  1578. local script = Instance.new('LocalScript')
  1579. script.Parent = NoClip
  1580.  
  1581. noclip = false
  1582. game:GetService('RunService').Stepped:connect(function()
  1583. if noclip then
  1584. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1585. end
  1586. end)
  1587.  
  1588. end
  1589. coroutine.resume(coroutine.create(SCRIPT_SYTK78_FAKESCRIPT))
  1590. function SCRIPT_DOOE66_FAKESCRIPT() -- CloneT.LocalScript
  1591. local script = Instance.new('LocalScript')
  1592. script.Parent = CloneT
  1593. script.Parent.MouseButton1Click(function()
  1594. loadstring(game:HttpGet('https://pastebin.com/gvXJW0tC', true))()
  1595. end)
  1596.  
  1597. end
  1598. coroutine.resume(coroutine.create(SCRIPT_DOOE66_FAKESCRIPT))
  1599. function SCRIPT_VZXJ71_FAKESCRIPT() -- Den.LocalScript
  1600. local script = Instance.new('LocalScript')
  1601. script.Parent = Den
  1602. script.Parent.MouseButton1Down:connect(function()
  1603. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(331, 45, 1941))
  1604. end)
  1605.  
  1606.  
  1607.  
  1608. end
  1609. coroutine.resume(coroutine.create(SCRIPT_VZXJ71_FAKESCRIPT))
  1610. function SCRIPT_OAMS82_FAKESCRIPT() -- WoodRUs.LocalScript
  1611. local script = Instance.new('LocalScript')
  1612. script.Parent = WoodRUs
  1613. script.Parent.MouseButton1Down:connect(function()
  1614. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265,3,57))
  1615. end)
  1616.  
  1617. end
  1618. coroutine.resume(coroutine.create(SCRIPT_OAMS82_FAKESCRIPT))
  1619. function SCRIPT_RBBT68_FAKESCRIPT() -- Boxedcars.LocalScript
  1620. local script = Instance.new('LocalScript')
  1621. script.Parent = Boxedcars
  1622. script.Parent.MouseButton1Down:connect(function()
  1623. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  1624. end)
  1625.  
  1626. end
  1627. coroutine.resume(coroutine.create(SCRIPT_RBBT68_FAKESCRIPT))
  1628. function SCRIPT_IWDT72_FAKESCRIPT() -- Linkslogic.LocalScript
  1629. local script = Instance.new('LocalScript')
  1630. script.Parent = Linkslogic
  1631. script.Parent.MouseButton1Down:connect(function()
  1632. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4607,7.5,-798))
  1633. end)
  1634.  
  1635. end
  1636. coroutine.resume(coroutine.create(SCRIPT_IWDT72_FAKESCRIPT))
  1637. function SCRIPT_VZAY74_FAKESCRIPT() -- Bobs_shack.LocalScript
  1638. local script = Instance.new('LocalScript')
  1639. script.Parent = Bobs_shack
  1640. script.Parent.MouseButton1Down:connect(function()
  1641. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  1642. end)
  1643.  
  1644.  
  1645. end
  1646. coroutine.resume(coroutine.create(SCRIPT_VZAY74_FAKESCRIPT))
  1647. function SCRIPT_RIHG86_FAKESCRIPT() -- Finearts.LocalScript
  1648. local script = Instance.new('LocalScript')
  1649. script.Parent = Finearts
  1650. script.Parent.MouseButton1Down:connect(function()
  1651. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(5207, -166, 719))
  1652. end)
  1653.  
  1654. end
  1655. coroutine.resume(coroutine.create(SCRIPT_RIHG86_FAKESCRIPT))
  1656. function SCRIPT_KLBY85_FAKESCRIPT() -- FancyFurnishings.LocalScript
  1657. local script = Instance.new('LocalScript')
  1658. script.Parent = FancyFurnishings
  1659. script.Parent.MouseButton1Down:connect(function()
  1660. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(491, 3, -1720))
  1661. end)
  1662.  
  1663. end
  1664. coroutine.resume(coroutine.create(SCRIPT_KLBY85_FAKESCRIPT))
  1665. function SCRIPT_UVXH81_FAKESCRIPT() -- StrangeMan.LocalScript
  1666. local script = Instance.new('LocalScript')
  1667. script.Parent = StrangeMan
  1668. script.Parent.MouseButton1Down:connect(function()
  1669. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1061, 16, 1131))
  1670. end)
  1671.  
  1672. end
  1673. coroutine.resume(coroutine.create(SCRIPT_UVXH81_FAKESCRIPT))
  1674. function SCRIPT_BTYZ73_FAKESCRIPT() -- SkiiLodge.LocalScript
  1675. local script = Instance.new('LocalScript')
  1676. script.Parent = SkiiLodge
  1677. script.Parent.MouseButton1Down:connect(function()
  1678. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1244, 62, 2306))
  1679. end)
  1680.  
  1681. end
  1682. coroutine.resume(coroutine.create(SCRIPT_BTYZ73_FAKESCRIPT))
  1683. function SCRIPT_FVGP78_FAKESCRIPT() -- Spawn.LocalScript
  1684. local script = Instance.new('LocalScript')
  1685. script.Parent = Spawn
  1686. script.Parent.MouseButton1Down:connect(function()
  1687. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155,3,74))
  1688. end)
  1689.  
  1690.  
  1691. end
  1692. coroutine.resume(coroutine.create(SCRIPT_FVGP78_FAKESCRIPT))
  1693. function SCRIPT_HYHP66_FAKESCRIPT() -- Cave.LocalScript
  1694. local script = Instance.new('LocalScript')
  1695. script.Parent = Cave
  1696. script.Parent.MouseButton1Down:connect(function()
  1697. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581,-179,430))
  1698. end)
  1699.  
  1700.  
  1701. end
  1702. coroutine.resume(coroutine.create(SCRIPT_HYHP66_FAKESCRIPT))
  1703. function SCRIPT_NVRM66_FAKESCRIPT() -- Island.LocalScript
  1704. local script = Instance.new('LocalScript')
  1705. script.Parent = Island
  1706. script.Parent.MouseButton1Down:connect(function()
  1707. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549,-5,-42))
  1708. end)
  1709.  
  1710.  
  1711. end
  1712. coroutine.resume(coroutine.create(SCRIPT_NVRM66_FAKESCRIPT))
  1713. function SCRIPT_BQJA85_FAKESCRIPT() -- Volcano.LocalScript
  1714. local script = Instance.new('LocalScript')
  1715. script.Parent = Volcano
  1716. script.Parent.MouseButton1Down:connect(function()
  1717. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  1718. end)
  1719.  
  1720. end
  1721. coroutine.resume(coroutine.create(SCRIPT_BQJA85_FAKESCRIPT))
  1722. function SCRIPT_IXIL88_FAKESCRIPT() -- Swamp.LocalScript
  1723. local script = Instance.new('LocalScript')
  1724. script.Parent = Swamp
  1725. script.Parent.MouseButton1Down:connect(function()
  1726. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  1727. end)
  1728.  
  1729.  
  1730. end
  1731. coroutine.resume(coroutine.create(SCRIPT_IXIL88_FAKESCRIPT))
  1732. function SCRIPT_VSHT88_FAKESCRIPT() -- LumberLand.LocalScript
  1733. local script = Instance.new('LocalScript')
  1734. script.Parent = LumberLand
  1735. frame = script.Parent.TpMenu
  1736. frame.Draggable = true
  1737. frame.Active = true
  1738. frame.Selectable = true
  1739.  
  1740.  
  1741.  
  1742.  
  1743. end
  1744. coroutine.resume(coroutine.create(SCRIPT_VSHT88_FAKESCRIPT))
  1745. function SCRIPT_BTAT76_FAKESCRIPT() -- UT.LocalScript
  1746. local script = Instance.new('LocalScript')
  1747. script.Parent = UT
  1748. script.Parent.MouseButton1Click:Connect(function()
  1749. local Item = "2016CGift_Ut"
  1750. local Quantity = 20
  1751.  
  1752. local Land = nil
  1753. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1754. if v.Owner.Value == game.Players.LocalPlayer then
  1755. Land = v
  1756. break
  1757. end
  1758. end
  1759. if not Land then
  1760. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1761. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1762. Land = v
  1763. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1764. break
  1765. end
  1766. end
  1767. end
  1768.  
  1769. function Spawn(Item)
  1770. local Info = {}
  1771. Info.Name = Item.Name
  1772. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1773. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1774. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1775. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1776. end
  1777.  
  1778. for i=1, Quantity do
  1779. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1780. end
  1781. end)
  1782.  
  1783.  
  1784.  
  1785.  
  1786. end
  1787. coroutine.resume(coroutine.create(SCRIPT_BTAT76_FAKESCRIPT))
  1788. function SCRIPT_LPNH73_FAKESCRIPT() -- BigGift.LocalScript
  1789. local script = Instance.new('LocalScript')
  1790. script.Parent = BigGift
  1791. script.Parent.MouseButton1Click:Connect(function()
  1792. local Item = "2016CGift_Big"
  1793. local Quantity = 20
  1794.  
  1795. local Land = nil
  1796. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1797. if v.Owner.Value == game.Players.LocalPlayer then
  1798. Land = v
  1799. break
  1800. end
  1801. end
  1802. if not Land then
  1803. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1804. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1805. Land = v
  1806. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1807. break
  1808. end
  1809. end
  1810. end
  1811.  
  1812. function Spawn(Item)
  1813. local Info = {}
  1814. Info.Name = Item.Name
  1815. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1816. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1817. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1818. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1819. end
  1820.  
  1821. for i=1, Quantity do
  1822. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1823. end
  1824. end)
  1825.  
  1826.  
  1827.  
  1828.  
  1829. end
  1830. coroutine.resume(coroutine.create(SCRIPT_LPNH73_FAKESCRIPT))
  1831. function SCRIPT_KERY90_FAKESCRIPT() -- CoalG.LocalScript
  1832. local script = Instance.new('LocalScript')
  1833. script.Parent = CoalG
  1834. script.Parent.MouseButton1Click:Connect(function()
  1835. local Item = "2015CGift_Coal"
  1836. local Quantity = 20
  1837.  
  1838. local Land = nil
  1839. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1840. if v.Owner.Value == game.Players.LocalPlayer then
  1841. Land = v
  1842. break
  1843. end
  1844. end
  1845. if not Land then
  1846. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1847. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1848. Land = v
  1849. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1850. break
  1851. end
  1852. end
  1853. end
  1854.  
  1855. function Spawn(Item)
  1856. local Info = {}
  1857. Info.Name = Item.Name
  1858. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1859. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1860. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1861. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1862. end
  1863.  
  1864. for i=1, Quantity do
  1865. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1866. end
  1867. end)
  1868.  
  1869.  
  1870.  
  1871.  
  1872. end
  1873. coroutine.resume(coroutine.create(SCRIPT_KERY90_FAKESCRIPT))
  1874. function SCRIPT_VVPP78_FAKESCRIPT() -- SweetGift.LocalScript
  1875. local script = Instance.new('LocalScript')
  1876. script.Parent = SweetGift
  1877. script.Parent.MouseButton1Click:Connect(function()
  1878. local Item = "2016CGfit_Sweet"
  1879. local Quantity = 20
  1880.  
  1881. local Land = nil
  1882. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1883. if v.Owner.Value == game.Players.LocalPlayer then
  1884. Land = v
  1885. break
  1886. end
  1887. end
  1888. if not Land then
  1889. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1890. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1891. Land = v
  1892. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1893. break
  1894. end
  1895. end
  1896. end
  1897.  
  1898. function Spawn(Item)
  1899. local Info = {}
  1900. Info.Name = Item.Name
  1901. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1902. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1903. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1904. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1905. end
  1906.  
  1907. for i=1, Quantity do
  1908. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1909. end
  1910. end)
  1911.  
  1912.  
  1913.  
  1914.  
  1915. end
  1916. coroutine.resume(coroutine.create(SCRIPT_VVPP78_FAKESCRIPT))
  1917. function SCRIPT_GIPR86_FAKESCRIPT() -- VolcanoG.LocalScript
  1918. local script = Instance.new('LocalScript')
  1919. script.Parent = VolcanoG
  1920. script.Parent.MouseButton1Click:Connect(function()
  1921. local Item = "2015CGift_Volcano"
  1922. local Quantity = 20
  1923.  
  1924. local Land = nil
  1925. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1926. if v.Owner.Value == game.Players.LocalPlayer then
  1927. Land = v
  1928. break
  1929. end
  1930. end
  1931. if not Land then
  1932. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1933. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1934. Land = v
  1935. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1936. break
  1937. end
  1938. end
  1939. end
  1940.  
  1941. function Spawn(Item)
  1942. local Info = {}
  1943. Info.Name = Item.Name
  1944. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1945. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1946. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1947. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1948. end
  1949.  
  1950. for i=1, Quantity do
  1951. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1952. end
  1953. end)
  1954.  
  1955.  
  1956.  
  1957.  
  1958. end
  1959. coroutine.resume(coroutine.create(SCRIPT_GIPR86_FAKESCRIPT))
  1960. function SCRIPT_SVSK83_FAKESCRIPT() -- YW.LocalScript
  1961. local script = Instance.new('LocalScript')
  1962. script.Parent = YW
  1963. script.Parent.MouseButton1Click:Connect(function()
  1964. local Item = "2015CGift_Wobble"
  1965. local Quantity = 20
  1966.  
  1967. local Land = nil
  1968. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1969. if v.Owner.Value == game.Players.LocalPlayer then
  1970. Land = v
  1971. break
  1972. end
  1973. end
  1974. if not Land then
  1975. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1976. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  1977. Land = v
  1978. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  1979. break
  1980. end
  1981. end
  1982. end
  1983.  
  1984. function Spawn(Item)
  1985. local Info = {}
  1986. Info.Name = Item.Name
  1987. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  1988. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  1989. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  1990. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  1991. end
  1992.  
  1993. for i=1, Quantity do
  1994. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  1995. end
  1996. end)
  1997.  
  1998.  
  1999.  
  2000.  
  2001. end
  2002. coroutine.resume(coroutine.create(SCRIPT_SVSK83_FAKESCRIPT))
  2003. function SCRIPT_XTNF69_FAKESCRIPT() -- BlueG.LocalScript
  2004. local script = Instance.new('LocalScript')
  2005. script.Parent = BlueG
  2006. script.Parent.MouseButton1Click:Connect(function()
  2007. local Item = "2016CGift_Blue"
  2008. local Quantity = 20
  2009.  
  2010. local Land = nil
  2011. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2012. if v.Owner.Value == game.Players.LocalPlayer then
  2013. Land = v
  2014. break
  2015. end
  2016. end
  2017. if not Land then
  2018. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2019. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  2020. Land = v
  2021. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2022. break
  2023. end
  2024. end
  2025. end
  2026.  
  2027. function Spawn(Item)
  2028. local Info = {}
  2029. Info.Name = Item.Name
  2030. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  2031. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  2032. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  2033. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  2034. end
  2035.  
  2036. for i=1, Quantity do
  2037. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  2038. end
  2039. end)
  2040.  
  2041.  
  2042.  
  2043.  
  2044. end
  2045. coroutine.resume(coroutine.create(SCRIPT_XTNF69_FAKESCRIPT))
  2046. function SCRIPT_IFEL87_FAKESCRIPT() -- Jingle.LocalScript
  2047. local script = Instance.new('LocalScript')
  2048. script.Parent = Jingle
  2049. script.Parent.MouseButton1Click:Connect(function()
  2050. local Item = "2016CGift_Jingle"
  2051. local Quantity = 20
  2052.  
  2053. local Land = nil
  2054. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2055. if v.Owner.Value == game.Players.LocalPlayer then
  2056. Land = v
  2057. break
  2058. end
  2059. end
  2060. if not Land then
  2061. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2062. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  2063. Land = v
  2064. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2065. break
  2066. end
  2067. end
  2068. end
  2069.  
  2070. function Spawn(Item)
  2071. local Info = {}
  2072. Info.Name = Item.Name
  2073. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  2074. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  2075. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  2076. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  2077. end
  2078.  
  2079. for i=1, Quantity do
  2080. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  2081. end
  2082. end)
  2083.  
  2084.  
  2085.  
  2086.  
  2087. end
  2088. coroutine.resume(coroutine.create(SCRIPT_IFEL87_FAKESCRIPT))
  2089. function SCRIPT_CBBX88_FAKESCRIPT() -- RW.LocalScript
  2090. local script = Instance.new('LocalScript')
  2091. script.Parent = RW
  2092. script.Parent.MouseButton1Click:Connect(function()
  2093. local Item = "2016CGift_Wobble"
  2094. local Quantity = 20
  2095.  
  2096. local Land = nil
  2097. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2098. if v.Owner.Value == game.Players.LocalPlayer then
  2099. Land = v
  2100. break
  2101. end
  2102. end
  2103. if not Land then
  2104. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2105. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  2106. Land = v
  2107. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2108. break
  2109. end
  2110. end
  2111. end
  2112.  
  2113. function Spawn(Item)
  2114. local Info = {}
  2115. Info.Name = Item.Name
  2116. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  2117. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  2118. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  2119. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  2120. end
  2121.  
  2122. for i=1, Quantity do
  2123. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  2124. end
  2125. end)
  2126.  
  2127.  
  2128.  
  2129.  
  2130. end
  2131. coroutine.resume(coroutine.create(SCRIPT_CBBX88_FAKESCRIPT))
  2132. function SCRIPT_VZYF81_FAKESCRIPT() -- SG.LocalScript
  2133. local script = Instance.new('LocalScript')
  2134. script.Parent = SG
  2135. script.Parent.MouseButton1Click:Connect(function()
  2136. local Item = "2018CGift_Sled"
  2137. local Quantity = 20
  2138.  
  2139. local Land = nil
  2140. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2141. if v.Owner.Value == game.Players.LocalPlayer then
  2142. Land = v
  2143. break
  2144. end
  2145. end
  2146. if not Land then
  2147. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2148. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  2149. Land = v
  2150. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2151. break
  2152. end
  2153. end
  2154. end
  2155.  
  2156. function Spawn(Item)
  2157. local Info = {}
  2158. Info.Name = Item.Name
  2159. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  2160. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  2161. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  2162. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  2163. end
  2164.  
  2165. for i=1, Quantity do
  2166. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  2167. end
  2168. end)
  2169.  
  2170.  
  2171.  
  2172.  
  2173. end
  2174. coroutine.resume(coroutine.create(SCRIPT_VZYF81_FAKESCRIPT))
  2175. function SCRIPT_ADWG72_FAKESCRIPT() -- MG.LocalScript
  2176. local script = Instance.new('LocalScript')
  2177. script.Parent = MG
  2178. script.Parent.MouseButton1Click:Connect(function()
  2179. local Item = "2017CGift_Modern"
  2180. local Quantity = 20
  2181.  
  2182. local Land = nil
  2183. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2184. if v.Owner.Value == game.Players.LocalPlayer then
  2185. Land = v
  2186. break
  2187. end
  2188. end
  2189. if not Land then
  2190. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  2191. if v.Owner.Value == game.Players.LocalPlayer or v.Owner.Value == nil then
  2192. Land = v
  2193. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2194. break
  2195. end
  2196. end
  2197. end
  2198.  
  2199. function Spawn(Item)
  2200. local Info = {}
  2201. Info.Name = Item.Name
  2202. Info.Type = game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  2203. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  2204. local Points = {Land.OriginSquare.Position + Vector3.new(0,5,0), Land.OriginSquare.Position + Vector3.new(0,5,0)}
  2205. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  2206. end
  2207.  
  2208. for i=1, Quantity do
  2209. Spawn(game.ReplicatedStorage.Purchasables:FindFirstChild(Item, true))
  2210. end
  2211. end)
  2212.  
  2213.  
  2214.  
  2215.  
  2216. end
  2217. coroutine.resume(coroutine.create(SCRIPT_ADWG72_FAKESCRIPT))
  2218. function SCRIPT_MEYA67_FAKESCRIPT() -- LumberLand.LocalScript
  2219. local script = Instance.new('LocalScript')
  2220. script.Parent = LumberLand
  2221. frame = script.Parent.ABunchOfGifts
  2222. frame.Draggable = true
  2223. frame.Active = true
  2224. frame.Selectable = true
  2225.  
  2226.  
  2227.  
  2228.  
  2229. end
  2230. coroutine.resume(coroutine.create(SCRIPT_MEYA67_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement