Advertisement
Guest User

Untitled

a guest
Jun 7th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.68 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Exansagui = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local name = Instance.new("TextLabel")
  6. local Password = Instance.new("TextBox")
  7. local Username = Instance.new("TextBox")
  8. local Login_2 = Instance.new("TextButton")
  9. local Scripts = Instance.new("Frame")
  10. local God = Instance.new("TextButton")
  11. local TpAllPlanks = Instance.new("TextButton")
  12. local SellWood = Instance.new("TextButton")
  13. local TpWood = Instance.new("TextButton")
  14. local SellPlanks = Instance.new("TextButton")
  15. local GoldAxe = Instance.new("TextButton")
  16. local Teleport = Instance.new("TextButton")
  17. local DupeStatus = Instance.new("TextButton")
  18. local Exit1 = Instance.new("TextButton")
  19. local Drag = Instance.new("TextButton")
  20. local ClickTp = Instance.new("TextButton")
  21. local Dupe = Instance.new("TextButton")
  22. local DupeStatusText = Instance.new("TextBox")
  23. local Teleport_2 = Instance.new("Frame")
  24. local Back = Instance.new("TextButton")
  25. local WoodRUs = Instance.new("TextButton")
  26. local SpawnPoint = Instance.new("TextButton")
  27. local LandStore = Instance.new("TextButton")
  28. local LinksLogic = Instance.new("TextButton")
  29. local Cave = Instance.new("TextButton")
  30. local Volcano = Instance.new("TextButton")
  31. local Swamp = Instance.new("TextButton")
  32. local PalmIsland = Instance.new("TextButton")
  33. local FancyFurnishings = Instance.new("TextButton")
  34. local BoxedCars = Instance.new("TextButton")
  35. local BobsShack = Instance.new("TextButton")
  36. local FineArtsShop = Instance.new("TextButton")
  37. local Stranger = Instance.new("TextButton")
  38. local Open = Instance.new("Frame")
  39. local Open_2 = Instance.new("TextButton")
  40.  
  41. -- Properties
  42.  
  43. Exansagui.Name = "Exansa gui"
  44. Exansagui.Parent = game.CoreGui
  45.  
  46. Login.Name = "Login"
  47. Login.Parent = Exansagui
  48. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Login.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  50. Login.BorderSizePixel = 7
  51. Login.Position = UDim2.new(0.0180285498, 0, 0.0711067766, 0)
  52. Login.Size = UDim2.new(0, 263, 0, 380)
  53. Login.Visible = true
  54.  
  55. name.Name = "name"
  56. name.Parent = Login
  57. name.BackgroundColor3 = Color3.new(0, 0, 0)
  58. name.BorderColor3 = Color3.new(0, 0, 0)
  59. name.Position = UDim2.new(0.182509497, 0, 0.0578947365, 0)
  60. name.Size = UDim2.new(0, 167, 0, 33)
  61. name.Font = Enum.Font.SciFi
  62. name.Text = "LT2 Gui, Exansa"
  63. name.TextColor3 = Color3.new(1, 1, 1)
  64. name.TextSize = 40
  65.  
  66. Password.Name = "Password"
  67. Password.Parent = Login
  68. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  69. Password.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  70. Password.BorderSizePixel = 5
  71. Password.Position = UDim2.new(0.119771868, 0, 0.571052611, 0)
  72. Password.Size = UDim2.new(0, 200, 0, 50)
  73. Password.Font = Enum.Font.SciFi
  74. Password.Text = "Password"
  75. Password.TextColor3 = Color3.new(0, 0, 0)
  76. Password.TextSize = 25
  77.  
  78. Username.Name = "Username"
  79. Username.Parent = Login
  80. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Username.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  82. Username.BorderSizePixel = 5
  83. Username.Position = UDim2.new(0.121673003, 0, 0.247368425, 0)
  84. Username.Size = UDim2.new(0, 200, 0, 50)
  85. Username.Font = Enum.Font.SciFi
  86. Username.Text = "Username"
  87. Username.TextColor3 = Color3.new(0, 0, 0)
  88. Username.TextSize = 25
  89.  
  90. Login_2.Name = "Login"
  91. Login_2.Parent = Login
  92. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Login_2.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  94. Login_2.BorderSizePixel = 5
  95. Login_2.Position = UDim2.new(0.260456294, 0, 0.847368479, 0)
  96. Login_2.Size = UDim2.new(0, 127, 0, 50)
  97. Login_2.Font = Enum.Font.SciFi
  98. Login_2.Text = "Login"
  99. Login_2.TextColor3 = Color3.new(0, 0, 0)
  100. Login_2.TextSize = 25
  101.  
  102. Scripts.Name = "Scripts"
  103. Scripts.Parent = Exansagui
  104. Scripts.BackgroundColor3 = Color3.new(0, 0, 0)
  105. Scripts.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  106. Scripts.BorderSizePixel = 7
  107. Scripts.Position = UDim2.new(0.387824118, 0, 0.476284593, 0)
  108. Scripts.Size = UDim2.new(0, 454, 0, 264)
  109. Scripts.Visible = false
  110.  
  111. God.Name = "God"
  112. God.Parent = Scripts
  113. God.BackgroundColor3 = Color3.new(1, 1, 1)
  114. God.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  115. God.BorderSizePixel = 5
  116. God.Position = UDim2.new(0.691951931, 0, 0.712328851, 0)
  117. God.Size = UDim2.new(0, 117, 0, 61)
  118. God.Font = Enum.Font.SourceSans
  119. God.Text = "God mode"
  120. God.TextColor3 = Color3.new(0, 0, 0)
  121. God.TextSize = 25
  122.  
  123. TpAllPlanks.Name = "TpAllPlanks"
  124. TpAllPlanks.Parent = Scripts
  125. TpAllPlanks.BackgroundColor3 = Color3.new(1, 1, 1)
  126. TpAllPlanks.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  127. TpAllPlanks.BorderSizePixel = 5
  128. TpAllPlanks.Position = UDim2.new(0.0510288924, 0, 0.421232849, 0)
  129. TpAllPlanks.Size = UDim2.new(0, 117, 0, 56)
  130. TpAllPlanks.Font = Enum.Font.SciFi
  131. TpAllPlanks.Text = "Tp Planks"
  132. TpAllPlanks.TextColor3 = Color3.new(0, 0, 0)
  133. TpAllPlanks.TextSize = 25
  134.  
  135. SellWood.Name = "SellWood"
  136. SellWood.Parent = Scripts
  137. SellWood.BackgroundColor3 = Color3.new(1, 1, 1)
  138. SellWood.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  139. SellWood.BorderSizePixel = 5
  140. SellWood.Position = UDim2.new(0.369449168, 0, 0.421232849, 0)
  141. SellWood.Size = UDim2.new(0, 117, 0, 56)
  142. SellWood.Font = Enum.Font.SciFi
  143. SellWood.Text = "Sell Logs"
  144. SellWood.TextColor3 = Color3.new(0, 0, 0)
  145. SellWood.TextSize = 25
  146.  
  147. TpWood.Name = "TpWood"
  148. TpWood.Parent = Scripts
  149. TpWood.BackgroundColor3 = Color3.new(1, 1, 1)
  150. TpWood.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  151. TpWood.BorderSizePixel = 5
  152. TpWood.Position = UDim2.new(0.691951931, 0, 0.421232849, 0)
  153. TpWood.Size = UDim2.new(0, 117, 0, 56)
  154. TpWood.Font = Enum.Font.SciFi
  155. TpWood.Text = "Teleport logs"
  156. TpWood.TextColor3 = Color3.new(0, 0, 0)
  157. TpWood.TextSize = 25
  158.  
  159. SellPlanks.Name = "SellPlanks"
  160. SellPlanks.Parent = Scripts
  161. SellPlanks.BackgroundColor3 = Color3.new(1, 1, 1)
  162. SellPlanks.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  163. SellPlanks.BorderSizePixel = 5
  164. SellPlanks.Position = UDim2.new(0.691951931, 0, 0.160958961, 0)
  165. SellPlanks.Size = UDim2.new(0, 117, 0, 46)
  166. SellPlanks.Font = Enum.Font.SciFi
  167. SellPlanks.Text = "Sell planks"
  168. SellPlanks.TextColor3 = Color3.new(0, 0, 0)
  169. SellPlanks.TextSize = 25
  170.  
  171. GoldAxe.Name = "GoldAxe"
  172. GoldAxe.Parent = Scripts
  173. GoldAxe.BackgroundColor3 = Color3.new(1, 1, 1)
  174. GoldAxe.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  175. GoldAxe.BorderSizePixel = 5
  176. GoldAxe.Position = UDim2.new(0.369449168, 0, 0.160958961, 0)
  177. GoldAxe.Size = UDim2.new(0, 117, 0, 46)
  178. GoldAxe.Font = Enum.Font.SciFi
  179. GoldAxe.Text = "Gold Axe"
  180. GoldAxe.TextColor3 = Color3.new(0, 0, 0)
  181. GoldAxe.TextSize = 25
  182.  
  183. Teleport.Name = "Teleport"
  184. Teleport.Parent = Scripts
  185. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  186. Teleport.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  187. Teleport.BorderSizePixel = 5
  188. Teleport.Position = UDim2.new(0.369449168, 0, 0.712328851, 0)
  189. Teleport.Size = UDim2.new(0, 117, 0, 61)
  190. Teleport.Font = Enum.Font.SourceSans
  191. Teleport.Text = "Teleport"
  192. Teleport.TextColor3 = Color3.new(0, 0, 0)
  193. Teleport.TextSize = 25
  194.  
  195. DupeStatus.Name = "DupeStatus"
  196. DupeStatus.Parent = Scripts
  197. DupeStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  198. DupeStatus.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  199. DupeStatus.BorderSizePixel = 5
  200. DupeStatus.Position = UDim2.new(0.0510288924, 0, 0.863013744, 0)
  201. DupeStatus.Size = UDim2.new(0, 117, 0, 22)
  202. DupeStatus.Font = Enum.Font.SourceSans
  203. DupeStatus.Text = "OFF"
  204. DupeStatus.TextColor3 = Color3.new(0, 0, 0)
  205. DupeStatus.TextSize = 25
  206.  
  207. Exit1.Name = "Exit1"
  208. Exit1.Parent = Scripts
  209. Exit1.BackgroundColor3 = Color3.new(0, 0, 0)
  210. Exit1.BorderColor3 = Color3.new(0, 0, 0)
  211. Exit1.Position = UDim2.new(0.883820474, 0, 0.0479451977, 0)
  212. Exit1.Size = UDim2.new(0, 43, 0, 19)
  213. Exit1.Font = Enum.Font.SourceSans
  214. Exit1.Text = "X"
  215. Exit1.TextColor3 = Color3.new(1, 1, 1)
  216. Exit1.TextSize = 25
  217.  
  218. Drag.Name = "Drag"
  219. Drag.Parent = Scripts
  220. Drag.BackgroundColor3 = Color3.new(0, 0, 0)
  221. Drag.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  222. Drag.BorderSizePixel = 5
  223. Drag.Position = UDim2.new(0.0163292624, 0, 0.0205479246, 0)
  224. Drag.Size = UDim2.new(0, 387, 0, 26)
  225. Drag.Font = Enum.Font.SciFi
  226. Drag.Text = "Drag"
  227. Drag.TextColor3 = Color3.new(1, 1, 1)
  228. Drag.TextSize = 40
  229. Drag.Active = true
  230. Drag.Selectable = true
  231. Drag.Draggable = true
  232.  
  233. ClickTp.Name = "ClickTp"
  234. ClickTp.Parent = Scripts
  235. ClickTp.BackgroundColor3 = Color3.new(1, 1, 1)
  236. ClickTp.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  237. ClickTp.BorderSizePixel = 5
  238. ClickTp.Position = UDim2.new(0.0510288924, 0, 0.160958961, 0)
  239. ClickTp.Size = UDim2.new(0, 117, 0, 46)
  240. ClickTp.Font = Enum.Font.SciFi
  241. ClickTp.Text = "Click tp (Press Q)"
  242. ClickTp.TextColor3 = Color3.new(0, 0, 0)
  243. ClickTp.TextSize = 15
  244.  
  245. Dupe.Name = "Dupe"
  246. Dupe.Parent = Scripts
  247. Dupe.BackgroundColor3 = Color3.new(1, 1, 1)
  248. Dupe.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  249. Dupe.BorderSizePixel = 5
  250. Dupe.Position = UDim2.new(0.0510288924, 0, 0.688356102, 0)
  251. Dupe.Size = UDim2.new(0, 117, 0, 22)
  252. Dupe.Font = Enum.Font.SourceSans
  253. Dupe.Text = "Dupe"
  254. Dupe.TextColor3 = Color3.new(0, 0, 0)
  255. Dupe.TextSize = 25
  256.  
  257. DupeStatusText.Name = "DupeStatusText"
  258. DupeStatusText.Parent = Scripts
  259. DupeStatusText.BackgroundColor3 = Color3.new(0, 0, 0)
  260. DupeStatusText.BorderColor3 = Color3.new(0, 0, 0)
  261. DupeStatusText.Position = UDim2.new(0.0714404359, 0, 0.80479455, 0)
  262. DupeStatusText.Size = UDim2.new(0, 95, 0, 8)
  263. DupeStatusText.Font = Enum.Font.SourceSans
  264. DupeStatusText.Text = "Dupe Status"
  265. DupeStatusText.TextColor3 = Color3.new(1, 1, 1)
  266. DupeStatusText.TextSize = 25
  267.  
  268. Teleport_2.Name = "Teleport"
  269. Teleport_2.Parent = Exansagui
  270. Teleport_2.BackgroundColor3 = Color3.new(0, 0, 0)
  271. Teleport_2.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  272. Teleport_2.BorderSizePixel = 7
  273. Teleport_2.Position = UDim2.new(0.425028205, 0, 0.0177865587, 0)
  274. Teleport_2.Size = UDim2.new(0, 432, 0, 207)
  275. Teleport_2.Visible = false
  276. Teleport_2.Active = true
  277. Teleport_2.Selectable = true
  278. Teleport_2.Draggable = true
  279.  
  280. Back.Name = "Back"
  281. Back.Parent = Teleport_2
  282. Back.BackgroundColor3 = Color3.new(0, 0, 0)
  283. Back.BorderColor3 = Color3.new(0, 0, 0)
  284. Back.Position = UDim2.new(0.84375, 0, 0.067632854, 0)
  285. Back.Size = UDim2.new(0, 51, 0, 18)
  286. Back.Font = Enum.Font.SourceSans
  287. Back.Text = "Back?"
  288. Back.TextColor3 = Color3.new(1, 1, 1)
  289. Back.TextSize = 15
  290.  
  291. WoodRUs.Name = "WoodRUs"
  292. WoodRUs.Parent = Teleport_2
  293. WoodRUs.BackgroundColor3 = Color3.new(1, 1, 1)
  294. WoodRUs.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  295. WoodRUs.BorderSizePixel = 5
  296. WoodRUs.Position = UDim2.new(0.0322580673, 0, 0.0677966028, 0)
  297. WoodRUs.Size = UDim2.new(0, 62, 0, 45)
  298. WoodRUs.Font = Enum.Font.SciFi
  299. WoodRUs.Text = "Wood R Us"
  300. WoodRUs.TextColor3 = Color3.new(0, 0, 0)
  301. WoodRUs.TextSize = 15
  302.  
  303. SpawnPoint.Name = "SpawnPoint"
  304. SpawnPoint.Parent = Teleport_2
  305. SpawnPoint.BackgroundColor3 = Color3.new(1, 1, 1)
  306. SpawnPoint.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  307. SpawnPoint.BorderSizePixel = 5
  308. SpawnPoint.Position = UDim2.new(0.227822617, 0, 0.0677966028, 0)
  309. SpawnPoint.Size = UDim2.new(0, 62, 0, 45)
  310. SpawnPoint.Font = Enum.Font.SciFi
  311. SpawnPoint.Text = "Spawn"
  312. SpawnPoint.TextColor3 = Color3.new(0, 0, 0)
  313. SpawnPoint.TextSize = 15
  314.  
  315. LandStore.Name = "LandStore"
  316. LandStore.Parent = Teleport_2
  317. LandStore.BackgroundColor3 = Color3.new(1, 1, 1)
  318. LandStore.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  319. LandStore.BorderSizePixel = 5
  320. LandStore.Position = UDim2.new(0.427419394, 0, 0.0677966028, 0)
  321. LandStore.Size = UDim2.new(0, 62, 0, 45)
  322. LandStore.Font = Enum.Font.SciFi
  323. LandStore.Text = "Land Store"
  324. LandStore.TextColor3 = Color3.new(0, 0, 0)
  325. LandStore.TextSize = 15
  326.  
  327. LinksLogic.Name = "LinksLogic"
  328. LinksLogic.Parent = Teleport_2
  329. LinksLogic.BackgroundColor3 = Color3.new(1, 1, 1)
  330. LinksLogic.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  331. LinksLogic.BorderSizePixel = 5
  332. LinksLogic.Position = UDim2.new(0.0322580673, 0, 0.3601695, 0)
  333. LinksLogic.Size = UDim2.new(0, 62, 0, 45)
  334. LinksLogic.Font = Enum.Font.SciFi
  335. LinksLogic.Text = "Links Logic"
  336. LinksLogic.TextColor3 = Color3.new(0, 0, 0)
  337. LinksLogic.TextSize = 15
  338.  
  339. Cave.Name = "Cave"
  340. Cave.Parent = Teleport_2
  341. Cave.BackgroundColor3 = Color3.new(1, 1, 1)
  342. Cave.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  343. Cave.BorderSizePixel = 5
  344. Cave.Position = UDim2.new(0.227822617, 0, 0.3601695, 0)
  345. Cave.Size = UDim2.new(0, 62, 0, 45)
  346. Cave.Font = Enum.Font.SciFi
  347. Cave.Text = "Cave"
  348. Cave.TextColor3 = Color3.new(0, 0, 0)
  349. Cave.TextSize = 15
  350.  
  351. Volcano.Name = "Volcano"
  352. Volcano.Parent = Teleport_2
  353. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  354. Volcano.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  355. Volcano.BorderSizePixel = 5
  356. Volcano.Position = UDim2.new(0.425403237, 0, 0.3601695, 0)
  357. Volcano.Size = UDim2.new(0, 62, 0, 45)
  358. Volcano.Font = Enum.Font.SciFi
  359. Volcano.Text = "Volcano"
  360. Volcano.TextColor3 = Color3.new(0, 0, 0)
  361. Volcano.TextSize = 15
  362.  
  363. Swamp.Name = "Swamp"
  364. Swamp.Parent = Teleport_2
  365. Swamp.BackgroundColor3 = Color3.new(1, 1, 1)
  366. Swamp.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  367. Swamp.BorderSizePixel = 5
  368. Swamp.Position = UDim2.new(0.633064568, 0, 0.3601695, 0)
  369. Swamp.Size = UDim2.new(0, 62, 0, 45)
  370. Swamp.Font = Enum.Font.SciFi
  371. Swamp.Text = "Swamp"
  372. Swamp.TextColor3 = Color3.new(0, 0, 0)
  373. Swamp.TextSize = 15
  374.  
  375. PalmIsland.Name = "PalmIsland"
  376. PalmIsland.Parent = Teleport_2
  377. PalmIsland.BackgroundColor3 = Color3.new(1, 1, 1)
  378. PalmIsland.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  379. PalmIsland.BorderSizePixel = 5
  380. PalmIsland.Position = UDim2.new(0.633064568, 0, 0.673728824, 0)
  381. PalmIsland.Size = UDim2.new(0, 62, 0, 45)
  382. PalmIsland.Font = Enum.Font.SciFi
  383. PalmIsland.Text = "Palm tree"
  384. PalmIsland.TextColor3 = Color3.new(0, 0, 0)
  385. PalmIsland.TextSize = 15
  386.  
  387. FancyFurnishings.Name = "FancyFurnishings"
  388. FancyFurnishings.Parent = Teleport_2
  389. FancyFurnishings.BackgroundColor3 = Color3.new(1, 1, 1)
  390. FancyFurnishings.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  391. FancyFurnishings.BorderSizePixel = 5
  392. FancyFurnishings.Position = UDim2.new(0.427419394, 0, 0.673728824, 0)
  393. FancyFurnishings.Size = UDim2.new(0, 62, 0, 45)
  394. FancyFurnishings.Font = Enum.Font.SciFi
  395. FancyFurnishings.Text = "Fancy F"
  396. FancyFurnishings.TextColor3 = Color3.new(0, 0, 0)
  397. FancyFurnishings.TextSize = 15
  398.  
  399. BoxedCars.Name = "BoxedCars"
  400. BoxedCars.Parent = Teleport_2
  401. BoxedCars.BackgroundColor3 = Color3.new(1, 1, 1)
  402. BoxedCars.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  403. BoxedCars.BorderSizePixel = 5
  404. BoxedCars.Position = UDim2.new(0.227822617, 0, 0.673728824, 0)
  405. BoxedCars.Size = UDim2.new(0, 62, 0, 45)
  406. BoxedCars.Font = Enum.Font.SciFi
  407. BoxedCars.Text = "Boxed Cars"
  408. BoxedCars.TextColor3 = Color3.new(0, 0, 0)
  409. BoxedCars.TextSize = 15
  410.  
  411. BobsShack.Name = "BobsShack"
  412. BobsShack.Parent = Teleport_2
  413. BobsShack.BackgroundColor3 = Color3.new(1, 1, 1)
  414. BobsShack.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  415. BobsShack.BorderSizePixel = 5
  416. BobsShack.Position = UDim2.new(0.0322580673, 0, 0.673728824, 0)
  417. BobsShack.Size = UDim2.new(0, 62, 0, 45)
  418. BobsShack.Font = Enum.Font.SciFi
  419. BobsShack.Text = "Bobs Shack"
  420. BobsShack.TextColor3 = Color3.new(0, 0, 0)
  421. BobsShack.TextSize = 15
  422.  
  423. FineArtsShop.Name = "FineArtsShop"
  424. FineArtsShop.Parent = Teleport_2
  425. FineArtsShop.BackgroundColor3 = Color3.new(1, 1, 1)
  426. FineArtsShop.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  427. FineArtsShop.BorderSizePixel = 5
  428. FineArtsShop.Position = UDim2.new(0.633064568, 0, 0.0677966028, 0)
  429. FineArtsShop.Size = UDim2.new(0, 62, 0, 45)
  430. FineArtsShop.Font = Enum.Font.SciFi
  431. FineArtsShop.Text = "Fine arts"
  432. FineArtsShop.TextColor3 = Color3.new(0, 0, 0)
  433. FineArtsShop.TextSize = 15
  434.  
  435. Stranger.Name = "Stranger"
  436. Stranger.Parent = Teleport_2
  437. Stranger.BackgroundColor3 = Color3.new(1, 1, 1)
  438. Stranger.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  439. Stranger.BorderSizePixel = 5
  440. Stranger.Position = UDim2.new(0.830645263, 0, 0.22457628, 0)
  441. Stranger.Size = UDim2.new(0, 62, 0, 138)
  442. Stranger.Font = Enum.Font.SciFi
  443. Stranger.Text = "Stranger"
  444. Stranger.TextColor3 = Color3.new(0, 0, 0)
  445. Stranger.TextSize = 15
  446.  
  447. Open.Name = "Open"
  448. Open.Parent = Exansagui
  449. Open.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  450. Open.Position = UDim2.new(0.0180383306, 0, 0.918469191, 0)
  451. Open.Size = UDim2.new(0, 144, 0, 40)
  452. Open.Visible = false
  453.  
  454. Open_2.Name = "Open"
  455. Open_2.Parent = Open
  456. Open_2.BackgroundColor3 = Color3.new(1, 1, 1)
  457. Open_2.BorderColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  458. Open_2.BorderSizePixel = 5
  459. Open_2.Position = UDim2.new(0.0590277761, 0, 0.162499994, 0)
  460. Open_2.Size = UDim2.new(0, 129, 0, 27)
  461. Open_2.Font = Enum.Font.SciFi
  462. Open_2.Text = "Open"
  463. Open_2.TextColor3 = Color3.new(0, 0, 0)
  464. Open_2.TextSize = 25
  465.  
  466. -- Scripts
  467.  
  468. -- Teleports
  469.  
  470. local WayPoints = {
  471. ["Wood R Us"] = Vector3.new(265, 3, 57),
  472. ["SpawnPoint"] = Vector3.new(155, 3, 74),
  473. ["Land Store"] = Vector3.new(258, 3, -99),
  474. ["Link's Logic"] = Vector3.new(4607, 7.5, -798),
  475. ["Cave"] = Vector3.new(3581, -179, 430),
  476. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  477. ["Swamp"] = Vector3.new(-1209, 132, -801),
  478. ["Palm Island"] = Vector3.new(2549, -5, -42),
  479. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  480. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  481. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  482. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  483. ["Strange Man"] = Vector3.new(1061, 16, 1131)
  484. }
  485.  
  486. WoodRUs.MouseButton1Down:connect(function()
  487. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Wood R Us"])
  488. end)
  489.  
  490. SpawnPoint.MouseButton1Down:connect(function()
  491. game.Players.LocalPlayer.Character:MoveTo(WayPoints["SpawnPoint"])
  492. end)
  493.  
  494. LandStore.MouseButton1Down:connect(function()
  495. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Land Store"])
  496. end)
  497.  
  498. LinksLogic.MouseButton1Down:connect(function()
  499. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Link's Logic"])
  500. end)
  501.  
  502. Cave.MouseButton1Down:connect(function()
  503. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Cave"])
  504. end)
  505.  
  506. Volcano.MouseButton1Down:connect(function()
  507. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Volcano"])
  508. end)
  509.  
  510. Swamp.MouseButton1Down:connect(function()
  511. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Swamp"])
  512. end)
  513.  
  514. PalmIsland.MouseButton1Down:connect(function()
  515. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Palm Island"])
  516. end)
  517.  
  518. FancyFurnishings.MouseButton1Down:connect(function()
  519. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fancy Furnishings"])
  520. end)
  521.  
  522. BoxedCars.MouseButton1Down:connect(function()
  523. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Boxed Cars"])
  524. end)
  525.  
  526. FineArtsShop.MouseButton1Down:connect(function()
  527. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Fine Arts Shop"])
  528. end)
  529.  
  530. BobsShack.MouseButton1Down:connect(function()
  531. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Bob's Shack"])
  532. end)
  533.  
  534. Stranger.MouseButton1Down:connect(function()
  535. game.Players.LocalPlayer.Character:MoveTo(WayPoints["Strange Man"])
  536. end)
  537.  
  538. -- Dupe
  539.  
  540. Option = false
  541.  
  542. Dupe.MouseButton1Down:connect(function()
  543. plr = game:GetService("Players").LocalPlayer
  544. slot = plr.CurrentSaveSlot
  545. if Option == false then
  546. if slot.Value == -1 then
  547. Option = true
  548. slot.RobloxLocked = true
  549. DupeStatus.Text = "ON"
  550. DupeStatus.TextColor3 = Color3.new(0, 0.666667, 0)
  551. end
  552. else
  553. Option = false
  554. slot.RobloxLocked = false
  555. DupeStatus.Text = "OFF"
  556. DupeStatus.TextColor3 = Color3.new(1, 0, 0)
  557. end
  558. end)
  559.  
  560. -- Tp wood
  561.  
  562. TpWood.MouseButton1Click:Connect(function()
  563. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  564. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  565. if Log.Owner.Value == service.Players.LocalPlayer then
  566. Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  567. for i=1,100 do
  568. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  569. end
  570. end
  571. end
  572. end
  573. end)
  574.  
  575. -- Sell wood
  576.  
  577. SellWood.MouseButton1Click:Connect(function()
  578. for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do
  579. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  580. if Log.Owner.Value == service.Players.LocalPlayer then
  581. for i,v in pairs(Log:GetChildren()) do
  582. if v.Name=="WoodSection" then
  583. spawn(function()
  584. for i=1,10 do
  585. wait()
  586. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  587. end
  588. end)
  589. end
  590. end
  591. spawn(function()
  592. for i=1,20 do
  593. wait()
  594. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  595. end
  596. end)
  597. end
  598. end
  599. end
  600. end)
  601.  
  602. -- Sell planks
  603.  
  604. SellPlanks.MouseButton1Click:Connect(function()
  605. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  606. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  607. if Plank.Owner.Value == service.Players.LocalPlayer then
  608. for i,v in pairs(Plank:GetChildren()) do
  609. if v.Name=="WoodSection" then
  610. spawn(function()
  611. for i=1,10 do
  612. wait()
  613. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  614. end
  615. end)
  616. end
  617. end
  618. spawn(function()
  619. for i=1,20 do
  620. wait()
  621. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  622. end
  623. end)
  624. end
  625. end
  626. end
  627. end)
  628.  
  629. -- Tp planks
  630.  
  631. TpAllPlanks.MouseButton1Click:Connect(function()
  632. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  633. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  634. if Plank.Owner.Value == service.Players.LocalPlayer then
  635. Plank:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0))
  636. for i=1,100 do
  637. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  638. end
  639. end
  640. end
  641. end
  642. end)
  643.  
  644. -- Login
  645.  
  646. Login_2.MouseButton1Down:connect(function()
  647.  
  648.  
  649. if Username.Text == "Dutchey" and Password.Text == "Dragon" then
  650. Scripts.Visible = true
  651. Login.Visible = false
  652. end
  653.  
  654. end)
  655.  
  656. -- Open/Close
  657.  
  658. Exit1.MouseButton1Down:connect(function()
  659. Scripts.Visible = false
  660. Teleport_2.Visible = false
  661. Open.Visible = true
  662. end)
  663.  
  664. Back.MouseButton1Down:connect(function()
  665. Teleport_2.Visible = false
  666. Scripts.Visible = true
  667. end)
  668.  
  669. Teleport.MouseButton1Down:connect(function()
  670. Scripts.Visible = false
  671. Teleport_2.Visible = true
  672. end)
  673.  
  674. -- Gold axe
  675.  
  676. GoldAxe.MouseButton1Down:connect(function()
  677. -- Objects
  678.  
  679. local InfoGUI = Instance.new("ScreenGui")
  680. local TopBar = Instance.new("Frame")
  681. local MainFrame = Instance.new("Frame")
  682. local Info = Instance.new("TextLabel")
  683. local OkayB = Instance.new("TextButton")
  684. local Credits = Instance.new("TextLabel")
  685.  
  686. -- Properties
  687.  
  688. InfoGUI.Name = "InfoGUI"
  689. InfoGUI.Parent = game.Players.LocalPlayer.PlayerGui
  690.  
  691. TopBar.Name = "TopBar"
  692. TopBar.Parent = InfoGUI
  693. TopBar.BackgroundColor3 = Color3.new(0.266667, 0.247059, 0.313726)
  694. TopBar.BorderSizePixel = 0
  695. TopBar.Position = UDim2.new(0.5, -173, 0.5, -74)
  696. TopBar.Size = UDim2.new(0, 347, 0, 34)
  697.  
  698. MainFrame.Name = "MainFrame"
  699. MainFrame.Parent = TopBar
  700. MainFrame.BackgroundColor3 = Color3.new(0.356863, 0.333333, 0.423529)
  701. MainFrame.BorderSizePixel = 0
  702. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  703. MainFrame.Size = UDim2.new(0, 347, 0, 114)
  704.  
  705. Info.Name = "Info"
  706. Info.Parent = MainFrame
  707. Info.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  708. Info.BorderSizePixel = 0
  709. Info.Size = UDim2.new(0, 347, 0, 78)
  710. Info.Font = Enum.Font.SourceSansLight
  711. Info.Text = "All you have to do to make this work, is get any axe and spam click on a tree a few times, ANY DISTANCE!"
  712. Info.TextColor3 = Color3.new(1, 1, 1)
  713. Info.TextScaled = true
  714. Info.TextSize = 14
  715. Info.TextWrapped = true
  716.  
  717. OkayB.Name = "OkayB"
  718. OkayB.Parent = MainFrame
  719. OkayB.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  720. OkayB.BorderSizePixel = 0
  721. OkayB.Position = UDim2.new(0.268000007, 0, 0.709999979, 0)
  722. OkayB.Size = UDim2.new(0, 161, 0, 29)
  723. OkayB.Font = Enum.Font.SourceSansLight
  724. OkayB.Text = "Alright"
  725. OkayB.TextColor3 = Color3.new(1, 1, 1)
  726. OkayB.TextScaled = true
  727. OkayB.TextSize = 14
  728. OkayB.TextWrapped = true
  729.  
  730. Credits.Name = "Credits"
  731. Credits.Parent = MainFrame
  732. Credits.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  733. Credits.BackgroundTransparency = 1
  734. Credits.BorderSizePixel = 0
  735. Credits.Position = UDim2.new(-0.0028818443, 0, 1.11403513, 0)
  736. Credits.Size = UDim2.new(0, 347, 0, 78)
  737. Credits.Font = Enum.Font.SourceSansLight
  738. Credits.Text = "GUI made by HowToBasic666/Hoofer"
  739. Credits.TextColor3 = Color3.new(1, 1, 1)
  740. Credits.TextScaled = true
  741. Credits.TextSize = 14
  742. Credits.TextWrapped = true
  743.  
  744. OkayB.MouseButton1Click:connect(function()
  745. InfoGUI.Enabled = false
  746. end)
  747.  
  748. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  749. mouse1.Button1Down:connect(function(key)
  750. Pressing=false
  751. end)
  752.  
  753. function GetAxe()
  754. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  755. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  756. end
  757. end
  758.  
  759. local HitPoints={
  760. ['GoldAxe']= 50;
  761. ['BasicHatchet']= 0.2;
  762. ['Axe1']= 0.55;
  763. ['Axe2']= 0.93;
  764. ['AxeAlphaTesters']= 1.5;
  765. ['Rukiryaxe']= 1.68;
  766. ['Axe3']= 1.45;
  767. ['AxeBetaTesters']= 1.45;
  768. ['FireAxe']= 0.6;
  769. ['SilverAxe']= 1.6;
  770. ['EndTimesAxe']= 10000000;
  771. ['AxeChicken']= 0.1;
  772. ['CandyCaneAxe']= 0;
  773. }
  774.  
  775. local Pressing = false
  776.  
  777. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  778. mouse1.Button1Down:connect(function(key)
  779. Pressing=true
  780. poop(GetAxe())
  781. end)
  782.  
  783. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  784. mouse1.Button1Down:connect(function(key)
  785. Pressing=false
  786. end)
  787.  
  788. function cut(Height,Tool)
  789. local Tree=game.Players.LocalPlayer:GetMouse().Target
  790. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  791. ["cuttingClass"] = "Axe",
  792. ["cooldown"] = 0,
  793. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  794. ["sectionId"] = 1,
  795. ["tool"] = Tool,
  796. ["faceVector"] = Vector3.new(-1,0,0),
  797. ["height"] = Height})
  798. end
  799.  
  800. function poop(Tool)
  801. while Pressing do
  802. for i=1,100 do
  803. wait()
  804. cut(_G.SIZE,Tool)
  805. cut(1,Tool)
  806. end
  807. end
  808. end
  809. end)
  810.  
  811. -- God mode
  812.  
  813. God.MouseButton1Click:Connect(function()
  814. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  815. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  816. l.Parent = game.Players.LocalPlayer.Character
  817. l.Name = "Humanoid"
  818. wait(0.1)
  819. game.Players.LocalPlayer.Character["1"]:Destroy()
  820. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  821. game.Players.LocalPlayer.Character.Animate.Disabled = true
  822. wait(0.1)
  823. game.Players.LocalPlayer.Character.Animate.Disabled = false
  824. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  825. Instance.new('HopperBin',game.Players.w8k.Backpack).BinType='Hammer'
  826. end)
  827.  
  828. -- ClickTp
  829.  
  830. ClickTp.MouseButton1Click:Connect(function()
  831. plr = game.Players.LocalPlayer
  832.  
  833. hum = plr.Character.HumanoidRootPart
  834.  
  835. mouse = plr:GetMouse()
  836.  
  837.  
  838.  
  839. mouse.KeyDown:connect(function(key)
  840.  
  841. if key == "q" then
  842.  
  843. if mouse.Target then
  844.  
  845. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  846.  
  847. end
  848.  
  849. end
  850. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement