Advertisement
Guest User

Untitled

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