Advertisement
kleber1234

James Normal

May 11th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.97 KB | None | 0 0
  1. local service = setmetatable({}, {
  2. __index = function(t, k)
  3. return game:GetService(k)
  4. end
  5. })
  6. -- Instances:
  7. local Hi = Instance.new("ScreenGui")
  8. local Menu = Instance.new("Frame")
  9. local Main = Instance.new("Frame")
  10. local CloseB = Instance.new("TextButton")
  11. local MTitle = Instance.new("TextLabel")
  12. local ExpandButton = Instance.new("ImageButton")
  13. local ExpandFrame = Instance.new("Frame")
  14. local LabelExpand = Instance.new("TextLabel")
  15. local EXBMain = Instance.new("TextButton")
  16. local EXBTeleports = Instance.new("TextButton")
  17. local EXBInfo = Instance.new("TextButton")
  18. local EXBSecond = Instance.new("TextButton")
  19. local closeexpand = Instance.new("TextButton")
  20. local Functions = Instance.new("Frame")
  21. local UIGridLayout = Instance.new("UIGridLayout")
  22. local Fly = Instance.new("TextButton")
  23. local MaxLand = Instance.new("TextButton")
  24. local AntiBlacklist = Instance.new("TextButton")
  25. local GodAxe = Instance.new("TextButton")
  26. local SellTree = Instance.new("TextButton")
  27. local SellPlank = Instance.new("TextButton")
  28. local WipeBase = Instance.new("TextButton")
  29. local Fastwalk = Instance.new("TextButton")
  30. local SawmillTp = Instance.new("TextButton")
  31. local Functions2 = Instance.new("Frame")
  32. local UIGridLayout_2 = Instance.new("UIGridLayout")
  33. local PlotTp = Instance.new("TextButton")
  34. local Noclip = Instance.new("TextButton")
  35. local WoodTool = Instance.new("TextButton")
  36. local InfWires = Instance.new("TextButton")
  37. local BuyItems = Instance.new("TextButton")
  38. local BuyBlueprints = Instance.new("TextButton")
  39. local Info = Instance.new("Frame")
  40. local TextLabel = Instance.new("TextLabel")
  41. local Teleports = Instance.new("ScrollingFrame")
  42. local UIGridLayout_3 = Instance.new("UIGridLayout")
  43. local SpawnPoint = Instance.new("TextButton")
  44. local SkiLodge = Instance.new("TextButton")
  45. local TheDen = Instance.new("TextButton")
  46. local ShrineOfSight = Instance.new("TextButton")
  47. local Bridge = Instance.new("TextButton")
  48. local Dock = Instance.new("TextButton")
  49. local FrostTreeArea = Instance.new("TextButton")
  50. local SnowGlow = Instance.new("TextButton")
  51. local VolcanoWin = Instance.new("TextButton")
  52. local EndTimes = Instance.new("TextButton")
  53. local BobsShack = Instance.new("TextButton")
  54. local FineArtsShop = Instance.new("TextButton")
  55. local BoxedCars = Instance.new("TextButton")
  56. local FancyFurnishings = Instance.new("TextButton")
  57. local PalmIsland = Instance.new("TextButton")
  58. local Swamp = Instance.new("TextButton")
  59. local Volcano = Instance.new("TextButton")
  60. local Cave = Instance.new("TextButton")
  61. local LinksLogic = Instance.new("TextButton")
  62. local WoodRUs = Instance.new("TextButton")
  63. local LandStore = Instance.new("TextButton")
  64. --Properties:
  65. Hi.Name = "Hi"
  66. Hi.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  67. Hi.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  68.  
  69. Menu.Name = "Menu"
  70. Menu.Parent = Hi
  71. Menu.BackgroundColor3 = Color3.new(0, 0, 0)
  72. Menu.BackgroundTransparency = 1
  73. Menu.BorderColor3 = Color3.new(0, 0, 0)
  74. Menu.BorderSizePixel = 0
  75. Menu.Size = UDim2.new(0, 100, 0, 100)
  76.  
  77. Main.Name = "Main"
  78. Main.Parent = Menu
  79. Main.Active = true
  80. Main.BackgroundColor3 = Color3.new(0.427451, 0.109804, 0.109804)
  81. Main.BorderColor3 = Color3.new(0, 0, 0)
  82. Main.BorderSizePixel = 2
  83. Main.Position = UDim2.new(5.76999998, 0, 1.56000006, 0)
  84. Main.Selectable = true
  85. Main.Size = UDim2.new(0, 371, 0, 228)
  86. Main.ZIndex = 3
  87. Main.Draggable = true
  88.  
  89. CloseB.Name = "CloseB"
  90. CloseB.Parent = Main
  91. CloseB.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  92. CloseB.BorderColor3 = Color3.new(0, 0, 0)
  93. CloseB.BorderSizePixel = 0
  94. CloseB.Position = UDim2.new(0.86522913, 0, 0, 0)
  95. CloseB.Size = UDim2.new(0, 50, 0, 50)
  96. CloseB.Font = Enum.Font.SourceSans
  97. CloseB.Text = ""
  98. CloseB.TextColor3 = Color3.new(0, 0, 0)
  99. CloseB.TextSize = 14
  100.  
  101. MTitle.Name = "MTitle"
  102. MTitle.Parent = Main
  103. MTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  104. MTitle.BackgroundTransparency = 0.99000000953674
  105. MTitle.BorderColor3 = Color3.new(0, 0, 0)
  106. MTitle.BorderSizePixel = 0
  107. MTitle.Position = UDim2.new(0.199460924, 0, 0, 0)
  108. MTitle.Size = UDim2.new(0, 247, 0, 50)
  109. MTitle.Font = Enum.Font.SourceSans
  110. MTitle.Text = "JamesLT2GUI"
  111. MTitle.TextColor3 = Color3.new(0.309804, 0.0784314, 0.0784314)
  112. MTitle.TextSize = 40
  113. MTitle.TextStrokeTransparency = 0.69999998807907
  114. MTitle.TextWrapped = true
  115.  
  116. ExpandButton.Name = "ExpandButton"
  117. ExpandButton.Parent = Main
  118. ExpandButton.BackgroundColor3 = Color3.new(0, 0, 0)
  119. ExpandButton.BackgroundTransparency = 1
  120. ExpandButton.BorderColor3 = Color3.new(0, 0, 0)
  121. ExpandButton.BorderSizePixel = 0
  122. ExpandButton.Size = UDim2.new(0, 50, 0, 50)
  123. ExpandButton.ZIndex = 4
  124. ExpandButton.Image = "rbxassetid://2781388145"
  125.  
  126. ExpandFrame.Name = "ExpandFrame"
  127. ExpandFrame.Parent = Main
  128. ExpandFrame.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  129. ExpandFrame.BorderColor3 = Color3.new(0, 0, 0)
  130. ExpandFrame.BorderSizePixel = 0
  131. ExpandFrame.Size = UDim2.new(0, 100, 0, 228)
  132. ExpandFrame.Visible = false
  133. ExpandFrame.ZIndex = 6
  134.  
  135. LabelExpand.Name = "LabelExpand"
  136. LabelExpand.Parent = ExpandFrame
  137. LabelExpand.BackgroundColor3 = Color3.new(0, 0, 0)
  138. LabelExpand.BackgroundTransparency = 1
  139. LabelExpand.BorderColor3 = Color3.new(0, 0, 0)
  140. LabelExpand.BorderSizePixel = 0
  141. LabelExpand.Position = UDim2.new(0, 0, 0.114035085, 0)
  142. LabelExpand.Size = UDim2.new(0, 100, 0, 36)
  143. LabelExpand.ZIndex = 7
  144. LabelExpand.Font = Enum.Font.SourceSans
  145. LabelExpand.Text = "Features"
  146. LabelExpand.TextColor3 = Color3.new(0, 0, 0)
  147. LabelExpand.TextSize = 24
  148.  
  149. EXBMain.Name = "EXBMain"
  150. EXBMain.Parent = ExpandFrame
  151. EXBMain.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  152. EXBMain.BackgroundTransparency = 0.5
  153. EXBMain.BorderColor3 = Color3.new(0, 0, 0)
  154. EXBMain.BorderSizePixel = 0
  155. EXBMain.Position = UDim2.new(0, 0, 0.271929801, 0)
  156. EXBMain.Size = UDim2.new(0, 100, 0, 35)
  157. EXBMain.ZIndex = 7
  158. EXBMain.Font = Enum.Font.SourceSans
  159. EXBMain.Text = "Functions"
  160. EXBMain.TextColor3 = Color3.new(0, 0, 0)
  161. EXBMain.TextSize = 18
  162.  
  163. EXBTeleports.Name = "EXBTeleports"
  164. EXBTeleports.Parent = ExpandFrame
  165. EXBTeleports.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  166. EXBTeleports.BackgroundTransparency = 0.5
  167. EXBTeleports.BorderColor3 = Color3.new(0, 0, 0)
  168. EXBTeleports.BorderSizePixel = 0
  169. EXBTeleports.Position = UDim2.new(0, 0, 0.425438583, 0)
  170. EXBTeleports.Size = UDim2.new(0, 100, 0, 35)
  171. EXBTeleports.ZIndex = 7
  172. EXBTeleports.Font = Enum.Font.SourceSans
  173. EXBTeleports.Text = "Teleports"
  174. EXBTeleports.TextColor3 = Color3.new(0, 0, 0)
  175. EXBTeleports.TextSize = 18
  176.  
  177. EXBInfo.Name = "EXBInfo"
  178. EXBInfo.Parent = ExpandFrame
  179. EXBInfo.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  180. EXBInfo.BackgroundTransparency = 0.5
  181. EXBInfo.BorderColor3 = Color3.new(0, 0, 0)
  182. EXBInfo.BorderSizePixel = 0
  183. EXBInfo.Position = UDim2.new(0, 0, 0.72807014, 0)
  184. EXBInfo.Size = UDim2.new(0, 100, 0, 35)
  185. EXBInfo.ZIndex = 7
  186. EXBInfo.Font = Enum.Font.SourceSans
  187. EXBInfo.Text = "Info"
  188. EXBInfo.TextColor3 = Color3.new(0, 0, 0)
  189. EXBInfo.TextSize = 18
  190.  
  191. EXBSecond.Name = "EXBSecond"
  192. EXBSecond.Parent = ExpandFrame
  193. EXBSecond.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  194. EXBSecond.BackgroundTransparency = 0.5
  195. EXBSecond.BorderColor3 = Color3.new(0, 0, 0)
  196. EXBSecond.BorderSizePixel = 0
  197. EXBSecond.Position = UDim2.new(0, 0, 0.578947306, 0)
  198. EXBSecond.Size = UDim2.new(0, 100, 0, 35)
  199. EXBSecond.ZIndex = 7
  200. EXBSecond.Font = Enum.Font.SourceSans
  201. EXBSecond.Text = "Functions(2)"
  202. EXBSecond.TextColor3 = Color3.new(0, 0, 0)
  203. EXBSecond.TextSize = 18
  204.  
  205. closeexpand.Name = "closeexpand"
  206. closeexpand.Parent = ExpandFrame
  207. closeexpand.BackgroundColor3 = Color3.new(0, 0, 0)
  208. closeexpand.BackgroundTransparency = 1
  209. closeexpand.BorderColor3 = Color3.new(0, 0, 0)
  210. closeexpand.BorderSizePixel = 0
  211. closeexpand.Size = UDim2.new(0, 100, 0, 36)
  212. closeexpand.Font = Enum.Font.SourceSans
  213. closeexpand.Text = "close"
  214. closeexpand.TextColor3 = Color3.new(1, 1, 1)
  215. closeexpand.TextSize = 24
  216. closeexpand.TextWrapped = true
  217.  
  218. Functions.Name = "Functions"
  219. Functions.Parent = Main
  220. Functions.BackgroundColor3 = Color3.new(0, 0, 0)
  221. Functions.BackgroundTransparency = 0.89999997615814
  222. Functions.BorderColor3 = Color3.new(0, 0, 0)
  223. Functions.BorderSizePixel = 0
  224. Functions.Position = UDim2.new(0, 0, 0.219298244, 0)
  225. Functions.Size = UDim2.new(0, 371, 0, 178)
  226. Functions.Visible = false
  227. Functions.ZIndex = 4
  228.  
  229. UIGridLayout.Parent = Functions
  230. UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  231. UIGridLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  232. UIGridLayout.CellPadding = UDim2.new(0, 7, 0, 7)
  233. UIGridLayout.CellSize = UDim2.new(0, 100, 0, 50)
  234.  
  235. Fly.Name = "Fly"
  236. Fly.Parent = Functions
  237. Fly.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  238. Fly.BorderColor3 = Color3.new(0, 0, 0)
  239. Fly.BorderSizePixel = 0
  240. Fly.Size = UDim2.new(0, 200, 0, 50)
  241. Fly.Font = Enum.Font.SourceSans
  242. Fly.Text = "Fly"
  243. Fly.TextColor3 = Color3.new(0, 0, 0)
  244. Fly.TextSize = 20
  245.  
  246. MaxLand.Name = "MaxLand"
  247. MaxLand.Parent = Functions
  248. MaxLand.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  249. MaxLand.BorderColor3 = Color3.new(0, 0, 0)
  250. MaxLand.BorderSizePixel = 0
  251. MaxLand.Size = UDim2.new(0, 200, 0, 50)
  252. MaxLand.Font = Enum.Font.SourceSans
  253. MaxLand.Text = "MaxLand"
  254. MaxLand.TextColor3 = Color3.new(0, 0, 0)
  255. MaxLand.TextSize = 20
  256.  
  257. AntiBlacklist.Name = "AntiBlacklist"
  258. AntiBlacklist.Parent = Functions
  259. AntiBlacklist.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  260. AntiBlacklist.BorderColor3 = Color3.new(0, 0, 0)
  261. AntiBlacklist.BorderSizePixel = 0
  262. AntiBlacklist.Size = UDim2.new(0, 200, 0, 50)
  263. AntiBlacklist.Font = Enum.Font.SourceSans
  264. AntiBlacklist.Text = "AntiBlacklist"
  265. AntiBlacklist.TextColor3 = Color3.new(0, 0, 0)
  266. AntiBlacklist.TextSize = 20
  267.  
  268. GodAxe.Name = "GodAxe"
  269. GodAxe.Parent = Functions
  270. GodAxe.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  271. GodAxe.BorderColor3 = Color3.new(0, 0, 0)
  272. GodAxe.BorderSizePixel = 0
  273. GodAxe.Size = UDim2.new(0, 200, 0, 50)
  274. GodAxe.Font = Enum.Font.SourceSans
  275. GodAxe.Text = "GodAxe"
  276. GodAxe.TextColor3 = Color3.new(0, 0, 0)
  277. GodAxe.TextSize = 20
  278.  
  279. SellTree.Name = "SellTree"
  280. SellTree.Parent = Functions
  281. SellTree.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  282. SellTree.BorderColor3 = Color3.new(0, 0, 0)
  283. SellTree.BorderSizePixel = 0
  284. SellTree.Size = UDim2.new(0, 200, 0, 50)
  285. SellTree.Font = Enum.Font.SourceSans
  286. SellTree.Text = "SellTree(H)"
  287. SellTree.TextColor3 = Color3.new(0, 0, 0)
  288. SellTree.TextSize = 20
  289.  
  290. SellPlank.Name = "SellPlank"
  291. SellPlank.Parent = Functions
  292. SellPlank.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  293. SellPlank.BorderColor3 = Color3.new(0, 0, 0)
  294. SellPlank.BorderSizePixel = 0
  295. SellPlank.Size = UDim2.new(0, 200, 0, 50)
  296. SellPlank.Font = Enum.Font.SourceSans
  297. SellPlank.Text = "SellPlanks(G)"
  298. SellPlank.TextColor3 = Color3.new(0, 0, 0)
  299. SellPlank.TextSize = 20
  300.  
  301. WipeBase.Name = "WipeBase"
  302. WipeBase.Parent = Functions
  303. WipeBase.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  304. WipeBase.BorderColor3 = Color3.new(0, 0, 0)
  305. WipeBase.BorderSizePixel = 0
  306. WipeBase.Size = UDim2.new(0, 200, 0, 50)
  307. WipeBase.Font = Enum.Font.SourceSans
  308. WipeBase.Text = "WipeBase"
  309. WipeBase.TextColor3 = Color3.new(0, 0, 0)
  310. WipeBase.TextSize = 20
  311.  
  312. Fastwalk.Name = "Fastwalk"
  313. Fastwalk.Parent = Functions
  314. Fastwalk.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  315. Fastwalk.BorderColor3 = Color3.new(0, 0, 0)
  316. Fastwalk.BorderSizePixel = 0
  317. Fastwalk.Size = UDim2.new(0, 200, 0, 50)
  318. Fastwalk.Font = Enum.Font.SourceSans
  319. Fastwalk.Text = "Fastwalk(X)"
  320. Fastwalk.TextColor3 = Color3.new(0, 0, 0)
  321. Fastwalk.TextSize = 20
  322.  
  323. SawmillTp.Name = "SawmillTp"
  324. SawmillTp.Parent = Functions
  325. SawmillTp.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  326. SawmillTp.BorderColor3 = Color3.new(0, 0, 0)
  327. SawmillTp.BorderSizePixel = 0
  328. SawmillTp.Size = UDim2.new(0, 200, 0, 50)
  329. SawmillTp.Font = Enum.Font.SourceSans
  330. SawmillTp.Text = "Wood2Sawmill"
  331. SawmillTp.TextColor3 = Color3.new(0, 0, 0)
  332. SawmillTp.TextSize = 18
  333.  
  334. Functions2.Name = "Functions2"
  335. Functions2.Parent = Main
  336. Functions2.BackgroundColor3 = Color3.new(0, 0, 0)
  337. Functions2.BackgroundTransparency = 0.89999997615814
  338. Functions2.BorderColor3 = Color3.new(0, 0, 0)
  339. Functions2.BorderSizePixel = 0
  340. Functions2.Position = UDim2.new(0, 0, 0.219298244, 0)
  341. Functions2.Size = UDim2.new(0, 371, 0, 178)
  342. Functions2.Visible = false
  343.  
  344. UIGridLayout_2.Parent = Functions2
  345. UIGridLayout_2.HorizontalAlignment = Enum.HorizontalAlignment.Center
  346. UIGridLayout_2.VerticalAlignment = Enum.VerticalAlignment.Center
  347. UIGridLayout_2.CellPadding = UDim2.new(0, 7, 0, 7)
  348. UIGridLayout_2.CellSize = UDim2.new(0, 100, 0, 50)
  349.  
  350. PlotTp.Name = "PlotTp"
  351. PlotTp.Parent = Functions2
  352. PlotTp.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  353. PlotTp.BorderColor3 = Color3.new(0, 0, 0)
  354. PlotTp.BorderSizePixel = 0
  355. PlotTp.Size = UDim2.new(0, 200, 0, 50)
  356. PlotTp.Font = Enum.Font.SourceSans
  357. PlotTp.Text = "PlotTp(m)"
  358. PlotTp.TextColor3 = Color3.new(0, 0, 0)
  359. PlotTp.TextSize = 24
  360.  
  361. Noclip.Name = "Noclip"
  362. Noclip.Parent = Functions2
  363. Noclip.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  364. Noclip.BorderColor3 = Color3.new(0, 0, 0)
  365. Noclip.BorderSizePixel = 0
  366. Noclip.Size = UDim2.new(0, 200, 0, 50)
  367. Noclip.Font = Enum.Font.SourceSans
  368. Noclip.Text = "Noclip(n)"
  369. Noclip.TextColor3 = Color3.new(0, 0, 0)
  370. Noclip.TextSize = 24
  371.  
  372. WoodTool.Name = "WoodTool"
  373. WoodTool.Parent = Functions2
  374. WoodTool.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  375. WoodTool.BorderColor3 = Color3.new(0, 0, 0)
  376. WoodTool.BorderSizePixel = 0
  377. WoodTool.Size = UDim2.new(0, 200, 0, 50)
  378. WoodTool.Font = Enum.Font.SourceSans
  379. WoodTool.Text = "WoodTool"
  380. WoodTool.TextColor3 = Color3.new(0, 0, 0)
  381. WoodTool.TextSize = 24
  382.  
  383. InfWires.Name = "InfWires"
  384. InfWires.Parent = Functions2
  385. InfWires.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  386. InfWires.BorderColor3 = Color3.new(0, 0, 0)
  387. InfWires.BorderSizePixel = 0
  388. InfWires.Size = UDim2.new(0, 200, 0, 50)
  389. InfWires.Font = Enum.Font.SourceSans
  390. InfWires.Text = "InfWires"
  391. InfWires.TextColor3 = Color3.new(0, 0, 0)
  392. InfWires.TextSize = 24
  393.  
  394. BuyItems.Name = "BuyItems"
  395. BuyItems.Parent = Functions2
  396. BuyItems.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  397. BuyItems.BorderColor3 = Color3.new(0, 0, 0)
  398. BuyItems.BorderSizePixel = 0
  399. BuyItems.Size = UDim2.new(0, 200, 0, 50)
  400. BuyItems.Font = Enum.Font.SourceSans
  401. BuyItems.Text = "BuyItems"
  402. BuyItems.TextColor3 = Color3.new(0, 0, 0)
  403. BuyItems.TextSize = 24
  404.  
  405. BuyBlueprints.Name = "BuyBlueprints"
  406. BuyBlueprints.Parent = Functions2
  407. BuyBlueprints.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  408. BuyBlueprints.BorderColor3 = Color3.new(0, 0, 0)
  409. BuyBlueprints.BorderSizePixel = 0
  410. BuyBlueprints.Size = UDim2.new(0, 200, 0, 50)
  411. BuyBlueprints.Font = Enum.Font.SourceSans
  412. BuyBlueprints.Text = "BuyBlueprints"
  413. BuyBlueprints.TextColor3 = Color3.new(0, 0, 0)
  414. BuyBlueprints.TextScaled = true
  415. BuyBlueprints.TextSize = 18
  416. BuyBlueprints.TextWrapped = true
  417.  
  418. Info.Name = "Info"
  419. Info.Parent = Main
  420. Info.BackgroundColor3 = Color3.new(0, 0, 0)
  421. Info.BackgroundTransparency = 0.89999997615814
  422. Info.BorderColor3 = Color3.new(0, 0, 0)
  423. Info.BorderSizePixel = 0
  424. Info.Position = UDim2.new(0, 0, 0.219298244, 0)
  425. Info.Size = UDim2.new(0, 371, 0, 178)
  426. Info.Visible = false
  427.  
  428. TextLabel.Parent = Info
  429. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  430. TextLabel.BackgroundTransparency = 0.97000002861023
  431. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  432. TextLabel.BorderSizePixel = 0
  433. TextLabel.Size = UDim2.new(0, 371, 0, 178)
  434. TextLabel.Font = Enum.Font.SourceSans
  435. TextLabel.Text = "gui by v1pejames disc:Wtrv6UB For more information visit the Thread"
  436. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  437. TextLabel.TextSize = 24
  438. TextLabel.TextWrapped = true
  439.  
  440. Teleports.Name = "Teleports"
  441. Teleports.Parent = Main
  442. Teleports.BackgroundColor3 = Color3.new(0, 0, 0)
  443. Teleports.BackgroundTransparency = 0.89999997615814
  444. Teleports.BorderColor3 = Color3.new(0, 0, 0)
  445. Teleports.BorderSizePixel = 0
  446. Teleports.Position = UDim2.new(0, 0, 0.219298244, 0)
  447. Teleports.Size = UDim2.new(0, 371, 0, 178)
  448. Teleports.Visible = false
  449.  
  450. UIGridLayout_3.Parent = Teleports
  451. UIGridLayout_3.HorizontalAlignment = Enum.HorizontalAlignment.Center
  452. UIGridLayout_3.SortOrder = Enum.SortOrder.LayoutOrder
  453. UIGridLayout_3.CellPadding = UDim2.new(0, 7, 0, 7)
  454. UIGridLayout_3.CellSize = UDim2.new(0, 100, 0, 50)
  455.  
  456. SpawnPoint.Name = "SpawnPoint"
  457. SpawnPoint.Parent = Teleports
  458. SpawnPoint.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  459. SpawnPoint.BorderColor3 = Color3.new(0, 0, 0)
  460. SpawnPoint.BorderSizePixel = 0
  461. SpawnPoint.Size = UDim2.new(0, 200, 0, 50)
  462. SpawnPoint.Font = Enum.Font.SourceSans
  463. SpawnPoint.Text = "SpawnPoint"
  464. SpawnPoint.TextColor3 = Color3.new(0, 0, 0)
  465. SpawnPoint.TextSize = 24
  466.  
  467. SkiLodge.Name = "SkiLodge"
  468. SkiLodge.Parent = Teleports
  469. SkiLodge.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  470. SkiLodge.BorderColor3 = Color3.new(0, 0, 0)
  471. SkiLodge.BorderSizePixel = 0
  472. SkiLodge.Size = UDim2.new(0, 200, 0, 50)
  473. SkiLodge.Font = Enum.Font.SourceSans
  474. SkiLodge.Text = "SkiLodge"
  475. SkiLodge.TextColor3 = Color3.new(0, 0, 0)
  476. SkiLodge.TextSize = 24
  477.  
  478. TheDen.Name = "TheDen"
  479. TheDen.Parent = Teleports
  480. TheDen.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  481. TheDen.BorderColor3 = Color3.new(0, 0, 0)
  482. TheDen.BorderSizePixel = 0
  483. TheDen.Size = UDim2.new(0, 200, 0, 50)
  484. TheDen.Font = Enum.Font.SourceSans
  485. TheDen.Text = "TheDen"
  486. TheDen.TextColor3 = Color3.new(0, 0, 0)
  487. TheDen.TextSize = 24
  488.  
  489. ShrineOfSight.Name = "ShrineOfSight"
  490. ShrineOfSight.Parent = Teleports
  491. ShrineOfSight.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  492. ShrineOfSight.BorderColor3 = Color3.new(0, 0, 0)
  493. ShrineOfSight.BorderSizePixel = 0
  494. ShrineOfSight.Size = UDim2.new(0, 200, 0, 50)
  495. ShrineOfSight.Font = Enum.Font.SourceSans
  496. ShrineOfSight.Text = "ShrineOfSight"
  497. ShrineOfSight.TextColor3 = Color3.new(0, 0, 0)
  498. ShrineOfSight.TextSize = 24
  499.  
  500. Bridge.Name = "Bridge"
  501. Bridge.Parent = Teleports
  502. Bridge.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  503. Bridge.BorderColor3 = Color3.new(0, 0, 0)
  504. Bridge.BorderSizePixel = 0
  505. Bridge.Size = UDim2.new(0, 200, 0, 50)
  506. Bridge.Font = Enum.Font.SourceSans
  507. Bridge.Text = "Bridge"
  508. Bridge.TextColor3 = Color3.new(0, 0, 0)
  509. Bridge.TextSize = 24
  510.  
  511. Dock.Name = "Dock"
  512. Dock.Parent = Teleports
  513. Dock.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  514. Dock.BorderColor3 = Color3.new(0, 0, 0)
  515. Dock.BorderSizePixel = 0
  516. Dock.Size = UDim2.new(0, 200, 0, 50)
  517. Dock.Font = Enum.Font.SourceSans
  518. Dock.Text = "Dock"
  519. Dock.TextColor3 = Color3.new(0, 0, 0)
  520. Dock.TextSize = 24
  521.  
  522. FrostTreeArea.Name = "FrostTreeArea"
  523. FrostTreeArea.Parent = Teleports
  524. FrostTreeArea.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  525. FrostTreeArea.BorderColor3 = Color3.new(0, 0, 0)
  526. FrostTreeArea.BorderSizePixel = 0
  527. FrostTreeArea.Size = UDim2.new(0, 200, 0, 50)
  528. FrostTreeArea.Font = Enum.Font.SourceSans
  529. FrostTreeArea.Text = "FrostTreeArea"
  530. FrostTreeArea.TextColor3 = Color3.new(0, 0, 0)
  531. FrostTreeArea.TextSize = 24
  532.  
  533. SnowGlow.Name = "SnowGlow"
  534. SnowGlow.Parent = Teleports
  535. SnowGlow.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  536. SnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  537. SnowGlow.BorderSizePixel = 0
  538. SnowGlow.Size = UDim2.new(0, 200, 0, 50)
  539. SnowGlow.Font = Enum.Font.SourceSans
  540. SnowGlow.Text = "SnowGlow"
  541. SnowGlow.TextColor3 = Color3.new(0, 0, 0)
  542. SnowGlow.TextSize = 24
  543.  
  544. VolcanoWin.Name = "VolcanoWin"
  545. VolcanoWin.Parent = Teleports
  546. VolcanoWin.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  547. VolcanoWin.BorderColor3 = Color3.new(0, 0, 0)
  548. VolcanoWin.BorderSizePixel = 0
  549. VolcanoWin.Size = UDim2.new(0, 200, 0, 50)
  550. VolcanoWin.Font = Enum.Font.SourceSans
  551. VolcanoWin.Text = "VolcanoWin"
  552. VolcanoWin.TextColor3 = Color3.new(0, 0, 0)
  553. VolcanoWin.TextSize = 24
  554.  
  555. EndTimes.Name = "EndTimes"
  556. EndTimes.Parent = Teleports
  557. EndTimes.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  558. EndTimes.BorderColor3 = Color3.new(0, 0, 0)
  559. EndTimes.BorderSizePixel = 0
  560. EndTimes.Size = UDim2.new(0, 200, 0, 50)
  561. EndTimes.Font = Enum.Font.SourceSans
  562. EndTimes.Text = "EndTimes"
  563. EndTimes.TextColor3 = Color3.new(0, 0, 0)
  564. EndTimes.TextSize = 24
  565.  
  566. BobsShack.Name = "BobsShack"
  567. BobsShack.Parent = Teleports
  568. BobsShack.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  569. BobsShack.BorderColor3 = Color3.new(0, 0, 0)
  570. BobsShack.BorderSizePixel = 0
  571. BobsShack.Size = UDim2.new(0, 200, 0, 50)
  572. BobsShack.Font = Enum.Font.SourceSans
  573. BobsShack.Text = "BobsShack"
  574. BobsShack.TextColor3 = Color3.new(0, 0, 0)
  575. BobsShack.TextSize = 24
  576.  
  577. FineArtsShop.Name = "FineArtsShop"
  578. FineArtsShop.Parent = Teleports
  579. FineArtsShop.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  580. FineArtsShop.BorderColor3 = Color3.new(0, 0, 0)
  581. FineArtsShop.BorderSizePixel = 0
  582. FineArtsShop.Size = UDim2.new(0, 200, 0, 50)
  583. FineArtsShop.Font = Enum.Font.SourceSans
  584. FineArtsShop.Text = "FineArtsShop"
  585. FineArtsShop.TextColor3 = Color3.new(0, 0, 0)
  586. FineArtsShop.TextSize = 24
  587.  
  588. BoxedCars.Name = "BoxedCars"
  589. BoxedCars.Parent = Teleports
  590. BoxedCars.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  591. BoxedCars.BorderColor3 = Color3.new(0, 0, 0)
  592. BoxedCars.BorderSizePixel = 0
  593. BoxedCars.Size = UDim2.new(0, 200, 0, 50)
  594. BoxedCars.Font = Enum.Font.SourceSans
  595. BoxedCars.Text = "BoxedCars"
  596. BoxedCars.TextColor3 = Color3.new(0, 0, 0)
  597. BoxedCars.TextSize = 24
  598.  
  599. FancyFurnishings.Name = "FancyFurnishings"
  600. FancyFurnishings.Parent = Teleports
  601. FancyFurnishings.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  602. FancyFurnishings.BorderColor3 = Color3.new(0, 0, 0)
  603. FancyFurnishings.BorderSizePixel = 0
  604. FancyFurnishings.Size = UDim2.new(0, 200, 0, 50)
  605. FancyFurnishings.Font = Enum.Font.SourceSans
  606. FancyFurnishings.Text = "FancyFurnishings"
  607. FancyFurnishings.TextColor3 = Color3.new(0, 0, 0)
  608. FancyFurnishings.TextScaled = true
  609. FancyFurnishings.TextSize = 24
  610. FancyFurnishings.TextWrapped = true
  611.  
  612. PalmIsland.Name = "PalmIsland"
  613. PalmIsland.Parent = Teleports
  614. PalmIsland.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  615. PalmIsland.BorderColor3 = Color3.new(0, 0, 0)
  616. PalmIsland.BorderSizePixel = 0
  617. PalmIsland.Size = UDim2.new(0, 200, 0, 50)
  618. PalmIsland.Font = Enum.Font.SourceSans
  619. PalmIsland.Text = "PalmIsland"
  620. PalmIsland.TextColor3 = Color3.new(0, 0, 0)
  621. PalmIsland.TextSize = 24
  622.  
  623. Swamp.Name = "Swamp"
  624. Swamp.Parent = Teleports
  625. Swamp.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  626. Swamp.BorderColor3 = Color3.new(0, 0, 0)
  627. Swamp.BorderSizePixel = 0
  628. Swamp.Size = UDim2.new(0, 200, 0, 50)
  629. Swamp.Font = Enum.Font.SourceSans
  630. Swamp.Text = "Swamp"
  631. Swamp.TextColor3 = Color3.new(0, 0, 0)
  632. Swamp.TextSize = 24
  633.  
  634. Volcano.Name = "Volcano"
  635. Volcano.Parent = Teleports
  636. Volcano.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  637. Volcano.BorderColor3 = Color3.new(0, 0, 0)
  638. Volcano.BorderSizePixel = 0
  639. Volcano.Size = UDim2.new(0, 200, 0, 50)
  640. Volcano.Font = Enum.Font.SourceSans
  641. Volcano.Text = "Volcano"
  642. Volcano.TextColor3 = Color3.new(0, 0, 0)
  643. Volcano.TextSize = 24
  644.  
  645. Cave.Name = "Cave"
  646. Cave.Parent = Teleports
  647. Cave.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  648. Cave.BorderColor3 = Color3.new(0, 0, 0)
  649. Cave.BorderSizePixel = 0
  650. Cave.Size = UDim2.new(0, 200, 0, 50)
  651. Cave.Font = Enum.Font.SourceSans
  652. Cave.Text = "Cave"
  653. Cave.TextColor3 = Color3.new(0, 0, 0)
  654. Cave.TextSize = 24
  655.  
  656. LinksLogic.Name = "LinksLogic"
  657. LinksLogic.Parent = Teleports
  658. LinksLogic.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  659. LinksLogic.BorderColor3 = Color3.new(0, 0, 0)
  660. LinksLogic.BorderSizePixel = 0
  661. LinksLogic.Size = UDim2.new(0, 200, 0, 50)
  662. LinksLogic.Font = Enum.Font.SourceSans
  663. LinksLogic.Text = "LinksLogic"
  664. LinksLogic.TextColor3 = Color3.new(0, 0, 0)
  665. LinksLogic.TextSize = 24
  666.  
  667. WoodRUs.Name = "WoodRUs"
  668. WoodRUs.Parent = Teleports
  669. WoodRUs.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  670. WoodRUs.BorderColor3 = Color3.new(0, 0, 0)
  671. WoodRUs.BorderSizePixel = 0
  672. WoodRUs.Size = UDim2.new(0, 200, 0, 50)
  673. WoodRUs.Font = Enum.Font.SourceSans
  674. WoodRUs.Text = "WoodRUs"
  675. WoodRUs.TextColor3 = Color3.new(0, 0, 0)
  676. WoodRUs.TextSize = 24
  677.  
  678. LandStore.Name = "LandStore"
  679. LandStore.Parent = Teleports
  680. LandStore.BackgroundColor3 = Color3.new(0.384314, 0.2, 0.2)
  681. LandStore.BorderColor3 = Color3.new(0, 0, 0)
  682. LandStore.BorderSizePixel = 0
  683. LandStore.Size = UDim2.new(0, 200, 0, 50)
  684. LandStore.Font = Enum.Font.SourceSans
  685. LandStore.Text = "LandStore"
  686. LandStore.TextColor3 = Color3.new(0, 0, 0)
  687. LandStore.TextSize = 24
  688. -- Scripts:
  689.  
  690. closeexpand.MouseButton1Down:Connect(function()
  691. ExpandFrame.Visible = false
  692. end)
  693. EXBMain.MouseButton1Down:Connect(function()
  694. Functions.Visible = true
  695. Info.Visible = false
  696. Teleports.Visible = false
  697. Functions2.Visible = false
  698. end)
  699. EXBSecond.MouseButton1Down:Connect(function()
  700. Functions2.Visible = true
  701. Functions.Visible = false
  702. Info.Visible = false
  703. Teleports.Visible = false
  704. end)
  705. EXBTeleports.MouseButton1Down:Connect(function()
  706. Functions.Visible = false
  707. Info.Visible = false
  708. Functions2.Visible = false
  709. Teleports.Visible = true
  710. end)
  711. EXBInfo.MouseButton1Down:Connect(function()
  712. Teleports.Visible = false
  713. Functions.Visible = false
  714. Functions2.Visible = false
  715. Info.Visible = true
  716. end)
  717. CloseB.MouseButton1Down:Connect(function()
  718. Hi:Destroy()
  719. end)
  720. Mouse = game.Players.LocalPlayer:GetMouse()
  721. Mouse.KeyDown:connect(function(key)
  722. if key:lower() == "k" then
  723. if Main.Visible == true then
  724. Main.Visible = false
  725. else Main.Visible = true
  726. end
  727. end
  728. end)
  729.  
  730. function fly()
  731. for i,v in pairs(script:GetChildren()) do
  732. pcall(function() v.Value = "" end)
  733. game:GetService("Debris"):AddItem(v,.1)
  734. end
  735.  
  736. function weld(p0,p1,c0,c1,par)
  737. local w = Instance.new("Weld",p0 or par)
  738. w.Part0 = p0
  739. w.Part1 = p1
  740. w.C0 = c0 or CFrame.new()
  741. w.C1 = c1 or CFrame.new()
  742. return w
  743. end
  744.  
  745. local motors = {}
  746.  
  747. function motor(p0,p1,c0,c1,des,vel,par)
  748. local w = Instance.new("Motor6D",p0 or par)
  749. w.Part0 = p0
  750. w.Part1 = p1
  751. w.C0 = c0 or CFrame.new()
  752. w.C1 = c1 or CFrame.new()
  753. w.MaxVelocity = tonumber(vel) or .05
  754. w.DesiredAngle = tonumber(des) or 0
  755. return w
  756. end
  757.  
  758. function lerp(a,b,c)
  759. return a+(b-a)*c
  760. end
  761.  
  762. function clerp(c1,c2,al)
  763. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  764. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  765. for i,v in pairs(com1) do
  766. com1[i] = lerp(v,com2[i],al)
  767. end
  768. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  769. end
  770.  
  771. function ccomplerp(c1,c2,al)
  772. local com1 = {c1:components()}
  773. local com2 = {c2:components()}
  774. for i,v in pairs(com1) do
  775. com1[i] = lerp(v,com2[i],al)
  776. end
  777. return CFrame.new(unpack(com1))
  778. end
  779.  
  780. function tickwave(time,length,offset)
  781. return (math.abs((tick()+(offset or 0))%time-time/2)*2-time/2)/time/2*length
  782. end
  783.  
  784. function invcol(c)
  785. c = c.Color
  786. return BrickColor.new(Color3.new(1-c.b,1-c.g,1-c.r))
  787. end
  788. local oc = oc or function(...) return ... end
  789. local plr = game.Players.LocalPlayer
  790. local char = plr.Character
  791. local tor = char.Torso
  792. local hum = char.Humanoid
  793. hum.PlatformStand = false
  794. pcall(function()
  795. char.Wings:Destroy()
  796. end)
  797. pcall(function()
  798. char.Angel:Destroy() -- hat
  799. end)
  800. local mod = Instance.new("Model",char)
  801. mod.Name = "Wings"
  802. local special = {
  803. [game.Players.LocalPlayer.Name] = {"Black","Bright red",.5,0,false,Color3.new(1,0,0),Color3.new(0,0,0)},
  804. }
  805. local topcolor = BrickColor.new("Really black")
  806. local feacolor = BrickColor.new("Black")
  807. local ptrans = 0
  808. local pref = 0
  809. local fire = true
  810. local fmcol = Color3.new()
  811. local fscol = Color3.new()
  812. local spec = special[plr.Name:lower()]
  813. if spec then
  814. 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]
  815. end
  816. local part = Instance.new("Part")
  817. part.FormFactor = "Custom"
  818. part.Size = Vector3.new(.2,.2,.2)
  819. part.TopSurface,part.BottomSurface = 0,0
  820. part.CanCollide = false
  821. part.BrickColor = BrickColor.new("Black")
  822. part.Transparency = ptrans
  823. part.Reflectance = pref
  824. local ef = Instance.new("Fire",fire and part or nil)
  825. ef.Size = .15
  826. ef.Color = BrickColor.new("Black").Color
  827. ef.SecondaryColor = BrickColor.new("Bright red").Color
  828. part:BreakJoints()
  829. function newpart()
  830. local clone = part:Clone()
  831. clone.Parent = mod
  832. clone:BreakJoints()
  833. return clone
  834. end
  835. local feath = newpart()
  836. feath.BrickColor = feacolor
  837. feath.Transparency = 0
  838. Instance.new("SpecialMesh",feath).MeshType = "Sphere"
  839. function newfeather()
  840. local clone = feath:Clone()
  841. clone.Parent = mod
  842. clone:BreakJoints()
  843. return clone
  844. end
  845. flying = false
  846. moving = false
  847. for i,v in pairs(tor:GetChildren()) do
  848. if v.ClassName:lower():match("body") then
  849. v:Destroy()
  850. end
  851. end
  852. local ctor = tor:Clone()
  853. ctor:ClearAllChildren()
  854. ctor.Name = "cTorso"
  855. ctor.Transparency = 1
  856. ctor.CanCollide = false
  857. ctor.FormFactor = "Custom"
  858. ctor.Size = Vector3.new(.2,.2,.2)
  859. ctor.Parent = mod
  860. weld(tor,ctor)
  861. local bg = Instance.new("BodyGyro",ctor)
  862. bg.maxTorque = Vector3.new()
  863. bg.P = 15000
  864. bg.D = 1000
  865. local bv = Instance.new("BodyVelocity",ctor)
  866. bv.maxForce = Vector3.new()
  867. bv.P = 15000
  868. vel = Vector3.new()
  869. cf = CFrame.new()
  870. flspd = 0
  871. keysdown = {}
  872. keypressed = {}
  873. ktime = {}
  874. descendtimer = 0
  875. jumptime = tick()
  876. hum.Jumping:connect(function()
  877. jumptime = tick()
  878. end)
  879. cam = workspace.CurrentCamera
  880. kd = plr:GetMouse().KeyDown:connect(oc(function(key)
  881. keysdown[key] = true
  882. keypressed[key] = true
  883. if key == "q" then
  884. descendtimer = tick()
  885. elseif key == " " and not hum.Jump then
  886. jumptime = tick()
  887. elseif (key == "a" or key == "d") and ktime[key] and tick()-ktime[key] < .3 and math.abs(reqrotx) < .3 then
  888. reqrotx = key == "a" and math.pi*2 or -math.pi*2
  889. end
  890. ktime[key] = tick()
  891. end))
  892.  
  893. ku = plr:GetMouse().KeyUp:connect(function(key)
  894. keysdown[key] = false
  895. if key == " " then
  896. descendtimer = tick()
  897. end
  898. end)
  899. function mid(a,b,c)
  900. return math.max(a,math.min(b,c or -a))
  901. end
  902. function bn(a)
  903. return a and 1 or 0
  904. end
  905. function gm(tar)
  906. local m = 0
  907. for i,v in pairs(tar:GetChildren()) do
  908. if v:IsA("BasePart") then
  909. m = m + v:GetMass()
  910. end
  911. m = m + gm(v)
  912. end
  913. return m
  914. end
  915. reqrotx = 0
  916. local grav = 196.2
  917. local con
  918. con = game:GetService("RunService").Stepped:connect(oc(function()
  919. local obvel = tor.CFrame:vectorToObjectSpace(tor.Velocity)
  920. local sspd, uspd,fspd = obvel.X,obvel.Y,obvel.Z
  921. if flying then
  922. local lfldir = fldir
  923. fldir = cam.CoordinateFrame:vectorToWorldSpace(Vector3.new(bn(keysdown.d)-bn(keysdown.a),0,bn(keysdown.s)-bn(keysdown.w))).unit
  924. local lmoving = moving
  925. moving = fldir.magnitude > .1
  926. if lmoving and not moving then
  927. idledir = lfldir*Vector3.new(1,0,1)
  928. descendtimer = tick()
  929. end
  930. local dbomb = fldir.Y < -.6 or (moving and keysdown["1"])
  931. if moving and keysdown["0"] and lmoving then
  932. fldir = (Vector3.new(lfldir.X,math.min(fldir.Y,lfldir.Y+.01)-.1,lfldir.Z)+(fldir*Vector3.new(1,0,1))*.05).unit
  933. end
  934. local down = tor.CFrame:vectorToWorldSpace(Vector3.new(0,-1,0))
  935. local descending = (not moving and keysdown["q"] and not keysdown[" "])
  936. cf = ccomplerp(cf,CFrame.new(tor.Position,tor.Position+(not moving and idledir or fldir)),keysdown["0"] and .02 or .07)
  937. local gdown = not dbomb and cf.lookVector.Y < -.2 and tor.Velocity.unit.Y < .05
  938. hum.PlatformStand = true
  939. bg.maxTorque = Vector3.new(1,1,1)*9e5
  940. local rotvel = CFrame.new(Vector3.new(),tor.Velocity):toObjectSpace(CFrame.new(Vector3.new(),fldir)).lookVector
  941. 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)
  942. reqrotx = reqrotx - reqrotx/10
  943. bv.maxForce = Vector3.new(1,1,1)*9e4*.5
  944. local anioff =(bn(keysdown[" "])-bn(keysdown["q"]))/2
  945. local ani = tickwave(1.5-anioff,1)
  946. 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)
  947. vel = moving and cf.lookVector*flspd or Vector3.new()
  948. 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))
  949. local hit,ray = workspace:FindPartOnRayWithIgnoreList(Ray.new(tor.Position,Vector3.new(0,-3.5+math.min(0,bv.velocity.y)/30,0)),{char})
  950. if hit and down.Y < -.85 and tick()-flystart > 1 then
  951. flying = false
  952. hum.PlatformStand = false
  953. tor.Velocity = Vector3.new()
  954. end
  955. else
  956. bg.maxTorque = Vector3.new()
  957. bv.maxForce = Vector3.new()
  958. local x,y,z = fspd/160,uspd/700,sspd/900
  959. if keypressed[" "] and not flying and (tick()-jumptime > .05 and (tick()-jumptime < 3 or hum.Jump)) then
  960. vel = Vector3.new(0,50,0)
  961. bv.velocity = vel
  962. idledir = cam.CoordinateFrame.lookVector*Vector3.new(1,0,1)
  963. cf = tor.CFrame * CFrame.Angles(-.01,0,0)
  964. tor.CFrame = cf
  965. bg.cframe = cf
  966. flystart = tick()
  967. flying = true
  968. end
  969. end
  970. keypressed = {}
  971. end))
  972. end
  973. Fly.MouseButton1Down:Connect(function()
  974. fly()
  975. end)
  976. local WayPoints = {
  977. ["Wood R Us"] = CFrame.new(265, 5, 57),
  978. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  979. ["Land Store"] = CFrame.new(258, 5, -99),
  980. ["Link's Logic"] = CFrame.new(4607, 9, -798),
  981. ["Cave"] = CFrame.new(3581, -177, 430),
  982. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  983. ["Swamp"] = CFrame.new(-1209, 138, -801),
  984. ["Palm Island"] = CFrame.new(2549, 5, -42),
  985. ["Fancy Furnishings"] = CFrame.new(491, 13, -1720),
  986. ["Boxed Cars"] = CFrame.new(509, 5.2, -1463),
  987. ["Fine Arts Shop"] = CFrame.new(5207, -156, 719),
  988. ["Bob's Shack"] = CFrame.new(260, 10, -2542),
  989. ["Dock"] = CFrame.new(1114, 3.2, -197),
  990. ["Bridge"] = CFrame.new(113, 15, -977),
  991. ["End Times"] = CFrame.new(113, -204, -951),
  992. ["Shrine Of Sight"] = CFrame.new(-1600, 205, 919),
  993. ["The Den"] = CFrame.new(323, 49, 1930),
  994. ["Volcano Win"] = CFrame.new(-1675, 358, 1476),
  995. ["Ski Lodge"] = CFrame.new(1244, 66, 2306),
  996. ["Strange Man"] = CFrame.new(1061, 20, 1131),
  997. ["Frost Tree"] = CFrame.new(1448.3, 413, 3185.2),
  998. ["SnowGlow Tree"] = CFrame.new(-1105.9, -6, -894)
  999. }
  1000.  
  1001. WoodRUs.MouseButton1Down:connect(function()
  1002. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1003. uTorso.CFrame = WayPoints["Wood R Us"]
  1004. end)
  1005.  
  1006. SpawnPoint.MouseButton1Down:connect(function()
  1007. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1008. uTorso.CFrame = WayPoints["SpawnPoint"]
  1009. end)
  1010.  
  1011. LandStore.MouseButton1Down:connect(function()
  1012. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1013. uTorso.CFrame = WayPoints["Land Store"]
  1014. end)
  1015.  
  1016. LinksLogic.MouseButton1Down:connect(function()
  1017. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1018. uTorso.CFrame = WayPoints["Link's Logic"]
  1019. end)
  1020.  
  1021. Cave.MouseButton1Down:connect(function()
  1022. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1023. uTorso.CFrame = WayPoints["Cave"]
  1024. end)
  1025.  
  1026. Volcano.MouseButton1Down:connect(function()
  1027. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1028. uTorso.CFrame = WayPoints["Volcano"]
  1029. end)
  1030.  
  1031. Swamp.MouseButton1Down:connect(function()
  1032. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1033. uTorso.CFrame = WayPoints["Swamp"]
  1034. end)
  1035.  
  1036. PalmIsland.MouseButton1Down:connect(function()
  1037. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1038. uTorso.CFrame = WayPoints["Palm Island"]
  1039. end)
  1040.  
  1041. FancyFurnishings.MouseButton1Down:connect(function()
  1042. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1043. uTorso.CFrame = WayPoints["Fancy Furnishings"]
  1044. end)
  1045.  
  1046. BoxedCars.MouseButton1Down:connect(function()
  1047. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1048. uTorso.CFrame = WayPoints["Boxed Cars"]
  1049. end)
  1050.  
  1051. FineArtsShop.MouseButton1Down:connect(function()
  1052. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1053. uTorso.CFrame = WayPoints["Fine Arts Shop"]
  1054. end)
  1055.  
  1056. BobsShack.MouseButton1Down:connect(function()
  1057. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1058. uTorso.CFrame = WayPoints["Bob's Shack"]
  1059. end)
  1060.  
  1061. Dock.MouseButton1Down:connect(function()
  1062. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1063. uTorso.CFrame = WayPoints["Dock"]
  1064. end)
  1065.  
  1066. Bridge.MouseButton1Down:connect(function()
  1067. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1068. uTorso.CFrame = WayPoints["Bridge"]
  1069. end)
  1070.  
  1071. EndTimes.MouseButton1Down:connect(function()
  1072. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1073. uTorso.CFrame = WayPoints["End Times"]
  1074. end)
  1075.  
  1076. ShrineOfSight.MouseButton1Down:connect(function()
  1077. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1078. uTorso.CFrame = WayPoints["Shrine Of Sight"]
  1079. end)
  1080.  
  1081. TheDen.MouseButton1Down:connect(function()
  1082. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1083. uTorso.CFrame = WayPoints["The Den"]
  1084. end)
  1085.  
  1086. VolcanoWin.MouseButton1Down:connect(function()
  1087. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1088. uTorso.CFrame = WayPoints["Volcano Win"]
  1089. end)
  1090.  
  1091. SkiLodge.MouseButton1Down:connect(function()
  1092. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1093. uTorso.CFrame = WayPoints["Ski Lodge"]
  1094. end)
  1095.  
  1096.  
  1097.  
  1098. FrostTreeArea.MouseButton1Down:connect(function()
  1099. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1100. uTorso.CFrame = WayPoints["Frost Tree"]
  1101. end)
  1102.  
  1103. SnowGlow.MouseButton1Down:connect(function()
  1104. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1105. uTorso.CFrame = WayPoints["SnowGlow Tree"]
  1106. end)
  1107.  
  1108. MaxLand.MouseButton1Down:Connect(function()
  1109. for i, v in pairs(game:GetService("Workspace").Properties:GetChildren()) do
  1110. if v:FindFirstChild("Owner") and v.Owner.Value == game.Players.LocalPlayer then
  1111. base = v
  1112. square = v.OriginSquare
  1113. end
  1114. end
  1115. function makebase(pos)
  1116. local Event = game:GetService("ReplicatedStorage").PropertyPurchasing.ClientExpandedProperty
  1117. Event:FireServer(base, pos)
  1118. end
  1119. spos = square.Position
  1120. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z))
  1121. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z))
  1122. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 40))
  1123. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 40))
  1124. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 40))
  1125. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 40))
  1126. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 40))
  1127. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 40))
  1128. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z))
  1129. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z))
  1130. makebase(CFrame.new(spos.X, spos.Y, spos.Z + 80))
  1131. makebase(CFrame.new(spos.X, spos.Y, spos.Z - 80))
  1132. --Corners--
  1133. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 80))
  1134. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 80))
  1135. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 80))
  1136. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 80))
  1137. --Corners--
  1138. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z + 80))
  1139. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z + 80))
  1140. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z + 40))
  1141. makebase(CFrame.new(spos.X + 80, spos.Y, spos.Z - 40))
  1142. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z + 40))
  1143. makebase(CFrame.new(spos.X - 80, spos.Y, spos.Z - 40))
  1144. makebase(CFrame.new(spos.X + 40, spos.Y, spos.Z - 80))
  1145. makebase(CFrame.new(spos.X - 40, spos.Y, spos.Z - 80))
  1146.  
  1147. end)
  1148.  
  1149. InfWires.MouseButton1Down:Connect(function()
  1150. for i,v in next,game.ReplicatedStorage.Purchasables.WireObjects:GetChildren() do
  1151. if v:FindFirstChild("Type") then
  1152. if v.Type.Value == "Wire" then
  1153. v.Type.Parent.OtherInfo.MaxLength.Value = math.huge
  1154. end
  1155. end
  1156. end
  1157. end)
  1158. GodAxe.MouseButton1Down:Connect(function()
  1159. Detect = coroutine.wrap(function()
  1160. Player = game.Players.LocalPlayer
  1161. mouse = Player:GetMouse()
  1162. mouse.Button1Down:connect(function()
  1163. MouseDown = true
  1164. end)
  1165. mouse.Button1Up:connect(function()
  1166. MouseDown = false
  1167. end)
  1168. end)
  1169. Detect()
  1170. Player = game.Players.LocalPlayer
  1171.  
  1172. mouse = Player:GetMouse()
  1173. for i = 1,50 do
  1174. wait(.5)
  1175. game:GetService('RunService').RenderStepped:connect(function()
  1176. if Player.Character:FindFirstChild("Tool") then
  1177. if MouseDown == true then
  1178. if mouse.Target.Name == "WoodSection" then
  1179. targetWood = mouse.Target
  1180. Tool=Player.Character.Tool
  1181. ---FaceVector
  1182. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  1183. 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)
  1184. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  1185. function fixVector(V)
  1186. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  1187. end
  1188. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  1189. if faceVector.Y ~= 0 then
  1190. return
  1191. end
  1192. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  1193. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  1194. local relativeLookVector = relativeCFrame.lookVector
  1195. local m = relativeLookVector.Y >= 0 and 1 or -1
  1196. if faceVector.X == 1 then
  1197. faceVector = Vector3.new(0, 0, -1) * m
  1198. elseif faceVector.X == -1 then
  1199. faceVector = Vector3.new(0, 0, 1) * m
  1200. elseif faceVector.Z == 1 then
  1201. faceVector = Vector3.new(1, 0, 0) * m
  1202. elseif faceVector.Z == -1 then
  1203. faceVector = Vector3.new(-1, 0, 0) * m
  1204. end
  1205. local cutEvent = targetWood.Parent.CutEvent
  1206. 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})
  1207. end
  1208. end
  1209. end
  1210. end)
  1211. end
  1212. end)
  1213. WipeBase.Text = "GlitchShopItems"
  1214. WipeBase.MouseButton1Down:Connect(function()
  1215. local plr = game.Players.LocalPlayer
  1216. local torso = plr.Character.HumanoidRootPart
  1217.  
  1218. local delaybeweenchecks = 0.5
  1219. local opendistance = 10
  1220.  
  1221. for i, v in pairs(game:GetService("Workspace").Stores.ShopItems:GetChildren()) do
  1222. local A_1 = v
  1223. local Event = game:GetService("ReplicatedStorage").Interaction.ClientIsDragging
  1224. Event:FireServer(A_1)
  1225. end
  1226. end)
  1227. SellTree.MouseButton1Down:Connect(function()
  1228. Mouse = game.Players.LocalPlayer:GetMouse()
  1229.  
  1230. Mouse.KeyDown:connect(function(key)
  1231. if key:lower() == "h" then
  1232. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1233. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  1234. if Log.Owner.Value == game.Players.LocalPlayer then
  1235. for i,v in pairs(Log:GetChildren()) do
  1236. if v.Name=="WoodSection" then
  1237. spawn(function()
  1238. for i=1,10 do
  1239. wait()
  1240. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1241. end
  1242. end)
  1243. end
  1244. end
  1245. spawn(function()
  1246. for i=1,20 do
  1247. wait()
  1248. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  1249. end
  1250. end)
  1251. end
  1252. end
  1253. end
  1254. end
  1255. end)
  1256. end)
  1257. SellPlank.MouseButton1Down:Connect(function()
  1258.  
  1259. Mouse = game.Players.LocalPlayer:GetMouse()
  1260. Mouse.KeyDown:Connect(function(key)
  1261. for _, Plank in pairs(service.Workspace.PlayerModels:GetChildren()) do
  1262. if Plank.Name=="Plank" and Plank:findFirstChild("Owner") then
  1263. if Plank.Owner.Value == service.Players.LocalPlayer then
  1264. for i,v in pairs(Plank:GetChildren()) do
  1265. if key:lower() == "g" then
  1266. if Mouse.Target == v then
  1267. v.Name="WoodSection"
  1268. spawn(function()
  1269. for i=1,10 do
  1270. wait()
  1271. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  1272. end
  1273. end)
  1274. end
  1275. end
  1276. end
  1277. spawn(function()
  1278. for i=1,20 do
  1279. wait()
  1280. service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Plank)
  1281. end
  1282. end)
  1283. end
  1284. end
  1285. end
  1286. end)
  1287. end)
  1288.  
  1289. PlotTp.MouseButton1Down:connect(function()
  1290. Mouse.KeyDown:Connect(function(key)
  1291. if key:lower() =="m" then
  1292. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1293. if v.Owner.Value == game.Players.LocalPlayer then
  1294. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame + Vector3.new(0,10,0)
  1295. end
  1296. end
  1297. end
  1298. end)
  1299. end)
  1300. AntiBlacklist.MouseButton1Down:Connect(function()
  1301. local plr = game.Players.LocalPlayer
  1302. local cframe
  1303. for i,v in next, workspace:GetDescendants() do
  1304. if v:IsA("SpawnLocation") then
  1305. v.Touched:Connect(function(h)
  1306. if h.Parent == plr.Character and cframe then
  1307. plr.Character:SetPrimaryPartCFrame(cframe)
  1308. end
  1309. end)
  1310. end
  1311. end
  1312.  
  1313. game:GetService("RunService"):BindToRenderStep("NO HACKS",Enum.RenderPriority.Last.Value,function()
  1314. if game.Players.LocalPlayer.Character.PrimaryPart then
  1315. cframe = game.Players.LocalPlayer.Character.PrimaryPart.CFrame
  1316. end
  1317. end)
  1318.  
  1319. for i,v in next, debug.getregistry() do
  1320. if type(v)=='function' and debug.getupvalues(v).lastUpdate then
  1321. debug.setupvalue(v,"lastUpdate",math.huge)
  1322. break
  1323. end
  1324. end
  1325. wait(2)
  1326. for i,v in next, workspace.Effects:GetChildren() do
  1327. if v:IsA("BasePart") and v.Name == "BlacklistWall" then
  1328. v:Destroy()
  1329. end
  1330. end
  1331. end)
  1332. WoodTool.MouseButton1Down:Connect(function()
  1333. -- Instances:
  1334. local ColorPicker = Instance.new("ScreenGui")
  1335. local ChangeColor = Instance.new("Frame")
  1336. local CurrentColor = Instance.new("ImageButton")
  1337. local Picker = Instance.new("ScrollingFrame")
  1338. local Birch = Instance.new("ImageButton")
  1339. local DropShadow = Instance.new("Frame")
  1340. local Grey = Instance.new("ImageButton")
  1341. local DropShadow_2 = Instance.new("Frame")
  1342. local Walnut = Instance.new("ImageButton")
  1343. local DropShadow_3 = Instance.new("Frame")
  1344. local Generic = Instance.new("ImageButton")
  1345. local DropShadow_4 = Instance.new("Frame")
  1346. local Oak = Instance.new("ImageButton")
  1347. local DropShadow_5 = Instance.new("Frame")
  1348. local Pine = Instance.new("ImageButton")
  1349. local DropShadow_6 = Instance.new("Frame")
  1350. local Palm = Instance.new("ImageButton")
  1351. local DropShadow_7 = Instance.new("Frame")
  1352. local Cherry = Instance.new("ImageButton")
  1353. local DropShadow_8 = Instance.new("Frame")
  1354. local Koa = Instance.new("ImageButton")
  1355. local DropShadow_9 = Instance.new("Frame")
  1356. local Volcano = Instance.new("ImageButton")
  1357. local DropShadow_10 = Instance.new("Frame")
  1358. local GreenSwampy = Instance.new("ImageButton")
  1359. local DropShadow_11 = Instance.new("Frame")
  1360. local GoldSwampy = Instance.new("ImageButton")
  1361. local DropShadow_12 = Instance.new("Frame")
  1362. local GenericSpecial = Instance.new("ImageButton")
  1363. local DropShadow_13 = Instance.new("Frame")
  1364. local SnowGlow = Instance.new("ImageButton")
  1365. local DropShadow_14 = Instance.new("Frame")
  1366. local Frost = Instance.new("ImageButton")
  1367. local DropShadow_15 = Instance.new("Frame")
  1368. local CaveCrawler = Instance.new("ImageButton")
  1369. local DropShadow_16 = Instance.new("Frame")
  1370. local LoneCave = Instance.new("ImageButton")
  1371. local DropShadow_17 = Instance.new("Frame")
  1372. local Spooky = Instance.new("ImageButton")
  1373. local DropShadow_18 = Instance.new("Frame")
  1374. local SpookyNeon = Instance.new("ImageButton")
  1375. local DropShadow_19 = Instance.new("Frame")
  1376. --Properties:
  1377. ColorPicker.Name = "ColorPicker"
  1378. ColorPicker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1379.  
  1380. ChangeColor.Name = "ChangeColor"
  1381. ChangeColor.Parent = ColorPicker
  1382. ChangeColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  1383. ChangeColor.BorderColor3 = Color3.new(0, 0, 0)
  1384. ChangeColor.BorderSizePixel = 2
  1385. ChangeColor.Position = UDim2.new(0, 10, 1, -110)
  1386. ChangeColor.Size = UDim2.new(0, 100, 0, 100)
  1387. ChangeColor.ZIndex = 2
  1388. ColorPicker.Enabled = false
  1389.  
  1390. CurrentColor.Name = "CurrentColor"
  1391. CurrentColor.Parent = ChangeColor
  1392. CurrentColor.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  1393. CurrentColor.BorderColor3 = Color3.new(0, 0, 0)
  1394. CurrentColor.BorderSizePixel = 2
  1395. CurrentColor.Position = UDim2.new(0, 10, 0, 10)
  1396. CurrentColor.Size = UDim2.new(0, 80, 0, 80)
  1397. CurrentColor.ZIndex = 2
  1398. CurrentColor.Image = "rbxassetid://2712547918"
  1399. CurrentColor.ScaleType = Enum.ScaleType.Crop
  1400.  
  1401. Picker.Name = "Picker"
  1402. Picker.Parent = ColorPicker
  1403. Picker.BackgroundColor3 = Color3.new(0.176471, 0.254902, 0.427451)
  1404. Picker.BorderColor3 = Color3.new(0, 0, 0)
  1405. Picker.BorderSizePixel = 2
  1406. Picker.Position = UDim2.new(0, 10, 1, -320)
  1407. Picker.Size = UDim2.new(0, 100, 0, 200)
  1408. Picker.CanvasPosition = Vector2.new(0, 700)
  1409. Picker.CanvasSize = UDim2.new(0, 0, 0, 900)
  1410. Picker.ScrollBarThickness = 7
  1411. Picker.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  1412. Picker.Visible = false
  1413.  
  1414. Birch.Name = "Birch"
  1415. Birch.Parent = Picker
  1416. Birch.BackgroundColor3 = Color3.new(1, 1, 1)
  1417. Birch.BorderColor3 = Color3.new(0, 0, 0)
  1418. Birch.Position = UDim2.new(0, 10, 0, 5)
  1419. Birch.Size = UDim2.new(0, 80, 0, 40)
  1420. Birch.ZIndex = 3
  1421. Birch.Image = "rbxassetid://2712547918"
  1422. Birch.ScaleType = Enum.ScaleType.Crop
  1423.  
  1424. DropShadow.Name = "DropShadow"
  1425. DropShadow.Parent = Birch
  1426. DropShadow.BackgroundColor3 = Color3.new(0, 0, 0)
  1427. DropShadow.BorderSizePixel = 0
  1428. DropShadow.Position = UDim2.new(0, 4, 0, 4)
  1429. DropShadow.Size = UDim2.new(1, 0, 1, 0)
  1430. DropShadow.ZIndex = 2
  1431.  
  1432. Grey.Name = "Grey"
  1433. Grey.Parent = Picker
  1434. Grey.BackgroundColor3 = Color3.new(1, 1, 1)
  1435. Grey.BorderColor3 = Color3.new(0, 0, 0)
  1436. Grey.Position = UDim2.new(0, 10, 0, 55)
  1437. Grey.Size = UDim2.new(0, 80, 0, 40)
  1438. Grey.ZIndex = 3
  1439. Grey.Image = "rbxassetid://924320031"
  1440. Grey.ScaleType = Enum.ScaleType.Crop
  1441.  
  1442. DropShadow_2.Name = "DropShadow"
  1443. DropShadow_2.Parent = Grey
  1444. DropShadow_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1445. DropShadow_2.BorderSizePixel = 0
  1446. DropShadow_2.Position = UDim2.new(0, 4, 0, 4)
  1447. DropShadow_2.Size = UDim2.new(1, 0, 1, 0)
  1448. DropShadow_2.ZIndex = 2
  1449.  
  1450. Walnut.Name = "Walnut"
  1451. Walnut.Parent = Picker
  1452. Walnut.BackgroundColor3 = Color3.new(1, 1, 1)
  1453. Walnut.BorderColor3 = Color3.new(0, 0, 0)
  1454. Walnut.Position = UDim2.new(0, 10, 0, 105)
  1455. Walnut.Size = UDim2.new(0, 80, 0, 40)
  1456. Walnut.ZIndex = 3
  1457. Walnut.Image = "rbxassetid://2712559790"
  1458. Walnut.ScaleType = Enum.ScaleType.Crop
  1459.  
  1460. DropShadow_3.Name = "DropShadow"
  1461. DropShadow_3.Parent = Walnut
  1462. DropShadow_3.BackgroundColor3 = Color3.new(0, 0, 0)
  1463. DropShadow_3.BorderSizePixel = 0
  1464. DropShadow_3.Position = UDim2.new(0, 4, 0, 4)
  1465. DropShadow_3.Size = UDim2.new(1, 0, 1, 0)
  1466. DropShadow_3.ZIndex = 2
  1467.  
  1468. Generic.Name = "Generic"
  1469. Generic.Parent = Picker
  1470. Generic.BackgroundColor3 = Color3.new(1, 1, 1)
  1471. Generic.BorderColor3 = Color3.new(0, 0, 0)
  1472. Generic.Position = UDim2.new(0, 10, 0, 155)
  1473. Generic.Size = UDim2.new(0, 80, 0, 40)
  1474. Generic.ZIndex = 3
  1475. Generic.Image = "rbxassetid://2712568624"
  1476. Generic.ScaleType = Enum.ScaleType.Crop
  1477.  
  1478. DropShadow_4.Name = "DropShadow"
  1479. DropShadow_4.Parent = Generic
  1480. DropShadow_4.BackgroundColor3 = Color3.new(0, 0, 0)
  1481. DropShadow_4.BorderSizePixel = 0
  1482. DropShadow_4.Position = UDim2.new(0, 4, 0, 4)
  1483. DropShadow_4.Size = UDim2.new(1, 0, 1, 0)
  1484. DropShadow_4.ZIndex = 2
  1485.  
  1486. Oak.Name = "Oak"
  1487. Oak.Parent = Picker
  1488. Oak.BackgroundColor3 = Color3.new(1, 1, 1)
  1489. Oak.BorderColor3 = Color3.new(0, 0, 0)
  1490. Oak.Position = UDim2.new(0, 10, 0, 205)
  1491. Oak.Size = UDim2.new(0, 80, 0, 40)
  1492. Oak.ZIndex = 3
  1493. Oak.Image = "rbxassetid://2712579185"
  1494. Oak.ScaleType = Enum.ScaleType.Crop
  1495.  
  1496. DropShadow_5.Name = "DropShadow"
  1497. DropShadow_5.Parent = Oak
  1498. DropShadow_5.BackgroundColor3 = Color3.new(0, 0, 0)
  1499. DropShadow_5.BorderSizePixel = 0
  1500. DropShadow_5.Position = UDim2.new(0, 4, 0, 4)
  1501. DropShadow_5.Size = UDim2.new(1, 0, 1, 0)
  1502. DropShadow_5.ZIndex = 2
  1503.  
  1504. Pine.Name = "Pine"
  1505. Pine.Parent = Picker
  1506. Pine.BackgroundColor3 = Color3.new(1, 1, 1)
  1507. Pine.BorderColor3 = Color3.new(0, 0, 0)
  1508. Pine.Position = UDim2.new(0, 10, 0, 255)
  1509. Pine.Size = UDim2.new(0, 80, 0, 40)
  1510. Pine.ZIndex = 3
  1511. Pine.Image = "rbxassetid://2712591183"
  1512. Pine.ScaleType = Enum.ScaleType.Crop
  1513.  
  1514. DropShadow_6.Name = "DropShadow"
  1515. DropShadow_6.Parent = Pine
  1516. DropShadow_6.BackgroundColor3 = Color3.new(0, 0, 0)
  1517. DropShadow_6.BorderSizePixel = 0
  1518. DropShadow_6.Position = UDim2.new(0, 4, 0, 4)
  1519. DropShadow_6.Size = UDim2.new(1, 0, 1, 0)
  1520. DropShadow_6.ZIndex = 2
  1521.  
  1522. Palm.Name = "Palm"
  1523. Palm.Parent = Picker
  1524. Palm.BackgroundColor3 = Color3.new(1, 1, 1)
  1525. Palm.BorderColor3 = Color3.new(0, 0, 0)
  1526. Palm.Position = UDim2.new(0, 10, 0, 305)
  1527. Palm.Size = UDim2.new(0, 80, 0, 40)
  1528. Palm.ZIndex = 3
  1529. Palm.Image = "rbxassetid://2712597395"
  1530. Palm.ScaleType = Enum.ScaleType.Crop
  1531.  
  1532. DropShadow_7.Name = "DropShadow"
  1533. DropShadow_7.Parent = Palm
  1534. DropShadow_7.BackgroundColor3 = Color3.new(0, 0, 0)
  1535. DropShadow_7.BorderSizePixel = 0
  1536. DropShadow_7.Position = UDim2.new(0, 4, 0, 4)
  1537. DropShadow_7.Size = UDim2.new(1, 0, 1, 0)
  1538. DropShadow_7.ZIndex = 2
  1539.  
  1540. Cherry.Name = "Cherry"
  1541. Cherry.Parent = Picker
  1542. Cherry.BackgroundColor3 = Color3.new(1, 1, 1)
  1543. Cherry.BorderColor3 = Color3.new(0, 0, 0)
  1544. Cherry.Position = UDim2.new(0, 10, 0, 355)
  1545. Cherry.Size = UDim2.new(0, 80, 0, 40)
  1546. Cherry.ZIndex = 3
  1547. Cherry.Image = "rbxassetid://2712608599"
  1548. Cherry.ScaleType = Enum.ScaleType.Crop
  1549.  
  1550. DropShadow_8.Name = "DropShadow"
  1551. DropShadow_8.Parent = Cherry
  1552. DropShadow_8.BackgroundColor3 = Color3.new(0, 0, 0)
  1553. DropShadow_8.BorderSizePixel = 0
  1554. DropShadow_8.Position = UDim2.new(0, 4, 0, 4)
  1555. DropShadow_8.Size = UDim2.new(1, 0, 1, 0)
  1556. DropShadow_8.ZIndex = 2
  1557.  
  1558. Koa.Name = "Koa"
  1559. Koa.Parent = Picker
  1560. Koa.BackgroundColor3 = Color3.new(1, 1, 1)
  1561. Koa.BorderColor3 = Color3.new(0, 0, 0)
  1562. Koa.Position = UDim2.new(0, 10, 0, 355)
  1563. Koa.Size = UDim2.new(0, 80, 0, 40)
  1564. Koa.ZIndex = 3
  1565. Koa.Image = "rbxassetid://2712612798"
  1566. Koa.ScaleType = Enum.ScaleType.Crop
  1567.  
  1568. DropShadow_9.Name = "DropShadow"
  1569. DropShadow_9.Parent = Koa
  1570. DropShadow_9.BackgroundColor3 = Color3.new(0, 0, 0)
  1571. DropShadow_9.BorderSizePixel = 0
  1572. DropShadow_9.Position = UDim2.new(0, 4, 0, 4)
  1573. DropShadow_9.Size = UDim2.new(1, 0, 1, 0)
  1574. DropShadow_9.ZIndex = 2
  1575.  
  1576. Volcano.Name = "Volcano"
  1577. Volcano.Parent = Picker
  1578. Volcano.BackgroundColor3 = Color3.new(1, 1, 1)
  1579. Volcano.BorderColor3 = Color3.new(0, 0, 0)
  1580. Volcano.Position = UDim2.new(0, 10, 0, 405)
  1581. Volcano.Size = UDim2.new(0, 80, 0, 40)
  1582. Volcano.ZIndex = 3
  1583. Volcano.Image = "rbxassetid://2712618609"
  1584. Volcano.ScaleType = Enum.ScaleType.Crop
  1585.  
  1586. DropShadow_10.Name = "DropShadow"
  1587. DropShadow_10.Parent = Volcano
  1588. DropShadow_10.BackgroundColor3 = Color3.new(0, 0, 0)
  1589. DropShadow_10.BorderSizePixel = 0
  1590. DropShadow_10.Position = UDim2.new(0, 4, 0, 4)
  1591. DropShadow_10.Size = UDim2.new(1, 0, 1, 0)
  1592. DropShadow_10.ZIndex = 2
  1593.  
  1594. GreenSwampy.Name = "GreenSwampy"
  1595. GreenSwampy.Parent = Picker
  1596. GreenSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  1597. GreenSwampy.BorderColor3 = Color3.new(0, 0, 0)
  1598. GreenSwampy.Position = UDim2.new(0, 10, 0, 455)
  1599. GreenSwampy.Size = UDim2.new(0, 80, 0, 40)
  1600. GreenSwampy.ZIndex = 3
  1601. GreenSwampy.Image = "rbxassetid://2712623896"
  1602. GreenSwampy.ScaleType = Enum.ScaleType.Crop
  1603.  
  1604. DropShadow_11.Name = "DropShadow"
  1605. DropShadow_11.Parent = GreenSwampy
  1606. DropShadow_11.BackgroundColor3 = Color3.new(0, 0, 0)
  1607. DropShadow_11.BorderSizePixel = 0
  1608. DropShadow_11.Position = UDim2.new(0, 4, 0, 4)
  1609. DropShadow_11.Size = UDim2.new(1, 0, 1, 0)
  1610. DropShadow_11.ZIndex = 2
  1611.  
  1612. GoldSwampy.Name = "GoldSwampy"
  1613. GoldSwampy.Parent = Picker
  1614. GoldSwampy.BackgroundColor3 = Color3.new(1, 1, 1)
  1615. GoldSwampy.BorderColor3 = Color3.new(0, 0, 0)
  1616. GoldSwampy.Position = UDim2.new(0, 10, 0, 505)
  1617. GoldSwampy.Size = UDim2.new(0, 80, 0, 40)
  1618. GoldSwampy.ZIndex = 3
  1619. GoldSwampy.Image = "rbxassetid://2712631457"
  1620. GoldSwampy.ScaleType = Enum.ScaleType.Crop
  1621.  
  1622. DropShadow_12.Name = "DropShadow"
  1623. DropShadow_12.Parent = GoldSwampy
  1624. DropShadow_12.BackgroundColor3 = Color3.new(0, 0, 0)
  1625. DropShadow_12.BorderSizePixel = 0
  1626. DropShadow_12.Position = UDim2.new(0, 4, 0, 4)
  1627. DropShadow_12.Size = UDim2.new(1, 0, 1, 0)
  1628. DropShadow_12.ZIndex = 2
  1629.  
  1630. GenericSpecial.Name = "GenericSpecial"
  1631. GenericSpecial.Parent = Picker
  1632. GenericSpecial.BackgroundColor3 = Color3.new(1, 1, 1)
  1633. GenericSpecial.BorderColor3 = Color3.new(0, 0, 0)
  1634. GenericSpecial.Position = UDim2.new(0, 10, 0, 555)
  1635. GenericSpecial.Size = UDim2.new(0, 80, 0, 40)
  1636. GenericSpecial.ZIndex = 3
  1637. GenericSpecial.Image = "rbxassetid://2712639396"
  1638. GenericSpecial.ScaleType = Enum.ScaleType.Crop
  1639.  
  1640. DropShadow_13.Name = "DropShadow"
  1641. DropShadow_13.Parent = GenericSpecial
  1642. DropShadow_13.BackgroundColor3 = Color3.new(0, 0, 0)
  1643. DropShadow_13.BorderSizePixel = 0
  1644. DropShadow_13.Position = UDim2.new(0, 4, 0, 4)
  1645. DropShadow_13.Size = UDim2.new(1, 0, 1, 0)
  1646. DropShadow_13.ZIndex = 2
  1647.  
  1648. SnowGlow.Name = "SnowGlow"
  1649. SnowGlow.Parent = Picker
  1650. SnowGlow.BackgroundColor3 = Color3.new(1, 1, 1)
  1651. SnowGlow.BorderColor3 = Color3.new(0, 0, 0)
  1652. SnowGlow.Position = UDim2.new(0, 10, 0, 605)
  1653. SnowGlow.Size = UDim2.new(0, 80, 0, 40)
  1654. SnowGlow.ZIndex = 3
  1655. SnowGlow.Image = "rbxassetid://2712651454"
  1656. SnowGlow.ScaleType = Enum.ScaleType.Crop
  1657.  
  1658. DropShadow_14.Name = "DropShadow"
  1659. DropShadow_14.Parent = SnowGlow
  1660. DropShadow_14.BackgroundColor3 = Color3.new(0, 0, 0)
  1661. DropShadow_14.BorderSizePixel = 0
  1662. DropShadow_14.Position = UDim2.new(0, 4, 0, 4)
  1663. DropShadow_14.Size = UDim2.new(1, 0, 1, 0)
  1664. DropShadow_14.ZIndex = 2
  1665.  
  1666. Frost.Name = "Frost"
  1667. Frost.Parent = Picker
  1668. Frost.BackgroundColor3 = Color3.new(1, 1, 1)
  1669. Frost.BorderColor3 = Color3.new(0, 0, 0)
  1670. Frost.Position = UDim2.new(0, 10, 0, 655)
  1671. Frost.Size = UDim2.new(0, 80, 0, 40)
  1672. Frost.ZIndex = 3
  1673. Frost.Image = "rbxassetid://2712667804"
  1674. Frost.ScaleType = Enum.ScaleType.Crop
  1675.  
  1676. DropShadow_15.Name = "DropShadow"
  1677. DropShadow_15.Parent = Frost
  1678. DropShadow_15.BackgroundColor3 = Color3.new(0, 0, 0)
  1679. DropShadow_15.BorderSizePixel = 0
  1680. DropShadow_15.Position = UDim2.new(0, 4, 0, 4)
  1681. DropShadow_15.Size = UDim2.new(1, 0, 1, 0)
  1682. DropShadow_15.ZIndex = 2
  1683.  
  1684. CaveCrawler.Name = "CaveCrawler"
  1685. CaveCrawler.Parent = Picker
  1686. CaveCrawler.BackgroundColor3 = Color3.new(1, 1, 1)
  1687. CaveCrawler.BorderColor3 = Color3.new(0, 0, 0)
  1688. CaveCrawler.Position = UDim2.new(0, 10, 0, 705)
  1689. CaveCrawler.Size = UDim2.new(0, 80, 0, 40)
  1690. CaveCrawler.ZIndex = 3
  1691. CaveCrawler.Image = "rbxassetid://2712673980"
  1692. CaveCrawler.ScaleType = Enum.ScaleType.Crop
  1693.  
  1694. DropShadow_16.Name = "DropShadow"
  1695. DropShadow_16.Parent = CaveCrawler
  1696. DropShadow_16.BackgroundColor3 = Color3.new(0, 0, 0)
  1697. DropShadow_16.BorderSizePixel = 0
  1698. DropShadow_16.Position = UDim2.new(0, 4, 0, 4)
  1699. DropShadow_16.Size = UDim2.new(1, 0, 1, 0)
  1700. DropShadow_16.ZIndex = 2
  1701.  
  1702. LoneCave.Name = "LoneCave"
  1703. LoneCave.Parent = Picker
  1704. LoneCave.BackgroundColor3 = Color3.new(1, 1, 1)
  1705. LoneCave.BorderColor3 = Color3.new(0, 0, 0)
  1706. LoneCave.Position = UDim2.new(0, 10, 0, 755)
  1707. LoneCave.Size = UDim2.new(0, 80, 0, 40)
  1708. LoneCave.ZIndex = 3
  1709. LoneCave.Image = "rbxassetid://2712693147"
  1710. LoneCave.ScaleType = Enum.ScaleType.Crop
  1711.  
  1712. DropShadow_17.Name = "DropShadow"
  1713. DropShadow_17.Parent = LoneCave
  1714. DropShadow_17.BackgroundColor3 = Color3.new(0, 0, 0)
  1715. DropShadow_17.BorderSizePixel = 0
  1716. DropShadow_17.Position = UDim2.new(0, 4, 0, 4)
  1717. DropShadow_17.Size = UDim2.new(1, 0, 1, 0)
  1718. DropShadow_17.ZIndex = 2
  1719.  
  1720. Spooky.Name = "Spooky"
  1721. Spooky.Parent = Picker
  1722. Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
  1723. Spooky.BorderColor3 = Color3.new(0, 0, 0)
  1724. Spooky.Position = UDim2.new(0, 10, 0, 805)
  1725. Spooky.Size = UDim2.new(0, 80, 0, 40)
  1726. Spooky.ZIndex = 3
  1727. Spooky.Image = "rbxassetid://2712696822"
  1728. Spooky.ScaleType = Enum.ScaleType.Crop
  1729.  
  1730. DropShadow_18.Name = "DropShadow"
  1731. DropShadow_18.Parent = Spooky
  1732. DropShadow_18.BackgroundColor3 = Color3.new(0, 0, 0)
  1733. DropShadow_18.BorderSizePixel = 0
  1734. DropShadow_18.Position = UDim2.new(0, 4, 0, 4)
  1735. DropShadow_18.Size = UDim2.new(1, 0, 1, 0)
  1736. DropShadow_18.ZIndex = 2
  1737.  
  1738. SpookyNeon.Name = "SpookyNeon"
  1739. SpookyNeon.Parent = Picker
  1740. SpookyNeon.BackgroundColor3 = Color3.new(1, 1, 1)
  1741. SpookyNeon.BorderColor3 = Color3.new(0, 0, 0)
  1742. SpookyNeon.Position = UDim2.new(0, 10, 0, 855)
  1743. SpookyNeon.Size = UDim2.new(0, 80, 0, 40)
  1744. SpookyNeon.ZIndex = 3
  1745. SpookyNeon.Image = "rbxassetid://2712700047"
  1746. SpookyNeon.ScaleType = Enum.ScaleType.Crop
  1747.  
  1748. DropShadow_19.Name = "DropShadow"
  1749. DropShadow_19.Parent = SpookyNeon
  1750. DropShadow_19.BackgroundColor3 = Color3.new(0, 0, 0)
  1751. DropShadow_19.BorderSizePixel = 0
  1752. DropShadow_19.Position = UDim2.new(0, 4, 0, 4)
  1753. DropShadow_19.Size = UDim2.new(1, 0, 1, 0)
  1754. DropShadow_19.ZIndex = 2
  1755. -- Scripts:
  1756. woodtype = "Birch"
  1757.  
  1758. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1759. tool.RequiresHandle = false
  1760. --tool.RobloxLocked = true
  1761. tool.Name = "Paint"
  1762. tool.ToolTip = "Changes A Stucture's Wood Type"
  1763. tool.Equipped:connect(function(Mouse)
  1764. ColorPicker.Enabled = true
  1765. Mouse.Button1Down:connect(function()
  1766. if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
  1767. local Cframe
  1768. if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
  1769. Cframe = Mouse.Target.Parent.MainCFrame.Value
  1770. else
  1771. Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
  1772. end
  1773. if Mouse.Target.Parent ~= nil then
  1774. game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
  1775. end
  1776. else
  1777. --do nothing
  1778. end
  1779. end)
  1780. end)
  1781.  
  1782. tool.Unequipped:connect(function(mouse)
  1783. ColorPicker.Enabled = false
  1784. end)
  1785.  
  1786.  
  1787. Birch.MouseButton1Click:Connect(function()
  1788. CurrentColor.Image = Birch.Image
  1789. woodtype = "Birch"
  1790. end)
  1791.  
  1792. Grey.MouseButton1Click:Connect(function()
  1793. CurrentColor.Image = Grey.Image
  1794. woodtype = nil
  1795. end)
  1796.  
  1797. Walnut.MouseButton1Click:Connect(function()
  1798. CurrentColor.Image = Walnut.Image
  1799. woodtype = "Walnut"
  1800. end)
  1801.  
  1802. Generic.MouseButton1Click:Connect(function()
  1803. CurrentColor.Image = Generic.Image
  1804. woodtype = "Generic"
  1805. end)
  1806.  
  1807. Oak.MouseButton1Click:Connect(function()
  1808. CurrentColor.Image = Oak.Image
  1809. woodtype = "Oak"
  1810. end)
  1811.  
  1812. Pine.MouseButton1Click:Connect(function()
  1813. CurrentColor.Image = Pine.Image
  1814. woodtype = "Pine"
  1815. end)
  1816.  
  1817. Palm.MouseButton1Click:Connect(function()
  1818. CurrentColor.Image = Palm.Image
  1819. woodtype = "Palm"
  1820. end)
  1821.  
  1822. Koa.MouseButton1Click:Connect(function()
  1823. CurrentColor.Image = Koa.Image
  1824. woodtype = "Koa"
  1825. end)
  1826.  
  1827. Volcano.MouseButton1Click:Connect(function()
  1828. CurrentColor.Image = Volcano.Image
  1829. woodtype = "Volcano"
  1830. end)
  1831.  
  1832. GreenSwampy.MouseButton1Click:Connect(function()
  1833. CurrentColor.Image = GreenSwampy.Image
  1834. woodtype = "GreenSwampy"
  1835. end)
  1836.  
  1837. GoldSwampy.MouseButton1Click:Connect(function()
  1838. CurrentColor.Image = GoldSwampy.Image
  1839. woodtype = "GoldSwampy"
  1840. end)
  1841.  
  1842. GenericSpecial.MouseButton1Click:Connect(function()
  1843. CurrentColor.Image = GenericSpecial.Image
  1844. woodtype = "GenericSpecial"
  1845. end)
  1846.  
  1847. SnowGlow.MouseButton1Click:Connect(function()
  1848. CurrentColor.Image = SnowGlow.Image
  1849. woodtype = "SnowGlow"
  1850. end)
  1851.  
  1852. Frost.MouseButton1Click:Connect(function()
  1853. CurrentColor.Image = Frost.Image
  1854. woodtype = "Frost"
  1855. end)
  1856.  
  1857. CaveCrawler.MouseButton1Click:Connect(function()
  1858. CurrentColor.Image = CaveCrawler.Image
  1859. woodtype = "CaveCrawler"
  1860. end)
  1861.  
  1862. LoneCave.MouseButton1Click:Connect(function()
  1863. CurrentColor.Image = LoneCave.Image
  1864. woodtype = "LoneCave"
  1865. end)
  1866.  
  1867. Spooky.MouseButton1Click:Connect(function()
  1868. CurrentColor.Image = Spooky.Image
  1869. woodtype = "Spooky"
  1870. end)
  1871.  
  1872. SpookyNeon.MouseButton1Click:Connect(function()
  1873. CurrentColor.Image = SpookyNeon.Image
  1874. woodtype = "SpookyNeon"
  1875. end)
  1876.  
  1877. --bring up menu
  1878. CurrentColor.MouseButton1Click:Connect(function()
  1879. if Picker.Visible == false then
  1880. Picker.Visible = true
  1881. else
  1882. Picker.Visible = false
  1883. end
  1884. end)
  1885.  
  1886. end)
  1887.  
  1888. Fastwalk.MouseButton1Down:Connect(function()
  1889. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  1890. down = false
  1891. velocity = Instance.new("BodyVelocity")
  1892. velocity.maxForce = Vector3.new(100000, 0, 100000)
  1893. local speed = 35
  1894. gyro = Instance.new("BodyGyro")
  1895. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  1896.  
  1897. local hum = game.Players.LocalPlayer.Character.Humanoid
  1898.  
  1899. function onButton1Down(mouse)
  1900. down = true
  1901. velocity.Parent = game.Players.LocalPlayer.Character.Torso
  1902. velocity.velocity = (hum.MoveDirection) * speed
  1903. gyro.Parent = game.Players.LocalPlayer.Character.Torso
  1904. while down do
  1905. if not down then break end
  1906. velocity.velocity = (hum.MoveDirection) * speed
  1907. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  1908. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  1909. wait(0.1)
  1910. end
  1911. end
  1912.  
  1913. function onButton1Up(mouse)
  1914. velocity.Parent = nil
  1915. gyro.Parent = nil
  1916. down = false
  1917. end
  1918.  
  1919. function onSelected(mouse)
  1920. mouse.KeyDown:connect(function(k) if k:lower()=="x"then onButton1Down(mouse)end end)
  1921. mouse.KeyUp:connect(function(k) if k:lower()=="x"then onButton1Up(mouse)end end)
  1922. end
  1923.  
  1924. onSelected(game.Players.LocalPlayer:GetMouse())
  1925. end)
  1926. BuyItems.Text = "CopyBase"
  1927. ExpandButton.MouseButton1Down:Connect(function()
  1928. ExpandFrame.Visible = true
  1929. ExpandButton.Visible = true
  1930. end)
  1931. SawmillTp.MouseButton1Down:Connect(function()
  1932. SawmillC = false
  1933. Mouse = game.Players.LocalPlayer:GetMouse()
  1934. _G.MAIN=Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  1935. Instruction = Instance.new("TextLabel",_G.MAIN)
  1936. Instruction.Position = UDim2.new(0,200,0,400)
  1937. Instruction.Size = UDim2.new(0,250,0,50)
  1938. Instruction.TextWrapped = true
  1939. Instruction.TextScaled = true
  1940. Instruction.Text = "'Q' to select a tree, Press P to select a sawmill!(Credits to austin k) Select Tree first also works with any item as long as you select the sawmill after selecting the item."
  1941. Instruction.Active = true
  1942. Instruction.Draggable = true
  1943. Instruction.ZIndex = 2
  1944. Exit = Instance.new("TextButton",Instruction)
  1945. Exit.Position=UDim2.new(1,0,0,0)
  1946. Exit.Size = UDim2.new(0,30,0,30)
  1947. Exit.Text = "Exit"
  1948. Exit.MouseButton1Click:connect(function()
  1949. _G.MAIN:Destroy()
  1950. end)
  1951. Mouse.KeyDown:connect(function(key)
  1952. if key:lower() == "q" then
  1953. Treee = Mouse.Target
  1954. end
  1955. end)
  1956. Mouse.KeyDown:connect(function(key)
  1957. if key:lower() == "p" then
  1958. if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then
  1959. Sawmill = Mouse.Target.Parent
  1960. else
  1961. Sawmill=Mouse.Target.Parent.Parent
  1962. end
  1963. if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then
  1964. SawmillC = true
  1965. else
  1966. SawmillC = false
  1967. print"Something went wrong while setting the sawmill!"
  1968. end
  1969. if Treee ~= nil then
  1970. Mod(Treee)
  1971. else
  1972. print("Select tree with 'Q'!")
  1973. end
  1974. end
  1975. end)
  1976.  
  1977. function Mod(SelectedPart)
  1978. if SawmillC ~= true then
  1979. print'Set the sawmill with "P"!'
  1980. return
  1981. end
  1982. if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
  1983. print("Tree: "..SelectedPart.Parent.TreeClass.Value)
  1984. Tree = SelectedPart.Parent
  1985. Tree.PrimaryPart = SelectedPart
  1986. game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
  1987. Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame)
  1988. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
  1989. end
  1990. end
  1991. end)
  1992. Noclip.MouseButton1Down:Connect(function()
  1993. local noclipplayer = game:GetService("Players").LocalPlayer
  1994. local noclipmouse = noclipplayer:GetMouse()
  1995.  
  1996. local donoclip = false
  1997. local noclip = false
  1998.  
  1999. function b_noclip(key)
  2000. if (key == "b") then
  2001. if noclip == false then
  2002. donoclip = true
  2003.  
  2004. noclip = true
  2005. elseif noclip == true then
  2006. donoclip = false
  2007.  
  2008. noclip = false
  2009. end
  2010. end
  2011. end
  2012.  
  2013. noclipmouse.KeyDown:connect(b_noclip)
  2014.  
  2015. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  2016. if obj ~= workspace.Terrain then
  2017. if donoclip == true then
  2018. obj.CanCollide = false
  2019. else
  2020. obj.CanCollide = true
  2021. end
  2022. end
  2023. end)
  2024. end)
  2025.  
  2026. local CopyBase = Instance.new("TextBox")
  2027. CopyBase.Name = "CopyBase"
  2028. CopyBase.Parent = Menu
  2029. CopyBase.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  2030. CopyBase.BorderSizePixel = 3
  2031. CopyBase.Position = UDim2.new(0.0424746051, 0, 0.40607211, 0)
  2032. CopyBase.Size = UDim2.new(0, 200, 0, 50)
  2033. CopyBase.Font = Enum.Font.SourceSans
  2034. CopyBase.PlaceholderColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  2035. CopyBase.PlaceholderText = "Type PlayersNameHere"
  2036. CopyBase.Text = ""
  2037. CopyBase.TextColor3 = Color3.new(0, 0, 0)
  2038. CopyBase.TextSize = 14
  2039. CopyBase.Visible = false
  2040. CopyBase.Draggable = true
  2041.  
  2042. BuyItems.MouseButton1Down:Connect(function()
  2043. CopyBase.Visible = true
  2044. plr = CopyBase.Text
  2045. pmds = game.Workspace.PlayerModels
  2046. PlaceR = game.ReplicatedStorage.PlaceStructure.ClientPlacedBlueprint
  2047. PlaceS = game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure
  2048. Property = nil
  2049. MProperty = nil
  2050.  
  2051. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2052. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] then
  2053. Property = v.OriginSquare
  2054. end
  2055. end
  2056.  
  2057. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  2058. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players.LocalPlayer then
  2059. MProperty = v.OriginSquare
  2060. end
  2061. end
  2062.  
  2063.  
  2064. function copypart(mod)
  2065. if mod:FindFirstChild("MainCFrame") then
  2066. Cframe = mod.MainCFrame.Value
  2067. else
  2068. Cframe = mod.PrimaryPart.CFrame
  2069. end
  2070. X = Property.Position.X - Cframe.X
  2071. Y = Property.Position.Y - Cframe.Y
  2072. Z = Property.Position.Z - Cframe.Z
  2073. PlaceR:FireServer(mod.ItemName.Value, (CFrame.new(MProperty.Position.X, MProperty.Position.Y, MProperty.Position.Z)*CFrame.Angles(Cframe:toEulerAnglesXYZ())) - Vector3.new(X, Y, Z), game.Players.LocalPlayer)
  2074. wait()
  2075. end
  2076.  
  2077.  
  2078.  
  2079. for i, v in pairs(pmds:GetChildren()) do
  2080. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] and v:FindFirstChild("ItemName") and v:FindFirstChild("Type") and (v.PrimaryPart ~= nil or v:FindFirstChild("MainCFrame")) then
  2081. copypart(v)
  2082. end
  2083. end
  2084. wait(.1)
  2085. if CopyBase.Text ~= nil then
  2086. CopyBase.Visible = false
  2087. end
  2088. end)
  2089. BuyBlueprints.Text = "WipeBase(BP)"
  2090.  
  2091.  
  2092. BuyBlueprints.MouseButton1Down:Connect(function()
  2093.  
  2094. plr = game.Players.LocalPlayer.Name
  2095. pmds = game.Workspace.PlayerModels
  2096. PlaceR = game.ReplicatedStorage.Interaction.DestroyStructure
  2097.  
  2098.  
  2099.  
  2100. for i, v in pairs(pmds:GetChildren()) do
  2101. if v:FindFirstChild("Owner") and v.Owner.Value ~= nil and v.Owner.Value == game.Players[plr] and v:FindFirstChild("ItemName") and v:FindFirstChild("Type") and (v.PrimaryPart ~= nil or v:FindFirstChild("MainCFrame")) then
  2102. PlaceR:FireServer(v)
  2103. end
  2104. end
  2105.  
  2106. end)
  2107. Noclip.MouseButton1Down:Connet(function()
  2108. local noclipplayer = game:GetService("Players").LocalPlayer
  2109. local noclipmouse = noclipplayer:GetMouse()
  2110.  
  2111. local donoclip = false
  2112. local noclip = false
  2113.  
  2114. function b_noclip(key)
  2115. if (key == "n") then
  2116. if noclip == false then
  2117. donoclip = true
  2118.  
  2119. noclip = true
  2120. elseif noclip == true then
  2121. donoclip = false
  2122.  
  2123. noclip = false
  2124. end
  2125. end
  2126. end
  2127.  
  2128. noclipmouse.KeyDown:connect(b_noclip)
  2129.  
  2130. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  2131. if obj ~= workspace.Terrain then
  2132. if donoclip == true then
  2133. obj.CanCollide = false
  2134. else
  2135. obj.CanCollide = true
  2136. end
  2137. end
  2138. end)
  2139. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement