Advertisement
Guest User

Untitled

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