Advertisement
Guest User

lt2 gui

a guest
Jun 21st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.01 KB | None | 0 0
  1. local Lt2Gui = Instance.new("ScreenGui")
  2. local WayPoints = Instance.new("ScrollingFrame")
  3. local WayPointsText = Instance.new("TextLabel")
  4. local SpawnPoint = Instance.new("TextButton")
  5. local LandStore = Instance.new("TextButton")
  6. local LinksLogic = Instance.new("TextButton")
  7. local Swamp = Instance.new("TextButton")
  8. local Cave = Instance.new("TextButton")
  9. local Volcano = Instance.new("TextButton")
  10. local PalmIsland = Instance.new("TextButton")
  11. local FancyFurnishings = Instance.new("TextButton")
  12. local BoxedCars = Instance.new("TextButton")
  13. local FineArtsShop = Instance.new("TextButton")
  14. local BobsShack = Instance.new("TextButton")
  15. local Stranger = Instance.new("TextButton")
  16. local WoodRUs = Instance.new("TextButton")
  17. local CloseTpMenu = Instance.new("TextButton")
  18. local MainFrame = Instance.new("Frame")
  19. local GoldAxe = Instance.new("TextButton")
  20. local MainFrameText = Instance.new("TextLabel")
  21. local TpWood = Instance.new("TextButton")
  22. local SellWood = Instance.new("TextButton")
  23. local GodMode = Instance.new("TextButton")
  24. local TpPlanks = Instance.new("TextButton")
  25. local Slot5 = Instance.new("TextButton")
  26. local Slot1 = Instance.new("TextButton")
  27. local Slot2 = Instance.new("TextButton")
  28. local SellPlanks = Instance.new("TextButton")
  29. local WayPointsButton = Instance.new("TextButton")
  30. local Slot3 = Instance.new("TextButton")
  31. local Slot4 = Instance.new("TextButton")
  32. local Slot6 = Instance.new("TextButton")
  33. local Instructions = Instance.new("TextButton")
  34. local OpenFrame = Instance.new("Frame")
  35. local Open = Instance.new("TextButton")
  36. local InstuctionsFrame = Instance.new("Frame")
  37. local InstructionsText = Instance.new("TextLabel")
  38. local HowToDupeText = Instance.new("TextLabel")
  39. local CloseInstructionsFrame = Instance.new("TextButton")
  40.  
  41. -- Properties
  42.  
  43. Lt2Gui.Name = "Lt2Gui"
  44. Lt2Gui.Parent = game.CoreGui
  45.  
  46. WayPoints.Name = "WayPoints"
  47. WayPoints.Parent = Lt2Gui
  48. WayPoints.BackgroundColor3 = Color3.new(0, 0, 0)
  49. WayPoints.BackgroundTransparency = 0.18000000715256
  50. WayPoints.BorderColor3 = Color3.new(0, 0, 0)
  51. WayPoints.Position = UDim2.new(0.108854167, 0, 0.230333909, 0)
  52. WayPoints.Size = UDim2.new(0, 292, 0, 387)
  53. WayPoints.CanvasSize = UDim2.new(0, 0, 1, 0)
  54. WayPoints.Visible = false
  55.  
  56. WayPointsText.Name = "WayPointsText"
  57. WayPointsText.Parent = WayPoints
  58. WayPointsText.BackgroundColor3 = Color3.new(0, 0, 0)
  59. WayPointsText.Size = UDim2.new(0, 292, 0, 51)
  60. WayPointsText.Font = Enum.Font.SourceSans
  61. WayPointsText.Text = "WayPoints"
  62. WayPointsText.TextColor3 = Color3.new(1, 1, 1)
  63. WayPointsText.TextScaled = true
  64. WayPointsText.TextSize = 14
  65. WayPointsText.TextWrapped = true
  66.  
  67. SpawnPoint.Name = "SpawnPoint"
  68. SpawnPoint.Parent = WayPoints
  69. SpawnPoint.BackgroundColor3 = Color3.new(0, 0, 0)
  70. SpawnPoint.BackgroundTransparency = 0.30000001192093
  71. SpawnPoint.BorderColor3 = Color3.new(1, 1, 1)
  72. SpawnPoint.BorderSizePixel = 5
  73. SpawnPoint.Position = UDim2.new(0.155949384, 0, 0.113067642, 0)
  74. SpawnPoint.Size = UDim2.new(0, 200, 0, 50)
  75. SpawnPoint.Font = Enum.Font.SourceSans
  76. SpawnPoint.Text = "Spawn"
  77. SpawnPoint.TextColor3 = Color3.new(1, 1, 1)
  78. SpawnPoint.TextScaled = true
  79. SpawnPoint.TextSize = 14
  80. SpawnPoint.TextWrapped = true
  81.  
  82. LandStore.Name = "LandStore"
  83. LandStore.Parent = WayPoints
  84. LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
  85. LandStore.BackgroundTransparency = 0.30000001192093
  86. LandStore.BorderColor3 = Color3.new(1, 1, 1)
  87. LandStore.BorderSizePixel = 5
  88. LandStore.Position = UDim2.new(0.155949384, 0, 0.180722892, 0)
  89. LandStore.Size = UDim2.new(0, 200, 0, 50)
  90. LandStore.Font = Enum.Font.SourceSans
  91. LandStore.Text = "LandStore"
  92. LandStore.TextColor3 = Color3.new(1, 1, 1)
  93. LandStore.TextScaled = true
  94. LandStore.TextSize = 14
  95. LandStore.TextWrapped = true
  96.  
  97. LinksLogic.Name = "LinksLogic"
  98. LinksLogic.Parent = WayPoints
  99. LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
  100. LinksLogic.BackgroundTransparency = 0.30000001192093
  101. LinksLogic.BorderColor3 = Color3.new(1, 1, 1)
  102. LinksLogic.BorderSizePixel = 5
  103. LinksLogic.Position = UDim2.new(0.155949384, 0, 0.253012031, 0)
  104. LinksLogic.Size = UDim2.new(0, 200, 0, 50)
  105. LinksLogic.Font = Enum.Font.SourceSans
  106. LinksLogic.Text = "LinksLogic"
  107. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  108. LinksLogic.TextScaled = true
  109. LinksLogic.TextSize = 14
  110. LinksLogic.TextWrapped = true
  111.  
  112. Swamp.Name = "Swamp"
  113. Swamp.Parent = WayPoints
  114. Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
  115. Swamp.BackgroundTransparency = 0.30000001192093
  116. Swamp.BorderColor3 = Color3.new(1, 1, 1)
  117. Swamp.BorderSizePixel = 5
  118. Swamp.Position = UDim2.new(0.155949444, 0, 0.448563457, 0)
  119. Swamp.Size = UDim2.new(0, 200, 0, 50)
  120. Swamp.Font = Enum.Font.SourceSans
  121. Swamp.Text = "Swamp"
  122. Swamp.TextColor3 = Color3.new(1, 1, 1)
  123. Swamp.TextScaled = true
  124. Swamp.TextSize = 14
  125. Swamp.TextWrapped = true
  126.  
  127. Cave.Name = "Cave"
  128. Cave.Parent = WayPoints
  129. Cave.BackgroundColor3 = Color3.new(0, 0, 0)
  130. Cave.BackgroundTransparency = 0.30000001192093
  131. Cave.BorderColor3 = Color3.new(1, 1, 1)
  132. Cave.BorderSizePixel = 5
  133. Cave.Position = UDim2.new(0.155949444, 0, 0.317886919, 0)
  134. Cave.Size = UDim2.new(0, 200, 0, 50)
  135. Cave.Font = Enum.Font.SourceSans
  136. Cave.Text = "Cave"
  137. Cave.TextColor3 = Color3.new(1, 1, 1)
  138. Cave.TextScaled = true
  139. Cave.TextSize = 14
  140. Cave.TextWrapped = true
  141.  
  142. Volcano.Name = "Volcano"
  143. Volcano.Parent = WayPoints
  144. Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
  145. Volcano.BackgroundTransparency = 0.30000001192093
  146. Volcano.BorderColor3 = Color3.new(1, 1, 1)
  147. Volcano.BorderSizePixel = 5
  148. Volcano.Position = UDim2.new(0.155949503, 0, 0.385542125, 0)
  149. Volcano.Size = UDim2.new(0, 200, 0, 50)
  150. Volcano.Font = Enum.Font.SourceSans
  151. Volcano.Text = "Volcano"
  152. Volcano.TextColor3 = Color3.new(1, 1, 1)
  153. Volcano.TextScaled = true
  154. Volcano.TextSize = 14
  155. Volcano.TextWrapped = true
  156.  
  157. PalmIsland.Name = "PalmIsland"
  158. PalmIsland.Parent = WayPoints
  159. PalmIsland.BackgroundColor3 = Color3.new(0, 0, 0)
  160. PalmIsland.BackgroundTransparency = 0.30000001192093
  161. PalmIsland.BorderColor3 = Color3.new(1, 1, 1)
  162. PalmIsland.BorderSizePixel = 5
  163. PalmIsland.Position = UDim2.new(0.155949503, 0, 0.517145455, 0)
  164. PalmIsland.Size = UDim2.new(0, 200, 0, 50)
  165. PalmIsland.Font = Enum.Font.SourceSans
  166. PalmIsland.Text = "PalmIsland"
  167. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  168. PalmIsland.TextScaled = true
  169. PalmIsland.TextSize = 14
  170. PalmIsland.TextWrapped = true
  171.  
  172. FancyFurnishings.Name = "FancyFurnishings"
  173. FancyFurnishings.Parent = WayPoints
  174. FancyFurnishings.BackgroundColor3 = Color3.new(0, 0, 0)
  175. FancyFurnishings.BackgroundTransparency = 0.30000001192093
  176. FancyFurnishings.BorderColor3 = Color3.new(1, 1, 1)
  177. FancyFurnishings.BorderSizePixel = 5
  178. FancyFurnishings.Position = UDim2.new(0.155949503, 0, 0.586654305, 0)
  179. FancyFurnishings.Size = UDim2.new(0, 200, 0, 50)
  180. FancyFurnishings.Font = Enum.Font.SourceSans
  181. FancyFurnishings.Text = "FancyFurnishings"
  182. FancyFurnishings.TextColor3 = Color3.new(1, 1, 1)
  183. FancyFurnishings.TextScaled = true
  184. FancyFurnishings.TextSize = 14
  185. FancyFurnishings.TextWrapped = true
  186.  
  187. BoxedCars.Name = "BoxedCars"
  188. BoxedCars.Parent = WayPoints
  189. BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
  190. BoxedCars.BackgroundTransparency = 0.30000001192093
  191. BoxedCars.BorderColor3 = Color3.new(1, 1, 1)
  192. BoxedCars.BorderSizePixel = 5
  193. BoxedCars.Position = UDim2.new(0.155949503, 0, 0.653382778, 0)
  194. BoxedCars.Size = UDim2.new(0, 200, 0, 50)
  195. BoxedCars.Font = Enum.Font.SourceSans
  196. BoxedCars.Text = "BoxedCars"
  197. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  198. BoxedCars.TextScaled = true
  199. BoxedCars.TextSize = 14
  200. BoxedCars.TextWrapped = true
  201.  
  202. FineArtsShop.Name = "FineArtsShop"
  203. FineArtsShop.Parent = WayPoints
  204. FineArtsShop.BackgroundColor3 = Color3.new(0, 0, 0)
  205. FineArtsShop.BackgroundTransparency = 0.30000001192093
  206. FineArtsShop.BorderColor3 = Color3.new(1, 1, 1)
  207. FineArtsShop.BorderSizePixel = 5
  208. FineArtsShop.Position = UDim2.new(0.155949503, 0, 0.722891629, 0)
  209. FineArtsShop.Size = UDim2.new(0, 200, 0, 50)
  210. FineArtsShop.Font = Enum.Font.SourceSans
  211. FineArtsShop.Text = "FineArtsShop"
  212. FineArtsShop.TextColor3 = Color3.new(1, 1, 1)
  213. FineArtsShop.TextScaled = true
  214. FineArtsShop.TextSize = 14
  215. FineArtsShop.TextWrapped = true
  216.  
  217. BobsShack.Name = "BobsShack"
  218. BobsShack.Parent = WayPoints
  219. BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
  220. BobsShack.BackgroundTransparency = 0.30000001192093
  221. BobsShack.BorderColor3 = Color3.new(1, 1, 1)
  222. BobsShack.BorderSizePixel = 5
  223. BobsShack.Position = UDim2.new(0.155949503, 0, 0.79240042, 0)
  224. BobsShack.Size = UDim2.new(0, 200, 0, 50)
  225. BobsShack.Font = Enum.Font.SourceSans
  226. BobsShack.Text = "BobsShack"
  227. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  228. BobsShack.TextScaled = true
  229. BobsShack.TextSize = 14
  230. BobsShack.TextWrapped = true
  231.  
  232. Stranger.Name = "Stranger"
  233. Stranger.Parent = WayPoints
  234. Stranger.BackgroundColor3 = Color3.new(0, 0, 0)
  235. Stranger.BackgroundTransparency = 0.30000001192093
  236. Stranger.BorderColor3 = Color3.new(1, 1, 1)
  237. Stranger.BorderSizePixel = 5
  238. Stranger.Position = UDim2.new(0.157534242, 0, 0.861781061, 0)
  239. Stranger.Size = UDim2.new(0, 200, 0, 125)
  240. Stranger.Font = Enum.Font.SourceSans
  241. Stranger.Text = "Stranger"
  242. Stranger.TextColor3 = Color3.new(1, 1, 1)
  243. Stranger.TextScaled = true
  244. Stranger.TextSize = 14
  245. Stranger.TextWrapped = true
  246.  
  247. WoodRUs.Name = "WoodRUs"
  248. WoodRUs.Parent = WayPoints
  249. WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
  250. WoodRUs.BackgroundTransparency = 0.30000001192093
  251. WoodRUs.BorderColor3 = Color3.new(1, 1, 1)
  252. WoodRUs.BorderSizePixel = 5
  253. WoodRUs.Position = UDim2.new(0.157534242, 0, 0.0556070432, 0)
  254. WoodRUs.Size = UDim2.new(0, 200, 0, 46)
  255. WoodRUs.Font = Enum.Font.SourceSans
  256. WoodRUs.Text = "WoodRUs"
  257. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  258. WoodRUs.TextScaled = true
  259. WoodRUs.TextSize = 14
  260. WoodRUs.TextWrapped = true
  261.  
  262. CloseTpMenu.Name = "CloseTpMenu"
  263. CloseTpMenu.Parent = WayPoints
  264. CloseTpMenu.BackgroundColor3 = Color3.new(0, 0, 0)
  265. CloseTpMenu.BackgroundTransparency = 0.30000001192093
  266. CloseTpMenu.BorderColor3 = Color3.new(1, 1, 1)
  267. CloseTpMenu.BorderSizePixel = 5
  268. CloseTpMenu.Position = UDim2.new(0.0376712084, 0, 0.0104832575, 0)
  269. CloseTpMenu.Size = UDim2.new(0, 35, 0, 28)
  270. CloseTpMenu.Font = Enum.Font.SourceSans
  271. CloseTpMenu.Text = "X"
  272. CloseTpMenu.TextColor3 = Color3.new(1, 1, 1)
  273. CloseTpMenu.TextScaled = true
  274. CloseTpMenu.TextSize = 14
  275. CloseTpMenu.TextWrapped = true
  276.  
  277. MainFrame.Name = "MainFrame"
  278. MainFrame.Parent = Lt2Gui
  279. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  280. MainFrame.BackgroundTransparency = 0.18000000715256
  281. MainFrame.Position = UDim2.new(0.309895813, 0, 0.240037069, 0)
  282. MainFrame.Size = UDim2.new(0, 643, 0, 529)
  283. MainFrame.Visible = false
  284.  
  285. GoldAxe.Name = "GoldAxe"
  286. GoldAxe.Parent = MainFrame
  287. GoldAxe.BackgroundColor3 = Color3.new(0, 0, 0)
  288. GoldAxe.BackgroundTransparency = 0.30000001192093
  289. GoldAxe.BorderColor3 = Color3.new(1, 1, 1)
  290. GoldAxe.BorderSizePixel = 5
  291. GoldAxe.Position = UDim2.new(0.0482115075, 0, 0.132325143, 0)
  292. GoldAxe.Size = UDim2.new(0, 262, 0, 50)
  293. GoldAxe.Font = Enum.Font.SourceSans
  294. GoldAxe.Text = "GoldAxe"
  295. GoldAxe.TextColor3 = Color3.new(1, 1, 1)
  296. GoldAxe.TextScaled = true
  297. GoldAxe.TextSize = 14
  298. GoldAxe.TextWrapped = true
  299.  
  300. MainFrameText.Name = "MainFrameText"
  301. MainFrameText.Parent = MainFrame
  302. MainFrameText.BackgroundColor3 = Color3.new(0, 0, 0)
  303. MainFrameText.Position = UDim2.new(0.00466562994, 0, 0, 0)
  304. MainFrameText.Size = UDim2.new(0, 643, 0, 53)
  305. MainFrameText.Font = Enum.Font.SourceSans
  306. MainFrameText.Text = "MainScripts"
  307. MainFrameText.TextColor3 = Color3.new(1, 1, 1)
  308. MainFrameText.TextScaled = true
  309. MainFrameText.TextSize = 14
  310. MainFrameText.TextWrapped = true
  311.  
  312. TpWood.Name = "TpWood"
  313. TpWood.Parent = MainFrame
  314. TpWood.BackgroundColor3 = Color3.new(0, 0, 0)
  315. TpWood.BackgroundTransparency = 0.30000001192093
  316. TpWood.BorderColor3 = Color3.new(1, 1, 1)
  317. TpWood.BorderSizePixel = 5
  318. TpWood.Position = UDim2.new(0.0482115075, 0, 0.27221173, 0)
  319. TpWood.Size = UDim2.new(0, 262, 0, 50)
  320. TpWood.Font = Enum.Font.SourceSans
  321. TpWood.Text = "TpWood"
  322. TpWood.TextColor3 = Color3.new(1, 1, 1)
  323. TpWood.TextScaled = true
  324. TpWood.TextSize = 14
  325. TpWood.TextWrapped = true
  326.  
  327. SellWood.Name = "SellWood"
  328. SellWood.Parent = MainFrame
  329. SellWood.BackgroundColor3 = Color3.new(0, 0, 0)
  330. SellWood.BackgroundTransparency = 0.30000001192093
  331. SellWood.BorderColor3 = Color3.new(1, 1, 1)
  332. SellWood.BorderSizePixel = 5
  333. SellWood.Position = UDim2.new(0.0482115075, 0, 0.546313822, 0)
  334. SellWood.Size = UDim2.new(0, 262, 0, 50)
  335. SellWood.Font = Enum.Font.SourceSans
  336. SellWood.Text = "SellWood"
  337. SellWood.TextColor3 = Color3.new(1, 1, 1)
  338. SellWood.TextScaled = true
  339. SellWood.TextSize = 14
  340. SellWood.TextWrapped = true
  341.  
  342. GodMode.Name = "GodMode"
  343. GodMode.Parent = MainFrame
  344. GodMode.BackgroundColor3 = Color3.new(0, 0, 0)
  345. GodMode.BackgroundTransparency = 0.30000001192093
  346. GodMode.BorderColor3 = Color3.new(1, 1, 1)
  347. GodMode.BorderSizePixel = 5
  348. GodMode.Position = UDim2.new(0.0482115075, 0, 0.674858212, 0)
  349. GodMode.Size = UDim2.new(0, 262, 0, 50)
  350. GodMode.Font = Enum.Font.SourceSans
  351. GodMode.Text = "GodMode"
  352. GodMode.TextColor3 = Color3.new(1, 1, 1)
  353. GodMode.TextScaled = true
  354. GodMode.TextSize = 14
  355. GodMode.TextWrapped = true
  356.  
  357. TpPlanks.Name = "TpPlanks"
  358. TpPlanks.Parent = MainFrame
  359. TpPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  360. TpPlanks.BackgroundTransparency = 0.30000001192093
  361. TpPlanks.BorderColor3 = Color3.new(1, 1, 1)
  362. TpPlanks.BorderSizePixel = 5
  363. TpPlanks.Position = UDim2.new(0.0482115075, 0, 0.410207927, 0)
  364. TpPlanks.Size = UDim2.new(0, 262, 0, 50)
  365. TpPlanks.Font = Enum.Font.SourceSans
  366. TpPlanks.Text = "TpPlanks"
  367. TpPlanks.TextColor3 = Color3.new(1, 1, 1)
  368. TpPlanks.TextScaled = true
  369. TpPlanks.TextSize = 14
  370. TpPlanks.TextWrapped = true
  371.  
  372. Slot5.Name = "Slot5"
  373. Slot5.Parent = MainFrame
  374. Slot5.BackgroundColor3 = Color3.new(0, 0, 0)
  375. Slot5.BackgroundTransparency = 0.30000001192093
  376. Slot5.BorderColor3 = Color3.new(1, 1, 1)
  377. Slot5.BorderSizePixel = 5
  378. Slot5.Position = UDim2.new(0.545878708, 0, 0.674858212, 0)
  379. Slot5.Size = UDim2.new(0, 269, 0, 50)
  380. Slot5.Font = Enum.Font.SourceSans
  381. Slot5.Text = "Slot5"
  382. Slot5.TextColor3 = Color3.new(1, 1, 1)
  383. Slot5.TextScaled = true
  384. Slot5.TextSize = 14
  385. Slot5.TextWrapped = true
  386.  
  387. Slot1.Name = "Slot1"
  388. Slot1.Parent = MainFrame
  389. Slot1.BackgroundColor3 = Color3.new(0, 0, 0)
  390. Slot1.BackgroundTransparency = 0.30000001192093
  391. Slot1.BorderColor3 = Color3.new(1, 1, 1)
  392. Slot1.BorderSizePixel = 5
  393. Slot1.Position = UDim2.new(0.546002686, 0, 0.132325143, 0)
  394. Slot1.Size = UDim2.new(0, 269, 0, 50)
  395. Slot1.Font = Enum.Font.SourceSans
  396. Slot1.Text = "Slot1"
  397. Slot1.TextColor3 = Color3.new(1, 1, 1)
  398. Slot1.TextScaled = true
  399. Slot1.TextSize = 14
  400. Slot1.TextWrapped = true
  401.  
  402. Slot2.Name = "Slot2"
  403. Slot2.Parent = MainFrame
  404. Slot2.BackgroundColor3 = Color3.new(0, 0, 0)
  405. Slot2.BackgroundTransparency = 0.30000001192093
  406. Slot2.BorderColor3 = Color3.new(1, 1, 1)
  407. Slot2.BorderSizePixel = 5
  408. Slot2.Position = UDim2.new(0.545878708, 0, 0.27221173, 0)
  409. Slot2.Size = UDim2.new(0, 269, 0, 50)
  410. Slot2.Font = Enum.Font.SourceSans
  411. Slot2.Text = "Slot2"
  412. Slot2.TextColor3 = Color3.new(1, 1, 1)
  413. Slot2.TextScaled = true
  414. Slot2.TextSize = 14
  415. Slot2.TextWrapped = true
  416.  
  417. SellPlanks.Name = "SellPlanks"
  418. SellPlanks.Parent = MainFrame
  419. SellPlanks.BackgroundColor3 = Color3.new(0, 0, 0)
  420. SellPlanks.BackgroundTransparency = 0.30000001192093
  421. SellPlanks.BorderColor3 = Color3.new(1, 1, 1)
  422. SellPlanks.BorderSizePixel = 5
  423. SellPlanks.Position = UDim2.new(0.0482115075, 0, 0.809073746, 0)
  424. SellPlanks.Size = UDim2.new(0, 158, 0, 50)
  425. SellPlanks.Font = Enum.Font.SourceSans
  426. SellPlanks.Text = "SellPlanks"
  427. SellPlanks.TextColor3 = Color3.new(1, 1, 1)
  428. SellPlanks.TextScaled = true
  429. SellPlanks.TextSize = 14
  430. SellPlanks.TextWrapped = true
  431.  
  432. WayPointsButton.Name = "WayPointsButton"
  433. WayPointsButton.Parent = MainFrame
  434. WayPointsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  435. WayPointsButton.BackgroundTransparency = 0.30000001192093
  436. WayPointsButton.BorderColor3 = Color3.new(1, 1, 1)
  437. WayPointsButton.BorderSizePixel = 5
  438. WayPointsButton.Position = UDim2.new(0.329704523, 0, 0.903591692, 0)
  439. WayPointsButton.Size = UDim2.new(0, 225, 0, 45)
  440. WayPointsButton.Font = Enum.Font.SourceSans
  441. WayPointsButton.Text = "Waypoints"
  442. WayPointsButton.TextColor3 = Color3.new(1, 1, 1)
  443. WayPointsButton.TextScaled = true
  444. WayPointsButton.TextSize = 14
  445. WayPointsButton.TextWrapped = true
  446.  
  447. Slot3.Name = "Slot3"
  448. Slot3.Parent = MainFrame
  449. Slot3.BackgroundColor3 = Color3.new(0, 0, 0)
  450. Slot3.BackgroundTransparency = 0.30000001192093
  451. Slot3.BorderColor3 = Color3.new(1, 1, 1)
  452. Slot3.BorderSizePixel = 5
  453. Slot3.Position = UDim2.new(0.545878708, 0, 0.410207927, 0)
  454. Slot3.Size = UDim2.new(0, 269, 0, 50)
  455. Slot3.Font = Enum.Font.SourceSans
  456. Slot3.Text = "Slot3"
  457. Slot3.TextColor3 = Color3.new(1, 1, 1)
  458. Slot3.TextScaled = true
  459. Slot3.TextSize = 14
  460. Slot3.TextWrapped = true
  461.  
  462. Slot4.Name = "Slot4"
  463. Slot4.Parent = MainFrame
  464. Slot4.BackgroundColor3 = Color3.new(0, 0, 0)
  465. Slot4.BackgroundTransparency = 0.30000001192093
  466. Slot4.BorderColor3 = Color3.new(1, 1, 1)
  467. Slot4.BorderSizePixel = 5
  468. Slot4.Position = UDim2.new(0.545878708, 0, 0.546313822, 0)
  469. Slot4.Size = UDim2.new(0, 269, 0, 50)
  470. Slot4.Font = Enum.Font.SourceSans
  471. Slot4.Text = "Slot4"
  472. Slot4.TextColor3 = Color3.new(1, 1, 1)
  473. Slot4.TextScaled = true
  474. Slot4.TextSize = 14
  475. Slot4.TextWrapped = true
  476.  
  477. Slot6.Name = "Slot6"
  478. Slot6.Parent = MainFrame
  479. Slot6.BackgroundColor3 = Color3.new(0, 0, 0)
  480. Slot6.BackgroundTransparency = 0.30000001192093
  481. Slot6.BorderColor3 = Color3.new(1, 1, 1)
  482. Slot6.BorderSizePixel = 5
  483. Slot6.Position = UDim2.new(0.72065568, 0, 0.809073746, 0)
  484. Slot6.Size = UDim2.new(0, 157, 0, 50)
  485. Slot6.Font = Enum.Font.SourceSans
  486. Slot6.Text = "Slot6"
  487. Slot6.TextColor3 = Color3.new(1, 1, 1)
  488. Slot6.TextScaled = true
  489. Slot6.TextSize = 14
  490. Slot6.TextWrapped = true
  491.  
  492. Instructions.Name = "Instructions"
  493. Instructions.Parent = MainFrame
  494. Instructions.BackgroundColor3 = Color3.new(0, 0, 0)
  495. Instructions.BackgroundTransparency = 0.30000001192093
  496. Instructions.BorderColor3 = Color3.new(1, 1, 1)
  497. Instructions.BorderSizePixel = 5
  498. Instructions.Position = UDim2.new(0.329704523, 0, 0.795841217, 0)
  499. Instructions.Size = UDim2.new(0, 225, 0, 45)
  500. Instructions.Font = Enum.Font.SourceSans
  501. Instructions.Text = "Instructions"
  502. Instructions.TextColor3 = Color3.new(1, 1, 1)
  503. Instructions.TextScaled = true
  504. Instructions.TextSize = 14
  505. Instructions.TextWrapped = true
  506.  
  507. OpenFrame.Name = "OpenFrame"
  508. OpenFrame.Parent = Lt2Gui
  509. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  510. OpenFrame.BackgroundTransparency = 0.18000000715256
  511. OpenFrame.Position = UDim2.new(0.884374976, 0, 0.914735854, 0)
  512. OpenFrame.Size = UDim2.new(0, 182, 0, 68)
  513.  
  514. Open.Name = "Open"
  515. Open.Parent = OpenFrame
  516. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  517. Open.BackgroundTransparency = 0.30000001192093
  518. Open.BorderColor3 = Color3.new(1, 1, 1)
  519. Open.BorderSizePixel = 5
  520. Open.Size = UDim2.new(0, 182, 0, 68)
  521. Open.Font = Enum.Font.SourceSans
  522. Open.Text = "Open"
  523. Open.TextColor3 = Color3.new(1, 1, 1)
  524. Open.TextScaled = true
  525. Open.TextSize = 14
  526. Open.TextWrapped = true
  527.  
  528. InstuctionsFrame.Name = "InstuctionsFrame"
  529. InstuctionsFrame.Parent = Lt2Gui
  530. InstuctionsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  531. InstuctionsFrame.BackgroundTransparency = 0.18000000715256
  532. InstuctionsFrame.Position = UDim2.new(0.663541615, 0, 0.351251155, 0)
  533. InstuctionsFrame.Size = UDim2.new(0, 575, 0, 494)
  534. InstuctionsFrame.Visible = false
  535.  
  536. InstructionsText.Name = "InstructionsText"
  537. InstructionsText.Parent = InstuctionsFrame
  538. InstructionsText.BackgroundColor3 = Color3.new(0, 0, 0)
  539. InstructionsText.Position = UDim2.new(0.00347826094, 0, 0, 0)
  540. InstructionsText.Size = UDim2.new(0, 573, 0, 54)
  541. InstructionsText.Font = Enum.Font.SourceSans
  542. InstructionsText.Text = "Instructions"
  543. InstructionsText.TextColor3 = Color3.new(1, 1, 1)
  544. InstructionsText.TextScaled = true
  545. InstructionsText.TextSize = 14
  546. InstructionsText.TextWrapped = true
  547.  
  548. HowToDupeText.Name = "HowToDupeText"
  549. HowToDupeText.Parent = InstuctionsFrame
  550. HowToDupeText.BackgroundColor3 = Color3.new(0, 0, 0)
  551. HowToDupeText.BackgroundTransparency = 0.99000000953674
  552. HowToDupeText.Position = UDim2.new(0, 0, 0.109311745, 0)
  553. HowToDupeText.Size = UDim2.new(0, 575, 0, 433)
  554. HowToDupeText.Font = Enum.Font.SourceSans
  555. HowToDupeText.Text = "Have you and a friend(Or an alt join the same game). Both of you load in your slots. Have your main account send money to your alt for how much money you want to dupe. Unload your slot on your main and make sure no slot is loaded in. Make your alt send u back the money. Open the gui and click the slots you want it to save on! Boom overwrite your slot and u will have money on all those slots!"
  556. HowToDupeText.TextColor3 = Color3.new(1, 1, 1)
  557. HowToDupeText.TextScaled = true
  558. HowToDupeText.TextSize = 14
  559. HowToDupeText.TextWrapped = true
  560.  
  561. CloseInstructionsFrame.Name = "CloseInstructionsFrame"
  562. CloseInstructionsFrame.Parent = InstuctionsFrame
  563. CloseInstructionsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  564. CloseInstructionsFrame.BackgroundTransparency = 0.30000001192093
  565. CloseInstructionsFrame.BorderColor3 = Color3.new(1, 1, 1)
  566. CloseInstructionsFrame.BorderSizePixel = 5
  567. CloseInstructionsFrame.Position = UDim2.new(0.888695657, 0, 0.0161943324, 0)
  568. CloseInstructionsFrame.Size = UDim2.new(0, 54, 0, 37)
  569. CloseInstructionsFrame.Font = Enum.Font.SourceSans
  570. CloseInstructionsFrame.Text = "X"
  571. CloseInstructionsFrame.TextColor3 = Color3.new(1, 1, 1)
  572. CloseInstructionsFrame.TextScaled = true
  573. CloseInstructionsFrame.TextSize = 14
  574. CloseInstructionsFrame.TextWrapped = true
  575.  
  576. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement