Nghientapgym

Lumber Tycoon 2

May 27th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.22 KB | None | 0 0
  1. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("LT2") then
  2. game.Players.LocalPlayer.PlayerGui.LT2:Destroy()
  3. end
  4. local LT2 = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Shadow = Instance.new("Frame")
  7. local NubbleLT2 = Instance.new("TextLabel")
  8. local Buttons = Instance.new("Frame")
  9. local Teleport = Instance.new("TextButton")
  10. local Shadow_2 = Instance.new("Frame")
  11. local Functions = Instance.new("TextButton")
  12. local Shadow_3 = Instance.new("Frame")
  13. local TeleportWoods = Instance.new("TextButton")
  14. local Shadow_4 = Instance.new("Frame")
  15. local Credz = Instance.new("TextLabel")
  16. local Credz_2 = Instance.new("TextLabel")
  17. local Back1 = Instance.new("TextButton")
  18. local Shadow_5 = Instance.new("Frame")
  19. local NubbleLT2_Shadow = Instance.new("TextLabel")
  20. local Functions_2 = Instance.new("Frame")
  21. local GoldenAxe = Instance.new("TextButton")
  22. local Shadow_6 = Instance.new("Frame")
  23. local Dupe = Instance.new("TextButton")
  24. local Shadow_7 = Instance.new("Frame")
  25. local PinkWires = Instance.new("TextButton")
  26. local Shadow_8 = Instance.new("Frame")
  27. local RejoinServer = Instance.new("TextButton")
  28. local Shadow_9 = Instance.new("Frame")
  29. local DupeStat = Instance.new("TextLabel")
  30. local PinkWiresStatus = Instance.new("TextLabel")
  31. local Back1_2 = Instance.new("TextButton")
  32. local Shadow_10 = Instance.new("Frame")
  33. local Teleports = Instance.new("Frame")
  34. local ScrollingFrame = Instance.new("ScrollingFrame")
  35. local UIGridLayout = Instance.new("UIGridLayout")
  36. local WoodsRUS = Instance.new("TextButton")
  37. local WoodsRUS_2 = Instance.new("TextButton")
  38. local YourPlot = Instance.new("TextButton")
  39. local WoodsRUS_3 = Instance.new("TextButton")
  40. local WoodsRUS_4 = Instance.new("TextButton")
  41. local WoodsRUS_5 = Instance.new("TextButton")
  42. local WoodsRUS_6 = Instance.new("TextButton")
  43. local WoodsRUS_7 = Instance.new("TextButton")
  44. local WoodsRUS_8 = Instance.new("TextButton")
  45. local WoodsRUS_9 = Instance.new("TextButton")
  46. local WoodsRUS_10 = Instance.new("TextButton")
  47. local WoodsRUS_11 = Instance.new("TextButton")
  48. local Back2 = Instance.new("TextButton")
  49. local Shadow_11 = Instance.new("Frame")
  50. local oofage = Instance.new("Frame")
  51. local Player1 = Instance.new("TextButton")
  52. local UIGridLayout_2 = Instance.new("UIGridLayout")
  53. local Player2 = Instance.new("TextButton")
  54. local Player3 = Instance.new("TextButton")
  55. local Player4 = Instance.new("TextButton")
  56. local Player5 = Instance.new("TextButton")
  57. local TpBase = Instance.new("TextButton")
  58. local PlayerTp = Instance.new("TextButton")
  59. local PlayerSelect = Instance.new("TextLabel")
  60. local TP_Items = Instance.new("Frame")
  61. local Back1_3 = Instance.new("TextButton")
  62. local Shadow_12 = Instance.new("Frame")
  63. local SellWood = Instance.new("TextButton")
  64. local Shadow_13 = Instance.new("Frame")
  65. local TpWood = Instance.new("TextButton")
  66. local Shadow_14 = Instance.new("Frame")
  67. local TpAllPlanks = Instance.new("TextButton")
  68. local Shadow_15 = Instance.new("Frame")
  69. local SellPlanks = Instance.new("TextButton")
  70. local Shadow_16 = Instance.new("Frame")
  71. local Menu = Instance.new("TextButton")
  72. local Shadow_17 = Instance.new("Frame")
  73.  
  74. -- Properties
  75.  
  76. LT2.Name = "LT2"
  77. LT2.Parent = game.Players.LocalPlayer.PlayerGui
  78.  
  79. Main.Name = "Main"
  80. Main.Parent = LT2
  81. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  82. Main.BorderSizePixel = 0
  83. Main.Position = UDim2.new(0.5, -252, 0.5, -122)
  84. Main.Size = UDim2.new(0, 505, 0, 244)
  85. Main.ZIndex = 2
  86.  
  87. Shadow.Name = "Shadow"
  88. Shadow.Parent = Main
  89. Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  90. Shadow.BorderSizePixel = 0
  91. Shadow.Position = UDim2.new(0, 4, 0, 4)
  92. Shadow.Size = UDim2.new(0, 505, 0, 244)
  93.  
  94. NubbleLT2.Name = "NubbleLT2"
  95. NubbleLT2.Parent = Main
  96. NubbleLT2.BackgroundColor3 = Color3.new(1, 1, 1)
  97. NubbleLT2.BackgroundTransparency = 1
  98. NubbleLT2.BorderSizePixel = 0
  99. NubbleLT2.Position = UDim2.new(0.30297029, 0, 0, 0)
  100. NubbleLT2.Size = UDim2.new(0, 200, 0, 50)
  101. NubbleLT2.ZIndex = 4
  102. NubbleLT2.Font = Enum.Font.SourceSansBold
  103. NubbleLT2.Text = "NubbleLT2"
  104. NubbleLT2.TextScaled = true
  105. NubbleLT2.TextSize = 14
  106. NubbleLT2.TextWrapped = true
  107.  
  108. Buttons.Name = "Buttons"
  109. Buttons.Parent = Main
  110. Buttons.BackgroundColor3 = Color3.new(1, 1, 1)
  111. Buttons.BorderSizePixel = 0
  112. Buttons.Position = UDim2.new(0, 0, 0.204918027, 0)
  113. Buttons.Size = UDim2.new(0, 505, 0, 194)
  114. Buttons.ZIndex = 3
  115.  
  116. Teleport.Name = "Teleport"
  117. Teleport.Parent = Buttons
  118. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Teleport.Position = UDim2.new(0.655445516, 0, 0.010309278, 0)
  120. Teleport.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  121. Teleport.ZIndex = 4
  122. Teleport.Font = Enum.Font.ArialBold
  123. Teleport.Text = "Teleports"
  124. Teleport.TextScaled = true
  125. Teleport.TextSize = 14
  126. Teleport.TextWrapped = true
  127.  
  128. Shadow_2.Name = "Shadow"
  129. Shadow_2.Parent = Teleport
  130. Shadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  131. Shadow_2.BorderSizePixel = 0
  132. Shadow_2.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  133. Shadow_2.Size = UDim2.new(1, 0, 0.923076928, 0)
  134. Shadow_2.ZIndex = 3
  135.  
  136. Functions.Name = "Functions"
  137. Functions.Parent = Buttons
  138. Functions.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Functions.Position = UDim2.new(0.0379207917, 0, 0.010309278, 0)
  140. Functions.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  141. Functions.ZIndex = 4
  142. Functions.Font = Enum.Font.ArialBold
  143. Functions.Text = "Functions"
  144. Functions.TextScaled = true
  145. Functions.TextSize = 14
  146. Functions.TextWrapped = true
  147.  
  148. Shadow_3.Name = "Shadow"
  149. Shadow_3.Parent = Functions
  150. Shadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  151. Shadow_3.BorderSizePixel = 0
  152. Shadow_3.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  153. Shadow_3.Size = UDim2.new(1, 0, 0.923076928, 0)
  154. Shadow_3.ZIndex = 3
  155.  
  156. TeleportWoods.Name = "TeleportWoods"
  157. TeleportWoods.Parent = Buttons
  158. TeleportWoods.BackgroundColor3 = Color3.new(1, 1, 1)
  159. TeleportWoods.Position = UDim2.new(0.34653464, 0, 0.670103073, 0)
  160. TeleportWoods.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  161. TeleportWoods.ZIndex = 4
  162. TeleportWoods.Font = Enum.Font.ArialBold
  163. TeleportWoods.Text = "Teleport Items"
  164. TeleportWoods.TextScaled = true
  165. TeleportWoods.TextSize = 14
  166. TeleportWoods.TextWrapped = true
  167.  
  168. Shadow_4.Name = "Shadow"
  169. Shadow_4.Parent = TeleportWoods
  170. Shadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  171. Shadow_4.BorderSizePixel = 0
  172. Shadow_4.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  173. Shadow_4.Size = UDim2.new(1, 0, 0.923076928, 0)
  174. Shadow_4.ZIndex = 3
  175.  
  176. Credz.Name = "Credz"
  177. Credz.Parent = Buttons
  178. Credz.BackgroundColor3 = Color3.new(1, 1, 1)
  179. Credz.BackgroundTransparency = 1
  180. Credz.BorderSizePixel = 0
  181. Credz.Position = UDim2.new(0.00198019808, 0, 0.24742268, 0)
  182. Credz.Size = UDim2.new(0, 504, 0, 74)
  183. Credz.ZIndex = 7
  184. Credz.Font = Enum.Font.SourceSansBold
  185. Credz.Text = "This GUI is made by NubbleGaming#1999. All script are not made by me. Only made the GUI."
  186. Credz.TextScaled = true
  187. Credz.TextSize = 14
  188. Credz.TextWrapped = true
  189.  
  190. Credz_2.Name = "Credz"
  191. Credz_2.Parent = Buttons
  192. Credz_2.BackgroundColor3 = Color3.new(1, 1, 1)
  193. Credz_2.BackgroundTransparency = 1
  194. Credz_2.BorderSizePixel = 0
  195. Credz_2.Position = UDim2.new(0.00200000009, 1, 0.246999994, 1)
  196. Credz_2.Size = UDim2.new(0, 504, 0, 74)
  197. Credz_2.ZIndex = 6
  198. Credz_2.Font = Enum.Font.SourceSansBold
  199. Credz_2.Text = "This GUI is made by NubbleGaming#1999. All script are not made by me. Only made the GUI."
  200. Credz_2.TextColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  201. Credz_2.TextScaled = true
  202. Credz_2.TextSize = 14
  203. Credz_2.TextWrapped = true
  204.  
  205. Back1.Name = "Back1"
  206. Back1.Parent = Buttons
  207. Back1.BackgroundColor3 = Color3.new(1, 1, 1)
  208. Back1.Position = UDim2.new(0.338613868, 0, 1.10309279, 0)
  209. Back1.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  210. Back1.ZIndex = 4
  211. Back1.Font = Enum.Font.ArialBold
  212. Back1.Text = "Back"
  213. Back1.TextScaled = true
  214. Back1.TextSize = 14
  215. Back1.TextWrapped = true
  216.  
  217. Shadow_5.Name = "Shadow"
  218. Shadow_5.Parent = Back1
  219. Shadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  220. Shadow_5.BorderSizePixel = 0
  221. Shadow_5.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  222. Shadow_5.Size = UDim2.new(1, 0, 0.923076928, 0)
  223. Shadow_5.ZIndex = 3
  224.  
  225. NubbleLT2_Shadow.Name = "NubbleLT2_Shadow"
  226. NubbleLT2_Shadow.Parent = Main
  227. NubbleLT2_Shadow.BackgroundColor3 = Color3.new(1, 1, 1)
  228. NubbleLT2_Shadow.BackgroundTransparency = 1
  229. NubbleLT2_Shadow.BorderSizePixel = 0
  230. NubbleLT2_Shadow.Position = UDim2.new(0.303000003, 2, 0, 2)
  231. NubbleLT2_Shadow.Size = UDim2.new(0, 200, 0, 50)
  232. NubbleLT2_Shadow.ZIndex = 3
  233. NubbleLT2_Shadow.Font = Enum.Font.SourceSansBold
  234. NubbleLT2_Shadow.Text = "NubbleLT2"
  235. NubbleLT2_Shadow.TextColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  236. NubbleLT2_Shadow.TextScaled = true
  237. NubbleLT2_Shadow.TextSize = 14
  238. NubbleLT2_Shadow.TextWrapped = true
  239.  
  240. Functions_2.Name = "Functions"
  241. Functions_2.Parent = Main
  242. Functions_2.BackgroundColor3 = Color3.new(1, 1, 1)
  243. Functions_2.BorderSizePixel = 0
  244. Functions_2.Position = UDim2.new(0, 0, 0.204918027, 0)
  245. Functions_2.Size = UDim2.new(0, 505, 0, 194)
  246. Functions_2.Visible = false
  247. Functions_2.ZIndex = 3
  248.  
  249. GoldenAxe.Name = "GoldenAxe"
  250. GoldenAxe.Parent = Functions_2
  251. GoldenAxe.BackgroundColor3 = Color3.new(1, 1, 1)
  252. GoldenAxe.Position = UDim2.new(0.657425761, 0, 0.118556701, 0)
  253. GoldenAxe.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  254. GoldenAxe.ZIndex = 4
  255. GoldenAxe.Font = Enum.Font.ArialBold
  256. GoldenAxe.Text = "Golden Axe"
  257. GoldenAxe.TextScaled = true
  258. GoldenAxe.TextSize = 14
  259. GoldenAxe.TextWrapped = true
  260.  
  261. Shadow_6.Name = "Shadow"
  262. Shadow_6.Parent = GoldenAxe
  263. Shadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  264. Shadow_6.BorderSizePixel = 0
  265. Shadow_6.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  266. Shadow_6.Size = UDim2.new(1, 0, 0.923076928, 0)
  267. Shadow_6.ZIndex = 3
  268.  
  269. Dupe.Name = "Dupe"
  270. Dupe.Parent = Functions_2
  271. Dupe.BackgroundColor3 = Color3.new(1, 1, 1)
  272. Dupe.Position = UDim2.new(0.0316831693, 0, 0.118556701, 0)
  273. Dupe.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  274. Dupe.ZIndex = 4
  275. Dupe.Font = Enum.Font.ArialBold
  276. Dupe.Text = "Enable Dupe"
  277. Dupe.TextScaled = true
  278. Dupe.TextSize = 14
  279. Dupe.TextWrapped = true
  280.  
  281. Shadow_7.Name = "Shadow"
  282. Shadow_7.Parent = Dupe
  283. Shadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  284. Shadow_7.BorderSizePixel = 0
  285. Shadow_7.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  286. Shadow_7.Size = UDim2.new(1, 0, 0.923076928, 0)
  287. Shadow_7.ZIndex = 3
  288.  
  289. PinkWires.Name = "PinkWires"
  290. PinkWires.Parent = Functions_2
  291. PinkWires.BackgroundColor3 = Color3.new(1, 1, 1)
  292. PinkWires.Position = UDim2.new(0.0297029708, 0, 0.690721631, 0)
  293. PinkWires.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  294. PinkWires.ZIndex = 4
  295. PinkWires.Font = Enum.Font.ArialBold
  296. PinkWires.Text = "Pink Wires"
  297. PinkWires.TextScaled = true
  298. PinkWires.TextSize = 14
  299. PinkWires.TextWrapped = true
  300.  
  301. Shadow_8.Name = "Shadow"
  302. Shadow_8.Parent = PinkWires
  303. Shadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  304. Shadow_8.BorderSizePixel = 0
  305. Shadow_8.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  306. Shadow_8.Size = UDim2.new(1, 0, 0.923076928, 0)
  307. Shadow_8.ZIndex = 3
  308.  
  309. RejoinServer.Name = "RejoinServer"
  310. RejoinServer.Parent = Functions_2
  311. RejoinServer.BackgroundColor3 = Color3.new(1, 1, 1)
  312. RejoinServer.Position = UDim2.new(0.657425761, 0, 0.690721631, 0)
  313. RejoinServer.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  314. RejoinServer.ZIndex = 4
  315. RejoinServer.Font = Enum.Font.ArialBold
  316. RejoinServer.Text = "Rejoin Server"
  317. RejoinServer.TextScaled = true
  318. RejoinServer.TextSize = 14
  319. RejoinServer.TextWrapped = true
  320.  
  321. Shadow_9.Name = "Shadow"
  322. Shadow_9.Parent = RejoinServer
  323. Shadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  324. Shadow_9.BorderSizePixel = 0
  325. Shadow_9.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  326. Shadow_9.Size = UDim2.new(1, 0, 0.923076928, 0)
  327. Shadow_9.ZIndex = 3
  328.  
  329. DupeStat.Name = "DupeStat"
  330. DupeStat.Parent = Functions_2
  331. DupeStat.BackgroundColor3 = Color3.new(1, 1, 1)
  332. DupeStat.BorderSizePixel = 0
  333. DupeStat.Position = UDim2.new(0.362376243, 0, 0.0927835032, 0)
  334. DupeStat.Size = UDim2.new(0, 136, 0, 50)
  335. DupeStat.ZIndex = 5
  336. DupeStat.Font = Enum.Font.SourceSansBold
  337. DupeStat.Text = "Dupe Status: Disabled"
  338. DupeStat.TextColor3 = Color3.new(0.666667, 0, 0)
  339. DupeStat.TextScaled = true
  340. DupeStat.TextSize = 14
  341. DupeStat.TextWrapped = true
  342.  
  343. PinkWiresStatus.Name = "PinkWiresStatus"
  344. PinkWiresStatus.Parent = Functions_2
  345. PinkWiresStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  346. PinkWiresStatus.BorderSizePixel = 0
  347. PinkWiresStatus.Position = UDim2.new(0.358415842, 0, 0.670103073, 0)
  348. PinkWiresStatus.Size = UDim2.new(0, 136, 0, 50)
  349. PinkWiresStatus.ZIndex = 5
  350. PinkWiresStatus.Font = Enum.Font.SourceSansBold
  351. PinkWiresStatus.Text = "Pink Wires Status: Disabled"
  352. PinkWiresStatus.TextColor3 = Color3.new(0, 0.666667, 0)
  353. PinkWiresStatus.TextScaled = true
  354. PinkWiresStatus.TextSize = 14
  355. PinkWiresStatus.TextWrapped = true
  356.  
  357. Back1_2.Name = "Back1"
  358. Back1_2.Parent = Functions_2
  359. Back1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  360. Back1_2.Position = UDim2.new(0.338613868, 0, 1.10309279, 0)
  361. Back1_2.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  362. Back1_2.ZIndex = 4
  363. Back1_2.Font = Enum.Font.ArialBold
  364. Back1_2.Text = "Back"
  365. Back1_2.TextScaled = true
  366. Back1_2.TextSize = 14
  367. Back1_2.TextWrapped = true
  368.  
  369. Shadow_10.Name = "Shadow"
  370. Shadow_10.Parent = Back1_2
  371. Shadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  372. Shadow_10.BorderSizePixel = 0
  373. Shadow_10.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  374. Shadow_10.Size = UDim2.new(1, 0, 0.923076928, 0)
  375. Shadow_10.ZIndex = 3
  376.  
  377. Teleports.Name = "Teleports"
  378. Teleports.Parent = Main
  379. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Teleports.BorderSizePixel = 0
  381. Teleports.Position = UDim2.new(0, 0, 0.204918027, 0)
  382. Teleports.Size = UDim2.new(0, 505, 0, 194)
  383. Teleports.Visible = false
  384. Teleports.ZIndex = 3
  385.  
  386. ScrollingFrame.Parent = Teleports
  387. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  388. ScrollingFrame.Size = UDim2.new(0, 251, 0, 194)
  389. ScrollingFrame.ZIndex = 3
  390.  
  391. UIGridLayout.Parent = ScrollingFrame
  392. UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  393. UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
  394. UIGridLayout.CellSize = UDim2.new(0, 510, 0, 25)
  395.  
  396. WoodsRUS.Name = "WoodsRUS"
  397. WoodsRUS.Parent = ScrollingFrame
  398. WoodsRUS.BackgroundColor3 = Color3.new(1, 1, 1)
  399. WoodsRUS.Position = UDim2.new(-0.00396039616, 0, 0, 0)
  400. WoodsRUS.Size = UDim2.new(0, 200, 0, 50)
  401. WoodsRUS.ZIndex = 3
  402. WoodsRUS.Font = Enum.Font.SourceSansBold
  403. WoodsRUS.Text = "Your Plot"
  404. WoodsRUS.TextScaled = true
  405. WoodsRUS.TextSize = 14
  406. WoodsRUS.TextWrapped = true
  407.  
  408. WoodsRUS_2.Name = "WoodsRUS"
  409. WoodsRUS_2.Parent = ScrollingFrame
  410. WoodsRUS_2.BackgroundColor3 = Color3.new(1, 1, 1)
  411. WoodsRUS_2.Position = UDim2.new(-0.00396039616, 0, 0.15463917, 0)
  412. WoodsRUS_2.Size = UDim2.new(0, 200, 0, 50)
  413. WoodsRUS_2.ZIndex = 3
  414. WoodsRUS_2.Font = Enum.Font.SourceSansBold
  415. WoodsRUS_2.Text = "Land Store"
  416. WoodsRUS_2.TextScaled = true
  417. WoodsRUS_2.TextSize = 14
  418. WoodsRUS_2.TextWrapped = true
  419.  
  420. YourPlot.Name = "Your Plot"
  421. YourPlot.Parent = ScrollingFrame
  422. YourPlot.BackgroundColor3 = Color3.new(1, 1, 1)
  423. YourPlot.Position = UDim2.new(-0.00396039616, 0, 0.309278339, 0)
  424. YourPlot.Size = UDim2.new(0, 200, 0, 50)
  425. YourPlot.ZIndex = 3
  426. YourPlot.Font = Enum.Font.SourceSansBold
  427. YourPlot.Text = "Boxed Cars"
  428. YourPlot.TextScaled = true
  429. YourPlot.TextSize = 14
  430. YourPlot.TextWrapped = true
  431.  
  432. WoodsRUS_3.Name = "WoodsRUS"
  433. WoodsRUS_3.Parent = ScrollingFrame
  434. WoodsRUS_3.BackgroundColor3 = Color3.new(1, 1, 1)
  435. WoodsRUS_3.Position = UDim2.new(-0.00396039616, 0, 0.463917524, 0)
  436. WoodsRUS_3.Size = UDim2.new(0, 200, 0, 50)
  437. WoodsRUS_3.ZIndex = 3
  438. WoodsRUS_3.Font = Enum.Font.SourceSansBold
  439. WoodsRUS_3.Text = "Fancy Furnishings"
  440. WoodsRUS_3.TextScaled = true
  441. WoodsRUS_3.TextSize = 14
  442. WoodsRUS_3.TextWrapped = true
  443.  
  444. WoodsRUS_4.Name = "WoodsRUS"
  445. WoodsRUS_4.Parent = ScrollingFrame
  446. WoodsRUS_4.BackgroundColor3 = Color3.new(1, 1, 1)
  447. WoodsRUS_4.Position = UDim2.new(0.764356434, 0, 0.855670094, 0)
  448. WoodsRUS_4.Size = UDim2.new(0, 200, 0, 50)
  449. WoodsRUS_4.ZIndex = 3
  450. WoodsRUS_4.Font = Enum.Font.SourceSansBold
  451. WoodsRUS_4.Text = "Bob's Shack"
  452. WoodsRUS_4.TextScaled = true
  453. WoodsRUS_4.TextSize = 14
  454. WoodsRUS_4.TextWrapped = true
  455.  
  456. WoodsRUS_5.Name = "WoodsRUS"
  457. WoodsRUS_5.Parent = ScrollingFrame
  458. WoodsRUS_5.BackgroundColor3 = Color3.new(1, 1, 1)
  459. WoodsRUS_5.Position = UDim2.new(-0.00396039616, 0, 0.773195863, 0)
  460. WoodsRUS_5.Size = UDim2.new(0, 200, 0, 50)
  461. WoodsRUS_5.ZIndex = 3
  462. WoodsRUS_5.Font = Enum.Font.SourceSansBold
  463. WoodsRUS_5.Text = "Woods R US"
  464. WoodsRUS_5.TextScaled = true
  465. WoodsRUS_5.TextSize = 14
  466. WoodsRUS_5.TextWrapped = true
  467.  
  468. WoodsRUS_6.Name = "WoodsRUS"
  469. WoodsRUS_6.Parent = ScrollingFrame
  470. WoodsRUS_6.BackgroundColor3 = Color3.new(1, 1, 1)
  471. WoodsRUS_6.Position = UDim2.new(-0.00396039616, 0, 0.927835047, 0)
  472. WoodsRUS_6.Size = UDim2.new(0, 200, 0, 50)
  473. WoodsRUS_6.ZIndex = 3
  474. WoodsRUS_6.Font = Enum.Font.SourceSansBold
  475. WoodsRUS_6.Text = "Fine Arts Shop"
  476. WoodsRUS_6.TextScaled = true
  477. WoodsRUS_6.TextSize = 14
  478. WoodsRUS_6.TextWrapped = true
  479.  
  480. WoodsRUS_7.Name = "WoodsRUS"
  481. WoodsRUS_7.Parent = ScrollingFrame
  482. WoodsRUS_7.BackgroundColor3 = Color3.new(1, 1, 1)
  483. WoodsRUS_7.Position = UDim2.new(-0.00396039616, 0, 0.927835047, 0)
  484. WoodsRUS_7.Size = UDim2.new(0, 200, 0, 50)
  485. WoodsRUS_7.ZIndex = 3
  486. WoodsRUS_7.Font = Enum.Font.SourceSansBold
  487. WoodsRUS_7.Text = "Volcano"
  488. WoodsRUS_7.TextScaled = true
  489. WoodsRUS_7.TextSize = 14
  490. WoodsRUS_7.TextWrapped = true
  491.  
  492. WoodsRUS_8.Name = "WoodsRUS"
  493. WoodsRUS_8.Parent = ScrollingFrame
  494. WoodsRUS_8.BackgroundColor3 = Color3.new(1, 1, 1)
  495. WoodsRUS_8.Position = UDim2.new(-0.00396039616, 0, 0.927835047, 0)
  496. WoodsRUS_8.Size = UDim2.new(0, 200, 0, 50)
  497. WoodsRUS_8.ZIndex = 3
  498. WoodsRUS_8.Font = Enum.Font.SourceSansBold
  499. WoodsRUS_8.Text = "Blue Wood"
  500. WoodsRUS_8.TextScaled = true
  501. WoodsRUS_8.TextSize = 14
  502. WoodsRUS_8.TextWrapped = true
  503.  
  504. WoodsRUS_9.Name = "WoodsRUS"
  505. WoodsRUS_9.Parent = ScrollingFrame
  506. WoodsRUS_9.BackgroundColor3 = Color3.new(1, 1, 1)
  507. WoodsRUS_9.Position = UDim2.new(-0.00396039616, 0, 0.927835047, 0)
  508. WoodsRUS_9.Size = UDim2.new(0, 200, 0, 50)
  509. WoodsRUS_9.ZIndex = 3
  510. WoodsRUS_9.Font = Enum.Font.SourceSansBold
  511. WoodsRUS_9.Text = "Palm Island 1"
  512. WoodsRUS_9.TextScaled = true
  513. WoodsRUS_9.TextSize = 14
  514. WoodsRUS_9.TextWrapped = true
  515.  
  516. WoodsRUS_10.Name = "WoodsRUS"
  517. WoodsRUS_10.Parent = ScrollingFrame
  518. WoodsRUS_10.BackgroundColor3 = Color3.new(1, 1, 1)
  519. WoodsRUS_10.Position = UDim2.new(-0.00396039616, 0, 0.927835047, 0)
  520. WoodsRUS_10.Size = UDim2.new(0, 200, 0, 50)
  521. WoodsRUS_10.ZIndex = 3
  522. WoodsRUS_10.Font = Enum.Font.SourceSansBold
  523. WoodsRUS_10.Text = "Palm Island 2"
  524. WoodsRUS_10.TextScaled = true
  525. WoodsRUS_10.TextSize = 14
  526. WoodsRUS_10.TextWrapped = true
  527.  
  528. WoodsRUS_11.Name = "WoodsRUS"
  529. WoodsRUS_11.Parent = ScrollingFrame
  530. WoodsRUS_11.BackgroundColor3 = Color3.new(1, 1, 1)
  531. WoodsRUS_11.Position = UDim2.new(-0.00396039616, 0, 0.927835047, 0)
  532. WoodsRUS_11.Size = UDim2.new(0, 200, 0, 50)
  533. WoodsRUS_11.ZIndex = 3
  534. WoodsRUS_11.Font = Enum.Font.SourceSansBold
  535. WoodsRUS_11.Text = "Palm Island 3"
  536. WoodsRUS_11.TextScaled = true
  537. WoodsRUS_11.TextSize = 14
  538. WoodsRUS_11.TextWrapped = true
  539.  
  540. Back2.Name = "Back2"
  541. Back2.Parent = Teleports
  542. Back2.BackgroundColor3 = Color3.new(1, 1, 1)
  543. Back2.Position = UDim2.new(0.338613868, 0, 1.10309279, 0)
  544. Back2.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  545. Back2.ZIndex = 4
  546. Back2.Font = Enum.Font.ArialBold
  547. Back2.Text = "Back"
  548. Back2.TextScaled = true
  549. Back2.TextSize = 14
  550. Back2.TextWrapped = true
  551.  
  552. Shadow_11.Name = "Shadow"
  553. Shadow_11.Parent = Back2
  554. Shadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  555. Shadow_11.BorderSizePixel = 0
  556. Shadow_11.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  557. Shadow_11.Size = UDim2.new(1, 0, 0.923076928, 0)
  558. Shadow_11.ZIndex = 3
  559.  
  560. oofage.Name = "oofage"
  561. oofage.Parent = Teleports
  562. oofage.BackgroundColor3 = Color3.new(1, 1, 1)
  563. oofage.BorderSizePixel = 0
  564. oofage.Position = UDim2.new(0.497029692, 0, 0, 0)
  565. oofage.Size = UDim2.new(0, 254, 0, 194)
  566. oofage.ZIndex = 3
  567.  
  568. Player1.Name = "Player1"
  569. Player1.Parent = oofage
  570. Player1.BackgroundColor3 = Color3.new(1, 1, 1)
  571. Player1.Size = UDim2.new(0, 200, 0, 50)
  572. Player1.ZIndex = 4
  573. Player1.Font = Enum.Font.ArialBold
  574. Player1.Text = "Player"
  575. Player1.TextScaled = true
  576. Player1.TextSize = 14
  577. Player1.TextWrapped = true
  578.  
  579. UIGridLayout_2.Parent = oofage
  580. UIGridLayout_2.CellSize = UDim2.new(0, 250, 0, 25)
  581.  
  582. Player2.Name = "Player2"
  583. Player2.Parent = oofage
  584. Player2.BackgroundColor3 = Color3.new(1, 1, 1)
  585. Player2.Position = UDim2.new(0.129921257, 0, 0.030927835, 0)
  586. Player2.Size = UDim2.new(0, 200, 0, 50)
  587. Player2.ZIndex = 4
  588. Player2.Font = Enum.Font.ArialBold
  589. Player2.Text = "Player"
  590. Player2.TextScaled = true
  591. Player2.TextSize = 14
  592. Player2.TextWrapped = true
  593.  
  594. Player3.Name = "Player3"
  595. Player3.Parent = oofage
  596. Player3.BackgroundColor3 = Color3.new(1, 1, 1)
  597. Player3.Position = UDim2.new(0.129921257, 0, 0.030927835, 0)
  598. Player3.Size = UDim2.new(0, 200, 0, 50)
  599. Player3.ZIndex = 4
  600. Player3.Font = Enum.Font.ArialBold
  601. Player3.Text = "Player"
  602. Player3.TextScaled = true
  603. Player3.TextSize = 14
  604. Player3.TextWrapped = true
  605.  
  606. Player4.Name = "Player4"
  607. Player4.Parent = oofage
  608. Player4.BackgroundColor3 = Color3.new(1, 1, 1)
  609. Player4.Position = UDim2.new(0.129921257, 0, 0.030927835, 0)
  610. Player4.Size = UDim2.new(0, 200, 0, 50)
  611. Player4.ZIndex = 4
  612. Player4.Font = Enum.Font.ArialBold
  613. Player4.Text = "Player"
  614. Player4.TextScaled = true
  615. Player4.TextSize = 14
  616. Player4.TextWrapped = true
  617.  
  618. Player5.Name = "Player5"
  619. Player5.Parent = oofage
  620. Player5.BackgroundColor3 = Color3.new(1, 1, 1)
  621. Player5.Position = UDim2.new(0.129921257, 0, 0.030927835, 0)
  622. Player5.Size = UDim2.new(0, 200, 0, 50)
  623. Player5.ZIndex = 4
  624. Player5.Font = Enum.Font.ArialBold
  625. Player5.Text = "Player"
  626. Player5.TextScaled = true
  627. Player5.TextSize = 14
  628. Player5.TextWrapped = true
  629.  
  630. TpBase.Name = "TpBase"
  631. TpBase.Parent = Teleports
  632. TpBase.BackgroundColor3 = Color3.new(1, 1, 1)
  633. TpBase.Position = UDim2.new(0.754455447, 0, 0.824742258, 0)
  634. TpBase.Size = UDim2.new(0, 120, 0, 25)
  635. TpBase.ZIndex = 4
  636. TpBase.Font = Enum.Font.ArialBold
  637. TpBase.Text = "TP to player's base"
  638. TpBase.TextScaled = true
  639. TpBase.TextSize = 14
  640. TpBase.TextWrapped = true
  641.  
  642. PlayerTp.Name = "PlayerTp"
  643. PlayerTp.Parent = Teleports
  644. PlayerTp.BackgroundColor3 = Color3.new(1, 1, 1)
  645. PlayerTp.Position = UDim2.new(0.497029692, 0, 0.824742258, 0)
  646. PlayerTp.Size = UDim2.new(0, 117, 0, 25)
  647. PlayerTp.ZIndex = 4
  648. PlayerTp.Font = Enum.Font.ArialBold
  649. PlayerTp.Text = "TP to player"
  650. PlayerTp.TextScaled = true
  651. PlayerTp.TextSize = 14
  652. PlayerTp.TextWrapped = true
  653.  
  654. PlayerSelect.Name = "PlayerSelect"
  655. PlayerSelect.Parent = Teleports
  656. PlayerSelect.BackgroundColor3 = Color3.new(1, 1, 1)
  657. PlayerSelect.BackgroundTransparency = 1
  658. PlayerSelect.BorderSizePixel = 0
  659. PlayerSelect.Position = UDim2.new(0.702970326, 0, -0.257731944, 0)
  660. PlayerSelect.Size = UDim2.new(0, 150, 0, 42)
  661. PlayerSelect.ZIndex = 4
  662. PlayerSelect.Font = Enum.Font.SourceSans
  663. PlayerSelect.Text = ""
  664. PlayerSelect.TextScaled = true
  665. PlayerSelect.TextSize = 14
  666. PlayerSelect.TextWrapped = true
  667.  
  668. TP_Items.Name = "TP_Items"
  669. TP_Items.Parent = Main
  670. TP_Items.BackgroundColor3 = Color3.new(1, 1, 1)
  671. TP_Items.BorderSizePixel = 0
  672. TP_Items.Position = UDim2.new(0, 0, 0.204918027, 0)
  673. TP_Items.Size = UDim2.new(0, 505, 0, 194)
  674. TP_Items.Visible = false
  675. TP_Items.ZIndex = 3
  676.  
  677. Back1_3.Name = "Back1"
  678. Back1_3.Parent = TP_Items
  679. Back1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  680. Back1_3.Position = UDim2.new(0.338613868, 0, 1.10309279, 0)
  681. Back1_3.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  682. Back1_3.ZIndex = 4
  683. Back1_3.Font = Enum.Font.ArialBold
  684. Back1_3.Text = "Back"
  685. Back1_3.TextScaled = true
  686. Back1_3.TextSize = 14
  687. Back1_3.TextWrapped = true
  688.  
  689. Shadow_12.Name = "Shadow"
  690. Shadow_12.Parent = Back1_3
  691. Shadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  692. Shadow_12.BorderSizePixel = 0
  693. Shadow_12.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  694. Shadow_12.Size = UDim2.new(1, 0, 0.923076928, 0)
  695. Shadow_12.ZIndex = 3
  696.  
  697. SellWood.Name = "SellWood"
  698. SellWood.Parent = TP_Items
  699. SellWood.BackgroundColor3 = Color3.new(1, 1, 1)
  700. SellWood.Position = UDim2.new(0.0376237631, 0, 0.0463917516, 0)
  701. SellWood.Size = UDim2.new(0.336633652, 0, 0.185567006, 0)
  702. SellWood.ZIndex = 4
  703. SellWood.Font = Enum.Font.ArialBold
  704. SellWood.Text = "Sell Wood"
  705. SellWood.TextScaled = true
  706. SellWood.TextSize = 14
  707. SellWood.TextWrapped = true
  708.  
  709. Shadow_13.Name = "Shadow"
  710. Shadow_13.Parent = SellWood
  711. Shadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  712. Shadow_13.BorderSizePixel = 0
  713. Shadow_13.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  714. Shadow_13.Size = UDim2.new(1, 0, 0.923076928, 0)
  715. Shadow_13.ZIndex = 3
  716.  
  717. TpWood.Name = "TpWood"
  718. TpWood.Parent = TP_Items
  719. TpWood.BackgroundColor3 = Color3.new(1, 1, 1)
  720. TpWood.Position = UDim2.new(0.0376237631, 0, 0.613402009, 0)
  721. TpWood.Size = UDim2.new(0.337000012, 0, 0.186000004, 0)
  722. TpWood.ZIndex = 4
  723. TpWood.Font = Enum.Font.ArialBold
  724. TpWood.Text = "TP Wood Here"
  725. TpWood.TextScaled = true
  726. TpWood.TextSize = 14
  727. TpWood.TextWrapped = true
  728.  
  729. Shadow_14.Name = "Shadow"
  730. Shadow_14.Parent = TpWood
  731. Shadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  732. Shadow_14.BorderSizePixel = 0
  733. Shadow_14.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  734. Shadow_14.Size = UDim2.new(1, 0, 0.923076928, 0)
  735. Shadow_14.ZIndex = 3
  736.  
  737. TpAllPlanks.Name = "TpAllPlanks"
  738. TpAllPlanks.Parent = TP_Items
  739. TpAllPlanks.BackgroundColor3 = Color3.new(1, 1, 1)
  740. TpAllPlanks.Position = UDim2.new(0.625742614, 0, 0.613402069, 0)
  741. TpAllPlanks.Size = UDim2.new(0.337000012, 0, 0.186000004, 0)
  742. TpAllPlanks.ZIndex = 4
  743. TpAllPlanks.Font = Enum.Font.ArialBold
  744. TpAllPlanks.Text = "TP Planks Here"
  745. TpAllPlanks.TextScaled = true
  746. TpAllPlanks.TextSize = 14
  747. TpAllPlanks.TextWrapped = true
  748.  
  749. Shadow_15.Name = "Shadow"
  750. Shadow_15.Parent = TpAllPlanks
  751. Shadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  752. Shadow_15.BorderSizePixel = 0
  753. Shadow_15.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  754. Shadow_15.Size = UDim2.new(1, 0, 0.923076928, 0)
  755. Shadow_15.ZIndex = 3
  756.  
  757. SellPlanks.Name = "SellPlanks"
  758. SellPlanks.Parent = TP_Items
  759. SellPlanks.BackgroundColor3 = Color3.new(1, 1, 1)
  760. SellPlanks.Position = UDim2.new(0.625742614, 0, 0.0463917516, 0)
  761. SellPlanks.Size = UDim2.new(0.337000012, 0, 0.186000004, 0)
  762. SellPlanks.ZIndex = 4
  763. SellPlanks.Font = Enum.Font.ArialBold
  764. SellPlanks.Text = "Sell Planks"
  765. SellPlanks.TextScaled = true
  766. SellPlanks.TextSize = 14
  767. SellPlanks.TextWrapped = true
  768.  
  769. Shadow_16.Name = "Shadow"
  770. Shadow_16.Parent = SellPlanks
  771. Shadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  772. Shadow_16.BorderSizePixel = 0
  773. Shadow_16.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  774. Shadow_16.Size = UDim2.new(1, 0, 0.923076928, 0)
  775. Shadow_16.ZIndex = 3
  776.  
  777. Menu.Name = "Menu"
  778. Menu.Parent = LT2
  779. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  780. Menu.Position = UDim2.new(0.655882359, 0, 0.0237154141, 0)
  781. Menu.Size = UDim2.new(0.0794117674, 0, 0.0553359687, 0)
  782. Menu.ZIndex = 4
  783. Menu.Font = Enum.Font.ArialBold
  784. Menu.Text = "Menu"
  785. Menu.TextScaled = true
  786. Menu.TextSize = 14
  787. Menu.TextWrapped = true
  788.  
  789. Shadow_17.Name = "Shadow"
  790. Shadow_17.Parent = Menu
  791. Shadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  792. Shadow_17.BorderSizePixel = 0
  793. Shadow_17.Position = UDim2.new(-0.0199999996, 7, 0, 7)
  794. Shadow_17.Size = UDim2.new(1, 0, 0.923076928, 0)
  795. Shadow_17.ZIndex = 3
  796.  
  797. -- Scripts
  798.  
  799.  
  800. local service = setmetatable({}, {
  801. __index = function(t, k)
  802. return game:GetService(k)
  803. end
  804. })
  805.  
  806. function Create(cls,props)
  807. local inst = Instance.new(cls)
  808. for i,v in pairs(props) do
  809. inst[i] = v
  810. end
  811. return inst
  812. end
  813.  
  814. local WoodPlanks={}
  815.  
  816. Menu.MouseButton1Click:Connect(function()
  817. Menu.Parent.Main.Visible = true
  818. Menu.Visible = false
  819. end)
  820. Buttons.Back1.MouseButton1Click:Connect(function()
  821. Menu.Parent.Main.Visible = false
  822. Menu.Visible = true
  823. end)
  824. Buttons.Functions.MouseButton1Click:Connect(function()
  825. Buttons.Visible = false
  826. Main.Functions.Visible = true
  827. end)
  828. Main.Functions.Back1.MouseButton1Click:connect(function()
  829. Main.Functions.Visible = false
  830. Main.Buttons.Visible = true
  831. end)
  832. Main.Teleports.Back2.MouseButton1Click:connect(function()
  833. Main.Teleports.Visible = false
  834. Main.Buttons.Visible = true
  835. end)
  836. Main.Buttons.Teleport.MouseButton1Click:connect(function()
  837. Main.Buttons.Visible = false
  838. Main.Teleports.Visible = true
  839. end)
  840. WoodsRUS_5.MouseButton1Click:connect(function()
  841. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(264.42572, 3.20000005, 57.8309822, -0.290005147, -0, -0.957025111, -1.40129846e-45, 1, 0, 0.957025111, 1.40129846e-45, -0.290005147)
  842. end)
  843. WoodsRUS_2.MouseButton1Click:connect(function()
  844. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(286.829254, 3.20009995, -99.2614059, -0.0065450957, -2.41336695e-14, -0.999978721, 7.43313831e-12, 1, -7.27858393e-14, 0.999978721, -7.43345229e-12, -0.0065450957)
  845. end)
  846. YourPlot.MouseButton1Click:connect(function()
  847. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(508.376251, 3.20000005, -1461.85315, -1, -2.8732462e-26, -5.87206728e-09, -2.8732462e-26, 1, -5.13796971e-27, 5.87206728e-09, -5.13796971e-27, -1)
  848. end)
  849. WoodsRUS_3.MouseButton1Click:connect(function()
  850. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(492.434143, 3.20000005, -1721.41333, 0.998629332, -1.66760036e-10, -0.0523401871, -2.43870462e-13, 1, -3.19073323e-09, 0.0523401871, 3.1863725e-09, 0.998629332)
  851. end)
  852. WoodsRUS_4.MouseButton1Click:connect(function()
  853. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(263.400482, 8.40078163, -2542.89917, 0.215534672, -7.14384066e-30, -0.97649616, 3.30564569e-29, 1, -1.94859171e-32, 0.97649616, -3.22753028e-29, 0.215534672)
  854. end)
  855. WoodsRUS_11.MouseButton1Click:connect(function()
  856. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1793.56079, -5.90031052, -2436.65356, -0.453061998, 2.9575451e-21, -0.891478479, 3.28348098e-27, 1, 3.3175692e-21, 0.891478479, 1.50306179e-21, -0.453061998)
  857. end)
  858. WoodsRUS_10.MouseButton1Click:connect(function()
  859. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4318.86963, -5.90009975, -1781.65723, 0.8939026, -8.13951037e-23, -0.448261261, 6.80917385e-27, 1, -1.81566031e-22, 0.448261261, 1.62299296e-22, 0.8939026)
  860. end)
  861. WoodsRUS_9.MouseButton1Click:connect(function()
  862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2608.76123, -5.89965439, -84.9093933, -0.97538209, -4.3991024e-21, -0.220521688, -1.89721553e-25, 1, -1.99477771e-20, 0.220521688, -1.94566629e-20, -0.97538209)
  863. end)
  864. WoodsRUS_6.MouseButton1Click:connect(function()
  865. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(5222.50244, -165.999985, 724.134155, -0.553175867, 6.28748989e-27, -0.833064079, 6.82400659e-27, 1, 3.01611126e-27, 0.833064079, -4.01639555e-27, -0.553175867)
  866. end)
  867. WoodsRUS_8.MouseButton1Click:connect(function()
  868. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3637.69995, -166.199966, 430.652069, 0.13923195, -1.55330939e-11, 0.990259647, 1.64879818e-10, 1, -7.49646959e-12, -0.990259647, 1.64317573e-10, 0.13923195)
  869. end)
  870. WoodsRUS_7.MouseButton1Click:connect(function()
  871. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1557.15735, 623.000122, 1082.4176, 0.335420787, -4.20389539e-45, 0.942068398, 0, 1, 4.20389539e-45, -0.942068398, -1.40129846e-45, 0.335420787)
  872. end)
  873. WoodsRUS.MouseButton1Click:connect(function()
  874. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  875. if v.Owner.Value == game.Players.LocalPlayer then
  876. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( v.OriginSquare.Position.X, v.OriginSquare.Position.Y+10, v.OriginSquare.Position.Z)
  877. end
  878. end
  879. end)
  880. RejoinServer.MouseButton1Click:connect(function()
  881. local placeId = 13822889
  882.  
  883. game:GetService("TeleportService"):Teleport(placeId)
  884.  
  885. end)
  886.  
  887. Pressing = false
  888. GoldenAxe.MouseButton1Click:connect(function()
  889. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  890. mouse1.Button1Down:connect(function(key)
  891. Pressing=false
  892. end)
  893.  
  894. function GetAxe()
  895. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  896. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  897. end
  898. end
  899.  
  900. local HitPoints={
  901. ['GoldAxe']= 50;
  902. ['BasicHatchet']= 0.2;
  903. ['Axe1']= 0.55;
  904. ['Axe2']= 0.93;
  905. ['AxeAlphaTesters']= 1.5;
  906. ['Rukiryaxe']= 1.68;
  907. ['Axe3']= 1.45;
  908. ['AxeBetaTesters']= 1.45;
  909. ['FireAxe']= 0.6;
  910. ['SilverAxe']= 1.6;
  911. ['EndTimesAxe']= 10000000;
  912. ['AxeChicken']= 0.1;
  913. ['CandyCaneAxe']= 0;
  914. }
  915.  
  916. local Pressing = false
  917.  
  918. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  919. mouse1.Button1Down:connect(function(key)
  920. Pressing=true
  921. poop(GetAxe())
  922. end)
  923.  
  924. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  925. mouse1.Button1Down:connect(function(key)
  926. Pressing=false
  927. end)
  928.  
  929. function cut(Height,Tool)
  930. local Tree=game.Players.LocalPlayer:GetMouse().Target
  931. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  932. ["cuttingClass"] = "Axe",
  933. ["cooldown"] = 0,
  934. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  935. ["sectionId"] = 1,
  936. ["tool"] = Tool,
  937. ["faceVector"] = Vector3.new(-1,0,0),
  938. ["height"] = Height})
  939. end
  940.  
  941. function poop(Tool)
  942. while Pressing do
  943. for i=1,100 do
  944. wait()
  945. cut(_G.SIZE,Tool)
  946. cut(1,Tool)
  947. end
  948. end
  949. end
  950. end)
  951. PinkWires.MouseButton1Click:connect(function()
  952. local typecurrent = false
  953. -- on = pink, off = icicle
  954. if typecurrent == true then
  955. typecurrent = false
  956. PinkWiresStatus.TextColor3 = Color3.new(0.666667, 0, 0)
  957. PinkWiresStatus.Text = "Pink Wires Status: Magenta Icicle"
  958. local c = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
  959. c.Name = "Wire"
  960. local d = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  961. d:Destroy()
  962. elseif typecurrent == false then
  963. typecurrent = true
  964. PinkWiresStatus.TextColor3 = Color3.new(0, 0.666667, 0)
  965. PinkWiresStatus.Text = "Pink Wires Status: Pink Wires"
  966. local a = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
  967. a.Name = "Wire"
  968. local b = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  969. b:Destroy()
  970. end
  971. end)
  972.  
  973.  
  974. Player1.MouseButton1Down:connect(function()
  975. PlayerSelect.Text = Player1.Text
  976. end)
  977. Player2.MouseButton1Down:connect(function()
  978. PlayerSelect.Text = Player2.Text
  979. end)
  980. Player3.MouseButton1Down:connect(function()
  981. PlayerSelect.Text = Player3.Text
  982. end)
  983. Player4.MouseButton1Down:connect(function()
  984. PlayerSelect.Text = Player4.Text
  985. end)
  986. Player5.MouseButton1Down:connect(function()
  987. PlayerSelect.Text = Player5.Text
  988. end)
  989. PlayerTp.MouseButton1Down:connect(function()
  990. if PlayerSelect.Text == "Select a Player" then
  991. warn("No Player Selected")
  992. else
  993. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlayerSelect.Text].HumanoidRootPart.CFrame
  994. end
  995. end)
  996. TpBase.MouseButton1Down:connect(function()
  997. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  998. if v.Owner.Value == game.Players[PlayerSelect.Text] then
  999. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  1000. end
  1001. end
  1002. end)
  1003.  
  1004. local buttons = {
  1005. Player1,
  1006. Player2,
  1007. Player3,
  1008. Player4,
  1009. Player5
  1010. }
  1011. for i, v in pairs(game.Players:GetChildren()) do
  1012. buttons[i].Text = v.Name
  1013. buttons[i].Visible = true
  1014. end
  1015. game.Players.PlayerRemoving:connect(function()
  1016. for i, v in pairs(game.Players:GetChildren()) do
  1017. buttons[i].Text = v.Name
  1018. buttons[i].Visible = true
  1019. end
  1020. end)
  1021. game.Players.PlayerAdded:connect(function()
  1022. for i, v in pairs(game.Players:GetChildren()) do
  1023. buttons[i].Text = v.Name
  1024. buttons[i].Visible = true
  1025. end
  1026. end)
  1027. --- Sell Wood ---
  1028.  
  1029. SellWood.MouseButton1Click:Connect(function()
  1030. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  1031. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1032. if Log.Owner.Value == service.Players.LocalPlayer then
  1033. for i,v in pairs(Log:GetChildren()) do
  1034. if v.Name=="WoodSection" then
  1035. spawn(function()
  1036. for i=1,10 do
  1037. wait()
  1038. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1039. end
  1040. end)
  1041. end
  1042. end
  1043. spawn(function()
  1044. for i=1,20 do
  1045. wait()
  1046. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1047. end
  1048. end)
  1049. end
  1050. end
  1051. end
  1052. end)
  1053.  
  1054. --- Sell Planks ---
  1055.  
  1056. SellPlanks.MouseButton1Click:Connect(function()
  1057. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  1058. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1059. if Plank.Owner.Value == service.Players.LocalPlayer then
  1060. for i,v in pairs(Plank:GetChildren()) do
  1061. if v.Name=="WoodSection" then
  1062. spawn(function()
  1063. for i=1,10 do
  1064. wait()
  1065. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1066. end
  1067. end)
  1068. end
  1069. end
  1070. spawn(function()
  1071. for i=1,20 do
  1072. wait()
  1073. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1074. end
  1075. end)
  1076. end
  1077. end
  1078. end
  1079. end)
  1080.  
  1081. --- Tp all Planks ---
  1082.  
  1083. TpAllPlanks.MouseButton1Click:Connect(function()
  1084. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  1085. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1086. if Plank.Owner.Value == service.Players.LocalPlayer then
  1087. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  1088. for i=1,100 do
  1089. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1090. end
  1091. end
  1092. end
  1093. end
  1094. end)
  1095.  
  1096. enabled = false
  1097. Dupe.MouseButton1Click:connect(function()
  1098. if enabled == false then
  1099. a = game.Players.LocalPlayer.CurrentSaveSlot
  1100. a.RobloxLocked = true
  1101. a.Set.RobloxLocked = true
  1102. enabled = true
  1103. DupeStat.Text = "Dupe Status: Enabled"
  1104. DupeStat.TextColor3 = Color3.new(0, 0.666667, 0)
  1105. else
  1106. a = game.Players.LocalPlayer.CurrentSaveSlot
  1107. a.RobloxLocked = false
  1108. a.Set.RobloxLocked = false
  1109. enabled = false
  1110. DupeStat.Text = "Dupe Status: Disabled"
  1111. DupeStat.TextColor3 = Color3.new(0.666667, 0, 0)
  1112. end
  1113. end)
  1114. TpWood.MouseButton1Click:connect(function()
  1115. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  1116. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1117. if Log.Owner.Value == service.Players.LocalPlayer then
  1118. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  1119. for i=1,100 do
  1120. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1121. end
  1122. end
  1123. end
  1124. end
  1125. end)
  1126. TP_Items.Back1.MouseButton1Click:connect(function()
  1127. TP_Items.Visible = false
  1128. Buttons.Visible = true
  1129. end)
  1130. TeleportWoods.MouseButton1Click:connect(function()
  1131. TP_Items.Visible = true
  1132. Buttons.Visible = false
  1133. end)
Add Comment
Please, Sign In to add comment