Advertisement
StenHisDirt

Untitled

Jun 22nd, 2019
3,571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 82.35 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Copy = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local BySten = Instance.new("TextLabel")
  8. local MainFrame = Instance.new("Frame")
  9. local AutoSell = Instance.new("TextButton")
  10. local GodAxe = Instance.new("TextButton")
  11. local MaxLand = Instance.new("TextButton")
  12. local PaintTool = Instance.new("TextButton")
  13. local TpPlayer = Instance.new("TextButton")
  14. local PlotTp = Instance.new("TextButton")
  15. local RemoveFog = Instance.new("TextButton")
  16. local Fly = Instance.new("TextButton")
  17. local TpWood = Instance.new("TextButton")
  18. local NoClip = Instance.new("TextButton")
  19. local Blueprint = Instance.new("TextButton")
  20. local Player = Instance.new("TextButton")
  21. local WaterWalk = Instance.new("TextButton")
  22. local Teleports = Instance.new("TextButton")
  23. local Clone = Instance.new("TextButton")
  24. local TpTool = Instance.new("TextButton")
  25. local CloneFrame = Instance.new("Frame")
  26. local CloneBox = Instance.new("TextBox")
  27. local CloneButton = Instance.new("TextButton")
  28. local Nothing = Instance.new("Frame")
  29. local XCln = Instance.new("TextButton")
  30. local WipeBase = Instance.new("TextButton")
  31. local TeleportsFrame = Instance.new("Frame")
  32. local XTp = Instance.new("TextButton")
  33. local ScrollingFrame = Instance.new("ScrollingFrame")
  34. local WoodRUs = Instance.new("TextButton")
  35. local SpawnPoint = Instance.new("TextButton")
  36. local LandStore = Instance.new("TextButton")
  37. local LinksLogic = Instance.new("TextButton")
  38. local Cave = Instance.new("TextButton")
  39. local Swamp = Instance.new("TextButton")
  40. local Volcano = Instance.new("TextButton")
  41. local PalmIsland = Instance.new("TextButton")
  42. local BobsShack = Instance.new("TextButton")
  43. local Bridge = Instance.new("TextButton")
  44. local BoxedCars = Instance.new("TextButton")
  45. local EndTimes = Instance.new("TextButton")
  46. local Dock = Instance.new("TextButton")
  47. local FancyFurnishings = Instance.new("TextButton")
  48. local ShrineOfSight = Instance.new("TextButton")
  49. local FineArtsShop = Instance.new("TextButton")
  50. local StrangeMan = Instance.new("TextButton")
  51. local VolcanoWin = Instance.new("TextButton")
  52. local TheDen = Instance.new("TextButton")
  53. local SkiLodge = Instance.new("TextButton")
  54. local PlayerTpFrame = Instance.new("Frame")
  55. local TpGo = Instance.new("TextButton")
  56. local PlayerTpBox = Instance.new("TextBox")
  57. local Nothing_2 = Instance.new("Frame")
  58. local XplrTp = Instance.new("TextButton")
  59. local PlayerFrame = Instance.new("Frame")
  60. local Jump = Instance.new("TextButton")
  61. local Speed = Instance.new("TextButton")
  62. local SpeedBox = Instance.new("TextBox")
  63. local JumpBox = Instance.new("TextBox")
  64. local Xsj = Instance.new("TextButton")
  65. local Nothing_3 = Instance.new("Frame")
  66. local Nothing_4 = Instance.new("Frame")
  67. local Nothing_5 = Instance.new("TextLabel")
  68. local AutoSellFrame = Instance.new("Frame")
  69. local SellWood = Instance.new("TextButton")
  70. local SellPlanks = Instance.new("TextButton")
  71. local Xas = Instance.new("TextButton")
  72. --Properties:
  73. Copy.Name = "Copy"
  74. Copy.Parent = game.CoreGui
  75. Copy.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  76.  
  77. OpenFrame.Name = "OpenFrame"
  78. OpenFrame.Parent = Copy
  79. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  80. OpenFrame.Position = UDim2.new(0.712543011, 0, -0.00122846384, 0)
  81. OpenFrame.Size = UDim2.new(0, 120, 0, 66)
  82. OpenFrame.Style = Enum.FrameStyle.RobloxRound
  83.  
  84. Open.Name = "Open"
  85. Open.Parent = OpenFrame
  86. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Open.Position = UDim2.new(-0.0782629997, 0, -0.121563233, 0)
  88. Open.Size = UDim2.new(0, 120, 0, 38)
  89. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  90. Open.Font = Enum.Font.GothamBlack
  91. Open.Text = "Open :)"
  92. Open.TextColor3 = Color3.new(0, 0, 0)
  93. Open.TextSize = 30
  94. Open.TextWrapped = true
  95.  
  96. BySten.Name = "BySten"
  97. BySten.Parent = OpenFrame
  98. BySten.BackgroundColor3 = Color3.new(1, 1, 1)
  99. BySten.BackgroundTransparency = 1
  100. BySten.Position = UDim2.new(-0.0384889059, 0, 0.48475492, 0)
  101. BySten.Size = UDim2.new(0, 120, 0, 38)
  102. BySten.Font = Enum.Font.GothamBlack
  103. BySten.Text = "Gui By: Sten"
  104. BySten.TextColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  105. BySten.TextSize = 17
  106. BySten.TextWrapped = true
  107.  
  108. MainFrame.Name = "MainFrame"
  109. MainFrame.Parent = Copy
  110. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  111. MainFrame.Position = UDim2.new(0.925900757, 0, 0.309582323, 0)
  112. MainFrame.Size = UDim2.new(0, 109, 0, 352)
  113. MainFrame.Visible = false
  114. MainFrame.Style = Enum.FrameStyle.RobloxRound
  115.  
  116. AutoSell.Name = "AutoSell"
  117. AutoSell.Parent = MainFrame
  118. AutoSell.BackgroundColor3 = Color3.new(1, 1, 1)
  119. AutoSell.Position = UDim2.new(-0.040226087, 0, -0.0243195631, 0)
  120. AutoSell.Size = UDim2.new(0, 100, 0, 22)
  121. AutoSell.Style = Enum.ButtonStyle.RobloxRoundButton
  122. AutoSell.Font = Enum.Font.SciFi
  123. AutoSell.Text = "AutoSell"
  124. AutoSell.TextColor3 = Color3.new(0, 0, 0)
  125. AutoSell.TextSize = 19
  126.  
  127. GodAxe.Name = "GodAxe"
  128. GodAxe.Parent = MainFrame
  129. GodAxe.BackgroundColor3 = Color3.new(1, 1, 1)
  130. GodAxe.Position = UDim2.new(-0.040226087, 0, 0.0394736193, 0)
  131. GodAxe.Size = UDim2.new(0, 100, 0, 22)
  132. GodAxe.Style = Enum.ButtonStyle.RobloxRoundButton
  133. GodAxe.Font = Enum.Font.SciFi
  134. GodAxe.Text = "God Axe"
  135. GodAxe.TextColor3 = Color3.new(0, 0, 0)
  136. GodAxe.TextSize = 19
  137. GodAxe.MouseButton1Down:connect(function()
  138.  
  139. end)
  140.  
  141. MaxLand.Name = "MaxLand"
  142. MaxLand.Parent = MainFrame
  143. MaxLand.BackgroundColor3 = Color3.new(1, 1, 1)
  144. MaxLand.Position = UDim2.new(-0.040226087, 0, 0.103266895, 0)
  145. MaxLand.Size = UDim2.new(0, 100, 0, 22)
  146. MaxLand.Style = Enum.ButtonStyle.RobloxRoundButton
  147. MaxLand.Font = Enum.Font.SciFi
  148. MaxLand.Text = "Max Land"
  149. MaxLand.TextColor3 = Color3.new(0, 0, 0)
  150. MaxLand.TextSize = 19
  151. MaxLand.MouseButton1Down:connect(function()
  152.  
  153. end)
  154.  
  155. PaintTool.Name = "PaintTool"
  156. PaintTool.Parent = MainFrame
  157. PaintTool.BackgroundColor3 = Color3.new(1, 1, 1)
  158. PaintTool.Position = UDim2.new(-0.040226087, 0, 0.167060077, 0)
  159. PaintTool.Size = UDim2.new(0, 100, 0, 22)
  160. PaintTool.Style = Enum.ButtonStyle.RobloxRoundButton
  161. PaintTool.Font = Enum.Font.SciFi
  162. PaintTool.Text = "Paint"
  163. PaintTool.TextColor3 = Color3.new(0, 0, 0)
  164. PaintTool.TextSize = 19
  165. PaintTool.MouseButton1Down:connect(function()
  166.  
  167. end)
  168.  
  169. TpPlayer.Name = "TpPlayer"
  170. TpPlayer.Parent = MainFrame
  171. TpPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  172. TpPlayer.Position = UDim2.new(-0.040226087, 0, 0.230853349, 0)
  173. TpPlayer.Size = UDim2.new(0, 100, 0, 22)
  174. TpPlayer.Style = Enum.ButtonStyle.RobloxRoundButton
  175. TpPlayer.Font = Enum.Font.SciFi
  176. TpPlayer.Text = "Tp Player"
  177. TpPlayer.TextColor3 = Color3.new(0, 0, 0)
  178. TpPlayer.TextSize = 19
  179.  
  180. PlotTp.Name = "PlotTp"
  181. PlotTp.Parent = MainFrame
  182. PlotTp.BackgroundColor3 = Color3.new(1, 1, 1)
  183. PlotTp.Position = UDim2.new(-0.040226087, 0, 0.294646442, 0)
  184. PlotTp.Size = UDim2.new(0, 100, 0, 22)
  185. PlotTp.Style = Enum.ButtonStyle.RobloxRoundButton
  186. PlotTp.Font = Enum.Font.SciFi
  187. PlotTp.Text = "Tp Plot"
  188. PlotTp.TextColor3 = Color3.new(0, 0, 0)
  189. PlotTp.TextSize = 19
  190. PlotTp.MouseButton1Down:connect(function()
  191.  
  192. end)
  193.  
  194. RemoveFog.Name = "RemoveFog"
  195. RemoveFog.Parent = MainFrame
  196. RemoveFog.BackgroundColor3 = Color3.new(1, 1, 1)
  197. RemoveFog.Position = UDim2.new(-0.040226087, 0, 0.358439714, 0)
  198. RemoveFog.Size = UDim2.new(0, 100, 0, 22)
  199. RemoveFog.Style = Enum.ButtonStyle.RobloxRoundButton
  200. RemoveFog.Font = Enum.Font.SciFi
  201. RemoveFog.Text = "Fog"
  202. RemoveFog.TextColor3 = Color3.new(0, 0, 0)
  203. RemoveFog.TextSize = 19
  204. RemoveFog.MouseButton1Down:connect(function()
  205.  
  206. end)
  207.  
  208. Fly.Name = "Fly"
  209. Fly.Parent = MainFrame
  210. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  211. Fly.Position = UDim2.new(-0.040226087, 0, 0.422232896, 0)
  212. Fly.Size = UDim2.new(0, 100, 0, 22)
  213. Fly.Style = Enum.ButtonStyle.RobloxRoundButton
  214. Fly.Font = Enum.Font.SciFi
  215. Fly.Text = "Fly[SpaceX2/Q]"
  216. Fly.TextColor3 = Color3.new(0, 0, 0)
  217. Fly.TextSize = 13
  218. Fly.MouseButton1Down:connect(function()
  219.  
  220. end)
  221.  
  222. TpWood.Name = "TpWood"
  223. TpWood.Parent = MainFrame
  224. TpWood.BackgroundColor3 = Color3.new(1, 1, 1)
  225. TpWood.Position = UDim2.new(-0.040226087, 0, 0.55213052, 0)
  226. TpWood.Size = UDim2.new(0, 100, 0, 22)
  227. TpWood.Style = Enum.ButtonStyle.RobloxRoundButton
  228. TpWood.Font = Enum.Font.SciFi
  229. TpWood.Text = "Tp Wood"
  230. TpWood.TextColor3 = Color3.new(0, 0, 0)
  231. TpWood.TextSize = 19
  232. TpWood.MouseButton1Down:connect(function()
  233.  
  234. end)
  235.  
  236. NoClip.Name = "NoClip"
  237. NoClip.Parent = MainFrame
  238. NoClip.BackgroundColor3 = Color3.new(1, 1, 1)
  239. NoClip.Position = UDim2.new(-0.040226087, 0, 0.615923703, 0)
  240. NoClip.Size = UDim2.new(0, 100, 0, 22)
  241. NoClip.Style = Enum.ButtonStyle.RobloxRoundButton
  242. NoClip.Font = Enum.Font.SciFi
  243. NoClip.Text = "NoClip [F]"
  244. NoClip.TextColor3 = Color3.new(0, 0, 0)
  245. NoClip.TextSize = 19
  246. NoClip.MouseButton1Down:connect(function()
  247.  
  248. end)
  249.  
  250. Blueprint.Name = "Blueprint"
  251. Blueprint.Parent = MainFrame
  252. Blueprint.BackgroundColor3 = Color3.new(1, 1, 1)
  253. Blueprint.Position = UDim2.new(-0.040226087, 0, 0.743510067, 0)
  254. Blueprint.Size = UDim2.new(0, 100, 0, 22)
  255. Blueprint.Style = Enum.ButtonStyle.RobloxRoundButton
  256. Blueprint.Font = Enum.Font.SciFi
  257. Blueprint.Text = "Blueprints"
  258. Blueprint.TextColor3 = Color3.new(0, 0, 0)
  259. Blueprint.TextSize = 19
  260. Blueprint.MouseButton1Down:connect(function()
  261.  
  262. end)
  263.  
  264. Player.Name = "Player"
  265. Player.Parent = MainFrame
  266. Player.BackgroundColor3 = Color3.new(1, 1, 1)
  267. Player.Position = UDim2.new(-0.040226087, 0, 0.807303309, 0)
  268. Player.Size = UDim2.new(0, 100, 0, 22)
  269. Player.Style = Enum.ButtonStyle.RobloxRoundButton
  270. Player.Font = Enum.Font.SciFi
  271. Player.Text = "Speed[v]"
  272. Player.TextColor3 = Color3.new(0, 0, 0)
  273. Player.TextSize = 19
  274.  
  275. WaterWalk.Name = "WaterWalk"
  276. WaterWalk.Parent = MainFrame
  277. WaterWalk.BackgroundColor3 = Color3.new(1, 1, 1)
  278. WaterWalk.Position = UDim2.new(-0.040226087, 0, 0.679716945, 0)
  279. WaterWalk.Size = UDim2.new(0, 100, 0, 22)
  280. WaterWalk.Style = Enum.ButtonStyle.RobloxRoundButton
  281. WaterWalk.Font = Enum.Font.SciFi
  282. WaterWalk.Text = "Water Walk"
  283. WaterWalk.TextColor3 = Color3.new(0, 0, 0)
  284. WaterWalk.TextSize = 19
  285.  
  286. Teleports.Name = "Teleports"
  287. Teleports.Parent = MainFrame
  288. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  289. Teleports.Position = UDim2.new(-0.040226087, 0, 0.871096492, 0)
  290. Teleports.Size = UDim2.new(0, 100, 0, 22)
  291. Teleports.Style = Enum.ButtonStyle.RobloxRoundButton
  292. Teleports.Font = Enum.Font.SciFi
  293. Teleports.Text = "Teleports"
  294. Teleports.TextColor3 = Color3.new(0, 0, 0)
  295. Teleports.TextSize = 19
  296.  
  297. Clone.Name = "Clone"
  298. Clone.Parent = MainFrame
  299. Clone.BackgroundColor3 = Color3.new(1, 1, 1)
  300. Clone.Position = UDim2.new(-0.040226087, 0, 0.936906815, 0)
  301. Clone.Size = UDim2.new(0, 100, 0, 22)
  302. Clone.Style = Enum.ButtonStyle.RobloxRoundButton
  303. Clone.Font = Enum.Font.SciFi
  304. Clone.Text = "Clone"
  305. Clone.TextColor3 = Color3.new(0, 0, 0)
  306. Clone.TextSize = 19
  307.  
  308. TpTool.Name = "TpTool"
  309. TpTool.Parent = MainFrame
  310. TpTool.BackgroundColor3 = Color3.new(1, 1, 1)
  311. TpTool.Position = UDim2.new(-0.040226087, 0, 0.488043219, 0)
  312. TpTool.Size = UDim2.new(0, 100, 0, 22)
  313. TpTool.Style = Enum.ButtonStyle.RobloxRoundButton
  314. TpTool.Font = Enum.Font.SciFi
  315. TpTool.Text = "TpTool"
  316. TpTool.TextColor3 = Color3.new(0, 0, 0)
  317. TpTool.TextSize = 19
  318. TpTool.MouseButton1Down:connect(function()
  319.  
  320. end)
  321.  
  322. CloneFrame.Name = "CloneFrame"
  323. CloneFrame.Parent = Copy
  324. CloneFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  325. CloneFrame.Position = UDim2.new(0.926528156, 0, 0.742014766, 0)
  326. CloneFrame.Size = UDim2.new(0, 108, 0, 139)
  327. CloneFrame.Visible = false
  328. CloneFrame.Style = Enum.FrameStyle.RobloxRound
  329.  
  330. CloneBox.Name = "CloneBox"
  331. CloneBox.Parent = CloneFrame
  332. CloneBox.BackgroundColor3 = Color3.new(1, 1, 1)
  333. CloneBox.BackgroundTransparency = 1
  334. CloneBox.Position = UDim2.new(-0.0293726027, 0, 0.176717967, 0)
  335. CloneBox.Size = UDim2.new(0, 97, 0, 33)
  336. CloneBox.Font = Enum.Font.SourceSans
  337. CloneBox.Text = ""
  338. CloneBox.TextColor3 = Color3.new(1, 1, 1)
  339. CloneBox.TextSize = 21
  340.  
  341. CloneButton.Name = "CloneButton"
  342. CloneButton.Parent = CloneFrame
  343. CloneButton.BackgroundColor3 = Color3.new(1, 1, 1)
  344. CloneButton.Position = UDim2.new(-0.0277777798, 0, 0.505793989, 0)
  345. CloneButton.Size = UDim2.new(0, 97, 0, 34)
  346. CloneButton.Style = Enum.ButtonStyle.RobloxRoundButton
  347. CloneButton.Font = Enum.Font.SourceSans
  348. CloneButton.Text = "Clone Wood"
  349. CloneButton.TextColor3 = Color3.new(0, 0, 0)
  350. CloneButton.TextSize = 19
  351. CloneButton.MouseButton1Down:connect(function()
  352.  
  353. end)
  354.  
  355. Nothing.Name = "Nothing"
  356. Nothing.Parent = CloneFrame
  357. Nothing.BackgroundColor3 = Color3.new(1, 1, 1)
  358. Nothing.Position = UDim2.new(-0.0833333358, 0, 0.130693793, 0)
  359. Nothing.Size = UDim2.new(0, 107, 0, 41)
  360. Nothing.Style = Enum.FrameStyle.RobloxRound
  361.  
  362. XCln.Name = "XCln"
  363. XCln.Parent = CloneFrame
  364. XCln.BackgroundColor3 = Color3.new(1, 1, 1)
  365. XCln.Position = UDim2.new(0.830498278, 0, -0.0636140555, 0)
  366. XCln.Size = UDim2.new(0, 23, 0, 23)
  367. XCln.Style = Enum.ButtonStyle.RobloxRoundButton
  368. XCln.Font = Enum.Font.SourceSans
  369. XCln.Text = "X"
  370. XCln.TextColor3 = Color3.new(0, 0, 0)
  371. XCln.TextSize = 14
  372.  
  373. WipeBase.Name = "WipeBase"
  374. WipeBase.Parent = CloneFrame
  375. WipeBase.BackgroundColor3 = Color3.new(1, 1, 1)
  376. WipeBase.Position = UDim2.new(-0.0277777798, 0, 0.780571103, 0)
  377. WipeBase.Size = UDim2.new(0, 97, 0, 34)
  378. WipeBase.Style = Enum.ButtonStyle.RobloxRoundButton
  379. WipeBase.Font = Enum.Font.SourceSans
  380. WipeBase.Text = "Wipe Base"
  381. WipeBase.TextColor3 = Color3.new(0, 0, 0)
  382. WipeBase.TextSize = 19
  383. WipeBase.MouseButton1Down:connect(function()
  384.  
  385. end)
  386.  
  387. TeleportsFrame.Name = "TeleportsFrame"
  388. TeleportsFrame.Parent = Copy
  389. TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  390. TeleportsFrame.Position = UDim2.new(0.856963634, 0, 0.176904216, 0)
  391. TeleportsFrame.Size = UDim2.new(0, 109, 0, 568)
  392. TeleportsFrame.Visible = false
  393. TeleportsFrame.Style = Enum.FrameStyle.RobloxRound
  394.  
  395. XTp.Name = "XTp"
  396. XTp.Parent = TeleportsFrame
  397. XTp.BackgroundColor3 = Color3.new(1, 1, 1)
  398. XTp.Position = UDim2.new(0.849016786, 0, -0.0156653486, 0)
  399. XTp.Size = UDim2.new(0, 23, 0, 23)
  400. XTp.Style = Enum.ButtonStyle.RobloxRoundButton
  401. XTp.Font = Enum.Font.SourceSans
  402. XTp.Text = "X"
  403. XTp.TextColor3 = Color3.new(0, 0, 0)
  404. XTp.TextSize = 14
  405.  
  406. ScrollingFrame.Parent = TeleportsFrame
  407. ScrollingFrame.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  408. ScrollingFrame.BackgroundTransparency = 1
  409. ScrollingFrame.BorderSizePixel = 0
  410. ScrollingFrame.Position = UDim2.new(-0.0337955542, 0, 0.0400685035, 0)
  411. ScrollingFrame.Size = UDim2.new(0, 100, 0, 524)
  412.  
  413. WoodRUs.Name = "WoodRUs"
  414. WoodRUs.Parent = ScrollingFrame
  415. WoodRUs.BackgroundColor3 = Color3.new(1, 1, 1)
  416. WoodRUs.Size = UDim2.new(0, 95, 0, 24)
  417. WoodRUs.Style = Enum.ButtonStyle.RobloxRoundButton
  418. WoodRUs.Font = Enum.Font.SciFi
  419. WoodRUs.Text = "WoodRUs"
  420. WoodRUs.TextColor3 = Color3.new(0, 0, 0)
  421. WoodRUs.TextSize = 15
  422.  
  423. SpawnPoint.Name = "SpawnPoint"
  424. SpawnPoint.Parent = ScrollingFrame
  425. SpawnPoint.BackgroundColor3 = Color3.new(1, 1, 1)
  426. SpawnPoint.Position = UDim2.new(0, 0, 0.0281690136, 0)
  427. SpawnPoint.Size = UDim2.new(0, 95, 0, 24)
  428. SpawnPoint.Style = Enum.ButtonStyle.RobloxRoundButton
  429. SpawnPoint.Font = Enum.Font.SciFi
  430. SpawnPoint.Text = "SpawnPoint"
  431. SpawnPoint.TextColor3 = Color3.new(0, 0, 0)
  432. SpawnPoint.TextSize = 15
  433.  
  434. LandStore.Name = "LandStore"
  435. LandStore.Parent = ScrollingFrame
  436. LandStore.BackgroundColor3 = Color3.new(1, 1, 1)
  437. LandStore.Position = UDim2.new(0, 0, 0.0580985919, 0)
  438. LandStore.Size = UDim2.new(0, 95, 0, 24)
  439. LandStore.Style = Enum.ButtonStyle.RobloxRoundButton
  440. LandStore.Font = Enum.Font.SciFi
  441. LandStore.Text = "LandStore"
  442. LandStore.TextColor3 = Color3.new(0, 0, 0)
  443. LandStore.TextSize = 15
  444.  
  445. LinksLogic.Name = "LinksLogic"
  446. LinksLogic.Parent = ScrollingFrame
  447. LinksLogic.BackgroundColor3 = Color3.new(1, 1, 1)
  448. LinksLogic.Position = UDim2.new(0, 0, 0.0862676054, 0)
  449. LinksLogic.Size = UDim2.new(0, 95, 0, 24)
  450. LinksLogic.Style = Enum.ButtonStyle.RobloxRoundButton
  451. LinksLogic.Font = Enum.Font.SciFi
  452. LinksLogic.Text = "LinksLogic"
  453. LinksLogic.TextColor3 = Color3.new(0, 0, 0)
  454. LinksLogic.TextSize = 15
  455.  
  456. Cave.Name = "Cave"
  457. Cave.Parent = ScrollingFrame
  458. Cave.BackgroundColor3 = Color3.new(1, 1, 1)
  459. Cave.Position = UDim2.new(0, 0, 0.115316905, 0)
  460. Cave.Size = UDim2.new(0, 95, 0, 24)
  461. Cave.Style = Enum.ButtonStyle.RobloxRoundButton
  462. Cave.Font = Enum.Font.SciFi
  463. Cave.Text = "Cave"
  464. Cave.TextColor3 = Color3.new(0, 0, 0)
  465. Cave.TextSize = 15
  466.  
  467. Swamp.Name = "Swamp"
  468. Swamp.Parent = ScrollingFrame
  469. Swamp.BackgroundColor3 = Color3.new(1, 1, 1)
  470. Swamp.Position = UDim2.new(0, 0, 0.143485919, 0)
  471. Swamp.Size = UDim2.new(0, 95, 0, 24)
  472. Swamp.Style = Enum.ButtonStyle.RobloxRoundButton
  473. Swamp.Font = Enum.Font.SciFi
  474. Swamp.Text = "Swamp"
  475. Swamp.TextColor3 = Color3.new(0, 0, 0)
  476. Swamp.TextSize = 15
  477.  
  478. Volcano.Name = "Volcano"
  479. Volcano.Parent = ScrollingFrame
  480. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  481. Volcano.Position = UDim2.new(0, 0, 0.173415497, 0)
  482. Volcano.Size = UDim2.new(0, 95, 0, 24)
  483. Volcano.Style = Enum.ButtonStyle.RobloxRoundButton
  484. Volcano.Font = Enum.Font.SciFi
  485. Volcano.Text = "Volcano"
  486. Volcano.TextColor3 = Color3.new(0, 0, 0)
  487. Volcano.TextSize = 15
  488.  
  489. PalmIsland.Name = "PalmIsland"
  490. PalmIsland.Parent = ScrollingFrame
  491. PalmIsland.BackgroundColor3 = Color3.new(1, 1, 1)
  492. PalmIsland.Position = UDim2.new(0, 0, 0.201584518, 0)
  493. PalmIsland.Size = UDim2.new(0, 95, 0, 24)
  494. PalmIsland.Style = Enum.ButtonStyle.RobloxRoundButton
  495. PalmIsland.Font = Enum.Font.SciFi
  496. PalmIsland.Text = "PalmIsland"
  497. PalmIsland.TextColor3 = Color3.new(0, 0, 0)
  498. PalmIsland.TextSize = 15
  499.  
  500. BobsShack.Name = "BobsShack"
  501. BobsShack.Parent = ScrollingFrame
  502. BobsShack.BackgroundColor3 = Color3.new(1, 1, 1)
  503. BobsShack.Position = UDim2.new(0, 0, 0.228873238, 0)
  504. BobsShack.Size = UDim2.new(0, 95, 0, 24)
  505. BobsShack.Style = Enum.ButtonStyle.RobloxRoundButton
  506. BobsShack.Font = Enum.Font.SciFi
  507. BobsShack.Text = "BobsShack"
  508. BobsShack.TextColor3 = Color3.new(0, 0, 0)
  509. BobsShack.TextSize = 15
  510.  
  511. Bridge.Name = "Bridge"
  512. Bridge.Parent = ScrollingFrame
  513. Bridge.BackgroundColor3 = Color3.new(1, 1, 1)
  514. Bridge.Position = UDim2.new(0, 0, 0.257042229, 0)
  515. Bridge.Size = UDim2.new(0, 95, 0, 24)
  516. Bridge.Style = Enum.ButtonStyle.RobloxRoundButton
  517. Bridge.Font = Enum.Font.SciFi
  518. Bridge.Text = "Bridge"
  519. Bridge.TextColor3 = Color3.new(0, 0, 0)
  520. Bridge.TextSize = 15
  521.  
  522. BoxedCars.Name = "BoxedCars"
  523. BoxedCars.Parent = ScrollingFrame
  524. BoxedCars.BackgroundColor3 = Color3.new(1, 1, 1)
  525. BoxedCars.Position = UDim2.new(0, 0, 0.286971837, 0)
  526. BoxedCars.Size = UDim2.new(0, 95, 0, 24)
  527. BoxedCars.Style = Enum.ButtonStyle.RobloxRoundButton
  528. BoxedCars.Font = Enum.Font.SciFi
  529. BoxedCars.Text = "Boxed Cars"
  530. BoxedCars.TextColor3 = Color3.new(0, 0, 0)
  531. BoxedCars.TextSize = 15
  532.  
  533. EndTimes.Name = "EndTimes"
  534. EndTimes.Parent = ScrollingFrame
  535. EndTimes.BackgroundColor3 = Color3.new(1, 1, 1)
  536. EndTimes.Position = UDim2.new(0, 0, 0.315140843, 0)
  537. EndTimes.Size = UDim2.new(0, 95, 0, 24)
  538. EndTimes.Style = Enum.ButtonStyle.RobloxRoundButton
  539. EndTimes.Font = Enum.Font.SciFi
  540. EndTimes.Text = "End Times"
  541. EndTimes.TextColor3 = Color3.new(0, 0, 0)
  542. EndTimes.TextSize = 15
  543.  
  544. Dock.Name = "Dock"
  545. Dock.Parent = ScrollingFrame
  546. Dock.BackgroundColor3 = Color3.new(1, 1, 1)
  547. Dock.Position = UDim2.new(0, 0, 0.34419015, 0)
  548. Dock.Size = UDim2.new(0, 95, 0, 24)
  549. Dock.Style = Enum.ButtonStyle.RobloxRoundButton
  550. Dock.Font = Enum.Font.SciFi
  551. Dock.Text = "Dock"
  552. Dock.TextColor3 = Color3.new(0, 0, 0)
  553. Dock.TextSize = 15
  554.  
  555. FancyFurnishings.Name = "FancyFurnishings"
  556. FancyFurnishings.Parent = ScrollingFrame
  557. FancyFurnishings.BackgroundColor3 = Color3.new(1, 1, 1)
  558. FancyFurnishings.Position = UDim2.new(0, 0, 0.402288705, 0)
  559. FancyFurnishings.Size = UDim2.new(0, 95, 0, 24)
  560. FancyFurnishings.Style = Enum.ButtonStyle.RobloxRoundButton
  561. FancyFurnishings.Font = Enum.Font.SciFi
  562. FancyFurnishings.Text = "FancyFurn"
  563. FancyFurnishings.TextColor3 = Color3.new(0, 0, 0)
  564. FancyFurnishings.TextSize = 15
  565.  
  566. ShrineOfSight.Name = "ShrineOfSight"
  567. ShrineOfSight.Parent = ScrollingFrame
  568. ShrineOfSight.BackgroundColor3 = Color3.new(1, 1, 1)
  569. ShrineOfSight.Position = UDim2.new(0, 0, 0.372359127, 0)
  570. ShrineOfSight.Size = UDim2.new(0, 95, 0, 24)
  571. ShrineOfSight.Style = Enum.ButtonStyle.RobloxRoundButton
  572. ShrineOfSight.Font = Enum.Font.SciFi
  573. ShrineOfSight.Text = "Shrine"
  574. ShrineOfSight.TextColor3 = Color3.new(0, 0, 0)
  575. ShrineOfSight.TextSize = 15
  576.  
  577. FineArtsShop.Name = "FineArtsShop"
  578. FineArtsShop.Parent = ScrollingFrame
  579. FineArtsShop.BackgroundColor3 = Color3.new(1, 1, 1)
  580. FineArtsShop.Position = UDim2.new(0, 0, 0.430457741, 0)
  581. FineArtsShop.Size = UDim2.new(0, 95, 0, 24)
  582. FineArtsShop.Style = Enum.ButtonStyle.RobloxRoundButton
  583. FineArtsShop.Font = Enum.Font.SciFi
  584. FineArtsShop.Text = "Fine Art"
  585. FineArtsShop.TextColor3 = Color3.new(0, 0, 0)
  586. FineArtsShop.TextSize = 15
  587.  
  588. StrangeMan.Name = "StrangeMan"
  589. StrangeMan.Parent = ScrollingFrame
  590. StrangeMan.BackgroundColor3 = Color3.new(1, 1, 1)
  591. StrangeMan.Position = UDim2.new(0, 0, 0.544014096, 0)
  592. StrangeMan.Size = UDim2.new(0, 95, 0, 24)
  593. StrangeMan.Style = Enum.ButtonStyle.RobloxRoundButton
  594. StrangeMan.Font = Enum.Font.SciFi
  595. StrangeMan.Text = "StrangeMan"
  596. StrangeMan.TextColor3 = Color3.new(0, 0, 0)
  597. StrangeMan.TextSize = 15
  598.  
  599. VolcanoWin.Name = "VolcanoWin"
  600. VolcanoWin.Parent = ScrollingFrame
  601. VolcanoWin.BackgroundColor3 = Color3.new(1, 1, 1)
  602. VolcanoWin.Position = UDim2.new(0, 0, 0.460387349, 0)
  603. VolcanoWin.Size = UDim2.new(0, 95, 0, 24)
  604. VolcanoWin.Style = Enum.ButtonStyle.RobloxRoundButton
  605. VolcanoWin.Font = Enum.Font.SciFi
  606. VolcanoWin.Text = "VolcanoWin"
  607. VolcanoWin.TextColor3 = Color3.new(0, 0, 0)
  608. VolcanoWin.TextSize = 15
  609.  
  610. TheDen.Name = "TheDen"
  611. TheDen.Parent = ScrollingFrame
  612. TheDen.BackgroundColor3 = Color3.new(1, 1, 1)
  613. TheDen.Position = UDim2.new(0, 0, 0.489436626, 0)
  614. TheDen.Size = UDim2.new(0, 95, 0, 24)
  615. TheDen.Style = Enum.ButtonStyle.RobloxRoundButton
  616. TheDen.Font = Enum.Font.SciFi
  617. TheDen.Text = "The Den"
  618. TheDen.TextColor3 = Color3.new(0, 0, 0)
  619. TheDen.TextSize = 15
  620.  
  621. SkiLodge.Name = "SkiLodge"
  622. SkiLodge.Parent = ScrollingFrame
  623. SkiLodge.BackgroundColor3 = Color3.new(1, 1, 1)
  624. SkiLodge.Position = UDim2.new(-0.200000003, 0, 0.510563374, 0)
  625. SkiLodge.Size = UDim2.new(0, 95, 0, 24)
  626. SkiLodge.Style = Enum.ButtonStyle.RobloxRoundButton
  627. SkiLodge.Font = Enum.Font.SciFi
  628. SkiLodge.Text = "SkiLodge"
  629. SkiLodge.TextColor3 = Color3.new(0, 0, 0)
  630. SkiLodge.TextSize = 15
  631.  
  632. PlayerTpFrame.Name = "PlayerTpFrame"
  633. PlayerTpFrame.Parent = Copy
  634. PlayerTpFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  635. PlayerTpFrame.Position = UDim2.new(0.926528156, 0, 0.176904216, 0)
  636. PlayerTpFrame.Size = UDim2.new(0, 108, 0, 108)
  637. PlayerTpFrame.Visible = false
  638. PlayerTpFrame.Style = Enum.FrameStyle.RobloxRound
  639.  
  640. TpGo.Name = "TpGo"
  641. TpGo.Parent = PlayerTpFrame
  642. TpGo.BackgroundColor3 = Color3.new(1, 1, 1)
  643. TpGo.Position = UDim2.new(-0.0277777798, 0, 0.692592621, 0)
  644. TpGo.Size = UDim2.new(0, 97, 0, 34)
  645. TpGo.Style = Enum.ButtonStyle.RobloxRoundButton
  646. TpGo.Font = Enum.Font.SourceSans
  647. TpGo.Text = "Teleport!"
  648. TpGo.TextColor3 = Color3.new(0, 0, 0)
  649. TpGo.TextSize = 19
  650. TpGo.MouseButton1Down:connect(function()
  651.  
  652. end)
  653.  
  654. PlayerTpBox.Name = "PlayerTpBox"
  655. PlayerTpBox.Parent = PlayerTpFrame
  656. PlayerTpBox.BackgroundColor3 = Color3.new(1, 1, 1)
  657. PlayerTpBox.BackgroundTransparency = 1
  658. PlayerTpBox.Position = UDim2.new(-0.0293726027, 0, 0.220370382, 0)
  659. PlayerTpBox.Size = UDim2.new(0, 97, 0, 33)
  660. PlayerTpBox.Font = Enum.Font.SourceSans
  661. PlayerTpBox.Text = ""
  662. PlayerTpBox.TextColor3 = Color3.new(1, 1, 1)
  663. PlayerTpBox.TextSize = 21
  664.  
  665. Nothing_2.Name = "Nothing"
  666. Nothing_2.Parent = PlayerTpFrame
  667. Nothing_2.BackgroundColor3 = Color3.new(1, 1, 1)
  668. Nothing_2.Position = UDim2.new(-0.0833333358, 0, 0.174346209, 0)
  669. Nothing_2.Size = UDim2.new(0, 107, 0, 41)
  670. Nothing_2.Style = Enum.FrameStyle.RobloxRound
  671.  
  672. XplrTp.Name = "XplrTp"
  673. XplrTp.Parent = PlayerTpFrame
  674. XplrTp.BackgroundColor3 = Color3.new(1, 1, 1)
  675. XplrTp.Position = UDim2.new(0.830668151, 0, -0.0853082091, 0)
  676. XplrTp.Size = UDim2.new(0, 23, 0, 23)
  677. XplrTp.Style = Enum.ButtonStyle.RobloxRoundButton
  678. XplrTp.Font = Enum.Font.SourceSans
  679. XplrTp.Text = "X"
  680. XplrTp.TextColor3 = Color3.new(0, 0, 0)
  681. XplrTp.TextSize = 14
  682.  
  683. PlayerFrame.Name = "PlayerFrame"
  684. PlayerFrame.Parent = Copy
  685. PlayerFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  686. PlayerFrame.Position = UDim2.new(0.856963634, 0, 0.0465870611, 0)
  687. PlayerFrame.Size = UDim2.new(0, 222, 0, 105)
  688. PlayerFrame.Visible = false
  689. PlayerFrame.Style = Enum.FrameStyle.RobloxRound
  690.  
  691. Jump.Name = "Jump"
  692. Jump.Parent = PlayerFrame
  693. Jump.BackgroundColor3 = Color3.new(1, 1, 1)
  694. Jump.Position = UDim2.new(0.546453774, 0, 0.665461063, 0)
  695. Jump.Size = UDim2.new(0, 95, 0, 31)
  696. Jump.Style = Enum.ButtonStyle.RobloxRoundButton
  697. Jump.Font = Enum.Font.SourceSans
  698. Jump.Text = "Add Jump"
  699. Jump.TextColor3 = Color3.new(0, 0, 0)
  700. Jump.TextSize = 22
  701.  
  702. Speed.Name = "Speed"
  703. Speed.Parent = PlayerFrame
  704. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  705. Speed.Position = UDim2.new(-0.00760026742, 0, 0.665461063, 0)
  706. Speed.Size = UDim2.new(0, 95, 0, 31)
  707. Speed.Style = Enum.ButtonStyle.RobloxRoundButton
  708. Speed.Font = Enum.Font.SourceSans
  709. Speed.Text = "Add Speed"
  710. Speed.TextColor3 = Color3.new(0, 0, 0)
  711. Speed.TextSize = 22
  712.  
  713. SpeedBox.Name = "SpeedBox"
  714. SpeedBox.Parent = PlayerFrame
  715. SpeedBox.BackgroundColor3 = Color3.new(1, 1, 1)
  716. SpeedBox.BackgroundTransparency = 1
  717. SpeedBox.Position = UDim2.new(0.0292589404, 0, 0.35691607, 0)
  718. SpeedBox.Size = UDim2.new(0, 78, 0, 25)
  719. SpeedBox.Font = Enum.Font.SourceSans
  720. SpeedBox.Text = ""
  721. SpeedBox.TextColor3 = Color3.new(1, 1, 1)
  722. SpeedBox.TextSize = 14
  723.  
  724. JumpBox.Name = "JumpBox"
  725. JumpBox.Parent = PlayerFrame
  726. JumpBox.BackgroundColor3 = Color3.new(1, 1, 1)
  727. JumpBox.BackgroundTransparency = 1
  728. JumpBox.Position = UDim2.new(0.58781755, 0, 0.35691607, 0)
  729. JumpBox.Size = UDim2.new(0, 78, 0, 25)
  730. JumpBox.Font = Enum.Font.SourceSans
  731. JumpBox.Text = ""
  732. JumpBox.TextColor3 = Color3.new(1, 1, 1)
  733. JumpBox.TextSize = 14
  734.  
  735. Xsj.Name = "Xsj"
  736. Xsj.Parent = PlayerFrame
  737. Xsj.BackgroundColor3 = Color3.new(1, 1, 1)
  738. Xsj.Position = UDim2.new(0.929597378, 0, -0.0921854824, 0)
  739. Xsj.Size = UDim2.new(0, 23, 0, 23)
  740. Xsj.Style = Enum.ButtonStyle.RobloxRoundButton
  741. Xsj.Font = Enum.Font.SourceSans
  742. Xsj.Text = "X"
  743. Xsj.TextColor3 = Color3.new(0, 0, 0)
  744. Xsj.TextSize = 14
  745.  
  746. Nothing_3.Name = "Nothing"
  747. Nothing_3.Parent = PlayerFrame
  748. Nothing_3.BackgroundColor3 = Color3.new(1, 1, 1)
  749. Nothing_3.Position = UDim2.new(0.00984095596, 0, 0.306382596, 0)
  750. Nothing_3.Size = UDim2.new(0, 87, 0, 33)
  751. Nothing_3.Style = Enum.FrameStyle.RobloxRound
  752.  
  753. Nothing_4.Name = "Nothing"
  754. Nothing_4.Parent = PlayerFrame
  755. Nothing_4.BackgroundColor3 = Color3.new(1, 1, 1)
  756. Nothing_4.Position = UDim2.new(0.568399489, 0, 0.306382596, 0)
  757. Nothing_4.Size = UDim2.new(0, 87, 0, 33)
  758. Nothing_4.Style = Enum.FrameStyle.RobloxRound
  759.  
  760. Nothing_5.Name = "Nothing"
  761. Nothing_5.Parent = PlayerFrame
  762. Nothing_5.BackgroundColor3 = Color3.new(1, 1, 1)
  763. Nothing_5.BackgroundTransparency = 1
  764. Nothing_5.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  765. Nothing_5.Position = UDim2.new(0.00803519506, 0, 0.0401814133, 0)
  766. Nothing_5.Size = UDim2.new(0, 200, 0, 24)
  767. Nothing_5.Font = Enum.Font.SourceSans
  768. Nothing_5.Text = "Speed Jump"
  769. Nothing_5.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  770. Nothing_5.TextSize = 25
  771. Nothing_5.TextStrokeColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  772.  
  773. AutoSellFrame.Name = "AutoSellFrame"
  774. AutoSellFrame.Parent = Copy
  775. AutoSellFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  776. AutoSellFrame.Position = UDim2.new(0.856831253, 0, 0.874692917, 0)
  777. AutoSellFrame.Size = UDim2.new(0, 108, 0, 108)
  778. AutoSellFrame.Visible = false
  779. AutoSellFrame.Style = Enum.FrameStyle.RobloxRound
  780.  
  781. SellWood.Name = "SellWood"
  782. SellWood.Parent = AutoSellFrame
  783. SellWood.BackgroundColor3 = Color3.new(1, 1, 1)
  784. SellWood.Position = UDim2.new(-0.00668221898, 0, 0.164123103, 0)
  785. SellWood.Size = UDim2.new(0, 92, 0, 40)
  786. SellWood.Style = Enum.ButtonStyle.RobloxRoundButton
  787. SellWood.Font = Enum.Font.SourceSans
  788. SellWood.Text = "Sell Wood [H]"
  789. SellWood.TextColor3 = Color3.new(0, 0, 0)
  790. SellWood.TextSize = 18
  791. SellWood.MouseButton1Down:connect(function()
  792.  
  793. end)
  794.  
  795. SellPlanks.Name = "SellPlanks"
  796. SellPlanks.Parent = AutoSellFrame
  797. SellPlanks.BackgroundColor3 = Color3.new(1, 1, 1)
  798. SellPlanks.Position = UDim2.new(-0.00668221898, 0, 0.584353149, 0)
  799. SellPlanks.Size = UDim2.new(0, 92, 0, 41)
  800. SellPlanks.Style = Enum.ButtonStyle.RobloxRoundButton
  801. SellPlanks.Font = Enum.Font.SourceSans
  802. SellPlanks.Text = "Sell Planks [G]"
  803. SellPlanks.TextColor3 = Color3.new(0, 0, 0)
  804. SellPlanks.TextSize = 18
  805. SellPlanks.MouseButton1Down:connect(function()
  806.  
  807. end)
  808.  
  809. Xas.Name = "Xas"
  810. Xas.Parent = AutoSellFrame
  811. Xas.BackgroundColor3 = Color3.new(1, 1, 1)
  812. Xas.Position = UDim2.new(0.830668151, 0, -0.0853082091, 0)
  813. Xas.Size = UDim2.new(0, 23, 0, 23)
  814. Xas.Style = Enum.ButtonStyle.RobloxRoundButton
  815. Xas.Font = Enum.Font.SourceSans
  816. Xas.Text = "X"
  817. Xas.TextColor3 = Color3.new(0, 0, 0)
  818. Xas.TextSize = 14
  819.  
  820. Xsj.MouseButton1Down:connect(function()
  821. PlayerFrame.Visible = false
  822. end)
  823.  
  824. XplrTp.MouseButton1Down:connect(function()
  825. PlayerTpFrame.Visible = false
  826. end)
  827.  
  828. XTp.MouseButton1Down:connect(function()
  829. TeleportsFrame.Visible = false
  830. end)
  831.  
  832. XCln.MouseButton1Down:connect(function()
  833. CloneFrame.Visible = false
  834. end)
  835.  
  836. Xas.MouseButton1Down:connect(function()
  837. AutoSellFrame.Visible = false
  838. end)
  839.  
  840. Clone.MouseButton1Down:connect(function()
  841. CloneFrame.Visible = true
  842. end)
  843.  
  844. Teleports.MouseButton1Down:connect(function()
  845. TeleportsFrame.Visible = true
  846. end)
  847.  
  848. AutoSell.MouseButton1Down:connect(function()
  849. AutoSellFrame.Visible = true
  850. end)
  851.  
  852. Open.MouseButton1Down:connect(function()
  853. MainFrame.Visible = true
  854. OpenFrame.Visible = false
  855. end)
  856.  
  857. TpPlayer.MouseButton1Down:connect(function()
  858. PlayerTpFrame.Visible = true
  859. end)
  860.  
  861. AutoSellFrame.Draggable = true
  862.  
  863. CloneFrame.Draggable = true
  864.  
  865. PlayerFrame.Draggable = true
  866.  
  867. PlayerTpFrame.Draggable = true
  868.  
  869. TeleportsFrame.Draggable = true
  870.  
  871.  
  872. --GodAxe--------------------------------------------------------------------------------
  873.  
  874. GodAxe.MouseButton1Down:connect(function()
  875. Player = game.Players.LocalPlayer
  876. mouse = Player:GetMouse()
  877. game:GetService('RunService').RenderStepped:connect(function()
  878. if Player.Character:FindFirstChild("Tool") then
  879. if MouseDown == true then
  880. if mouse.Target.Name == "WoodSection" then
  881. targetWood = mouse.Target
  882. Tool=Player.Character.Tool
  883. ---FaceVector
  884. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  885. local ray = Ray.new(Player.Character.Head.Position, ((targetWood.CFrame * CFrame.new(0, Height - targetWood.Size.Y/2, 0)).p - Player.Character.Head.Position).unit * 200)
  886. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  887. function fixVector(V)
  888. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  889. end
  890. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  891. if faceVector.Y ~= 0 then
  892. return
  893. end
  894. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  895. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  896. local relativeLookVector = relativeCFrame.lookVector
  897. local m = relativeLookVector.Y >= 0 and 1 or -1
  898. if faceVector.X == 1 then
  899. faceVector = Vector3.new(0, 0, -1) * m
  900. elseif faceVector.X == -1 then
  901. faceVector = Vector3.new(0, 0, 1) * m
  902. elseif faceVector.Z == 1 then
  903. faceVector = Vector3.new(1, 0, 0) * m
  904. elseif faceVector.Z == -1 then
  905. faceVector = Vector3.new(-1, 0, 0) * m
  906. end
  907. local cutEvent = targetWood.Parent.CutEvent
  908. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(cutEvent, {sectionId = targetWood.ID.Value, faceVector = faceVector, height = Height, hitPoints = 0.2, cooldown = 0, cuttingClass = "Axe", tool = Player.Character.Tool})
  909. end
  910. end
  911. end
  912. end)
  913. end)
  914.  
  915. --MaxLand-------------------------------------------------------------------------------
  916.  
  917. MaxLand.MouseButton1Down:connect(function()
  918. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  919. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  920. base = v
  921. square = v.OriginSquare
  922. end
  923. end
  924. function makebase(pos)
  925. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  926. Event:FireServer(base, pos)
  927. end
  928. spos = square.Position
  929. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  930. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  931. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  932. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  933. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  934. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  935. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  936. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  937. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  938. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  939. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  940. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  941. --Corners--
  942. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  943. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  944. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  945. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  946. --Corners--
  947. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  948. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  949. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  950. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  951. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  952. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  953. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  954. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  955. end)
  956.  
  957. --PaintTool-----------------------------------------------------------------------------
  958.  
  959. PaintTool.MouseButton1Down:connect(function()
  960. -- Instances:
  961. local ColorPicker = Instance.new("ScreenGui")
  962. local ChangeColor = Instance.new("Frame")
  963. local CurrentColor = Instance.new("ImageButton")
  964. local Picker = Instance.new("ScrollingFrame")
  965. local Birch = Instance.new("ImageButton")
  966. local DropShadow = Instance.new("Frame")
  967. local Grey = Instance.new("ImageButton")
  968. local DropShadow_2 = Instance.new("Frame")
  969. local Walnut = Instance.new("ImageButton")
  970. local DropShadow_3 = Instance.new("Frame")
  971. local Generic = Instance.new("ImageButton")
  972. local DropShadow_4 = Instance.new("Frame")
  973. local Oak = Instance.new("ImageButton")
  974. local DropShadow_5 = Instance.new("Frame")
  975. local Pine = Instance.new("ImageButton")
  976. local DropShadow_6 = Instance.new("Frame")
  977. local Palm = Instance.new("ImageButton")
  978. local DropShadow_7 = Instance.new("Frame")
  979. local Cherry = Instance.new("ImageButton")
  980. local DropShadow_8 = Instance.new("Frame")
  981. local Koa = Instance.new("ImageButton")
  982. local DropShadow_9 = Instance.new("Frame")
  983. local Volcano = Instance.new("ImageButton")
  984. local DropShadow_10 = Instance.new("Frame")
  985. local GreenSwampy = Instance.new("ImageButton")
  986. local DropShadow_11 = Instance.new("Frame")
  987. local GoldSwampy = Instance.new("ImageButton")
  988. local DropShadow_12 = Instance.new("Frame")
  989. local GenericSpecial = Instance.new("ImageButton")
  990. local DropShadow_13 = Instance.new("Frame")
  991. local SnowGlow = Instance.new("ImageButton")
  992. local DropShadow_14 = Instance.new("Frame")
  993. local Frost = Instance.new("ImageButton")
  994. local DropShadow_15 = Instance.new("Frame")
  995. local CaveCrawler = Instance.new("ImageButton")
  996. local DropShadow_16 = Instance.new("Frame")
  997. local LoneCave = Instance.new("ImageButton")
  998. local DropShadow_17 = Instance.new("Frame")
  999. local Spooky = Instance.new("ImageButton")
  1000. local DropShadow_18 = Instance.new("Frame")
  1001. local SpookyNeon = Instance.new("ImageButton")
  1002. local DropShadow_19 = Instance.new("Frame")
  1003. --Properties:
  1004. ColorPicker.Name = "ColorPicker"
  1005. ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1006.  
  1007. ChangeColor.Name = "ChangeColor"
  1008. ChangeColor.Parent = ColorPicker
  1009. ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  1010. ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  1011. ChangeColor.BorderSizePixel = 2
  1012. ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  1013. ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  1014. ChangeColor.ZIndex = 2
  1015. ColorPicker.Enabled = false
  1016.  
  1017. CurrentColor.Name = "CurrentColor"
  1018. CurrentColor.Parent = ChangeColor
  1019. CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  1020. CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  1021. CurrentColor.BorderSizePixel = 2
  1022. CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  1023. CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  1024. CurrentColor.ZIndex = 2
  1025. CurrentColor.Image = "rbxassetid://2712547918"
  1026. CurrentColor.ScaleType = Enum.ScaleType.Crop
  1027.  
  1028. Picker.Name = "Picker"
  1029. Picker.Parent = ColorPicker
  1030. Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  1031. Picker.BorderColor3 = Color3.new(0, 0, 0)
  1032. Picker.BorderSizePixel = 2
  1033. Picker.Position = UDim2.new(0, 10, 1, -320)
  1034. Picker.Size = UDim2.new(0, 100, 0, 200)
  1035. Picker.CanvasPosition = Vector2.new(0, 700)
  1036. Picker.CanvasSize = UDim2.new(0, 0, 0, 900)
  1037. Picker.ScrollBarThickness = 7
  1038. Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  1039. Picker.Visible = false
  1040.  
  1041. Birch.Name = "Birch"
  1042. Birch.Parent = Picker
  1043. Birch.BackgroundColor3 = Color3.new(1, 1, 1)
  1044. Birch.BorderColor3 = Color3.new(0, 0, 0)
  1045. Birch.Position = UDim2.new(0, 10, 0, 5)
  1046. Birch.Size = UDim2.new(0, 80, 0, 40)
  1047. Birch.ZIndex = 3
  1048. Birch.Image = "rbxassetid://2712547918"
  1049. Birch.ScaleType = Enum.ScaleType.Crop
  1050.  
  1051. DropShadow.Name = "DropShadow"
  1052. DropShadow.Parent = Birch
  1053. DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  1054. DropShadow.BorderSizePixel = 0
  1055. DropShadow.Position = UDim2.new(0, 4, 0, 4)
  1056. DropShadow.Size = UDim2.new(1, 0, 1, 0)
  1057. DropShadow.ZIndex = 2
  1058.  
  1059. Grey.Name = "Grey"
  1060. Grey.Parent = Picker
  1061. Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  1062. Grey.BorderColor3 = Color3.new(0, 0, 0)
  1063. Grey.Position = UDim2.new(0, 10, 0, 55)
  1064. Grey.Size = UDim2.new(0, 80, 0, 40)
  1065. Grey.ZIndex = 3
  1066. Grey.Image = "rbxassetid://924320031"
  1067. Grey.ScaleType = Enum.ScaleType.Crop
  1068.  
  1069. DropShadow_2.Name = "DropShadow"
  1070. DropShadow_2.Parent = Grey
  1071. DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1072. DropShadow_2.BorderSizePixel = 0
  1073. DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  1074. DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  1075. DropShadow_2.ZIndex = 2
  1076.  
  1077. Walnut.Name = "Walnut"
  1078. Walnut.Parent = Picker
  1079. Walnut.BackgroundColor3 = Color3.new(1, 1, 1)
  1080. Walnut.BorderColor3 = Color3.new(0, 0, 0)
  1081. Walnut.Position = UDim2.new(0, 10, 0, 105)
  1082. Walnut.Size = UDim2.new(0, 80, 0, 40)
  1083. Walnut.ZIndex = 3
  1084. Walnut.Image = "rbxassetid://2712559790"
  1085. Walnut.ScaleType = Enum.ScaleType.Crop
  1086.  
  1087. DropShadow_3.Name = "DropShadow"
  1088. DropShadow_3.Parent = Walnut
  1089. DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1090. DropShadow_3.BorderSizePixel = 0
  1091. DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  1092. DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  1093. DropShadow_3.ZIndex = 2
  1094.  
  1095. Generic.Name = "Generic"
  1096. Generic.Parent = Picker
  1097. Generic.BackgroundColor3 = Color3.new(1, 1, 1)
  1098. Generic.BorderColor3 = Color3.new(0, 0, 0)
  1099. Generic.Position = UDim2.new(0, 10, 0, 155)
  1100. Generic.Size = UDim2.new(0, 80, 0, 40)
  1101. Generic.ZIndex = 3
  1102. Generic.Image = "rbxassetid://2712568624"
  1103. Generic.ScaleType = Enum.ScaleType.Crop
  1104.  
  1105. DropShadow_4.Name = "DropShadow"
  1106. DropShadow_4.Parent = Generic
  1107. DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  1108. DropShadow_4.BorderSizePixel = 0
  1109. DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  1110. DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  1111. DropShadow_4.ZIndex = 2
  1112.  
  1113. Oak.Name = "Oak"
  1114. Oak.Parent = Picker
  1115. Oak.BackgroundColor3 = Color3.new(1, 1, 1)
  1116. Oak.BorderColor3 = Color3.new(0, 0, 0)
  1117. Oak.Position = UDim2.new(0, 10, 0, 205)
  1118. Oak.Size = UDim2.new(0, 80, 0, 40)
  1119. Oak.ZIndex = 3
  1120. Oak.Image = "rbxassetid://2712579185"
  1121. Oak.ScaleType = Enum.ScaleType.Crop
  1122.  
  1123. DropShadow_5.Name = "DropShadow"
  1124. DropShadow_5.Parent = Oak
  1125. DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  1126. DropShadow_5.BorderSizePixel = 0
  1127. DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  1128. DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  1129. DropShadow_5.ZIndex = 2
  1130.  
  1131. Pine.Name = "Pine"
  1132. Pine.Parent = Picker
  1133. Pine.BackgroundColor3 = Color3.new(1, 1, 1)
  1134. Pine.BorderColor3 = Color3.new(0, 0, 0)
  1135. Pine.Position = UDim2.new(0, 10, 0, 255)
  1136. Pine.Size = UDim2.new(0, 80, 0, 40)
  1137. Pine.ZIndex = 3
  1138. Pine.Image = "rbxassetid://2712591183"
  1139. Pine.ScaleType = Enum.ScaleType.Crop
  1140.  
  1141. DropShadow_6.Name = "DropShadow"
  1142. DropShadow_6.Parent = Pine
  1143. DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  1144. DropShadow_6.BorderSizePixel = 0
  1145. DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  1146. DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  1147. DropShadow_6.ZIndex = 2
  1148.  
  1149. Palm.Name = "Palm"
  1150. Palm.Parent = Picker
  1151. Palm.BackgroundColor3 = Color3.new(1, 1, 1)
  1152. Palm.BorderColor3 = Color3.new(0, 0, 0)
  1153. Palm.Position = UDim2.new(0, 10, 0, 305)
  1154. Palm.Size = UDim2.new(0, 80, 0, 40)
  1155. Palm.ZIndex = 3
  1156. Palm.Image = "rbxassetid://2712597395"
  1157. Palm.ScaleType = Enum.ScaleType.Crop
  1158.  
  1159. DropShadow_7.Name = "DropShadow"
  1160. DropShadow_7.Parent = Palm
  1161. DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  1162. DropShadow_7.BorderSizePixel = 0
  1163. DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  1164. DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  1165. DropShadow_7.ZIndex = 2
  1166.  
  1167. Cherry.Name = "Cherry"
  1168. Cherry.Parent = Picker
  1169. Cherry.BackgroundColor3 = Color3.new(1, 1, 1)
  1170. Cherry.BorderColor3 = Color3.new(0, 0, 0)
  1171. Cherry.Position = UDim2.new(0, 10, 0, 355)
  1172. Cherry.Size = UDim2.new(0, 80, 0, 40)
  1173. Cherry.ZIndex = 3
  1174. Cherry.Image = "rbxassetid://2712608599"
  1175. Cherry.ScaleType = Enum.ScaleType.Crop
  1176.  
  1177. DropShadow_8.Name = "DropShadow"
  1178. DropShadow_8.Parent = Cherry
  1179. DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  1180. DropShadow_8.BorderSizePixel = 0
  1181. DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  1182. DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  1183. DropShadow_8.ZIndex = 2
  1184.  
  1185. Koa.Name = "Koa"
  1186. Koa.Parent = Picker
  1187. Koa.BackgroundColor3 = Color3.new(1, 1, 1)
  1188. Koa.BorderColor3 = Color3.new(0, 0, 0)
  1189. Koa.Position = UDim2.new(0, 10, 0, 355)
  1190. Koa.Size = UDim2.new(0, 80, 0, 40)
  1191. Koa.ZIndex = 3
  1192. Koa.Image = "rbxassetid://2712612798"
  1193. Koa.ScaleType = Enum.ScaleType.Crop
  1194.  
  1195. DropShadow_9.Name = "DropShadow"
  1196. DropShadow_9.Parent = Koa
  1197. DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  1198. DropShadow_9.BorderSizePixel = 0
  1199. DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  1200. DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  1201. DropShadow_9.ZIndex = 2
  1202.  
  1203. Volcano.Name = "Volcano"
  1204. Volcano.Parent = Picker
  1205. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  1206. Volcano.BorderColor3 = Color3.new(0, 0, 0)
  1207. Volcano.Position = UDim2.new(0, 10, 0, 405)
  1208. Volcano.Size = UDim2.new(0, 80, 0, 40)
  1209. Volcano.ZIndex = 3
  1210. Volcano.Image = "rbxassetid://2712618609"
  1211. Volcano.ScaleType = Enum.ScaleType.Crop
  1212.  
  1213. DropShadow_10.Name = "DropShadow"
  1214. DropShadow_10.Parent = Volcano
  1215. DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  1216. DropShadow_10.BorderSizePixel = 0
  1217. DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  1218. DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  1219. DropShadow_10.ZIndex = 2
  1220.  
  1221. GreenSwampy.Name = "GreenSwampy"
  1222. GreenSwampy.Parent = Picker
  1223. GreenSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  1224. GreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  1225. GreenSwampy.Position = UDim2.new(0, 10, 0, 455)
  1226. GreenSwampy.Size = UDim2.new(0, 80, 0, 40)
  1227. GreenSwampy.ZIndex = 3
  1228. GreenSwampy.Image = "rbxassetid://2712623896"
  1229. GreenSwampy.ScaleType = Enum.ScaleType.Crop
  1230.  
  1231. DropShadow_11.Name = "DropShadow"
  1232. DropShadow_11.Parent = GreenSwampy
  1233. DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  1234. DropShadow_11.BorderSizePixel = 0
  1235. DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  1236. DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  1237. DropShadow_11.ZIndex = 2
  1238.  
  1239. GoldSwampy.Name = "GoldSwampy"
  1240. GoldSwampy.Parent = Picker
  1241. GoldSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  1242. GoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  1243. GoldSwampy.Position = UDim2.new(0, 10, 0, 505)
  1244. GoldSwampy.Size = UDim2.new(0, 80, 0, 40)
  1245. GoldSwampy.ZIndex = 3
  1246. GoldSwampy.Image = "rbxassetid://2712631457"
  1247. GoldSwampy.ScaleType = Enum.ScaleType.Crop
  1248.  
  1249. DropShadow_12.Name = "DropShadow"
  1250. DropShadow_12.Parent = GoldSwampy
  1251. DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  1252. DropShadow_12.BorderSizePixel = 0
  1253. DropShadow_12.Position = UDim2.new(0, 4, 0, 4)
  1254. DropShadow_12.Size = UDim2.new(1, 0, 1, 0)
  1255. DropShadow_12.ZIndex = 2
  1256.  
  1257. GenericSpecial.Name = "GenericSpecial"
  1258. GenericSpecial.Parent = Picker
  1259. GenericSpecial.BackgroundColor3 = Color3.new(1, 1, 1)
  1260. GenericSpecial.BorderColor3 = Color3.new(0, 0, 0)
  1261. GenericSpecial.Position = UDim2.new(0, 10, 0, 555)
  1262. GenericSpecial.Size = UDim2.new(0, 80, 0, 40)
  1263. GenericSpecial.ZIndex = 3
  1264. GenericSpecial.Image = "rbxassetid://2712639396"
  1265. GenericSpecial.ScaleType = Enum.ScaleType.Crop
  1266.  
  1267. DropShadow_13.Name = "DropShadow"
  1268. DropShadow_13.Parent = GenericSpecial
  1269. DropShadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  1270. DropShadow_13.BorderSizePixel = 0
  1271. DropShadow_13.Position = UDim2.new(0, 4, 0, 4)
  1272. DropShadow_13.Size = UDim2.new(1, 0, 1, 0)
  1273. DropShadow_13.ZIndex = 2
  1274.  
  1275. SnowGlow.Name = "SnowGlow"
  1276. SnowGlow.Parent = Picker
  1277. SnowGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  1278. SnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  1279. SnowGlow.Position = UDim2.new(0, 10, 0, 605)
  1280. SnowGlow.Size = UDim2.new(0, 80, 0, 40)
  1281. SnowGlow.ZIndex = 3
  1282. SnowGlow.Image = "rbxassetid://2712651454"
  1283. SnowGlow.ScaleType = Enum.ScaleType.Crop
  1284.  
  1285. DropShadow_14.Name = "DropShadow"
  1286. DropShadow_14.Parent = SnowGlow
  1287. DropShadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  1288. DropShadow_14.BorderSizePixel = 0
  1289. DropShadow_14.Position = UDim2.new(0, 4, 0, 4)
  1290. DropShadow_14.Size = UDim2.new(1, 0, 1, 0)
  1291. DropShadow_14.ZIndex = 2
  1292.  
  1293. Frost.Name = "Frost"
  1294. Frost.Parent = Picker
  1295. Frost.BackgroundColor3 = Color3.new(1, 1, 1)
  1296. Frost.BorderColor3 = Color3.new(0, 0, 0)
  1297. Frost.Position = UDim2.new(0, 10, 0, 655)
  1298. Frost.Size = UDim2.new(0, 80, 0, 40)
  1299. Frost.ZIndex = 3
  1300. Frost.Image = "rbxassetid://2712667804"
  1301. Frost.ScaleType = Enum.ScaleType.Crop
  1302.  
  1303. DropShadow_15.Name = "DropShadow"
  1304. DropShadow_15.Parent = Frost
  1305. DropShadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  1306. DropShadow_15.BorderSizePixel = 0
  1307. DropShadow_15.Position = UDim2.new(0, 4, 0, 4)
  1308. DropShadow_15.Size = UDim2.new(1, 0, 1, 0)
  1309. DropShadow_15.ZIndex = 2
  1310.  
  1311. CaveCrawler.Name = "CaveCrawler"
  1312. CaveCrawler.Parent = Picker
  1313. CaveCrawler.BackgroundColor3 = Color3.new(1, 1, 1)
  1314. CaveCrawler.BorderColor3 = Color3.new(0, 0, 0)
  1315. CaveCrawler.Position = UDim2.new(0, 10, 0, 705)
  1316. CaveCrawler.Size = UDim2.new(0, 80, 0, 40)
  1317. CaveCrawler.ZIndex = 3
  1318. CaveCrawler.Image = "rbxassetid://2712673980"
  1319. CaveCrawler.ScaleType = Enum.ScaleType.Crop
  1320.  
  1321. DropShadow_16.Name = "DropShadow"
  1322. DropShadow_16.Parent = CaveCrawler
  1323. DropShadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  1324. DropShadow_16.BorderSizePixel = 0
  1325. DropShadow_16.Position = UDim2.new(0, 4, 0, 4)
  1326. DropShadow_16.Size = UDim2.new(1, 0, 1, 0)
  1327. DropShadow_16.ZIndex = 2
  1328.  
  1329. LoneCave.Name = "LoneCave"
  1330. LoneCave.Parent = Picker
  1331. LoneCave.BackgroundColor3 = Color3.new(1, 1, 1)
  1332. LoneCave.BorderColor3 = Color3.new(0, 0, 0)
  1333. LoneCave.Position = UDim2.new(0, 10, 0, 755)
  1334. LoneCave.Size = UDim2.new(0, 80, 0, 40)
  1335. LoneCave.ZIndex = 3
  1336. LoneCave.Image = "rbxassetid://2712693147"
  1337. LoneCave.ScaleType = Enum.ScaleType.Crop
  1338.  
  1339. DropShadow_17.Name = "DropShadow"
  1340. DropShadow_17.Parent = LoneCave
  1341. DropShadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  1342. DropShadow_17.BorderSizePixel = 0
  1343. DropShadow_17.Position = UDim2.new(0, 4, 0, 4)
  1344. DropShadow_17.Size = UDim2.new(1, 0, 1, 0)
  1345. DropShadow_17.ZIndex = 2
  1346.  
  1347. Spooky.Name = "Spooky"
  1348. Spooky.Parent = Picker
  1349. Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  1350. Spooky.BorderColor3 = Color3.new(0, 0, 0)
  1351. Spooky.Position = UDim2.new(0, 10, 0, 805)
  1352. Spooky.Size = UDim2.new(0, 80, 0, 40)
  1353. Spooky.ZIndex = 3
  1354. Spooky.Image = "rbxassetid://2712696822"
  1355. Spooky.ScaleType = Enum.ScaleType.Crop
  1356.  
  1357. DropShadow_18.Name = "DropShadow"
  1358. DropShadow_18.Parent = Spooky
  1359. DropShadow_18.BackgroundColor3 = Color3.new(0, 0, 0)
  1360. DropShadow_18.BorderSizePixel = 0
  1361. DropShadow_18.Position = UDim2.new(0, 4, 0, 4)
  1362. DropShadow_18.Size = UDim2.new(1, 0, 1, 0)
  1363. DropShadow_18.ZIndex = 2
  1364.  
  1365. SpookyNeon.Name = "SpookyNeon"
  1366. SpookyNeon.Parent = Picker
  1367. SpookyNeon.BackgroundColor3 = Color3.new(1, 1, 1)
  1368. SpookyNeon.BorderColor3 = Color3.new(0, 0, 0)
  1369. SpookyNeon.Position = UDim2.new(0, 10, 0, 855)
  1370. SpookyNeon.Size = UDim2.new(0, 80, 0, 40)
  1371. SpookyNeon.ZIndex = 3
  1372. SpookyNeon.Image = "rbxassetid://2712700047"
  1373. SpookyNeon.ScaleType = Enum.ScaleType.Crop
  1374.  
  1375. DropShadow_19.Name = "DropShadow"
  1376. DropShadow_19.Parent = SpookyNeon
  1377. DropShadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  1378. DropShadow_19.BorderSizePixel = 0
  1379. DropShadow_19.Position = UDim2.new(0, 4, 0, 4)
  1380. DropShadow_19.Size = UDim2.new(1, 0, 1, 0)
  1381. DropShadow_19.ZIndex = 2
  1382. -- Scripts:
  1383. woodtype = "Birch"
  1384.  
  1385. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1386. tool.RequiresHandle = false
  1387. --tool.RobloxLocked = true
  1388. tool.Name = "Paint"
  1389. tool.ToolTip = "Changes A Stucture's Wood Type"
  1390. tool.Equipped:connect(function(Mouse)
  1391. ColorPicker.Enabled = true
  1392. Mouse.Button1Down:connect(function()
  1393. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  1394. local Cframe
  1395. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  1396. Cframe = Mouse.Target.Parent.MainCFrame.Value
  1397. else
  1398. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  1399. end
  1400. if Mouse.Target.Parent ~= nil then
  1401. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  1402. end
  1403. else
  1404. --do nothing
  1405. end
  1406. end)
  1407. end)
  1408.  
  1409. tool.Unequipped:connect(function(mouse)
  1410. ColorPicker.Enabled = false
  1411. end)
  1412.  
  1413.  
  1414. Birch.MouseButton1Click:Connect(function()
  1415. CurrentColor.Image = Birch.Image
  1416. woodtype = "Birch"
  1417. end)
  1418.  
  1419. Grey.MouseButton1Click:Connect(function()
  1420. CurrentColor.Image = Grey.Image
  1421. woodtype = nil
  1422. end)
  1423.  
  1424. Walnut.MouseButton1Click:Connect(function()
  1425. CurrentColor.Image = Walnut.Image
  1426. woodtype = "Walnut"
  1427. end)
  1428.  
  1429. Generic.MouseButton1Click:Connect(function()
  1430. CurrentColor.Image = Generic.Image
  1431. woodtype = "Generic"
  1432. end)
  1433.  
  1434. Oak.MouseButton1Click:Connect(function()
  1435. CurrentColor.Image = Oak.Image
  1436. woodtype = "Oak"
  1437. end)
  1438.  
  1439. Pine.MouseButton1Click:Connect(function()
  1440. CurrentColor.Image = Pine.Image
  1441. woodtype = "Pine"
  1442. end)
  1443.  
  1444. Palm.MouseButton1Click:Connect(function()
  1445. CurrentColor.Image = Palm.Image
  1446. woodtype = "Palm"
  1447. end)
  1448.  
  1449. Koa.MouseButton1Click:Connect(function()
  1450. CurrentColor.Image = Koa.Image
  1451. woodtype = "Koa"
  1452. end)
  1453.  
  1454. Volcano.MouseButton1Click:Connect(function()
  1455. CurrentColor.Image = Volcano.Image
  1456. woodtype = "Volcano"
  1457. end)
  1458.  
  1459. GreenSwampy.MouseButton1Click:Connect(function()
  1460. CurrentColor.Image = GreenSwampy.Image
  1461. woodtype = "GreenSwampy"
  1462. end)
  1463.  
  1464. GoldSwampy.MouseButton1Click:Connect(function()
  1465. CurrentColor.Image = GoldSwampy.Image
  1466. woodtype = "GoldSwampy"
  1467. end)
  1468.  
  1469. GenericSpecial.MouseButton1Click:Connect(function()
  1470. CurrentColor.Image = GenericSpecial.Image
  1471. woodtype = "GenericSpecial"
  1472. end)
  1473.  
  1474. SnowGlow.MouseButton1Click:Connect(function()
  1475. CurrentColor.Image = SnowGlow.Image
  1476. woodtype = "SnowGlow"
  1477. end)
  1478.  
  1479. Frost.MouseButton1Click:Connect(function()
  1480. CurrentColor.Image = Frost.Image
  1481. woodtype = "Frost"
  1482. end)
  1483.  
  1484. CaveCrawler.MouseButton1Click:Connect(function()
  1485. CurrentColor.Image = CaveCrawler.Image
  1486. woodtype = "CaveCrawler"
  1487. end)
  1488.  
  1489. LoneCave.MouseButton1Click:Connect(function()
  1490. CurrentColor.Image = LoneCave.Image
  1491. woodtype = "LoneCave"
  1492. end)
  1493.  
  1494. Spooky.MouseButton1Click:Connect(function()
  1495. CurrentColor.Image = Spooky.Image
  1496. woodtype = "Spooky"
  1497. end)
  1498.  
  1499. SpookyNeon.MouseButton1Click:Connect(function()
  1500. CurrentColor.Image = SpookyNeon.Image
  1501. woodtype = "SpookyNeon"
  1502. end)
  1503.  
  1504. --bring up menu
  1505. CurrentColor.MouseButton1Click:Connect(function()
  1506. if Picker.Visible == false then
  1507. Picker.Visible = true
  1508. else
  1509. Picker.Visible = false
  1510. end
  1511. end)
  1512. end)
  1513.  
  1514. --PlotTp--------------------------------------------------------------------------------
  1515.  
  1516. PlotTp.MouseButton1Down:connect(function()
  1517. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1518. if v.Owner.Value == game.Players.LocalPlayer then
  1519. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  1520. end
  1521. end
  1522. end)
  1523.  
  1524. --RemoveFog-----------------------------------------------------------------------------
  1525.  
  1526. RemoveFog.MouseButton1Down:connect(function()
  1527. game.Lighting.Changed:connect(function()
  1528. game.Lighting.TimeOfDay = "12:00:00"
  1529. game.Lighting.FogEnd = 9999
  1530. game.Lighting.Brightness = 1
  1531. end)
  1532. end)
  1533.  
  1534. --Fly-----------------------------------------------------------------------------------
  1535.  
  1536. Fly.MouseButton1Down:connect(function()
  1537. for i,v in pairs(script:GetChildren()) do
  1538. pcall(function() v.Value = "" end)
  1539. game:GetService("Debris"):AddItem(v,.1)
  1540. end
  1541.  
  1542. function weld(p0,p1,c0,c1,par)
  1543. local w = Instance.new("Weld",p0 or par)
  1544. w.Part0 = p0
  1545. w.Part1 = p1
  1546. w.C0 = c0 or CFrame.new()
  1547. w.C1 = c1 or CFrame.new()
  1548. return w
  1549. end
  1550.  
  1551. local motors = {}
  1552.  
  1553. function motor(p0,p1,c0,c1,des,vel,par)
  1554. local w = Instance.new("Motor6D",p0 or par)
  1555. w.Part0 = p0
  1556. w.Part1 = p1
  1557. w.C0 = c0 or CFrame.new()
  1558. w.C1 = c1 or CFrame.new()
  1559. w.MaxVelocity = tonumber(vel) or .05
  1560. w.DesiredAngle = tonumber(des) or 0
  1561. return w
  1562. end
  1563.  
  1564. function lerp(a,b,c)
  1565. return a+(b-a)*c
  1566. end
  1567.  
  1568. function clerp(c1,c2,al)
  1569. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  1570. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  1571. for i,v in pairs(com1) do
  1572. com1[i] = lerp(v,com2[i],al)
  1573. end
  1574. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  1575. end
  1576.  
  1577. function ccomplerp(c1,c2,al)
  1578. local com1 = {c1:components()}
  1579. local com2 = {c2:components()}
  1580. for i,v in pairs(com1) do
  1581. com1[i] = lerp(v,com2[i],al)
  1582. end
  1583. return CFrame.new(unpack(com1))
  1584. end
  1585.  
  1586. function tickwave(time,length,offset)
  1587. return (math.abs((tick()+(offset or 0))%time-time/2)*2-time/2)/time/2*length
  1588. end
  1589.  
  1590. function invcol(c)
  1591. c = c.Color
  1592. return BrickColor.new(Color3.new(1-c.b,1-c.g,1-c.r))
  1593. end
  1594. local oc = oc or function(...) return ... end
  1595. local plr = game.Players.LocalPlayer
  1596. local char = plr.Character
  1597. local tor = char.Torso
  1598. local hum = char.Humanoid
  1599. hum.PlatformStand = false
  1600. pcall(function()
  1601. char.Wings:Destroy()
  1602. end)
  1603. pcall(function()
  1604. char.Angel:Destroy() -- hat
  1605. end)
  1606. local mod = Instance.new("Model",char)
  1607. mod.Name = "Wings"
  1608. local special = {
  1609. [game.Players.LocalPlayer.Name] = {"Black","Bright red",.5,0,false,Color3.new(1,0,0),Color3.new(0,0,0)},
  1610. }
  1611. local topcolor = BrickColor.new("Really black")
  1612. local feacolor = BrickColor.new("Black")
  1613. local ptrans = 0
  1614. local pref = 0
  1615. local fire = true
  1616. local fmcol = Color3.new()
  1617. local fscol = Color3.new()
  1618. local spec = special[plr.Name:lower()]
  1619. if spec then
  1620. topcolor,feacolor,ptrans,pref,fire,fmcol,fscol = spec[1] and BrickColor.new(spec[1]) or topcolor,spec[2] and BrickColor.new(spec[2]) or feacolor,spec[3],spec[4],spec[5],spec[6],spec[7]
  1621. end
  1622. local part = Instance.new("Part")
  1623. part.FormFactor = "Custom"
  1624. part.Size = Vector3.new(.2,.2,.2)
  1625. part.TopSurface,part.BottomSurface = 0,0
  1626. part.CanCollide = false
  1627. part.BrickColor = BrickColor.new("Black")
  1628. part.Transparency = ptrans
  1629. part.Reflectance = pref
  1630. local ef = Instance.new("Fire",fire and part or nil)
  1631. ef.Size = .15
  1632. ef.Color = BrickColor.new("Black").Color
  1633. ef.SecondaryColor = BrickColor.new("Bright red").Color
  1634. part:BreakJoints()
  1635. function newpart()
  1636. local clone = part:Clone()
  1637. clone.Parent = mod
  1638. clone:BreakJoints()
  1639. return clone
  1640. end
  1641. local feath = newpart()
  1642. feath.BrickColor = feacolor
  1643. feath.Transparency = 0
  1644. Instance.new("SpecialMesh",feath).MeshType = "Sphere"
  1645. function newfeather()
  1646. local clone = feath:Clone()
  1647. clone.Parent = mod
  1648. clone:BreakJoints()
  1649. return clone
  1650. end
  1651. flying = false
  1652. moving = false
  1653. for i,v in pairs(tor:GetChildren()) do
  1654. if v.ClassName:lower():match("body") then
  1655. v:Destroy()
  1656. end
  1657. end
  1658. local ctor = tor:Clone()
  1659. ctor:ClearAllChildren()
  1660. ctor.Name = "cTorso"
  1661. ctor.Transparency = 1
  1662. ctor.CanCollide = false
  1663. ctor.FormFactor = "Custom"
  1664. ctor.Size = Vector3.new(.2,.2,.2)
  1665. ctor.Parent = mod
  1666. weld(tor,ctor)
  1667. local bg = Instance.new("BodyGyro",ctor)
  1668. bg.maxTorque = Vector3.new()
  1669. bg.P = 15000
  1670. bg.D = 1000
  1671. local bv = Instance.new("BodyVelocity",ctor)
  1672. bv.maxForce = Vector3.new()
  1673. bv.P = 15000
  1674. vel = Vector3.new()
  1675. cf = CFrame.new()
  1676. flspd = 0
  1677. keysdown = {}
  1678. keypressed = {}
  1679. ktime = {}
  1680. descendtimer = 0
  1681. jumptime = tick()
  1682. hum.Jumping:connect(function()
  1683. jumptime = tick()
  1684. end)
  1685. cam = workspace.CurrentCamera
  1686. kd = plr:GetMouse().KeyDown:connect(oc(function(key)
  1687. keysdown[key] = true
  1688. keypressed[key] = true
  1689. if key == "q" then
  1690. descendtimer = tick()
  1691. elseif key == " " and not hum.Jump then
  1692. jumptime = tick()
  1693. elseif (key == "a" or key == "d") and ktime[key] and tick()-ktime[key] < .3 and math.abs(reqrotx) < .3 then
  1694. reqrotx = key == "a" and math.pi*2 or -math.pi*2
  1695. end
  1696. ktime[key] = tick()
  1697. end))
  1698.  
  1699. ku = plr:GetMouse().KeyUp:connect(function(key)
  1700. keysdown[key] = false
  1701. if key == " " then
  1702. descendtimer = tick()
  1703. end
  1704. end)
  1705. function mid(a,b,c)
  1706. return math.max(a,math.min(b,c or -a))
  1707. end
  1708. function bn(a)
  1709. return a and 1 or 0
  1710. end
  1711. function gm(tar)
  1712. local m = 0
  1713. for i,v in pairs(tar:GetChildren()) do
  1714. if v:IsA("BasePart") then
  1715. m = m + v:GetMass()
  1716. end
  1717. m = m + gm(v)
  1718. end
  1719. return m
  1720. end
  1721. reqrotx = 0
  1722. local grav = 196.2
  1723. local con
  1724. con = game:GetService("RunService").Stepped:connect(oc(function()
  1725. local obvel = tor.CFrame:vectorToObjectSpace(tor.Velocity)
  1726. local sspd, uspd,fspd = obvel.X,obvel.Y,obvel.Z
  1727. if flying then
  1728. local lfldir = fldir
  1729. fldir = cam.CoordinateFrame:vectorToWorldSpace(Vector3.new(bn(keysdown.d)-bn(keysdown.a),0,bn(keysdown.s)-bn(keysdown.w))).unit
  1730. local lmoving = moving
  1731. moving = fldir.magnitude > .1
  1732. if lmoving and not moving then
  1733. idledir = lfldir*Vector3.new(1,0,1)
  1734. descendtimer = tick()
  1735. end
  1736. local dbomb = fldir.Y < -.6 or (moving and keysdown["1"])
  1737. if moving and keysdown["0"] and lmoving then
  1738. fldir = (Vector3.new(lfldir.X,math.min(fldir.Y,lfldir.Y+.01)-.1,lfldir.Z)+(fldir*Vector3.new(1,0,1))*.05).unit
  1739. end
  1740. local down = tor.CFrame:vectorToWorldSpace(Vector3.new(0,-1,0))
  1741. local descending = (not moving and keysdown["q"] and not keysdown[" "])
  1742. cf = ccomplerp(cf,CFrame.new(tor.Position,tor.Position+(not moving and idledir or fldir)),keysdown["0"] and .02 or .07)
  1743. local gdown = not dbomb and cf.lookVector.Y < -.2 and tor.Velocity.unit.Y < .05
  1744. hum.PlatformStand = true
  1745. bg.maxTorque = Vector3.new(1,1,1)*9e5
  1746. local rotvel = CFrame.new(Vector3.new(),tor.Velocity):toObjectSpace(CFrame.new(Vector3.new(),fldir)).lookVector
  1747. bg.cframe = cf * CFrame.Angles(not moving and -.1 or -math.pi/2+.2,moving and mid(-2.5,rotvel.X/1.5) + reqrotx or 0,0)
  1748. reqrotx = reqrotx - reqrotx/10
  1749. bv.maxForce = Vector3.new(1,1,1)*9e4*.5
  1750. local anioff =(bn(keysdown[" "])-bn(keysdown["q"]))/2
  1751. local ani = tickwave(1.5-anioff,1)
  1752. bv.velocity = bv.velocity:Lerp(Vector3.new(0,bn(not moving)*-ani*15+(descending and math.min(20,tick()-descendtimer)*-8 or bn(keysdown[" "])-bn(keysdown["q"]))*15,0)+vel,.6)
  1753. vel = moving and cf.lookVector*flspd or Vector3.new()
  1754. flspd = math.min(120,lerp(flspd,moving and (fldir.Y<0 and flspd+(-fldir.Y)*grav/60 or math.max(50,flspd-fldir.Y*grav/300)) or 60,.4))
  1755. local hit,ray = workspace:FindPartOnRayWithIgnoreList(Ray.new(tor.Position,Vector3.new(0,-3.5+math.min(0,bv.velocity.y)/30,0)),{char})
  1756. if hit and down.Y < -.85 and tick()-flystart > 1 then
  1757. flying = false
  1758. hum.PlatformStand = false
  1759. tor.Velocity = Vector3.new()
  1760. end
  1761. else
  1762. bg.maxTorque = Vector3.new()
  1763. bv.maxForce = Vector3.new()
  1764. local x,y,z = fspd/160,uspd/700,sspd/900
  1765. if keypressed[" "] and not flying and (tick()-jumptime > .05 and (tick()-jumptime < 3 or hum.Jump)) then
  1766. vel = Vector3.new(0,50,0)
  1767. bv.velocity = vel
  1768. idledir = cam.CoordinateFrame.lookVector*Vector3.new(1,0,1)
  1769. cf = tor.CFrame * CFrame.Angles(-.01,0,0)
  1770. tor.CFrame = cf
  1771. bg.cframe = cf
  1772. flystart = tick()
  1773. flying = true
  1774. end
  1775. end
  1776. keypressed = {}
  1777. end))
  1778. end)
  1779.  
  1780. --TpWood--------------------------------------------------------------------------------
  1781.  
  1782. TpWood.MouseButton1Down:connect(function()
  1783. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1784. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1785. if Log.Owner.Value == game.Players.LocalPlayer then
  1786. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  1787. end
  1788. end
  1789. end
  1790. end)
  1791.  
  1792. --NoClip--------------------------------------------------------------------------------
  1793.  
  1794. NoClip.MouseButton1Down:connect(function()
  1795. local noclipplayer = game:GetService("Players").LocalPlayer
  1796. local noclipmouse = noclipplayer:GetMouse()
  1797.  
  1798. local donoclip = false
  1799. local noclip = false
  1800.  
  1801. function b_noclip(key)
  1802. if (key == "f") then
  1803. if noclip == false then
  1804. donoclip = true
  1805.  
  1806. noclip = true
  1807. elseif noclip == true then
  1808. donoclip = false
  1809.  
  1810. noclip = false
  1811. end
  1812. end
  1813. end
  1814.  
  1815. noclipmouse.KeyDown:connect(b_noclip)
  1816.  
  1817. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  1818. if obj ~= workspace.Terrain then
  1819. if donoclip == true then
  1820. obj.CanCollide = false
  1821. else
  1822. obj.CanCollide = true
  1823. end
  1824. end
  1825. end)
  1826. end)
  1827.  
  1828. --WaterWalk-----------------------------------------------------------------------------
  1829.  
  1830. WaterWalk.MouseButton1Down:connect(function()
  1831. if WCollide == "Nothing" then
  1832. WCollide = "On"
  1833. WTR.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1834. WTR.Text = "WaterIsS"
  1835. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  1836. if v:IsA("Part") then
  1837. v.CanCollide = true
  1838. end
  1839. end
  1840. else
  1841. WCollide = "Nothing"
  1842. WTR.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1843. WTR.Text = "WalkOnW"
  1844. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  1845. if v:IsA("Part") then
  1846. v.CanCollide = false
  1847. end
  1848. end
  1849. end
  1850. end)
  1851.  
  1852. --TpTool--------------------------------------------------------------------------------
  1853.  
  1854. TpTool.MouseButton1Down:connect(function()
  1855. mouse = game.Players.LocalPlayer:GetMouse()
  1856. tool = Instance.new("Tool")
  1857. tool.RequiresHandle = false
  1858. tool.Name = "Click Teleport"
  1859. tool.Activated:connect(function()
  1860. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  1861. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  1862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  1863. end)
  1864. tool.Parent = game.Players.LocalPlayer.Backpack
  1865. end)
  1866.  
  1867. --PlayerTpButton------------------------------------------------------------------------
  1868.  
  1869. TpGo.MouseButton1Down:connect(function()
  1870. local tp_namedplayer = PlayerTpBox.Text
  1871. local tp_player = game:GetService("Players")[tp_namedplayer]
  1872. local PLR = game:GetService("Players").LocalPlayer
  1873. local p = PlayerTpBox.Text
  1874.  
  1875. if tp_player then
  1876. for i = 1,20 do
  1877. wait()
  1878. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1879. end
  1880. end
  1881. end)
  1882.  
  1883. --SellWood------------------------------------------------------------------------------
  1884.  
  1885. SellWood.MouseButton1Down:connect(function()
  1886. Mouse = game.Players.LocalPlayer:GetMouse()
  1887.  
  1888. Mouse.KeyDown:connect(function(key)
  1889. if key:lower() == "h" then
  1890. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1891. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1892. if Log.Owner.Value == game.Players.LocalPlayer then
  1893. for i,v in pairs(Log:GetChildren()) do
  1894. if v.Name=="WoodSection" then
  1895. spawn(function()
  1896. for i=1,10 do
  1897. wait()
  1898. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1899. end
  1900. end)
  1901. end
  1902. end
  1903. spawn(function()
  1904. for i=1,20 do
  1905. wait()
  1906. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1907. end
  1908. end)
  1909. end
  1910. end
  1911. end
  1912. end
  1913. end)
  1914.  
  1915. end)
  1916.  
  1917. --SellPlanks----------------------------------------------------------------------------
  1918.  
  1919. SellPlanks.MouseButton1Down:connect(function()
  1920. Mouse = game.Players.LocalPlayer:GetMouse()
  1921. Mouse.KeyDown:Connect(function(key)
  1922. if key:lower() == "g" then
  1923. for _, Plank in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1924. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1925. if Plank.Owner.Value == game.Players.LocalPlayer then
  1926. for i,v in pairs(Plank:GetChildren()) do
  1927. v.Name="WoodSection"
  1928. spawn(function()
  1929. for i=1,10 do
  1930. wait()
  1931. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1932. end
  1933. end)
  1934. end
  1935. end
  1936. spawn(function()
  1937. for i=1,20 do
  1938. wait()
  1939. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1940. end
  1941. end)
  1942. end
  1943. end
  1944. end
  1945. end)
  1946.  
  1947. end)
  1948.  
  1949. --BluePrints----------------------------------------------------------------------------
  1950.  
  1951. Blueprint.MouseButton1Down:connect(function()
  1952. for i,v in pairs(game.ReplicatedStorage.Purchasables.Structures.BlueprintStructures:GetChildren()) do
  1953. local clone = v:Clone()
  1954. clone.Parent = game.Players.LocalPlayer.PlayerBlueprints.Blueprints
  1955. end
  1956. end)
  1957.  
  1958. --CloneBase-----------------------------------------------------------------------------
  1959.  
  1960. CloneButton.MouseButton1Down:connect(function()
  1961. CloneButton.MouseButton1Down:connect(function()
  1962. local RunService = game:GetService("RunService")
  1963. local TargetPlayer = CloneBox.Text
  1964. local SlowMode = true
  1965. local WipeLocal = false
  1966.  
  1967. local CopyStructure = true
  1968. local CopyWire = true
  1969. local CopyItems = true
  1970. local CopyFurniture = true
  1971.  
  1972. if WipeLocal then
  1973. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  1974. if v:FindFirstChild("Owner") then
  1975. if v.Owner.Value == game.Players.LocalPlayer then
  1976. game.ReplicatedStorage.Interaction.DestroyStructure:FireServer(v)
  1977. end
  1978. end
  1979. end
  1980. wait(0.5)
  1981. end
  1982.  
  1983. for i,v in pairs(game.Players:GetChildren()) do
  1984. if v ~= game.Players.LocalPlayer then
  1985. if v.Name:find(TargetPlayer) then
  1986. TargetPlayer = v
  1987. break
  1988. end
  1989. end
  1990. end
  1991.  
  1992. local LocalLand, TargetLand
  1993.  
  1994. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1995. if v:FindFirstChild("Owner") then
  1996. if v.Owner.Value == TargetPlayer then
  1997. TargetLand = v
  1998. elseif v.Owner.Value == game.Players.LocalPlayer then
  1999. LocalLand = v
  2000. end
  2001. end
  2002. end
  2003.  
  2004. local CollectedTargetStructures, CollectedLocalStructures, CollectedLocalFurnitures, CollectedTargetFurnitures, CollectedLocalItems, CollectedTargetItems = {}, {}, {}, {}, {}, {}
  2005. local CollectedTargetItemsCopy, CollectedTargetFurnituresCopy = {}, {}
  2006. local TotalCollectedBlueprints = 0
  2007.  
  2008. if CopyStructure then
  2009. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2010. if v:FindFirstChild("Owner") and v.Owner.Value == TargetPlayer then
  2011. if v:FindFirstChild("BuildDependentWood") and (v.Type.Value == "Structure" or v.Type.Value == "Furniture") then
  2012. local Data = {}
  2013. Data.WoodClass = v:FindFirstChild("BlueprintWoodClass") and v.BlueprintWoodClass.Value
  2014. Data.OffSet = (v:FindFirstChild("MainCFrame") and v.MainCFrame.Value or v.PrimaryPart.CFrame) - TargetLand.OriginSquare.Position
  2015. Data.BlueprintType = v.ItemName.Value
  2016. table.insert(CollectedTargetStructures,Data)
  2017. end
  2018. end
  2019. end
  2020.  
  2021. for i, Data in pairs(CollectedTargetStructures) do
  2022. game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint:FireServer(Data.BlueprintType, LocalLand.OriginSquare.CFrame - Vector3.new(0,20,0), game.Players.LocalPlayer)
  2023.  
  2024. if SlowMode and (math.random(1,2) ~= 1) then
  2025. RunService.RenderStepped:Wait()
  2026. end
  2027. end
  2028. end
  2029.  
  2030. function blueprintHasBeenCollected(Model)
  2031. if CollectedLocalStructures[Model.Name] then
  2032. for i, BlueprintModel in pairs(CollectedLocalStructures[Model.Name]) do
  2033. if BlueprintModel == Model then
  2034. return true
  2035. end
  2036. end
  2037. end
  2038. return false
  2039. end
  2040.  
  2041. repeat
  2042. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2043. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer and v:FindFirstChild("Type") and v.Type.Value == "Blueprint" and not blueprintHasBeenCollected(v) then
  2044. if not CollectedLocalStructures[v.Name] then
  2045. CollectedLocalStructures[v.Name] = {}
  2046. end
  2047. table.insert(CollectedLocalStructures[v.Name], v)
  2048. TotalCollectedBlueprints = TotalCollectedBlueprints + 1
  2049. end
  2050. end
  2051. wait()
  2052. until TotalCollectedBlueprints == #CollectedTargetStructures
  2053.  
  2054. function SpawnStructure(Data, Blueprint)
  2055. local Position = Data.OffSet + LocalLand.OriginSquare.Position
  2056. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Blueprint.ItemName.Value, Position, game.Players.LocalPlayer, Data.WoodClass, Blueprint, not Data.WoodClass)
  2057. end
  2058.  
  2059. for i, Data in pairs(CollectedTargetStructures) do
  2060. local Blueprint = CollectedLocalStructures[Data.BlueprintType][1]
  2061. table.remove(CollectedLocalStructures[Data.BlueprintType], 1)
  2062.  
  2063. SpawnStructure(Data, Blueprint)
  2064.  
  2065. if SlowMode and (math.random(1,2) ~= 1) then
  2066. RunService.RenderStepped:Wait()
  2067. end
  2068. end
  2069.  
  2070. function CreateWire(WireType, Points)
  2071. local Wire = game.ReplicatedStorage.Purchasables.WireObjects[WireType]
  2072.  
  2073. for i,v in pairs(Points) do
  2074. Points[i] = v + LocalLand.OriginSquare.Position
  2075. end
  2076.  
  2077. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Wire, Points)
  2078. end
  2079.  
  2080. if CopyWire then
  2081. for i,v in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2082. if v:FindFirstChild("Owner") and v.Owner.Value == TargetPlayer and v:FindFirstChild("Type") and v.Type.Value == "Wire" and v:FindFirstChild("End1") then
  2083. local Points = {}
  2084. local PointCount = 1
  2085.  
  2086. table.insert(Points, (v.End1.Position - TargetLand.OriginSquare.Position))
  2087.  
  2088. for i,w in pairs(v:GetChildren()) do
  2089. if w.Name:find("Point") then
  2090. PointCount = PointCount + 1
  2091. end
  2092. end
  2093.  
  2094. for i=2, PointCount do
  2095. local Point = v:FindFirstChild("Point"..tostring(i))
  2096. table.insert(Points, (Point.Position - TargetLand.OriginSquare.Position))
  2097. end
  2098.  
  2099. table.insert(Points, (v.End2.Position - TargetLand.OriginSquare.Position))
  2100. CreateWire(v.ItemName.Value, Points)
  2101.  
  2102. if SlowMode and (math.random(1,2) ~= 1)then
  2103. RunService.RenderStepped:Wait()
  2104. end
  2105. end
  2106. end
  2107. end
  2108.  
  2109. function isValidFurniture(Model)
  2110. if Model:FindFirstChild("Type") and (Model.Type.Value == "Structure" or Model.Type.Value == "Furniture" or Model.Type.Value == "Vehicle Spot") then
  2111. if Model:FindFirstChild("BuildDependentWood") or Model:FindFirstChild("PurchasedBoxItemName") then
  2112. return false
  2113. end
  2114. return true
  2115. end
  2116. return false
  2117. end
  2118.  
  2119. function Spawn(ItemName, Position)
  2120. local Info = {}
  2121. Info.Name = ItemName.Value
  2122. Info.Type = ItemName.Name == "PurchasedBoxItemName" and ItemName or game.ReplicatedStorage.Purchasables.Structures.HardStructures.Sawmill2.Type
  2123. Info.OtherInfo = game.ReplicatedStorage.Purchasables.WireObjects.Wire.OtherInfo
  2124. local Points = {Position.p, Position.p}
  2125. game.ReplicatedStorage.PlaceStructure.ClientPlacedWire:FireServer(Info, Points)
  2126. end
  2127.  
  2128. if CopyFurniture then
  2129. for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2130. if Model:FindFirstChild("Owner") and Model.Owner.Value == TargetPlayer and isValidFurniture(Model) then
  2131. local ItemName = Model:FindFirstChild("ItemName") or Model:FindFirstChild("PurchasedBoxItemName")
  2132. local Position = (Model:FindFirstChild("MainCFrame") and Model.MainCFrame.Value or Model.PrimaryPart.CFrame) - TargetLand.OriginSquare.Position
  2133.  
  2134. if ItemName.Name == "PurchasedBoxItemName" then
  2135. Spawn(ItemName, Position + LocalLand.OriginSquare.Position)
  2136. else
  2137. Spawn(ItemName, LocalLand.OriginSquare.CFrame - Vector3.new(0,20,0))
  2138. end
  2139.  
  2140. local Data = {}
  2141. Data.ItemName = ItemName.Value
  2142. Data.OffSet = Position
  2143.  
  2144. table.insert(CollectedTargetFurnitures, Data)
  2145.  
  2146. if SlowMode and (math.random(1,2) ~= 1)then
  2147. RunService.RenderStepped:Wait()
  2148. end
  2149. end
  2150. end
  2151. end
  2152.  
  2153. for i, v in pairs(CollectedTargetFurnitures) do
  2154. table.insert(CollectedTargetFurnituresCopy,v)
  2155. end
  2156.  
  2157. function isValidFurnitureModel(Model)
  2158. for i, Data in pairs(CollectedTargetFurnitures) do
  2159. if Data.ItemName == Model.ItemName.Value then
  2160. table.remove(CollectedTargetFurnitures, i)
  2161. return true
  2162. end
  2163. end
  2164. return false
  2165. end
  2166.  
  2167. repeat
  2168. for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2169. if Model.Name == "Wire" and Model:FindFirstChild("Owner") and Model.Owner.Value == game.Players.LocalPlayer and Model.ItemName.Value ~= "Wire" and isValidFurnitureModel(Model) then
  2170. table.insert(CollectedLocalFurnitures, Model)
  2171. end
  2172. end
  2173. wait()
  2174. until #CollectedTargetFurnitures == 0
  2175.  
  2176. function GrabModelFromCollectedFurnitures(ItemName)
  2177. for i, Model in pairs(CollectedLocalFurnitures) do
  2178. if Model.ItemName.Value == ItemName then
  2179. table.remove(CollectedLocalFurnitures,i)
  2180. return Model
  2181. end
  2182. end
  2183. end
  2184.  
  2185. for i, Data in pairs(CollectedTargetFurnituresCopy) do
  2186. local Model = GrabModelFromCollectedFurnitures(Data.ItemName)
  2187. local ItemName = Data.ItemName
  2188. local Position = Data.OffSet + LocalLand.OriginSquare.Position
  2189. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(ItemName,Position,game.Players.LocalPlayer,false,Model,true)
  2190.  
  2191. if SlowMode and (math.random(1,2) ~= 1)then
  2192. RunService.RenderStepped:Wait()
  2193. end
  2194. end
  2195.  
  2196. function isValidItem(Model)
  2197. if Model:FindFirstChild("Type") and (Model.Type.Value == "Structure" or Model.Type.Value == "Loose Item" or Model.Type.Value == "Tool" or Model.Type.Value == "Wire" or Model.Type.Value == "Furniture" or Model.Type.Value == "Gift") then
  2198. if (Model.Type.Value == "Structure" or Model.Type.Value == "Wire" or Model.Type.Value == "Furniture") and not Model:FindFirstChild("PurchasedBoxItemName") then
  2199. return false
  2200. end
  2201.  
  2202. return true
  2203. elseif not Model:FindFirstChild("Type") then
  2204. if Model:FindFirstChild("ItemName") then
  2205. local ItemName = Model.ItemName.Value:lower()
  2206.  
  2207. if ItemName:find("bob") and (ItemName:find("wob") or ItemName:find("head"))then
  2208. return true
  2209. end
  2210. end
  2211. end
  2212. return false
  2213. end
  2214. function itemIsOnLand(Position)
  2215. if (math.abs(Position.X - TargetLand.OriginSquare.Position.X) > 101 or math.abs(Position.Z - TargetLand.OriginSquare.Position.Z) > 101) then
  2216. return false
  2217. end
  2218. for i, Square in pairs(TargetLand:GetChildren()) do
  2219. if Square.Name == "Square" then
  2220. if (math.abs(Position.X - Square.Position.X) < 21 and math.abs(Position.Z - Square.Position.Z) < 21) then
  2221. return true
  2222. end
  2223. end
  2224. end
  2225. return false
  2226. end
  2227.  
  2228. if CopyItems then
  2229. for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2230. if Model:FindFirstChild("Owner") and Model.Owner.Value == TargetPlayer and isValidItem(Model) then
  2231. local ItemName = Model:FindFirstChild("ItemName") or Model:FindFirstChild("PurchasedBoxItemName")
  2232. local Position = (Model:FindFirstChild("MainCFrame") and Model.MainCFrame.Value or Model.PrimaryPart.CFrame) - TargetLand.OriginSquare.Position
  2233.  
  2234. if itemIsOnLand((Model:FindFirstChild("MainCFrame") and Model.MainCFrame.Value or Model.PrimaryPart.CFrame).p) then
  2235. Spawn(ItemName, LocalLand.OriginSquare.CFrame - Vector3.new(0,20,0))
  2236.  
  2237. local Data = {}
  2238. Data.ItemName = ItemName.Value
  2239. Data.OffSet = Position
  2240.  
  2241. table.insert(CollectedTargetItems, Data)
  2242.  
  2243. if SlowMode and (math.random(1,2) ~= 1)then
  2244. RunService.RenderStepped:Wait()
  2245. end
  2246. end
  2247. end
  2248. end
  2249. end
  2250.  
  2251. for i, v in pairs(CollectedTargetItems) do
  2252. table.insert(CollectedTargetItemsCopy,v)
  2253. end
  2254.  
  2255. function isValidItemModel(Model)
  2256. for i, Data in pairs(CollectedTargetItems) do
  2257. if Data.ItemName == Model.ItemName.Value then
  2258. table.remove(CollectedTargetItems, i)
  2259. return true
  2260. end
  2261. end
  2262. return false
  2263. end
  2264. function itemHasBeenCollected(Model)
  2265. for i, Data in pairs(CollectedLocalItems) do
  2266. if Data.ItemName == Model.ItemName.Value then
  2267. return true
  2268. end
  2269. end
  2270. return false
  2271. end
  2272.  
  2273. repeat
  2274. for i, Model in pairs(game.Workspace.PlayerModels:GetChildren()) do
  2275. if Model.Name == "Wire" and Model:FindFirstChild("Owner") and Model.Owner.Value == game.Players.LocalPlayer and (Model.ItemName.Value ~= "Wire" or (Model:FindFirstChild("ItemName") and Model.ItemName.Value == "Wire" and Model:FindFirstChild("PurchasedBoxItemName"))) and isValidItemModel(Model) and not itemHasBeenCollected(Model) then
  2276. table.insert(CollectedLocalItems, Model)
  2277. end
  2278. end
  2279. wait()
  2280. until #CollectedTargetItems == 0
  2281.  
  2282. function GrabModelFromCollectedItems(ItemName)
  2283. for i, Model in pairs(CollectedLocalItems) do
  2284. if Model.ItemName.Value == ItemName then
  2285. table.remove(CollectedLocalItems,i)
  2286. return Model
  2287. end
  2288. end
  2289. end
  2290.  
  2291. for i, Data in pairs(CollectedTargetItemsCopy) do
  2292. local Model = GrabModelFromCollectedItems(Data.ItemName)
  2293. local ItemName = Data.ItemName
  2294. local Position = Data.OffSet + LocalLand.OriginSquare.Position
  2295.  
  2296. if Model:FindFirstChild("PurchasedBoxItemName") then
  2297. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(false, Position, false, false, Model)
  2298. Model.Parent = nil
  2299. else
  2300. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(ItemName,Position,game.Players.LocalPlayer,false,Model,true)
  2301. end
  2302.  
  2303. if SlowMode and (math.random(1,2) ~= 1)then
  2304. RunService.RenderStepped:Wait()
  2305. end
  2306. end
  2307.  
  2308. print("Finished Copying!")
  2309. end)
  2310. end)
  2311.  
  2312. --WipeBase------------------------------------------------------------------------------
  2313.  
  2314. WipeBase.MouseButton1Down:connect(function()
  2315. for i,v in next,workspace.PlayerModels:GetChildren() do
  2316. if v:FindFirstChild("Main") and v.Owner.Value == game.Players.LocalPlayer then
  2317. for q,p in pairs(v:GetChildren()) do
  2318. if p.Name:lower():match("box") or p.Name == "DraggableItem" then
  2319. wait()
  2320. v.PrimaryPart = v.Main
  2321. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',v)
  2322. v:SetPrimaryPartCFrame(game.Players.LocalPlayer.Character.Head.CFrame)
  2323. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  2324. end
  2325. end
  2326. end
  2327. end
  2328. end)
  2329.  
  2330. --Teleports-----------------------------------------------------------------------------
  2331.  
  2332. local WayPoints = {
  2333. ["Wood R Us"] = CFrame.new(265, 5, 57),
  2334. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  2335. ["Land Store"] = CFrame.new(258, 5, -99),
  2336. ["Link's Logic"] = CFrame.new(4607, 9, -798),
  2337. ["Cave"] = CFrame.new(3581, -177, 430),
  2338. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  2339. ["Swamp"] = CFrame.new(-1209, 138, -801),
  2340. ["Palm Island"] = CFrame.new(2549, 5, -42),
  2341. ["Fancy Furnishings"] = CFrame.new(491, 13, -1720),
  2342. ["Boxed Cars"] = CFrame.new(509, 5.2, -1463),
  2343. ["Fine Arts Shop"] = CFrame.new(5207, -156, 719),
  2344. ["Bob's Shack"] = CFrame.new(260, 10, -2542),
  2345. ["Dock"] = CFrame.new(1114, 3.2, -197),
  2346. ["Bridge"] = CFrame.new(113, 15, -977),
  2347. ["End Times"] = CFrame.new(113, -204, -951),
  2348. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  2349. ["The Den"] = CFrame.new(323, 49, 1930),
  2350. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  2351. ["Ski Lodge"] = CFrame.new(1244, 66, 2306),
  2352. ["Strange Man"] = CFrame.new(1061, 20, 1131)
  2353. }
  2354.  
  2355. WoodRUs.MouseButton1Down:connect(function()
  2356. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2357. uTorso.CFrame = WayPoints["Wood R Us"]
  2358. end)
  2359.  
  2360. SpawnPoint.MouseButton1Down:connect(function()
  2361. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2362. uTorso.CFrame = WayPoints["SpawnPoint"]
  2363. end)
  2364.  
  2365. LandStore.MouseButton1Down:connect(function()
  2366. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2367. uTorso.CFrame = WayPoints["Land Store"]
  2368. end)
  2369.  
  2370. LinksLogic.MouseButton1Down:connect(function()
  2371. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2372. uTorso.CFrame = WayPoints["Link's Logic"]
  2373. end)
  2374.  
  2375. Cave.MouseButton1Down:connect(function()
  2376. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2377. uTorso.CFrame = WayPoints["Cave"]
  2378. end)
  2379.  
  2380. Volcano.MouseButton1Down:connect(function()
  2381. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2382. uTorso.CFrame = WayPoints["Volcano"]
  2383. end)
  2384.  
  2385. Swamp.MouseButton1Down:connect(function()
  2386. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2387. uTorso.CFrame = WayPoints["Swamp"]
  2388. end)
  2389.  
  2390. PalmIsland.MouseButton1Down:connect(function()
  2391. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2392. uTorso.CFrame = WayPoints["Palm Island"]
  2393. end)
  2394.  
  2395. FancyFurnishings.MouseButton1Down:connect(function()
  2396. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2397. uTorso.CFrame = WayPoints["Fancy Furnishings"]
  2398. end)
  2399.  
  2400. BoxedCars.MouseButton1Down:connect(function()
  2401. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2402. uTorso.CFrame = WayPoints["Boxed Cars"]
  2403. end)
  2404.  
  2405. FineArtsShop.MouseButton1Down:connect(function()
  2406. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2407. uTorso.CFrame = WayPoints["Fine Arts Shop"]
  2408. end)
  2409.  
  2410. BobsShack.MouseButton1Down:connect(function()
  2411. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2412. uTorso.CFrame = WayPoints["Bob's Shack"]
  2413. end)
  2414.  
  2415. Dock.MouseButton1Down:connect(function()
  2416. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2417. uTorso.CFrame = WayPoints["Dock"]
  2418. end)
  2419.  
  2420. Bridge.MouseButton1Down:connect(function()
  2421. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2422. uTorso.CFrame = WayPoints["Bridge"]
  2423. end)
  2424.  
  2425. EndTimes.MouseButton1Down:connect(function()
  2426. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2427. uTorso.CFrame = WayPoints["End Times"]
  2428. end)
  2429.  
  2430. ShrineOfSight.MouseButton1Down:connect(function()
  2431. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2432. uTorso.CFrame = WayPoints["Shrine Of Sight"]
  2433. end)
  2434.  
  2435. TheDen.MouseButton1Down:connect(function()
  2436. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2437. uTorso.CFrame = WayPoints["The Den"]
  2438. end)
  2439.  
  2440. VolcanoWin.MouseButton1Down:connect(function()
  2441. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2442. uTorso.CFrame = WayPoints["Volcano Win"]
  2443. end)
  2444.  
  2445. SkiLodge.MouseButton1Down:connect(function()
  2446. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2447. uTorso.CFrame = WayPoints["Ski Lodge"]
  2448. end)
  2449.  
  2450. StrangeMan.MouseButton1Down:connect(function()
  2451. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  2452. uTorso.CFrame = WayPoints["Strange Man"]
  2453. end)
  2454.  
  2455. --Speed/Jump-------------------------------------------------------------------
  2456.  
  2457. Player.MouseButton1Down:connect(function()
  2458. local walkspeedplayer = game:GetService("Players").LocalPlayer
  2459. local walkspeedmouse = walkspeedplayer:GetMouse()
  2460.  
  2461. local walkspeedenabled = false
  2462.  
  2463. function x_walkspeed(key)
  2464. if (key == "v") then
  2465. if walkspeedenabled == false then
  2466. _G.WS = 100;
  2467. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  2468. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2469. Humanoid.WalkSpeed = _G.WS;
  2470. end)
  2471. Humanoid.WalkSpeed = _G.WS;
  2472.  
  2473. walkspeedenabled = true
  2474. elseif walkspeedenabled == true then
  2475. _G.WS = 10;
  2476. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  2477. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  2478. Humanoid.WalkSpeed = _G.WS;
  2479. end)
  2480. Humanoid.WalkSpeed = _G.WS;
  2481.  
  2482. walkspeedenabled = false
  2483. end
  2484. end
  2485. end
  2486.  
  2487. walkspeedmouse.KeyDown:connect(x_walkspeed)
  2488. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement