Advertisement
Sykotic_Cataclysm

LumberScript

Feb 1st, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 72.54 KB | None | 0 0
  1. Mouse = game.Players.LocalPlayer:GetMouse()
  2.  
  3. game:service'ReplicatedStorage'.Interaction.Ban:Destroy()
  4. Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban"
  5.  
  6. Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
  7. players = game.Players
  8. for i, v in pairs(players:GetPlayers()) do
  9. if v.Name ~= players.LocalPlayer.Name then
  10. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
  11. end
  12. end
  13. players.PlayerAdded:connect(function(plr)
  14. Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
  15. end)
  16.  
  17. -- Instances
  18.  
  19. local LumberTycoon2 = Instance.new("ScreenGui")
  20. local OpenCloseFrame = Instance.new("Frame")
  21. local LT2Label = Instance.new("TextLabel")
  22. local OpenButton = Instance.new("TextButton")
  23. local InstructionsButton = Instance.new("TextButton")
  24. local CloseButton = Instance.new("TextButton")
  25. local MainFrame = Instance.new("Frame")
  26. local MainLabel = Instance.new("TextLabel")
  27. local UniversalsButton = Instance.new("TextButton")
  28. local CreditsFrame = Instance.new("Frame")
  29. local CreditsLabel = Instance.new("TextLabel")
  30. local SykoTextLabel = Instance.new("TextLabel")
  31. local DiscordTextLabel = Instance.new("TextLabel")
  32. local CreditsInfoLabel = Instance.new("TextLabel")
  33. local UniversalsFrame = Instance.new("Frame")
  34. local UniversalsLabel = Instance.new("TextLabel")
  35. local UniversalsTextLabel = Instance.new("TextLabel")
  36. local NoClipButton = Instance.new("TextButton")
  37. local GodmodeButton = Instance.new("TextButton")
  38. local WalkSpeedButton = Instance.new("TextButton")
  39. local JumpPowerButton = Instance.new("TextButton")
  40. local NameBox = Instance.new("TextBox")
  41. local AmountBox = Instance.new("TextBox")
  42. local PlayerTPButton = Instance.new("TextButton")
  43. local ClickTPButton = Instance.new("TextButton")
  44. local TPToolButton = Instance.new("TextButton")
  45. local ToggleKeyBox = Instance.new("TextBox")
  46. local ToggleKeyButton = Instance.new("TextButton")
  47. local WaypointsFrame = Instance.new("Frame")
  48. local WaypointsLabel = Instance.new("TextLabel")
  49. local VolcanoButton = Instance.new("TextButton")
  50. local SpawnButton = Instance.new("TextButton")
  51. local IceButton = Instance.new("TextButton")
  52. local WoodRUsButton = Instance.new("TextButton")
  53. local YellowButton = Instance.new("TextButton")
  54. local LandStoreButton = Instance.new("TextButton")
  55. local EndTimesButton = Instance.new("TextButton")
  56. local FurnishingsButton = Instance.new("TextButton")
  57. local SwampButton = Instance.new("TextButton")
  58. local LinkLogicButton = Instance.new("TextButton")
  59. local BlueButton = Instance.new("TextButton")
  60. local BoxedCarsButton = Instance.new("TextButton")
  61. local BobShackButton = Instance.new("TextButton")
  62. local FineArtsButton = Instance.new("TextButton")
  63. local PalmButton = Instance.new("TextButton")
  64. local SpookButton = Instance.new("TextButton")
  65. local SpookTextLabel = Instance.new("TextLabel")
  66. local WaypointsButton = Instance.new("TextButton")
  67. local Waypoints2Button = Instance.new("TextButton")
  68. local DupingButton = Instance.new("TextButton")
  69. local FeaturesButton = Instance.new("TextButton")
  70. local MinimizeButton = Instance.new("TextButton")
  71. local Waypoints2Frame = Instance.new("Frame")
  72. local Waypoints2Label = Instance.new("TextLabel")
  73. local StrangeManButton = Instance.new("TextButton")
  74. local BridgeButton = Instance.new("TextButton")
  75. local MainDockButton = Instance.new("TextButton")
  76. local TheDenButton = Instance.new("TextButton")
  77. local ShrineOfSightButton = Instance.new("TextButton")
  78. local GreenBoxButton = Instance.new("TextButton")
  79. local SkiLodgeButton = Instance.new("TextButton")
  80. local LighthouseButton = Instance.new("TextButton")
  81. local FeaturesFrame = Instance.new("Frame")
  82. local FeaturesText = Instance.new("TextLabel")
  83. local PinkWireButton = Instance.new("TextButton")
  84. local LeakedItemsButton = Instance.new("TextButton")
  85. local WaterCollideButton = Instance.new("TextButton")
  86. local BtoolsLabel = Instance.new("TextLabel")
  87. local MoveButton = Instance.new("TextButton")
  88. local CopyButton = Instance.new("TextButton")
  89. local DeleteButton = Instance.new("TextButton")
  90. local GreywoodButton = Instance.new("TextButton")
  91. local GodHatchetButton = Instance.new("TextButton")
  92. local PinkLightsButton = Instance.new("TextButton")
  93. local PinkLabel = Instance.new("TextLabel")
  94. local DupingFrame = Instance.new("Frame")
  95. local DupeLabel = Instance.new("TextLabel")
  96. local DupeInfoLabel = Instance.new("TextLabel")
  97. local DupeActivateButton = Instance.new("TextButton")
  98. local CreditsButton = Instance.new("TextButton")
  99. local FerryLabel = Instance.new("TextLabel")
  100. local RejoinButton = Instance.new("TextButton")
  101. local InstructionsFrame = Instance.new("Frame")
  102. local DupeInstruct = Instance.new("TextButton")
  103. local GodAxeInstruct = Instance.new("TextButton")
  104. local GreyInstruct = Instance.new("TextButton")
  105. local PinkInstruct = Instance.new("TextButton")
  106. local OtherInstruct = Instance.new("TextButton")
  107. local DupeInstructInfo = Instance.new("TextLabel")
  108. local GodAxeInstructInfo = Instance.new("TextLabel")
  109. local GreyInstructInfo = Instance.new("TextLabel")
  110. local PinkInstructInfo = Instance.new("TextLabel")
  111. local OtherInstructInfo = Instance.new("TextLabel")
  112. local MinimizeInstruct = Instance.new("TextButton")
  113.  
  114. --Properties
  115.  
  116. LumberTycoon2.Name = "LumberTycoon2"
  117. LumberTycoon2.Parent = game.CoreGui
  118. LT2Core = game.CoreGui["LumberTycoon2"]
  119.  
  120. OpenCloseFrame.Name = "OpenCloseFrame"
  121. OpenCloseFrame.Parent = LumberTycoon2
  122. OpenCloseFrame.AnchorPoint = Vector2.new(1, 1)
  123. OpenCloseFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  124. OpenCloseFrame.BackgroundTransparency = 0.5
  125. OpenCloseFrame.BorderColor3 = Color3.new(1, 1, 1)
  126. OpenCloseFrame.BorderSizePixel = 4
  127. OpenCloseFrame.Position = UDim2.new(1, 0, 1, 0)
  128. OpenCloseFrame.Size = UDim2.new(0, 150, 0, 210)
  129.  
  130. LT2Label.Name = "LT2Label"
  131. LT2Label.Parent = OpenCloseFrame
  132. LT2Label.BackgroundColor3 = Color3.new(1, 0, 0)
  133. LT2Label.BorderColor3 = Color3.new(1, 1, 1)
  134. LT2Label.BorderSizePixel = 0
  135. LT2Label.Size = UDim2.new(0, 150, 0, 30)
  136. LT2Label.Font = Enum.Font.Fantasy
  137. LT2Label.Text = "Lumber Tycoon 2"
  138. LT2Label.TextColor3 = Color3.new(1, 1, 1)
  139. LT2Label.TextSize = 14
  140.  
  141. OpenButton.Name = "OpenButton"
  142. OpenButton.Parent = OpenCloseFrame
  143. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  144. OpenButton.BackgroundTransparency = 0.5
  145. OpenButton.BorderColor3 = Color3.new(1, 1, 1)
  146. OpenButton.Position = UDim2.new(0, 0, 0.140000001, 0)
  147. OpenButton.Size = UDim2.new(0, 150, 0, 60)
  148. OpenButton.Font = Enum.Font.Fantasy
  149. OpenButton.Text = "Open"
  150. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  151. OpenButton.TextSize = 30
  152.  
  153. InstructionsButton.Name = "InstructionsButton"
  154. InstructionsButton.Parent = OpenCloseFrame
  155. InstructionsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  156. InstructionsButton.BackgroundTransparency = 0.5
  157. InstructionsButton.BorderColor3 = Color3.new(1, 1, 1)
  158. InstructionsButton.Position = UDim2.new(0, 0, 0.720000029, 0)
  159. InstructionsButton.Size = UDim2.new(0, 150, 0, 60)
  160. InstructionsButton.Font = Enum.Font.Fantasy
  161. InstructionsButton.Text = "Instructions"
  162. InstructionsButton.TextColor3 = Color3.new(1, 1, 1)
  163. InstructionsButton.TextSize = 30
  164.  
  165. CloseButton.Name = "CloseButton"
  166. CloseButton.Parent = OpenCloseFrame
  167. CloseButton.BackgroundColor3 = Color3.new(0, 0, 0)
  168. CloseButton.BackgroundTransparency = 0.5
  169. CloseButton.BorderColor3 = Color3.new(1, 1, 1)
  170. CloseButton.Position = UDim2.new(0, 0, 0.430000007, 0)
  171. CloseButton.Size = UDim2.new(0, 150, 0, 60)
  172. CloseButton.Font = Enum.Font.Fantasy
  173. CloseButton.Text = "Close"
  174. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  175. CloseButton.TextSize = 30
  176.  
  177. MainFrame.Name = "MainFrame"
  178. MainFrame.Parent = LumberTycoon2
  179. MainFrame.Active = true
  180. MainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  181. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  182. MainFrame.BackgroundTransparency = 0.5
  183. MainFrame.BorderColor3 = Color3.new(1, 1, 1)
  184. MainFrame.BorderSizePixel = 4
  185. MainFrame.Draggable = true
  186. MainFrame.Position = UDim2.new(0.400000006, 0, 0.5, 0)
  187. MainFrame.Selectable = true
  188. MainFrame.Size = UDim2.new(0, 300, 0, 300)
  189. MainFrame.Visible = false
  190.  
  191. MainLabel.Name = "MainLabel"
  192. MainLabel.Parent = MainFrame
  193. MainLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  194. MainLabel.BorderColor3 = Color3.new(1, 1, 1)
  195. MainLabel.Size = UDim2.new(0, 270, 0, 30)
  196. MainLabel.ZIndex = 2
  197. MainLabel.Font = Enum.Font.Fantasy
  198. MainLabel.Text = "Main Frame"
  199. MainLabel.TextColor3 = Color3.new(1, 1, 1)
  200. MainLabel.TextSize = 14
  201.  
  202. UniversalsButton.Name = "UniversalsButton"
  203. UniversalsButton.Parent = MainFrame
  204. UniversalsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  205. UniversalsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  206. UniversalsButton.BorderColor3 = Color3.new(1, 1, 1)
  207. UniversalsButton.Position = UDim2.new(0.159999996, 0, 0.730000019, 0)
  208. UniversalsButton.Size = UDim2.new(0, 80, 0, 30)
  209. UniversalsButton.Font = Enum.Font.Fantasy
  210. UniversalsButton.Text = "Universals"
  211. UniversalsButton.TextColor3 = Color3.new(1, 1, 1)
  212. UniversalsButton.TextSize = 14
  213.  
  214. CreditsFrame.Name = "CreditsFrame"
  215. CreditsFrame.Parent = MainFrame
  216. CreditsFrame.AnchorPoint = Vector2.new(1, 1)
  217. CreditsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  218. CreditsFrame.BackgroundTransparency = 0.5
  219. CreditsFrame.BorderColor3 = Color3.new(1, 1, 1)
  220. CreditsFrame.BorderSizePixel = 0
  221. CreditsFrame.Position = UDim2.new(1, 0, 1, 0)
  222. CreditsFrame.Size = UDim2.new(0, 200, 0, 270)
  223.  
  224. CreditsLabel.Name = "CreditsLabel"
  225. CreditsLabel.Parent = CreditsFrame
  226. CreditsLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  227. CreditsLabel.BorderColor3 = Color3.new(1, 1, 1)
  228. CreditsLabel.Size = UDim2.new(0, 200, 0, 30)
  229. CreditsLabel.Font = Enum.Font.Fantasy
  230. CreditsLabel.Text = "Credits"
  231. CreditsLabel.TextColor3 = Color3.new(1, 1, 1)
  232. CreditsLabel.TextSize = 14
  233.  
  234. SykoTextLabel.Name = "SykoTextLabel"
  235. SykoTextLabel.Parent = CreditsFrame
  236. SykoTextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  237. SykoTextLabel.BackgroundTransparency = 0.89999997615814
  238. SykoTextLabel.BorderColor3 = Color3.new(1, 1, 1)
  239. SykoTextLabel.Position = UDim2.new(0, 0, 0.109999999, 0)
  240. SykoTextLabel.Size = UDim2.new(0, 200, 0, 50)
  241. SykoTextLabel.Font = Enum.Font.Fantasy
  242. SykoTextLabel.Text = "Original Creator - Sykotic_Cataclysm"
  243. SykoTextLabel.TextColor3 = Color3.new(1, 1, 1)
  244. SykoTextLabel.TextSize = 14
  245. SykoTextLabel.TextWrapped = true
  246.  
  247. DiscordTextLabel.Name = "DiscordTextLabel"
  248. DiscordTextLabel.Parent = CreditsFrame
  249. DiscordTextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  250. DiscordTextLabel.BackgroundTransparency = 0.89999997615814
  251. DiscordTextLabel.BorderColor3 = Color3.new(1, 1, 1)
  252. DiscordTextLabel.Position = UDim2.new(0, 0, 0.310000002, 0)
  253. DiscordTextLabel.Size = UDim2.new(0, 200, 0, 50)
  254. DiscordTextLabel.Font = Enum.Font.Fantasy
  255. DiscordTextLabel.Text = "Discord: Syko#2239"
  256. DiscordTextLabel.TextColor3 = Color3.new(1, 1, 1)
  257. DiscordTextLabel.TextSize = 14
  258. DiscordTextLabel.TextWrapped = true
  259.  
  260. CreditsInfoLabel.Name = "CreditsInfoLabel"
  261. CreditsInfoLabel.Parent = CreditsFrame
  262. CreditsInfoLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  263. CreditsInfoLabel.BackgroundTransparency = 0.89999997615814
  264. CreditsInfoLabel.BorderColor3 = Color3.new(1, 1, 1)
  265. CreditsInfoLabel.Position = UDim2.new(0, 0, 0.50999999, 0)
  266. CreditsInfoLabel.Size = UDim2.new(0, 200, 0, 130)
  267. CreditsInfoLabel.Font = Enum.Font.Fantasy
  268. CreditsInfoLabel.Text = "If any issues are encountered whilst using this script, contact me and I will do my best to fix it."
  269. CreditsInfoLabel.TextColor3 = Color3.new(1, 1, 1)
  270. CreditsInfoLabel.TextSize = 14
  271. CreditsInfoLabel.TextWrapped = true
  272.  
  273. UniversalsFrame.Name = "UniversalsFrame"
  274. UniversalsFrame.Parent = MainFrame
  275. UniversalsFrame.AnchorPoint = Vector2.new(1, 1)
  276. UniversalsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  277. UniversalsFrame.BackgroundTransparency = 0.5
  278. UniversalsFrame.BorderColor3 = Color3.new(1, 1, 1)
  279. UniversalsFrame.BorderSizePixel = 0
  280. UniversalsFrame.Position = UDim2.new(1, 0, 1, 0)
  281. UniversalsFrame.Size = UDim2.new(0, 200, 0, 270)
  282. UniversalsFrame.Visible = false
  283.  
  284. UniversalsLabel.Name = "UniversalsLabel"
  285. UniversalsLabel.Parent = UniversalsFrame
  286. UniversalsLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  287. UniversalsLabel.BorderColor3 = Color3.new(1, 1, 1)
  288. UniversalsLabel.Size = UDim2.new(0, 200, 0, 30)
  289. UniversalsLabel.Font = Enum.Font.Fantasy
  290. UniversalsLabel.Text = "Universal Scripts"
  291. UniversalsLabel.TextColor3 = Color3.new(1, 1, 1)
  292. UniversalsLabel.TextSize = 14
  293.  
  294. UniversalsTextLabel.Name = "UniversalsTextLabel"
  295. UniversalsTextLabel.Parent = UniversalsFrame
  296. UniversalsTextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  297. UniversalsTextLabel.BackgroundTransparency = 1
  298. UniversalsTextLabel.BorderColor3 = Color3.new(1, 1, 1)
  299. UniversalsTextLabel.Position = UDim2.new(0, 0, 0.111111112, 0)
  300. UniversalsTextLabel.Size = UDim2.new(0, 200, 0, 50)
  301. UniversalsTextLabel.Font = Enum.Font.Fantasy
  302. UniversalsTextLabel.Text = "Universal Scripts are features which work in any game, not just this one :)"
  303. UniversalsTextLabel.TextColor3 = Color3.new(1, 1, 1)
  304. UniversalsTextLabel.TextSize = 14
  305. UniversalsTextLabel.TextWrapped = true
  306.  
  307. NoClipButton.Name = "NoClipButton"
  308. NoClipButton.Parent = UniversalsFrame
  309. NoClipButton.AnchorPoint = Vector2.new(0.5, 0.5)
  310. NoClipButton.BackgroundColor3 = Color3.new(1, 0, 0)
  311. NoClipButton.BorderColor3 = Color3.new(1, 1, 1)
  312. NoClipButton.Position = UDim2.new(0.25, 0, 0.360000014, 0)
  313. NoClipButton.Size = UDim2.new(0, 90, 0, 30)
  314. NoClipButton.Font = Enum.Font.Fantasy
  315. NoClipButton.Text = "NoClip: Off"
  316. NoClipButton.TextColor3 = Color3.new(1, 1, 1)
  317. NoClipButton.TextSize = 14
  318.  
  319. GodmodeButton.Name = "GodmodeButton"
  320. GodmodeButton.Parent = UniversalsFrame
  321. GodmodeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  322. GodmodeButton.BackgroundColor3 = Color3.new(1, 0, 0)
  323. GodmodeButton.BorderColor3 = Color3.new(1, 1, 1)
  324. GodmodeButton.Position = UDim2.new(0.75, 0, 0.360000014, 0)
  325. GodmodeButton.Size = UDim2.new(0, 90, 0, 30)
  326. GodmodeButton.Font = Enum.Font.Fantasy
  327. GodmodeButton.Text = "God Mode"
  328. GodmodeButton.TextColor3 = Color3.new(1, 1, 1)
  329. GodmodeButton.TextSize = 14
  330.  
  331. WalkSpeedButton.Name = "WalkSpeedButton"
  332. WalkSpeedButton.Parent = UniversalsFrame
  333. WalkSpeedButton.AnchorPoint = Vector2.new(0.5, 0.5)
  334. WalkSpeedButton.BackgroundColor3 = Color3.new(1, 0, 0)
  335. WalkSpeedButton.BorderColor3 = Color3.new(1, 1, 1)
  336. WalkSpeedButton.Position = UDim2.new(0.200000003, 0, 0.800000012, 0)
  337. WalkSpeedButton.Size = UDim2.new(0, 70, 0, 30)
  338. WalkSpeedButton.Font = Enum.Font.Fantasy
  339. WalkSpeedButton.Text = "WalkSpeed"
  340. WalkSpeedButton.TextColor3 = Color3.new(1, 1, 1)
  341. WalkSpeedButton.TextSize = 14
  342.  
  343. JumpPowerButton.Name = "JumpPowerButton"
  344. JumpPowerButton.Parent = UniversalsFrame
  345. JumpPowerButton.AnchorPoint = Vector2.new(0.5, 0.5)
  346. JumpPowerButton.BackgroundColor3 = Color3.new(1, 0, 0)
  347. JumpPowerButton.BorderColor3 = Color3.new(1, 1, 1)
  348. JumpPowerButton.Position = UDim2.new(0.800000012, 0, 0.800000012, 0)
  349. JumpPowerButton.Size = UDim2.new(0, 70, 0, 30)
  350. JumpPowerButton.Font = Enum.Font.Fantasy
  351. JumpPowerButton.Text = "JumpPower"
  352. JumpPowerButton.TextColor3 = Color3.new(1, 1, 1)
  353. JumpPowerButton.TextSize = 14
  354.  
  355. NameBox.Name = "NameBox"
  356. NameBox.Parent = UniversalsFrame
  357. NameBox.AnchorPoint = Vector2.new(0.5, 0.5)
  358. NameBox.BackgroundColor3 = Color3.new(1, 0, 0)
  359. NameBox.BorderColor3 = Color3.new(1, 1, 1)
  360. NameBox.Position = UDim2.new(0.699999988, 0, 0.649999976, 0)
  361. NameBox.Size = UDim2.new(0, 100, 0, 30)
  362. NameBox.Font = Enum.Font.Fantasy
  363. NameBox.Text = "Name Here"
  364. NameBox.TextColor3 = Color3.new(1, 1, 1)
  365. NameBox.TextSize = 14
  366. NameBox.TextWrapped = true
  367.  
  368. AmountBox.Name = "AmountBox"
  369. AmountBox.Parent = UniversalsFrame
  370. AmountBox.AnchorPoint = Vector2.new(0.5, 0.5)
  371. AmountBox.BackgroundColor3 = Color3.new(1, 0, 0)
  372. AmountBox.BorderColor3 = Color3.new(1, 1, 1)
  373. AmountBox.Position = UDim2.new(0.5, 0, 0.800000012, 0)
  374. AmountBox.Size = UDim2.new(0, 40, 0, 30)
  375. AmountBox.Font = Enum.Font.Fantasy
  376. AmountBox.Text = "No. Here"
  377. AmountBox.TextColor3 = Color3.new(1, 1, 1)
  378. AmountBox.TextSize = 14
  379. AmountBox.TextWrapped = true
  380.  
  381. PlayerTPButton.Name = "PlayerTPButton"
  382. PlayerTPButton.Parent = UniversalsFrame
  383. PlayerTPButton.AnchorPoint = Vector2.new(0.5, 0.5)
  384. PlayerTPButton.BackgroundColor3 = Color3.new(1, 0, 0)
  385. PlayerTPButton.BorderColor3 = Color3.new(1, 1, 1)
  386. PlayerTPButton.Position = UDim2.new(0.25, 0, 0.649999976, 0)
  387. PlayerTPButton.Size = UDim2.new(0, 80, 0, 30)
  388. PlayerTPButton.Font = Enum.Font.Fantasy
  389. PlayerTPButton.Text = "TP To Player"
  390. PlayerTPButton.TextColor3 = Color3.new(1, 1, 1)
  391. PlayerTPButton.TextSize = 14
  392.  
  393. ClickTPButton.Name = "ClickTPButton"
  394. ClickTPButton.Parent = UniversalsFrame
  395. ClickTPButton.AnchorPoint = Vector2.new(0.5, 0.5)
  396. ClickTPButton.BackgroundColor3 = Color3.new(1, 0, 0)
  397. ClickTPButton.BorderColor3 = Color3.new(1, 1, 1)
  398. ClickTPButton.Position = UDim2.new(0.25, 0, 0.5, 0)
  399. ClickTPButton.Size = UDim2.new(0, 90, 0, 30)
  400. ClickTPButton.Font = Enum.Font.Fantasy
  401. ClickTPButton.Text = "Ctrl+Click TP"
  402. ClickTPButton.TextColor3 = Color3.new(1, 1, 1)
  403. ClickTPButton.TextSize = 14
  404. ClickTPButton.TextWrapped = true
  405.  
  406. TPToolButton.Name = "TPToolButton"
  407. TPToolButton.Parent = UniversalsFrame
  408. TPToolButton.AnchorPoint = Vector2.new(0.5, 0.5)
  409. TPToolButton.BackgroundColor3 = Color3.new(1, 0, 0)
  410. TPToolButton.BorderColor3 = Color3.new(1, 1, 1)
  411. TPToolButton.Position = UDim2.new(0.75, 0, 0.5, 0)
  412. TPToolButton.Size = UDim2.new(0, 90, 0, 30)
  413. TPToolButton.Font = Enum.Font.Fantasy
  414. TPToolButton.Text = "TP Tool"
  415. TPToolButton.TextColor3 = Color3.new(1, 1, 1)
  416. TPToolButton.TextSize = 14
  417.  
  418. ToggleKeyBox.Name = "ToggleKeyBox"
  419. ToggleKeyBox.Parent = UniversalsFrame
  420. ToggleKeyBox.AnchorPoint = Vector2.new(0.5, 0.5)
  421. ToggleKeyBox.BackgroundColor3 = Color3.new(1, 0, 0)
  422. ToggleKeyBox.BorderColor3 = Color3.new(1, 1, 1)
  423. ToggleKeyBox.Position = UDim2.new(0.800000012, 0, 0.930000007, 0)
  424. ToggleKeyBox.Size = UDim2.new(0, 30, 0, 30)
  425. ToggleKeyBox.Font = Enum.Font.Fantasy
  426. ToggleKeyBox.Text = "q"
  427. ToggleKeyBox.TextColor3 = Color3.new(1, 1, 1)
  428. ToggleKeyBox.TextSize = 14
  429. ToggleKeyBox.TextWrapped = true
  430.  
  431. ToggleKeyButton.Name = "ToggleKeyButton"
  432. ToggleKeyButton.Parent = UniversalsFrame
  433. ToggleKeyButton.AnchorPoint = Vector2.new(0.5, 0.5)
  434. ToggleKeyButton.BackgroundColor3 = Color3.new(1, 0, 0)
  435. ToggleKeyButton.BorderColor3 = Color3.new(1, 1, 1)
  436. ToggleKeyButton.Position = UDim2.new(0.400000006, 0, 0.930000007, 0)
  437. ToggleKeyButton.Size = UDim2.new(0, 120, 0, 30)
  438. ToggleKeyButton.Font = Enum.Font.Fantasy
  439. ToggleKeyButton.Text = "Change Fly Key"
  440. ToggleKeyButton.TextColor3 = Color3.new(1, 1, 1)
  441. ToggleKeyButton.TextSize = 14
  442.  
  443. WaypointsFrame.Name = "WaypointsFrame"
  444. WaypointsFrame.Parent = MainFrame
  445. WaypointsFrame.AnchorPoint = Vector2.new(1, 1)
  446. WaypointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  447. WaypointsFrame.BackgroundTransparency = 0.5
  448. WaypointsFrame.BorderColor3 = Color3.new(1, 1, 1)
  449. WaypointsFrame.BorderSizePixel = 0
  450. WaypointsFrame.Position = UDim2.new(1, 0, 1, 0)
  451. WaypointsFrame.Size = UDim2.new(0, 200, 0, 270)
  452. WaypointsFrame.Visible = false
  453.  
  454. WaypointsLabel.Name = "WaypointsLabel"
  455. WaypointsLabel.Parent = WaypointsFrame
  456. WaypointsLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  457. WaypointsLabel.BorderColor3 = Color3.new(1, 1, 1)
  458. WaypointsLabel.Size = UDim2.new(0, 200, 0, 30)
  459. WaypointsLabel.Font = Enum.Font.Fantasy
  460. WaypointsLabel.Text = "Waypoints"
  461. WaypointsLabel.TextColor3 = Color3.new(1, 1, 1)
  462. WaypointsLabel.TextSize = 14
  463.  
  464. VolcanoButton.Name = "VolcanoButton"
  465. VolcanoButton.Parent = WaypointsFrame
  466. VolcanoButton.AnchorPoint = Vector2.new(0.5, 0.5)
  467. VolcanoButton.BackgroundColor3 = Color3.new(1, 0, 0)
  468. VolcanoButton.BorderColor3 = Color3.new(1, 1, 1)
  469. VolcanoButton.Position = UDim2.new(0.25, 0, 0.17037037, 0)
  470. VolcanoButton.Size = UDim2.new(0, 90, 0, 20)
  471. VolcanoButton.Font = Enum.Font.Fantasy
  472. VolcanoButton.Text = "Volcano"
  473. VolcanoButton.TextColor3 = Color3.new(1, 1, 1)
  474. VolcanoButton.TextSize = 14
  475.  
  476. SpawnButton.Name = "SpawnButton"
  477. SpawnButton.Parent = WaypointsFrame
  478. SpawnButton.AnchorPoint = Vector2.new(0.5, 0.5)
  479. SpawnButton.BackgroundColor3 = Color3.new(1, 0, 0)
  480. SpawnButton.BorderColor3 = Color3.new(1, 1, 1)
  481. SpawnButton.Position = UDim2.new(0.75, 0, 0.17037037, 0)
  482. SpawnButton.Size = UDim2.new(0, 90, 0, 20)
  483. SpawnButton.Font = Enum.Font.Fantasy
  484. SpawnButton.Text = "Spawn"
  485. SpawnButton.TextColor3 = Color3.new(1, 1, 1)
  486. SpawnButton.TextSize = 14
  487.  
  488. IceButton.Name = "IceButton"
  489. IceButton.Parent = WaypointsFrame
  490. IceButton.AnchorPoint = Vector2.new(0.5, 0.5)
  491. IceButton.BackgroundColor3 = Color3.new(1, 0, 0)
  492. IceButton.BorderColor3 = Color3.new(1, 1, 1)
  493. IceButton.Position = UDim2.new(0.25, 0, 0.270370394, 0)
  494. IceButton.Size = UDim2.new(0, 90, 0, 20)
  495. IceButton.Font = Enum.Font.Fantasy
  496. IceButton.Text = "Ice Mountain"
  497. IceButton.TextColor3 = Color3.new(1, 1, 1)
  498. IceButton.TextSize = 14
  499.  
  500. WoodRUsButton.Name = "WoodRUsButton"
  501. WoodRUsButton.Parent = WaypointsFrame
  502. WoodRUsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  503. WoodRUsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  504. WoodRUsButton.BorderColor3 = Color3.new(1, 1, 1)
  505. WoodRUsButton.Position = UDim2.new(0.75, 0, 0.270370394, 0)
  506. WoodRUsButton.Size = UDim2.new(0, 90, 0, 20)
  507. WoodRUsButton.Font = Enum.Font.Fantasy
  508. WoodRUsButton.Text = "Wood R Us"
  509. WoodRUsButton.TextColor3 = Color3.new(1, 1, 1)
  510. WoodRUsButton.TextSize = 14
  511.  
  512. YellowButton.Name = "YellowButton"
  513. YellowButton.Parent = WaypointsFrame
  514. YellowButton.AnchorPoint = Vector2.new(0.5, 0.5)
  515. YellowButton.BackgroundColor3 = Color3.new(1, 0, 0)
  516. YellowButton.BorderColor3 = Color3.new(1, 1, 1)
  517. YellowButton.Position = UDim2.new(0.25, 0, 0.370370388, 0)
  518. YellowButton.Size = UDim2.new(0, 90, 0, 20)
  519. YellowButton.Font = Enum.Font.Fantasy
  520. YellowButton.Text = "River Tunnel"
  521. YellowButton.TextColor3 = Color3.new(1, 1, 1)
  522. YellowButton.TextSize = 14
  523.  
  524. LandStoreButton.Name = "LandStoreButton"
  525. LandStoreButton.Parent = WaypointsFrame
  526. LandStoreButton.AnchorPoint = Vector2.new(0.5, 0.5)
  527. LandStoreButton.BackgroundColor3 = Color3.new(1, 0, 0)
  528. LandStoreButton.BorderColor3 = Color3.new(1, 1, 1)
  529. LandStoreButton.Position = UDim2.new(0.75, 0, 0.370370388, 0)
  530. LandStoreButton.Size = UDim2.new(0, 90, 0, 20)
  531. LandStoreButton.Font = Enum.Font.Fantasy
  532. LandStoreButton.Text = "Land Store"
  533. LandStoreButton.TextColor3 = Color3.new(1, 1, 1)
  534. LandStoreButton.TextSize = 14
  535.  
  536. EndTimesButton.Name = "EndTimesButton"
  537. EndTimesButton.Parent = WaypointsFrame
  538. EndTimesButton.AnchorPoint = Vector2.new(0.5, 0.5)
  539. EndTimesButton.BackgroundColor3 = Color3.new(1, 0, 0)
  540. EndTimesButton.BorderColor3 = Color3.new(1, 1, 1)
  541. EndTimesButton.Position = UDim2.new(0.25, 0, 0.470370382, 0)
  542. EndTimesButton.Size = UDim2.new(0, 90, 0, 20)
  543. EndTimesButton.Font = Enum.Font.Fantasy
  544. EndTimesButton.Text = "End Biome"
  545. EndTimesButton.TextColor3 = Color3.new(1, 1, 1)
  546. EndTimesButton.TextSize = 14
  547.  
  548. FurnishingsButton.Name = "FurnishingsButton"
  549. FurnishingsButton.Parent = WaypointsFrame
  550. FurnishingsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  551. FurnishingsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  552. FurnishingsButton.BorderColor3 = Color3.new(1, 1, 1)
  553. FurnishingsButton.Position = UDim2.new(0.75, 0, 0.470370382, 0)
  554. FurnishingsButton.Size = UDim2.new(0, 90, 0, 20)
  555. FurnishingsButton.Font = Enum.Font.Fantasy
  556. FurnishingsButton.Text = "Furnishings"
  557. FurnishingsButton.TextColor3 = Color3.new(1, 1, 1)
  558. FurnishingsButton.TextSize = 14
  559.  
  560. SwampButton.Name = "SwampButton"
  561. SwampButton.Parent = WaypointsFrame
  562. SwampButton.AnchorPoint = Vector2.new(0.5, 0.5)
  563. SwampButton.BackgroundColor3 = Color3.new(1, 0, 0)
  564. SwampButton.BorderColor3 = Color3.new(1, 1, 1)
  565. SwampButton.Position = UDim2.new(0.25, 0, 0.570370376, 0)
  566. SwampButton.Size = UDim2.new(0, 90, 0, 20)
  567. SwampButton.Font = Enum.Font.Fantasy
  568. SwampButton.Text = "Swamp"
  569. SwampButton.TextColor3 = Color3.new(1, 1, 1)
  570. SwampButton.TextSize = 14
  571.  
  572. LinkLogicButton.Name = "LinkLogicButton"
  573. LinkLogicButton.Parent = WaypointsFrame
  574. LinkLogicButton.AnchorPoint = Vector2.new(0.5, 0.5)
  575. LinkLogicButton.BackgroundColor3 = Color3.new(1, 0, 0)
  576. LinkLogicButton.BorderColor3 = Color3.new(1, 1, 1)
  577. LinkLogicButton.Position = UDim2.new(0.75, 0, 0.67037034, 0)
  578. LinkLogicButton.Size = UDim2.new(0, 90, 0, 20)
  579. LinkLogicButton.Font = Enum.Font.Fantasy
  580. LinkLogicButton.Text = "Link's Logic"
  581. LinkLogicButton.TextColor3 = Color3.new(1, 1, 1)
  582. LinkLogicButton.TextSize = 14
  583.  
  584. BlueButton.Name = "BlueButton"
  585. BlueButton.Parent = WaypointsFrame
  586. BlueButton.AnchorPoint = Vector2.new(0.5, 0.5)
  587. BlueButton.BackgroundColor3 = Color3.new(1, 0, 0)
  588. BlueButton.BorderColor3 = Color3.new(1, 1, 1)
  589. BlueButton.Position = UDim2.new(0.25, 0, 0.67037034, 0)
  590. BlueButton.Size = UDim2.new(0, 90, 0, 20)
  591. BlueButton.Font = Enum.Font.Fantasy
  592. BlueButton.Text = "Cave"
  593. BlueButton.TextColor3 = Color3.new(1, 1, 1)
  594. BlueButton.TextSize = 14
  595.  
  596. BoxedCarsButton.Name = "BoxedCarsButton"
  597. BoxedCarsButton.Parent = WaypointsFrame
  598. BoxedCarsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  599. BoxedCarsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  600. BoxedCarsButton.BorderColor3 = Color3.new(1, 1, 1)
  601. BoxedCarsButton.Position = UDim2.new(0.75, 0, 0.570370376, 0)
  602. BoxedCarsButton.Size = UDim2.new(0, 90, 0, 20)
  603. BoxedCarsButton.Font = Enum.Font.Fantasy
  604. BoxedCarsButton.Text = "Boxed Cars"
  605. BoxedCarsButton.TextColor3 = Color3.new(1, 1, 1)
  606. BoxedCarsButton.TextSize = 14
  607.  
  608. BobShackButton.Name = "BobShackButton"
  609. BobShackButton.Parent = WaypointsFrame
  610. BobShackButton.AnchorPoint = Vector2.new(0.5, 0.5)
  611. BobShackButton.BackgroundColor3 = Color3.new(1, 0, 0)
  612. BobShackButton.BorderColor3 = Color3.new(1, 1, 1)
  613. BobShackButton.Position = UDim2.new(0.75, 0, 0.770370364, 0)
  614. BobShackButton.Size = UDim2.new(0, 90, 0, 20)
  615. BobShackButton.Font = Enum.Font.Fantasy
  616. BobShackButton.Text = "Bob's Shack"
  617. BobShackButton.TextColor3 = Color3.new(1, 1, 1)
  618. BobShackButton.TextSize = 14
  619.  
  620. FineArtsButton.Name = "FineArtsButton"
  621. FineArtsButton.Parent = WaypointsFrame
  622. FineArtsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  623. FineArtsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  624. FineArtsButton.BorderColor3 = Color3.new(1, 1, 1)
  625. FineArtsButton.Position = UDim2.new(0.75, 0, 0.870370328, 0)
  626. FineArtsButton.Size = UDim2.new(0, 90, 0, 20)
  627. FineArtsButton.Font = Enum.Font.Fantasy
  628. FineArtsButton.Text = "Fine Arts Store"
  629. FineArtsButton.TextColor3 = Color3.new(1, 1, 1)
  630. FineArtsButton.TextSize = 14
  631.  
  632. PalmButton.Name = "PalmButton"
  633. PalmButton.Parent = WaypointsFrame
  634. PalmButton.AnchorPoint = Vector2.new(0.5, 0.5)
  635. PalmButton.BackgroundColor3 = Color3.new(1, 0, 0)
  636. PalmButton.BorderColor3 = Color3.new(1, 1, 1)
  637. PalmButton.Position = UDim2.new(0.25, 0, 0.770370364, 0)
  638. PalmButton.Size = UDim2.new(0, 90, 0, 20)
  639. PalmButton.Font = Enum.Font.Fantasy
  640. PalmButton.Text = "Palm Island"
  641. PalmButton.TextColor3 = Color3.new(1, 1, 1)
  642. PalmButton.TextSize = 14
  643.  
  644. SpookButton.Name = "SpookButton"
  645. SpookButton.Parent = WaypointsFrame
  646. SpookButton.AnchorPoint = Vector2.new(0.5, 0.5)
  647. SpookButton.BackgroundColor3 = Color3.new(1, 0, 0)
  648. SpookButton.BorderColor3 = Color3.new(1, 1, 1)
  649. SpookButton.Position = UDim2.new(0.25, 0, 0.870370328, 0)
  650. SpookButton.Size = UDim2.new(0, 90, 0, 20)
  651. SpookButton.Font = Enum.Font.Fantasy
  652. SpookButton.Text = "Spook / Sin *"
  653. SpookButton.TextColor3 = Color3.new(1, 1, 1)
  654. SpookButton.TextSize = 14
  655.  
  656. SpookTextLabel.Name = "SpookTextLabel"
  657. SpookTextLabel.Parent = WaypointsFrame
  658. SpookTextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  659. SpookTextLabel.BackgroundTransparency = 1
  660. SpookTextLabel.BorderColor3 = Color3.new(1, 1, 1)
  661. SpookTextLabel.Position = UDim2.new(0, 0, 0.92592591, 0)
  662. SpookTextLabel.Size = UDim2.new(0, 200, 0, 20)
  663. SpookTextLabel.Font = Enum.Font.Fantasy
  664. SpookTextLabel.Text = "* Only works if it is in the map"
  665. SpookTextLabel.TextColor3 = Color3.new(1, 1, 1)
  666. SpookTextLabel.TextSize = 14
  667. SpookTextLabel.TextWrapped = true
  668.  
  669. WaypointsButton.Name = "WaypointsButton"
  670. WaypointsButton.Parent = MainFrame
  671. WaypointsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  672. WaypointsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  673. WaypointsButton.BorderColor3 = Color3.new(1, 1, 1)
  674. WaypointsButton.Position = UDim2.new(0.159999996, 0, 0.25, 0)
  675. WaypointsButton.Size = UDim2.new(0, 80, 0, 30)
  676. WaypointsButton.Font = Enum.Font.Fantasy
  677. WaypointsButton.Text = "Waypoints"
  678. WaypointsButton.TextColor3 = Color3.new(1, 1, 1)
  679. WaypointsButton.TextSize = 14
  680.  
  681. Waypoints2Button.Name = "Waypoints2Button"
  682. Waypoints2Button.Parent = MainFrame
  683. Waypoints2Button.AnchorPoint = Vector2.new(0.5, 0.5)
  684. Waypoints2Button.BackgroundColor3 = Color3.new(1, 0, 0)
  685. Waypoints2Button.BorderColor3 = Color3.new(1, 1, 1)
  686. Waypoints2Button.Position = UDim2.new(0.159999996, 0, 0.370000005, 0)
  687. Waypoints2Button.Size = UDim2.new(0, 80, 0, 30)
  688. Waypoints2Button.Font = Enum.Font.Fantasy
  689. Waypoints2Button.Text = "Waypoints 2"
  690. Waypoints2Button.TextColor3 = Color3.new(1, 1, 1)
  691. Waypoints2Button.TextSize = 14
  692.  
  693. DupingButton.Name = "DupingButton"
  694. DupingButton.Parent = MainFrame
  695. DupingButton.AnchorPoint = Vector2.new(0.5, 0.5)
  696. DupingButton.BackgroundColor3 = Color3.new(1, 0, 0)
  697. DupingButton.BorderColor3 = Color3.new(1, 1, 1)
  698. DupingButton.Position = UDim2.new(0.159999996, 0, 0.49000001, 0)
  699. DupingButton.Size = UDim2.new(0, 80, 0, 30)
  700. DupingButton.Font = Enum.Font.Fantasy
  701. DupingButton.Text = "Duplication"
  702. DupingButton.TextColor3 = Color3.new(1, 1, 1)
  703. DupingButton.TextSize = 14
  704.  
  705. FeaturesButton.Name = "FeaturesButton"
  706. FeaturesButton.Parent = MainFrame
  707. FeaturesButton.AnchorPoint = Vector2.new(0.5, 0.5)
  708. FeaturesButton.BackgroundColor3 = Color3.new(1, 0, 0)
  709. FeaturesButton.BorderColor3 = Color3.new(1, 1, 1)
  710. FeaturesButton.Position = UDim2.new(0.159999996, 0, 0.610000014, 0)
  711. FeaturesButton.Size = UDim2.new(0, 80, 0, 30)
  712. FeaturesButton.Font = Enum.Font.Fantasy
  713. FeaturesButton.Text = "Features"
  714. FeaturesButton.TextColor3 = Color3.new(1, 1, 1)
  715. FeaturesButton.TextSize = 14
  716.  
  717. MinimizeButton.Name = "MinimizeButton"
  718. MinimizeButton.Parent = MainFrame
  719. MinimizeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  720. MinimizeButton.BackgroundColor3 = Color3.new(1, 0, 0)
  721. MinimizeButton.BorderColor3 = Color3.new(1, 1, 1)
  722. MinimizeButton.Position = UDim2.new(0.950000048, 0, 0.049999997, 0)
  723. MinimizeButton.Size = UDim2.new(0, 30, 0, 30)
  724. MinimizeButton.ZIndex = 2
  725. MinimizeButton.Font = Enum.Font.Fantasy
  726. MinimizeButton.Text = "-"
  727. MinimizeButton.TextColor3 = Color3.new(1, 1, 1)
  728. MinimizeButton.TextSize = 30
  729.  
  730. Waypoints2Frame.Name = "Waypoints2Frame"
  731. Waypoints2Frame.Parent = MainFrame
  732. Waypoints2Frame.AnchorPoint = Vector2.new(1, 1)
  733. Waypoints2Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  734. Waypoints2Frame.BackgroundTransparency = 0.5
  735. Waypoints2Frame.BorderColor3 = Color3.new(1, 1, 1)
  736. Waypoints2Frame.BorderSizePixel = 0
  737. Waypoints2Frame.Position = UDim2.new(1, 0, 1, 0)
  738. Waypoints2Frame.Selectable = true
  739. Waypoints2Frame.Size = UDim2.new(0, 200, 0, 270)
  740. Waypoints2Frame.Visible = false
  741.  
  742. Waypoints2Label.Name = "Waypoints2Label"
  743. Waypoints2Label.Parent = Waypoints2Frame
  744. Waypoints2Label.BackgroundColor3 = Color3.new(1, 0, 0)
  745. Waypoints2Label.BorderColor3 = Color3.new(1, 1, 1)
  746. Waypoints2Label.Size = UDim2.new(0, 200, 0, 30)
  747. Waypoints2Label.Font = Enum.Font.Fantasy
  748. Waypoints2Label.Text = "Waypoints 2"
  749. Waypoints2Label.TextColor3 = Color3.new(1, 1, 1)
  750. Waypoints2Label.TextSize = 14
  751.  
  752. StrangeManButton.Name = "StrangeManButton"
  753. StrangeManButton.Parent = Waypoints2Frame
  754. StrangeManButton.AnchorPoint = Vector2.new(0.5, 0.5)
  755. StrangeManButton.BackgroundColor3 = Color3.new(1, 0, 0)
  756. StrangeManButton.BorderColor3 = Color3.new(1, 1, 1)
  757. StrangeManButton.Position = UDim2.new(0.5, 0, 0.200000003, 0)
  758. StrangeManButton.Size = UDim2.new(0, 180, 0, 20)
  759. StrangeManButton.Font = Enum.Font.Fantasy
  760. StrangeManButton.Text = "Strange Man"
  761. StrangeManButton.TextColor3 = Color3.new(1, 1, 1)
  762. StrangeManButton.TextSize = 14
  763.  
  764. BridgeButton.Name = "BridgeButton"
  765. BridgeButton.Parent = Waypoints2Frame
  766. BridgeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  767. BridgeButton.BackgroundColor3 = Color3.new(1, 0, 0)
  768. BridgeButton.BorderColor3 = Color3.new(1, 1, 1)
  769. BridgeButton.Position = UDim2.new(0.5, 0, 0.300000012, 0)
  770. BridgeButton.Size = UDim2.new(0, 180, 0, 20)
  771. BridgeButton.Font = Enum.Font.Fantasy
  772. BridgeButton.Text = "Bridge"
  773. BridgeButton.TextColor3 = Color3.new(1, 1, 1)
  774. BridgeButton.TextSize = 14
  775.  
  776. MainDockButton.Name = "MainDockButton"
  777. MainDockButton.Parent = Waypoints2Frame
  778. MainDockButton.AnchorPoint = Vector2.new(0.5, 0.5)
  779. MainDockButton.BackgroundColor3 = Color3.new(1, 0, 0)
  780. MainDockButton.BorderColor3 = Color3.new(1, 1, 1)
  781. MainDockButton.Position = UDim2.new(0.5, 0, 0.400000006, 0)
  782. MainDockButton.Size = UDim2.new(0, 180, 0, 20)
  783. MainDockButton.Font = Enum.Font.Fantasy
  784. MainDockButton.Text = "Main Dock"
  785. MainDockButton.TextColor3 = Color3.new(1, 1, 1)
  786. MainDockButton.TextSize = 14
  787.  
  788. TheDenButton.Name = "TheDenButton"
  789. TheDenButton.Parent = Waypoints2Frame
  790. TheDenButton.AnchorPoint = Vector2.new(0.5, 0.5)
  791. TheDenButton.BackgroundColor3 = Color3.new(1, 0, 0)
  792. TheDenButton.BorderColor3 = Color3.new(1, 1, 1)
  793. TheDenButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  794. TheDenButton.Size = UDim2.new(0, 180, 0, 20)
  795. TheDenButton.Font = Enum.Font.Fantasy
  796. TheDenButton.Text = "The Den"
  797. TheDenButton.TextColor3 = Color3.new(1, 1, 1)
  798. TheDenButton.TextSize = 14
  799.  
  800. ShrineOfSightButton.Name = "ShrineOfSightButton"
  801. ShrineOfSightButton.Parent = Waypoints2Frame
  802. ShrineOfSightButton.AnchorPoint = Vector2.new(0.5, 0.5)
  803. ShrineOfSightButton.BackgroundColor3 = Color3.new(1, 0, 0)
  804. ShrineOfSightButton.BorderColor3 = Color3.new(1, 1, 1)
  805. ShrineOfSightButton.Position = UDim2.new(0.5, 0, 0.600000024, 0)
  806. ShrineOfSightButton.Size = UDim2.new(0, 180, 0, 20)
  807. ShrineOfSightButton.Font = Enum.Font.Fantasy
  808. ShrineOfSightButton.Text = "Shrine of Sight"
  809. ShrineOfSightButton.TextColor3 = Color3.new(1, 1, 1)
  810. ShrineOfSightButton.TextSize = 14
  811.  
  812. GreenBoxButton.Name = "GreenBoxButton"
  813. GreenBoxButton.Parent = Waypoints2Frame
  814. GreenBoxButton.AnchorPoint = Vector2.new(0.5, 0.5)
  815. GreenBoxButton.BackgroundColor3 = Color3.new(1, 0, 0)
  816. GreenBoxButton.BorderColor3 = Color3.new(1, 1, 1)
  817. GreenBoxButton.Position = UDim2.new(0.5, 0, 0.699999988, 0)
  818. GreenBoxButton.Size = UDim2.new(0, 180, 0, 20)
  819. GreenBoxButton.Font = Enum.Font.Fantasy
  820. GreenBoxButton.Text = "Green Box"
  821. GreenBoxButton.TextColor3 = Color3.new(1, 1, 1)
  822. GreenBoxButton.TextSize = 14
  823.  
  824. SkiLodgeButton.Name = "SkiLodgeButton"
  825. SkiLodgeButton.Parent = Waypoints2Frame
  826. SkiLodgeButton.AnchorPoint = Vector2.new(0.5, 0.5)
  827. SkiLodgeButton.BackgroundColor3 = Color3.new(1, 0, 0)
  828. SkiLodgeButton.BorderColor3 = Color3.new(1, 1, 1)
  829. SkiLodgeButton.Position = UDim2.new(0.5, 0, 0.800000012, 0)
  830. SkiLodgeButton.Size = UDim2.new(0, 180, 0, 20)
  831. SkiLodgeButton.Font = Enum.Font.Fantasy
  832. SkiLodgeButton.Text = "Ski Lodge"
  833. SkiLodgeButton.TextColor3 = Color3.new(1, 1, 1)
  834. SkiLodgeButton.TextSize = 14
  835.  
  836. LighthouseButton.Name = "LighthouseButton"
  837. LighthouseButton.Parent = Waypoints2Frame
  838. LighthouseButton.AnchorPoint = Vector2.new(0.5, 0.5)
  839. LighthouseButton.BackgroundColor3 = Color3.new(1, 0, 0)
  840. LighthouseButton.BorderColor3 = Color3.new(1, 1, 1)
  841. LighthouseButton.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  842. LighthouseButton.Size = UDim2.new(0, 180, 0, 20)
  843. LighthouseButton.Font = Enum.Font.Fantasy
  844. LighthouseButton.Text = "Lighthouse"
  845. LighthouseButton.TextColor3 = Color3.new(1, 1, 1)
  846. LighthouseButton.TextSize = 14
  847.  
  848. FeaturesFrame.Name = "FeaturesFrame"
  849. FeaturesFrame.Parent = MainFrame
  850. FeaturesFrame.AnchorPoint = Vector2.new(1, 1)
  851. FeaturesFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  852. FeaturesFrame.BackgroundTransparency = 0.5
  853. FeaturesFrame.BorderColor3 = Color3.new(1, 1, 1)
  854. FeaturesFrame.BorderSizePixel = 0
  855. FeaturesFrame.Position = UDim2.new(1, 0, 1, 0)
  856. FeaturesFrame.Size = UDim2.new(0, 200, 0, 270)
  857. FeaturesFrame.Visible = false
  858.  
  859. FeaturesText.Name = "FeaturesText"
  860. FeaturesText.Parent = FeaturesFrame
  861. FeaturesText.BackgroundColor3 = Color3.new(1, 0, 0)
  862. FeaturesText.BorderColor3 = Color3.new(1, 1, 1)
  863. FeaturesText.Size = UDim2.new(0, 200, 0, 30)
  864. FeaturesText.Font = Enum.Font.Fantasy
  865. FeaturesText.Text = "Features / Tools"
  866. FeaturesText.TextColor3 = Color3.new(1, 1, 1)
  867. FeaturesText.TextSize = 14
  868.  
  869. PinkWireButton.Name = "PinkWireButton"
  870. PinkWireButton.Parent = FeaturesFrame
  871. PinkWireButton.AnchorPoint = Vector2.new(0.5, 0.5)
  872. PinkWireButton.BackgroundColor3 = Color3.new(1, 0, 0)
  873. PinkWireButton.BorderColor3 = Color3.new(1, 1, 1)
  874. PinkWireButton.Position = UDim2.new(0.25, 0, 0.649999976, 0)
  875. PinkWireButton.Size = UDim2.new(0, 80, 0, 30)
  876. PinkWireButton.Font = Enum.Font.Fantasy
  877. PinkWireButton.Text = "Pink Wires"
  878. PinkWireButton.TextColor3 = Color3.new(1, 1, 1)
  879. PinkWireButton.TextSize = 14
  880.  
  881. LeakedItemsButton.Name = "LeakedItemsButton"
  882. LeakedItemsButton.Parent = FeaturesFrame
  883. LeakedItemsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  884. LeakedItemsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  885. LeakedItemsButton.BorderColor3 = Color3.new(1, 1, 1)
  886. LeakedItemsButton.Position = UDim2.new(0.75, 0, 0.200000003, 0)
  887. LeakedItemsButton.Size = UDim2.new(0, 80, 0, 30)
  888. LeakedItemsButton.Font = Enum.Font.Fantasy
  889. LeakedItemsButton.Text = "Leak Items"
  890. LeakedItemsButton.TextColor3 = Color3.new(1, 1, 1)
  891. LeakedItemsButton.TextSize = 14
  892. LeakedItemsButton.TextWrapped = true
  893.  
  894. WaterCollideButton.Name = "WaterCollideButton"
  895. WaterCollideButton.Parent = FeaturesFrame
  896. WaterCollideButton.AnchorPoint = Vector2.new(0.5, 0.5)
  897. WaterCollideButton.BackgroundColor3 = Color3.new(1, 0, 0)
  898. WaterCollideButton.BorderColor3 = Color3.new(1, 1, 1)
  899. WaterCollideButton.Position = UDim2.new(0.5, 0, 0.349999994, 0)
  900. WaterCollideButton.Size = UDim2.new(0, 160, 0, 30)
  901. WaterCollideButton.Font = Enum.Font.Fantasy
  902. WaterCollideButton.Text = "Water Walk: No"
  903. WaterCollideButton.TextColor3 = Color3.new(1, 1, 1)
  904. WaterCollideButton.TextSize = 14
  905.  
  906. BtoolsLabel.Name = "BtoolsLabel"
  907. BtoolsLabel.Parent = FeaturesFrame
  908. BtoolsLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  909. BtoolsLabel.BackgroundTransparency = 1
  910. BtoolsLabel.BorderColor3 = Color3.new(1, 1, 1)
  911. BtoolsLabel.Position = UDim2.new(0, 0, 0.75999999, 0)
  912. BtoolsLabel.Size = UDim2.new(0, 200, 0, 25)
  913. BtoolsLabel.Font = Enum.Font.Fantasy
  914. BtoolsLabel.Text = "-- BTools --"
  915. BtoolsLabel.TextColor3 = Color3.new(1, 1, 1)
  916. BtoolsLabel.TextSize = 14
  917. BtoolsLabel.TextWrapped = true
  918.  
  919. MoveButton.Name = "MoveButton"
  920. MoveButton.Parent = FeaturesFrame
  921. MoveButton.AnchorPoint = Vector2.new(0.5, 0.5)
  922. MoveButton.BackgroundColor3 = Color3.new(1, 0, 0)
  923. MoveButton.BorderColor3 = Color3.new(1, 1, 1)
  924. MoveButton.Position = UDim2.new(0.200000003, 0, 0.899999976, 0)
  925. MoveButton.Size = UDim2.new(0, 60, 0, 30)
  926. MoveButton.Font = Enum.Font.Fantasy
  927. MoveButton.Text = "Move"
  928. MoveButton.TextColor3 = Color3.new(1, 1, 1)
  929. MoveButton.TextSize = 14
  930.  
  931. CopyButton.Name = "CopyButton"
  932. CopyButton.Parent = FeaturesFrame
  933. CopyButton.AnchorPoint = Vector2.new(0.5, 0.5)
  934. CopyButton.BackgroundColor3 = Color3.new(1, 0, 0)
  935. CopyButton.BorderColor3 = Color3.new(1, 1, 1)
  936. CopyButton.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  937. CopyButton.Size = UDim2.new(0, 60, 0, 30)
  938. CopyButton.Font = Enum.Font.Fantasy
  939. CopyButton.Text = "Copy"
  940. CopyButton.TextColor3 = Color3.new(1, 1, 1)
  941. CopyButton.TextSize = 14
  942.  
  943. DeleteButton.Name = "DeleteButton"
  944. DeleteButton.Parent = FeaturesFrame
  945. DeleteButton.AnchorPoint = Vector2.new(0.5, 0.5)
  946. DeleteButton.BackgroundColor3 = Color3.new(1, 0, 0)
  947. DeleteButton.BorderColor3 = Color3.new(1, 1, 1)
  948. DeleteButton.Position = UDim2.new(0.800000012, 0, 0.899999976, 0)
  949. DeleteButton.Size = UDim2.new(0, 60, 0, 30)
  950. DeleteButton.Font = Enum.Font.Fantasy
  951. DeleteButton.Text = "Delete"
  952. DeleteButton.TextColor3 = Color3.new(1, 1, 1)
  953. DeleteButton.TextSize = 14
  954.  
  955. GreywoodButton.Name = "GreywoodButton"
  956. GreywoodButton.Parent = FeaturesFrame
  957. GreywoodButton.AnchorPoint = Vector2.new(0.5, 0.5)
  958. GreywoodButton.BackgroundColor3 = Color3.new(1, 0, 0)
  959. GreywoodButton.BorderColor3 = Color3.new(1, 1, 1)
  960. GreywoodButton.Position = UDim2.new(0.5, 0, 0.5, 0)
  961. GreywoodButton.Size = UDim2.new(0, 160, 0, 30)
  962. GreywoodButton.Font = Enum.Font.Fantasy
  963. GreywoodButton.Text = "Turn Blueprints Grey"
  964. GreywoodButton.TextColor3 = Color3.new(1, 1, 1)
  965. GreywoodButton.TextSize = 14
  966.  
  967. GodHatchetButton.Name = "GodHatchetButton"
  968. GodHatchetButton.Parent = FeaturesFrame
  969. GodHatchetButton.AnchorPoint = Vector2.new(0.5, 0.5)
  970. GodHatchetButton.BackgroundColor3 = Color3.new(1, 0, 0)
  971. GodHatchetButton.BorderColor3 = Color3.new(1, 1, 1)
  972. GodHatchetButton.Position = UDim2.new(0.25, 0, 0.200000003, 0)
  973. GodHatchetButton.Size = UDim2.new(0, 80, 0, 30)
  974. GodHatchetButton.Font = Enum.Font.Fantasy
  975. GodHatchetButton.Text = "God Hatchet"
  976. GodHatchetButton.TextColor3 = Color3.new(1, 1, 1)
  977. GodHatchetButton.TextSize = 14
  978.  
  979. PinkLightsButton.Name = "PinkLightsButton"
  980. PinkLightsButton.Parent = FeaturesFrame
  981. PinkLightsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  982. PinkLightsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  983. PinkLightsButton.BorderColor3 = Color3.new(1, 1, 1)
  984. PinkLightsButton.Position = UDim2.new(0.75, 0, 0.649999976, 0)
  985. PinkLightsButton.Size = UDim2.new(0, 80, 0, 30)
  986. PinkLightsButton.Font = Enum.Font.Fantasy
  987. PinkLightsButton.Text = "Pink Lights"
  988. PinkLightsButton.TextColor3 = Color3.new(1, 1, 1)
  989. PinkLightsButton.TextSize = 14
  990.  
  991. PinkLabel.Name = "PinkLabel"
  992. PinkLabel.Parent = FeaturesFrame
  993. PinkLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  994. PinkLabel.BackgroundTransparency = 1
  995. PinkLabel.BorderColor3 = Color3.new(1, 1, 1)
  996. PinkLabel.Position = UDim2.new(0, 0, 0.699999988, 0)
  997. PinkLabel.Size = UDim2.new(0, 200, 0, 25)
  998. PinkLabel.Font = Enum.Font.Fantasy
  999. PinkLabel.Text = "Rejoin after using a Pink button"
  1000. PinkLabel.TextColor3 = Color3.new(1, 1, 1)
  1001. PinkLabel.TextSize = 14
  1002. PinkLabel.TextWrapped = true
  1003.  
  1004. DupingFrame.Name = "DupingFrame"
  1005. DupingFrame.Parent = MainFrame
  1006. DupingFrame.AnchorPoint = Vector2.new(1, 1)
  1007. DupingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1008. DupingFrame.BackgroundTransparency = 0.5
  1009. DupingFrame.BorderColor3 = Color3.new(1, 1, 1)
  1010. DupingFrame.BorderSizePixel = 0
  1011. DupingFrame.Position = UDim2.new(1, 0, 1, 0)
  1012. DupingFrame.Size = UDim2.new(0, 200, 0, 270)
  1013. DupingFrame.Visible = false
  1014.  
  1015. DupeLabel.Name = "DupeLabel"
  1016. DupeLabel.Parent = DupingFrame
  1017. DupeLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  1018. DupeLabel.BorderColor3 = Color3.new(1, 1, 1)
  1019. DupeLabel.Size = UDim2.new(0, 200, 0, 30)
  1020. DupeLabel.Font = Enum.Font.Fantasy
  1021. DupeLabel.Text = "Duplication"
  1022. DupeLabel.TextColor3 = Color3.new(1, 1, 1)
  1023. DupeLabel.TextSize = 14
  1024.  
  1025. DupeInfoLabel.Name = "DupeInfoLabel"
  1026. DupeInfoLabel.Parent = DupingFrame
  1027. DupeInfoLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  1028. DupeInfoLabel.BackgroundTransparency = 0.89999997615814
  1029. DupeInfoLabel.BorderColor3 = Color3.new(1, 1, 1)
  1030. DupeInfoLabel.Position = UDim2.new(0, 0, 0.150000006, 0)
  1031. DupeInfoLabel.Size = UDim2.new(0, 200, 0, 130)
  1032. DupeInfoLabel.Font = Enum.Font.Fantasy
  1033. DupeInfoLabel.Text = "Put whatever you are duping on your base, then reload, press this, and load in. Then move the items to another person's base and reload again. You now have two of whatever you are duping."
  1034. DupeInfoLabel.TextColor3 = Color3.new(1, 1, 1)
  1035. DupeInfoLabel.TextSize = 14
  1036. DupeInfoLabel.TextWrapped = true
  1037.  
  1038. DupeActivateButton.Name = "DupeActivateButton"
  1039. DupeActivateButton.Parent = DupingFrame
  1040. DupeActivateButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1041. DupeActivateButton.BackgroundColor3 = Color3.new(1, 0, 0)
  1042. DupeActivateButton.BorderColor3 = Color3.new(1, 1, 1)
  1043. DupeActivateButton.Position = UDim2.new(0.5, 0, 0.800000012, 0)
  1044. DupeActivateButton.Size = UDim2.new(0, 150, 0, 30)
  1045. DupeActivateButton.Font = Enum.Font.Fantasy
  1046. DupeActivateButton.Text = "Duping Active: No"
  1047. DupeActivateButton.TextColor3 = Color3.new(1, 1, 1)
  1048. DupeActivateButton.TextSize = 14
  1049.  
  1050. CreditsButton.Name = "CreditsButton"
  1051. CreditsButton.Parent = MainFrame
  1052. CreditsButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1053. CreditsButton.BackgroundColor3 = Color3.new(1, 0, 0)
  1054. CreditsButton.BorderColor3 = Color3.new(1, 1, 1)
  1055. CreditsButton.Position = UDim2.new(0.159999996, 0, 0.850000024, 0)
  1056. CreditsButton.Size = UDim2.new(0, 80, 0, 30)
  1057. CreditsButton.Font = Enum.Font.Fantasy
  1058. CreditsButton.Text = "Credits"
  1059. CreditsButton.TextColor3 = Color3.new(1, 1, 1)
  1060. CreditsButton.TextSize = 14
  1061.  
  1062. FerryLabel.Name = "FerryLabel"
  1063. FerryLabel.Parent = MainFrame
  1064. FerryLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  1065. FerryLabel.BackgroundTransparency = 1
  1066. FerryLabel.BorderColor3 = Color3.new(1, 1, 1)
  1067. FerryLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  1068. FerryLabel.Size = UDim2.new(0, 100, 0, 30)
  1069. FerryLabel.ZIndex = 2
  1070. FerryLabel.Font = Enum.Font.Fantasy
  1071. FerryLabel.Text = "Ferry: "
  1072. FerryLabel.TextColor3 = Color3.new(1, 1, 1)
  1073. FerryLabel.TextSize = 14
  1074. FerryLabel.TextWrapped = true
  1075.  
  1076. RejoinButton.Name = "RejoinButton"
  1077. RejoinButton.Parent = MainFrame
  1078. RejoinButton.AnchorPoint = Vector2.new(0.5, 0.5)
  1079. RejoinButton.BackgroundColor3 = Color3.new(1, 0, 0)
  1080. RejoinButton.BorderColor3 = Color3.new(1, 1, 1)
  1081. RejoinButton.Position = UDim2.new(0.159999996, 0, 0.949999988, 0)
  1082. RejoinButton.Size = UDim2.new(0, 80, 0, 20)
  1083. RejoinButton.Font = Enum.Font.Fantasy
  1084. RejoinButton.Text = "Rejoin Server"
  1085. RejoinButton.TextColor3 = Color3.new(1, 1, 1)
  1086. RejoinButton.TextSize = 14
  1087.  
  1088. InstructionsFrame.Name = "InstructionsFrame"
  1089. InstructionsFrame.Parent = LumberTycoon2
  1090. InstructionsFrame.AnchorPoint = Vector2.new(0.5, 0)
  1091. InstructionsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  1092. InstructionsFrame.BackgroundTransparency = 0.5
  1093. InstructionsFrame.BorderColor3 = Color3.new(1, 1, 1)
  1094. InstructionsFrame.BorderSizePixel = 4
  1095. InstructionsFrame.Position = UDim2.new(0.5, 0, 0, -32)
  1096. InstructionsFrame.Size = UDim2.new(0, 430, 0, 30)
  1097. InstructionsFrame.Visible = false
  1098.  
  1099. DupeInstruct.Name = "DupeInstruct"
  1100. DupeInstruct.Parent = InstructionsFrame
  1101. DupeInstruct.BackgroundColor3 = Color3.new(0, 0, 0)
  1102. DupeInstruct.BackgroundTransparency = 0.5
  1103. DupeInstruct.BorderColor3 = Color3.new(1, 1, 1)
  1104. DupeInstruct.Size = UDim2.new(0, 80, 0, 30)
  1105. DupeInstruct.Font = Enum.Font.Fantasy
  1106. DupeInstruct.Text = "Duping"
  1107. DupeInstruct.TextColor3 = Color3.new(1, 1, 1)
  1108. DupeInstruct.TextSize = 14
  1109.  
  1110. GodAxeInstruct.Name = "GodAxeInstruct"
  1111. GodAxeInstruct.Parent = InstructionsFrame
  1112. GodAxeInstruct.BackgroundColor3 = Color3.new(0, 0, 0)
  1113. GodAxeInstruct.BackgroundTransparency = 0.5
  1114. GodAxeInstruct.BorderColor3 = Color3.new(1, 1, 1)
  1115. GodAxeInstruct.Position = UDim2.new(0.186000004, 0, 0, 0)
  1116. GodAxeInstruct.Size = UDim2.new(0, 80, 0, 30)
  1117. GodAxeInstruct.Font = Enum.Font.Fantasy
  1118. GodAxeInstruct.Text = "God Hatchet"
  1119. GodAxeInstruct.TextColor3 = Color3.new(1, 1, 1)
  1120. GodAxeInstruct.TextSize = 14
  1121.  
  1122. GreyInstruct.Name = "GreyInstruct"
  1123. GreyInstruct.Parent = InstructionsFrame
  1124. GreyInstruct.BackgroundColor3 = Color3.new(0, 0, 0)
  1125. GreyInstruct.BackgroundTransparency = 0.5
  1126. GreyInstruct.BorderColor3 = Color3.new(1, 1, 1)
  1127. GreyInstruct.Position = UDim2.new(0.372000009, 0, 0, 0)
  1128. GreyInstruct.Size = UDim2.new(0, 80, 0, 30)
  1129. GreyInstruct.Font = Enum.Font.Fantasy
  1130. GreyInstruct.Text = "Grey Prints"
  1131. GreyInstruct.TextColor3 = Color3.new(1, 1, 1)
  1132. GreyInstruct.TextSize = 14
  1133.  
  1134. PinkInstruct.Name = "PinkInstruct"
  1135. PinkInstruct.Parent = InstructionsFrame
  1136. PinkInstruct.BackgroundColor3 = Color3.new(0, 0, 0)
  1137. PinkInstruct.BackgroundTransparency = 0.5
  1138. PinkInstruct.BorderColor3 = Color3.new(1, 1, 1)
  1139. PinkInstruct.Position = UDim2.new(0.558000028, 0, 0, 0)
  1140. PinkInstruct.Size = UDim2.new(0, 80, 0, 30)
  1141. PinkInstruct.Font = Enum.Font.Fantasy
  1142. PinkInstruct.Text = "Pink Items"
  1143. PinkInstruct.TextColor3 = Color3.new(1, 1, 1)
  1144. PinkInstruct.TextSize = 14
  1145.  
  1146. OtherInstruct.Name = "OtherInstruct"
  1147. OtherInstruct.Parent = InstructionsFrame
  1148. OtherInstruct.BackgroundColor3 = Color3.new(0, 0, 0)
  1149. OtherInstruct.BackgroundTransparency = 0.5
  1150. OtherInstruct.BorderColor3 = Color3.new(1, 1, 1)
  1151. OtherInstruct.Position = UDim2.new(0.744000018, 0, 0, 0)
  1152. OtherInstruct.Size = UDim2.new(0, 80, 0, 30)
  1153. OtherInstruct.Font = Enum.Font.Fantasy
  1154. OtherInstruct.Text = "Other"
  1155. OtherInstruct.TextColor3 = Color3.new(1, 1, 1)
  1156. OtherInstruct.TextSize = 14
  1157.  
  1158. DupeInstructInfo.Name = "DupeInstructInfo"
  1159. DupeInstructInfo.Parent = InstructionsFrame
  1160. DupeInstructInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  1161. DupeInstructInfo.BackgroundTransparency = 0.5
  1162. DupeInstructInfo.BorderColor3 = Color3.new(1, 1, 1)
  1163. DupeInstructInfo.Position = UDim2.new(0, 0, 1.10000002, 0)
  1164. DupeInstructInfo.Size = UDim2.new(0, 400, 0, 100)
  1165. DupeInstructInfo.Visible = false
  1166. DupeInstructInfo.Font = Enum.Font.Fantasy
  1167. DupeInstructInfo.Text = "In Order To Dupe, You Need 2 Accounts or 2 People. First, reload your base and click the Dupe button when you are on the screen to choose a plot. Then load in and move any items you want to dupe to the other account's base. Then whitelist eachother, then reload your base and the items will be on both bases. Remember to turn Dupe off before leaving or the items won't stay."
  1168. DupeInstructInfo.TextColor3 = Color3.new(1, 1, 1)
  1169. DupeInstructInfo.TextSize = 14
  1170. DupeInstructInfo.TextWrapped = true
  1171.  
  1172. GodAxeInstructInfo.Name = "GodAxeInstructInfo"
  1173. GodAxeInstructInfo.Parent = InstructionsFrame
  1174. GodAxeInstructInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  1175. GodAxeInstructInfo.BackgroundTransparency = 0.5
  1176. GodAxeInstructInfo.BorderColor3 = Color3.new(1, 1, 1)
  1177. GodAxeInstructInfo.Position = UDim2.new(0, 0, 1.10000002, 0)
  1178. GodAxeInstructInfo.Size = UDim2.new(0, 400, 0, 100)
  1179. GodAxeInstructInfo.Visible = false
  1180. GodAxeInstructInfo.Font = Enum.Font.Fantasy
  1181. GodAxeInstructInfo.Text = "For the God Hatchet, you must buy yourself a basic hatchet, then click the button. This will turn your basic hatchet into a god axe, meaning it will cut really fast, including being able to hold down the mouse, and cut from far away. Be aware that this can only be turned off by rejoining, so be aware before trying to cut End Times wood."
  1182. GodAxeInstructInfo.TextColor3 = Color3.new(1, 1, 1)
  1183. GodAxeInstructInfo.TextSize = 14
  1184. GodAxeInstructInfo.TextWrapped = true
  1185.  
  1186. GreyInstructInfo.Name = "GreyInstructInfo"
  1187. GreyInstructInfo.Parent = InstructionsFrame
  1188. GreyInstructInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  1189. GreyInstructInfo.BackgroundTransparency = 0.5
  1190. GreyInstructInfo.BorderColor3 = Color3.new(1, 1, 1)
  1191. GreyInstructInfo.Position = UDim2.new(0, 0, 1.10000002, 0)
  1192. GreyInstructInfo.Size = UDim2.new(0, 400, 0, 100)
  1193. GreyInstructInfo.Visible = false
  1194. GreyInstructInfo.Font = Enum.Font.Fantasy
  1195. GreyInstructInfo.Text = "To get your blueprints to turn to grey wood, a wood not normally available in-game, first place your blueprints on the gorund, then click the button. After this, click E on the blueprint, and click Move. Then click B to cancel, and the blueprint will turn to grey. Bear in mind that for some reason, blueprints such as large floors just disappear instead. Annoying, I know."
  1196. GreyInstructInfo.TextColor3 = Color3.new(1, 1, 1)
  1197. GreyInstructInfo.TextSize = 14
  1198. GreyInstructInfo.TextWrapped = true
  1199.  
  1200. PinkInstructInfo.Name = "PinkInstructInfo"
  1201. PinkInstructInfo.Parent = InstructionsFrame
  1202. PinkInstructInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  1203. PinkInstructInfo.BackgroundTransparency = 0.5
  1204. PinkInstructInfo.BorderColor3 = Color3.new(1, 1, 1)
  1205. PinkInstructInfo.Position = UDim2.new(0, 0, 1.10000002, 0)
  1206. PinkInstructInfo.Size = UDim2.new(0, 400, 0, 100)
  1207. PinkInstructInfo.Visible = false
  1208. PinkInstructInfo.Font = Enum.Font.Fantasy
  1209. PinkInstructInfo.Text = "To get Pink Wires or Icicle Lights, first buy either a regular wire, or blue icicle lights from Fancy Furnishings. Then place them on your base and click whichever button you have bought the item for. Then press E on the item, press Move, and click B to cancel. You should see that your ability to press E on the wire is now gone. Then rejoin and the wire will be pink and you will be able to move it like a normal wire."
  1210. PinkInstructInfo.TextColor3 = Color3.new(1, 1, 1)
  1211. PinkInstructInfo.TextSize = 14
  1212. PinkInstructInfo.TextWrapped = true
  1213.  
  1214. OtherInstructInfo.Name = "OtherInstructInfo"
  1215. OtherInstructInfo.Parent = InstructionsFrame
  1216. OtherInstructInfo.BackgroundColor3 = Color3.new(0, 0, 0)
  1217. OtherInstructInfo.BackgroundTransparency = 0.5
  1218. OtherInstructInfo.BorderColor3 = Color3.new(1, 1, 1)
  1219. OtherInstructInfo.Position = UDim2.new(0, 0, 1.10000002, 0)
  1220. OtherInstructInfo.Size = UDim2.new(0, 400, 0, 100)
  1221. OtherInstructInfo.Visible = false
  1222. OtherInstructInfo.Font = Enum.Font.Fantasy
  1223. OtherInstructInfo.Text = "BTools - Remember to turn them off before using Ctrl+Click TP. Duping - Remember to turn Dupe mode off before leaving. God Hatchet - Only works on Basic Hatchet, don't try to cut End Times. Spook/Sin Finder - Only teleports you if Spook or Sinister is on the map, otherwise the button text changes to \"not here\""
  1224. OtherInstructInfo.TextColor3 = Color3.new(1, 1, 1)
  1225. OtherInstructInfo.TextSize = 14
  1226. OtherInstructInfo.TextWrapped = true
  1227.  
  1228. MinimizeInstruct.Name = "MinimizeInstruct"
  1229. MinimizeInstruct.Parent = InstructionsFrame
  1230. MinimizeInstruct.BackgroundColor3 = Color3.new(0, 0, 0)
  1231. MinimizeInstruct.BackgroundTransparency = 0.5
  1232. MinimizeInstruct.BorderColor3 = Color3.new(1, 1, 1)
  1233. MinimizeInstruct.Position = UDim2.new(0.930000007, 0, 0, 0)
  1234. MinimizeInstruct.Size = UDim2.new(0, 30, 0, 30)
  1235. MinimizeInstruct.Font = Enum.Font.Fantasy
  1236. MinimizeInstruct.Text = "-"
  1237. MinimizeInstruct.TextColor3 = Color3.new(1, 1, 1)
  1238. MinimizeInstruct.TextSize = 14
  1239.  
  1240. -- Scripts
  1241.  
  1242. -- Opening and Closing
  1243.  
  1244. OpenButton.MouseButton1Click:Connect(function()
  1245. MainFrame.Visible = true
  1246. end)
  1247.  
  1248. InstructionsButton.MouseButton1Click:Connect(function()
  1249. InstructionsFrame.Visible = true
  1250. end)
  1251.  
  1252. MinimizeButton.MouseButton1Click:Connect(function()
  1253. OpenCloseFrame.Visible = true
  1254. MainFrame.Visible = false
  1255. end)
  1256.  
  1257. MinimizeInstruct.MouseButton1Click:Connect(function()
  1258. OpenCloseFrame.Visible = true
  1259. InstructionsFrame.Visible = false
  1260. end)
  1261.  
  1262. CloseButton.MouseButton1Click:Connect(function()
  1263. LT2Core:Destroy()
  1264. end)
  1265.  
  1266. local Frames = {
  1267. [WaypointsButton] = WaypointsFrame;
  1268. [Waypoints2Button] = Waypoints2Frame;
  1269. [DupingButton] = DupingFrame;
  1270. [FeaturesButton] = FeaturesFrame;
  1271. [UniversalsButton] = UniversalsFrame;
  1272. [CreditsButton] = CreditsFrame;
  1273. }
  1274. for button,frame in pairs(Frames) do
  1275. button.MouseButton1Click:connect(function()
  1276. if frame.Visible then
  1277. frame.Visible = false
  1278. return
  1279. end
  1280. for k,v in pairs(Frames) do
  1281. v.Visible = v == frame
  1282. end
  1283. end)
  1284. end
  1285.  
  1286. local InstructionBoxes = {
  1287. [GreyInstruct] = GreyInstructInfo;
  1288. [DupeInstruct] = DupeInstructInfo;
  1289. [PinkInstruct] = PinkInstructInfo;
  1290. [GodAxeInstruct] = GodAxeInstructInfo;
  1291. [OtherInstruct] = OtherInstructInfo;
  1292. }
  1293. for button,textbox in pairs(InstructionBoxes) do
  1294. button.MouseButton1Click:connect(function()
  1295. if textbox.Visible then
  1296. textbox.Visible = false
  1297. return
  1298. end
  1299. for k,v in pairs(InstructionBoxes) do
  1300. v.Visible = v == textbox
  1301. end
  1302. end)
  1303. end
  1304.  
  1305. -- Waypoint Buttons
  1306.  
  1307. local Points = {
  1308. ["WoodRUs"] = CFrame.new(265, 5, 57),
  1309. ["SpawnPoint"] = CFrame.new(155, 5, 74),
  1310. ["LandStore"] = CFrame.new(258, 5, -99),
  1311. ["LinksLogic"] = CFrame.new(4607, 9, -798),
  1312. ["Cave"] = CFrame.new(3581, -177, 430),
  1313. ["Volcano"] = CFrame.new(-1585, 625, 1140),
  1314. ["Swamp"] = CFrame.new(-1209, 138, -801),
  1315. ["PalmIsland"] = CFrame.new(2549, 5, -42),
  1316. ["FancyFurnishings"] = CFrame.new(491, 13, -1720),
  1317. ["BoxedCars"] = CFrame.new(509, 6, -1463),
  1318. ["FineArtsShop"] = CFrame.new(5207, -156, 719),
  1319. ["BobsShack"] = CFrame.new(260, 10, -2542),
  1320. ["Dock"] = CFrame.new(1114, 4, -197),
  1321. ["Bridge"] = CFrame.new(113, 15, -977),
  1322. ["EndTimes"] = CFrame.new(113, -204, -951),
  1323. ["ShrineOfSight"] = CFrame.new(-1600, 205, 919),
  1324. ["TheDen"] = CFrame.new(323, 49, 1930),
  1325. ["GreenBox"] = CFrame.new(-1675, 358, 1476),
  1326. ["SkiLodge"] = CFrame.new(1244, 66, 2306),
  1327. ["StrangeMan"] = CFrame.new(1061, 20, 1131),
  1328. ["LightHouse"] = CFrame.new(1467, 356, 3268),
  1329. ["Mountain"] = CFrame.new(1448, 413, 3185),
  1330. ["RiverTunnel"] = CFrame.new(-1106, -6, -894)
  1331. }
  1332.  
  1333. WoodRUsButton.MouseButton1Down:connect(function()
  1334. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1335. uTorso.CFrame = Points["WoodRUs"]
  1336. end)
  1337.  
  1338. SpawnButton.MouseButton1Down:connect(function()
  1339. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1340. uTorso.CFrame = Points["SpawnPoint"]
  1341. end)
  1342.  
  1343. LandStoreButton.MouseButton1Down:connect(function()
  1344. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1345. uTorso.CFrame = Points["LandStore"]
  1346. end)
  1347.  
  1348. LinkLogicButton.MouseButton1Down:connect(function()
  1349. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1350. uTorso.CFrame = Points["LinksLogic"]
  1351. end)
  1352.  
  1353. FurnishingsButton.MouseButton1Down:connect(function()
  1354. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1355. uTorso.CFrame = Points["FancyFurnishings"]
  1356. end)
  1357.  
  1358. BoxedCarsButton.MouseButton1Down:connect(function()
  1359. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1360. uTorso.CFrame = Points["BoxedCars"]
  1361. end)
  1362.  
  1363. FineArtsButton.MouseButton1Down:connect(function()
  1364. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1365. uTorso.CFrame = Points["FineArtsShop"]
  1366. end)
  1367.  
  1368. BobShackButton.MouseButton1Down:connect(function()
  1369. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1370. uTorso.CFrame = Points["BobsShack"]
  1371. end)
  1372.  
  1373. BlueButton.MouseButton1Down:connect(function()
  1374. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1375. uTorso.CFrame = Points["Cave"]
  1376. end)
  1377.  
  1378. VolcanoButton.MouseButton1Down:connect(function()
  1379. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1380. uTorso.CFrame = Points["Volcano"]
  1381. end)
  1382.  
  1383. SwampButton.MouseButton1Down:connect(function()
  1384. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1385. uTorso.CFrame = Points["Swamp"]
  1386. end)
  1387.  
  1388. PalmButton.MouseButton1Down:connect(function()
  1389. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1390. uTorso.CFrame = Points["PalmIsland"]
  1391. end)
  1392.  
  1393. EndTimesButton.MouseButton1Down:connect(function()
  1394. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1395. uTorso.CFrame = Points["EndTimes"]
  1396. end)
  1397.  
  1398. IceButton.MouseButton1Down:connect(function()
  1399. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1400. uTorso.CFrame = Points["Mountain"]
  1401. end)
  1402.  
  1403. YellowButton.MouseButton1Down:connect(function()
  1404. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1405. uTorso.CFrame = Points["RiverTunnel"]
  1406. end)
  1407.  
  1408. MainDockButton.MouseButton1Down:connect(function()
  1409. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1410. uTorso.CFrame = Points["Dock"]
  1411. end)
  1412.  
  1413. BridgeButton.MouseButton1Down:connect(function()
  1414. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1415. uTorso.CFrame = Points["Bridge"]
  1416. end)
  1417.  
  1418. ShrineOfSightButton.MouseButton1Down:connect(function()
  1419. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1420. uTorso.CFrame = Points["ShrineOfSight"]
  1421. end)
  1422.  
  1423. TheDenButton.MouseButton1Down:connect(function()
  1424. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1425. uTorso.CFrame = Points["TheDen"]
  1426. end)
  1427.  
  1428. GreenBoxButton.MouseButton1Down:connect(function()
  1429. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1430. uTorso.CFrame = Points["GreenBox"]
  1431. end)
  1432.  
  1433. SkiLodgeButton.MouseButton1Down:connect(function()
  1434. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1435. uTorso.CFrame = Points["SkiLodge"]
  1436. end)
  1437.  
  1438. StrangeManButton.MouseButton1Down:connect(function()
  1439. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1440. uTorso.CFrame = Points["StrangeMan"]
  1441. end)
  1442.  
  1443. LighthouseButton.MouseButton1Down:connect(function()
  1444. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  1445. uTorso.CFrame = Points["LightHouse"]
  1446. end)
  1447.  
  1448. -- Spook Teleport
  1449.  
  1450. SpookButton.MouseButton1Click:Connect(function()
  1451. for i, v in pairs(game.Workspace:GetChildren()) do
  1452. if v.Name == "TreeRegion" then
  1453. for j, k in ipairs(v:GetChildren()) do
  1454. SpookButton.Text = "Spook / Sin *"
  1455. if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" or k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then
  1456. game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
  1457. break
  1458. else
  1459. SpookButton.Text = "None Here"
  1460. end
  1461. end
  1462. end
  1463. end
  1464. end)
  1465.  
  1466. -- Duplicate
  1467.  
  1468. Option = false
  1469.  
  1470. DupeActivateButton.MouseButton1Down:connect(function()
  1471. plr = game:GetService("Players").LocalPlayer
  1472. slot = plr.CurrentSaveSlot
  1473. if Option == false then
  1474. if slot.Value == -1 then
  1475. Option = true
  1476. slot.RobloxLocked = true
  1477. DupeActivateButton.BackgroundColor3 = Color3.new(0, 1, 0)
  1478. DupeActivateButton.Text = "Duping Active: Yes"
  1479. end
  1480. else
  1481. Option = false
  1482. slot.RobloxLocked = false
  1483. DupeActivateButton.BackgroundColor3 = Color3.new(1, 0, 0)
  1484. DupeActivateButton.Text = "Duping Active: No"
  1485. end
  1486. end)
  1487.  
  1488. -- Universal Features
  1489.  
  1490. -- No Clip
  1491.  
  1492. noclip = false
  1493. game:GetService('RunService').Stepped:connect(function()
  1494. if noclip then
  1495. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1496. end
  1497. end)
  1498. NoClipButton.MouseButton1Down:connect(function()
  1499. noclip = not noclip
  1500. if NoClipButton.Text == "NoClip: On" then
  1501. NoClipButton.Text = "NoClip: Off"
  1502. NoClipButton.BackgroundColor3 = Color3.new(1, 0, 0)
  1503. else
  1504. NoClipButton.Text = "NoClip: On"
  1505. NoClipButton.BackgroundColor3 = Color3.new(0, 1, 0)
  1506. end
  1507. end)
  1508.  
  1509. -- God Mode
  1510.  
  1511. Walk = 16
  1512. Jump = 50
  1513.  
  1514. GodmodeButton.MouseButton1Click:Connect(function()
  1515. GodmodeButton.BackgroundColor3 = Color3.new(0, 1, 0)
  1516. game.Players.LocalPlayer.Character.Humanoid.Name = "1"
  1517. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  1518. l.Parent = game.Players.LocalPlayer.Character
  1519. l.Name = "Humanoid"
  1520. wait(0.1)
  1521. game.Players.LocalPlayer.Character["1"]:Destroy()
  1522. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1523. game.Players.LocalPlayer.Character.Animate.Disabled = true
  1524. l.Changed:Connect(function()
  1525. if l then
  1526. l.WalkSpeed=Walk
  1527. l.JumpPower=Jump
  1528. end
  1529. end)
  1530. end)
  1531.  
  1532. -- Ctrl Click TP
  1533.  
  1534. ClickTPButton.MouseButton1Down:connect(function()
  1535. ClickTPButton.Text = "Ctrl + Click TP Active"
  1536. local Plr = game:GetService("Players").LocalPlayer
  1537. local Mouse = Plr:GetMouse()
  1538.  
  1539. Mouse.Button1Down:connect(function()
  1540. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  1541. if not Mouse.Target then return end
  1542. Plr.Character:MoveTo(Mouse.Hit.p)
  1543. end)
  1544. end)
  1545.  
  1546. -- TP Tool
  1547.  
  1548. TPToolButton.MouseButton1Down:connect(function()
  1549. local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1550. Tool.RequiresHandle = false
  1551. Tool.RobloxLocked = true
  1552. Tool.Name = "TP Tool"
  1553. Tool.ToolTip = "Teleport Tool"
  1554. Tool.Equipped:connect(function(Mouse)
  1555. Mouse.Button1Down:connect(function()
  1556. if Mouse.Target then
  1557. game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
  1558. end
  1559. end)
  1560. end)
  1561. end)
  1562.  
  1563. -- Fly
  1564.  
  1565. flybutton = "q"
  1566.  
  1567. ToggleKeyButton.MouseButton1Click:Connect(function()
  1568. flybutton = ToggleKeyBox.Text
  1569. end)
  1570.  
  1571. repeat wait()
  1572. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1573. local mouse = game.Players.LocalPlayer:GetMouse()
  1574. repeat wait() until mouse
  1575. local plr = game.Players.LocalPlayer
  1576. local torso = plr.Character.Torso
  1577. local flying = true
  1578. local deb = true
  1579. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1580. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1581. local maxspeed = 50
  1582. local speed = 0
  1583.  
  1584. function Fly()
  1585. local bg = Instance.new("BodyGyro", torso)
  1586. bg.P = 9e4
  1587. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1588. bg.cframe = torso.CFrame
  1589. local bv = Instance.new("BodyVelocity", torso)
  1590. bv.velocity = Vector3.new(0,0.1,0)
  1591. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1592. repeat wait()
  1593. plr.Character.Humanoid.PlatformStand = true
  1594. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1595. speed = speed+.5+(speed/maxspeed)
  1596. if speed > maxspeed then
  1597. speed = maxspeed
  1598. end
  1599. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1600. speed = speed-1
  1601. if speed < 0 then
  1602. speed = 0
  1603. end
  1604. end
  1605. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1606. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1607. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1608. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1609. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1610. else
  1611. bv.velocity = Vector3.new(0,0.1,0)
  1612. end
  1613. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1614. until not flying
  1615. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1616. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1617. speed = 0
  1618. bg:Destroy()
  1619. bv:Destroy()
  1620. plr.Character.Humanoid.PlatformStand = false
  1621. end
  1622. mouse.KeyDown:connect(function(key)
  1623. if key:lower() == flybutton then
  1624. if flying then flying = false
  1625. AAPressQ.Visible = false
  1626. else
  1627. flying = true
  1628. Fly()
  1629. end
  1630. elseif key:lower() == "w" then
  1631. ctrl.f = 1
  1632. elseif key:lower() == "s" then
  1633. ctrl.b = -1
  1634. elseif key:lower() == "a" then
  1635. ctrl.l = -1
  1636. elseif key:lower() == "d" then
  1637. ctrl.r = 1
  1638. end
  1639. end)
  1640. mouse.KeyUp:connect(function(key)
  1641. if key:lower() == "w" then
  1642. ctrl.f = 0
  1643. elseif key:lower() == "s" then
  1644. ctrl.b = 0
  1645. elseif key:lower() == "a" then
  1646. ctrl.l = 0
  1647. elseif key:lower() == "d" then
  1648. ctrl.r = 0
  1649. end
  1650. end)
  1651. Fly()
  1652.  
  1653. -- Player TP
  1654.  
  1655.  
  1656.  
  1657. PlayerTPButton.MouseButton1Click:Connect(function()
  1658. local me = game.Players.LocalPlayer.Character
  1659.  
  1660. local targetplayer = game.Workspace[NameBox.Text].HumanoidRootPart
  1661.  
  1662. me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z)
  1663. end)
  1664.  
  1665. -- WalkSpeed and JumpPower
  1666.  
  1667. player = game.Players.LocalPlayer
  1668. Walk = 16
  1669. Jump = 50
  1670.  
  1671. WalkSpeedButton.MouseButton1Down:connect(function()
  1672. Walk = AmountBox.Text
  1673. end)
  1674.  
  1675. JumpPowerButton.MouseButton1Down:connect(function()
  1676. Jump = AmountBox.Text
  1677. end)
  1678.  
  1679. player.Character.Humanoid.JumpPower = Jump
  1680. player.Character.Humanoid.WalkSpeed = Walk
  1681.  
  1682. player.Character.Humanoid.Changed:connect(function()
  1683. player.Character.Humanoid.JumpPower = Jump
  1684. player.Character.Humanoid.WalkSpeed = Walk
  1685. end)
  1686.  
  1687. -- Features / Tools
  1688.  
  1689. -- Pink Wires
  1690.  
  1691. PinkWireButton.MouseButton1Down:connect(function()
  1692. local a = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
  1693. a.Name = "Wire"
  1694. local b = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
  1695. b:Destroy()
  1696. end)
  1697.  
  1698. -- Pink Lights
  1699. PinkLightsButton.MouseButton1Down:connect(function()
  1700. local c = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
  1701. c.Name = "IcicleWireBlue"
  1702. local d = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireBlue", true)
  1703. d:Destroy()
  1704. end)
  1705.  
  1706. -- God Hatchet
  1707.  
  1708. GodHatchetButton.MouseButton1Down:Connect(function()
  1709. GodHatchetButton.BackgroundColor3 = Color3.new(0, 1, 0)
  1710. GodHatchetButton.Text = "Active"
  1711. Detect = coroutine.wrap(function()
  1712. Player = game.Players.LocalPlayer
  1713. mouse = Player:GetMouse()
  1714. mouse.Button1Down:connect(function()
  1715. MouseDown = true
  1716. end)
  1717. mouse.Button1Up:connect(function()
  1718. MouseDown = false
  1719. end)
  1720. end)
  1721. Detect()
  1722. Player = game.Players.LocalPlayer
  1723. mouse = Player:GetMouse()
  1724. game:GetService('RunService').RenderStepped:connect(function()
  1725. if Player.Character:FindFirstChild("Tool") then
  1726. if MouseDown == true then
  1727. if mouse.Target.Name == "WoodSection" then
  1728. targetWood = mouse.Target
  1729. Tool=Player.Character.Tool
  1730. ---FaceVector
  1731. Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
  1732. 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)
  1733. part,_,p = workspace:FindPartOnRay(ray, Player.Character)
  1734. function fixVector(V)
  1735. return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
  1736. end
  1737. local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
  1738. if faceVector.Y ~= 0 then
  1739. return
  1740. end
  1741. local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
  1742. local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
  1743. local relativeLookVector = relativeCFrame.lookVector
  1744. local m = relativeLookVector.Y >= 0 and 1 or -1
  1745. if faceVector.X == 1 then
  1746. faceVector = Vector3.new(0, 0, -1) * m
  1747. elseif faceVector.X == -1 then
  1748. faceVector = Vector3.new(0, 0, 1) * m
  1749. elseif faceVector.Z == 1 then
  1750. faceVector = Vector3.new(1, 0, 0) * m
  1751. elseif faceVector.Z == -1 then
  1752. faceVector = Vector3.new(-1, 0, 0) * m
  1753. end
  1754. local cutEvent = targetWood.Parent.CutEvent
  1755. 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})
  1756. end
  1757. end
  1758. end
  1759. end)
  1760. end)
  1761.  
  1762. -- Water Walking
  1763.  
  1764. WaterCollide = "Nothing"
  1765.  
  1766. WaterCollideButton.MouseButton1Down:connect(function()
  1767. if WaterCollide == "Nothing" then
  1768. WaterCollide = "On"
  1769. WaterCollideButton.BackgroundColor3 = Color3.new(0, 1, 0)
  1770. WaterCollideButton.Text = "Water Walk: Yes"
  1771. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  1772. if v:IsA("Part") then
  1773. v.CanCollide = true
  1774. end
  1775. end
  1776. else
  1777. WaterCollide = "Nothing"
  1778. WaterCollideButton.BackgroundColor3 = Color3.new(1, 0, 0)
  1779. WaterCollideButton.Text = "Water Walk: No"
  1780. for i,v in pairs(game.Workspace.Water:GetChildren()) do
  1781. if v:IsA("Part") then
  1782. v.CanCollide = false
  1783. end
  1784. end
  1785. end
  1786. end)
  1787.  
  1788. -- Leak Items
  1789.  
  1790. itemsleaked = false
  1791. LeakedItemsButton.MouseButton1Down:connect(function()
  1792. if itemsleaked == false then
  1793. game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
  1794. LeakedItemsButton.Text = "Leaked - Goto Spawn"
  1795. itemsleaked = true
  1796. end
  1797. end)
  1798.  
  1799. -- Greywood Blueprints
  1800.  
  1801. GreywoodButton.MouseButton1Click:Connect(function()
  1802. for i,v in next,workspace.PlayerModels:GetChildren() do
  1803. if v:FindFirstChild("Type") then
  1804. if v.Type.Value == "Blueprint" then
  1805. v.Type.Value = "Structure"
  1806. end
  1807. end
  1808. end
  1809. end)
  1810.  
  1811. -- Btools
  1812.  
  1813. MDown = false
  1814. BTool = "Nothing"
  1815.  
  1816. CopyButton.MouseButton1Down:connect(function()
  1817. if BTool == "Copy" then
  1818. BTool = "Nothing"
  1819. CopyButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1820. else
  1821. BTool = "Copy"
  1822. CopyButton.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1823. DeleteButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1824. MoveButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1825. end
  1826. end)
  1827.  
  1828. DeleteButton.MouseButton1Down:connect(function()
  1829. if BTool == "Delete" then
  1830. BTool = "Nothing"
  1831. DeleteButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1832. else
  1833. BTool = "Delete"
  1834. DeleteButton.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1835. CopyButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1836. MoveButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1837. end
  1838. end)
  1839.  
  1840. MoveButton.MouseButton1Down:connect(function()
  1841. if BTool == "Move" then
  1842. BTool = "Nothing"
  1843. MoveButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1844. else
  1845. BTool = "Move"
  1846. MoveButton.BackgroundColor3 = Color3.new(0, 0.5, 0)
  1847. CopyButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1848. DeleteButton.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
  1849. end
  1850. end)
  1851.  
  1852. Mouse.Button1Up:connect(function()
  1853. MDown = false
  1854. end)
  1855.  
  1856. Mouse.Button1Down:connect(function()
  1857. MDown = true
  1858. if BTool == "Copy" then
  1859. if Mouse.Target ~= nil then
  1860. Clone = Mouse.Target:clone()
  1861. Clone.Parent = game.Workspace
  1862. end
  1863. end
  1864.  
  1865. if BTool == "Delete" then
  1866. if Mouse.Target ~= nil then
  1867. Mouse.Target:remove()
  1868. end
  1869. end
  1870.  
  1871. if BTool == "Move" then
  1872. if Mouse.Target ~= nil then
  1873. MoveObject = Mouse.Target
  1874. end
  1875. end
  1876.  
  1877. wait()
  1878. if Clone ~= nil then
  1879. Clone.CanCollide = false
  1880. repeat
  1881. wait()
  1882. SubX = Clone.Size.X/2
  1883. SubY = Clone.Size.Y/2
  1884. SubZ = Clone.Size.Z/2
  1885. Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  1886. until MDown == false
  1887. Clone.CanCollide = true
  1888. Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
  1889. Clone = nil
  1890. end
  1891.  
  1892. if MoveObject ~= nil then
  1893. MoveObject.CanCollide = false
  1894. repeat
  1895. wait()
  1896. SubX = MoveObject.Size.X/2
  1897. SubY = MoveObject.Size.Y/2
  1898. SubZ = MoveObject.Size.Z/2
  1899. MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
  1900. until MDown == false
  1901. MoveObject.CanCollide = true
  1902. MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
  1903. MoveObject= nil
  1904. end
  1905. end)
  1906.  
  1907. -- Ferry Timer
  1908.  
  1909. game.Workspace.Ferry.TimeToDeparture.Changed:connect(function()
  1910. FerryLabel.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value
  1911. if FerryLabel.Text == "Ferry Departs: 0" then
  1912. wait(6)
  1913. FerryLabel.Text = "Ferry has Departed"
  1914. else
  1915. FerryLabel.Text = "Ferry Departs: ".. game.Workspace.Ferry.TimeToDeparture.Value .. " Seconds"
  1916. end
  1917. end)
  1918.  
  1919. -- Rejoin Server
  1920.  
  1921. RejoinButton.MouseButton1Down:connect(function()
  1922. local placeId = "13822889"
  1923. game:GetService("TeleportService"):Teleport(placeId)
  1924. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement