Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- LT2 GUI Script By Syko#2239
- -- Ban Bypass
- game:service'ReplicatedStorage'.Interaction.Ban:Destroy()
- Instance.new('RemoteEvent', game:service'ReplicatedStorage'.Interaction).Name = "Ban"
- -- Prevent Multiple GUI's At Once
- if game.CoreGui.LumberTycoon2ReDesign then
- game.CoreGui.LumberTycoon2ReDesign:Destroy()
- end
- -- Auto Blacklist
- Client = game.ReplicatedStorage.Interaction.ClientSetListPlayer
- players = game.Players
- for i, v in pairs(players:GetPlayers()) do
- if v.Name ~= players.LocalPlayer.Name then
- Client:InvokeServer(players.LocalPlayer.BlacklistFolder, v, true)
- end
- end
- players.PlayerAdded:connect(function(plr)
- Client:InvokeServer(players.LocalPlayer.BlacklistFolder, plr, true)
- end)
- -- Instances
- local LumberTycoon2ReDesign = Instance.new("ScreenGui")
- local WaypointsFrame = Instance.new("Frame")
- local WaypointTitle = Instance.new("TextLabel")
- local WoodsTitle = Instance.new("TextLabel")
- local Volcano = Instance.new("TextButton")
- local Cave = Instance.new("TextButton")
- local Swamp = Instance.new("TextButton")
- local Palm = Instance.new("TextButton")
- local EndBiome = Instance.new("TextButton")
- local Mountain = Instance.new("TextButton")
- local Tunnel = Instance.new("TextButton")
- local ShopsTitle = Instance.new("TextLabel")
- local WoodRUs = Instance.new("TextButton")
- local LandStore = Instance.new("TextButton")
- local Furnishings = Instance.new("TextButton")
- local BoxedCars = Instance.new("TextButton")
- local LinksLogic = Instance.new("TextButton")
- local BobsShack = Instance.new("TextButton")
- local FineArts = Instance.new("TextButton")
- local OtherPointTitle = Instance.new("TextLabel")
- local Spawn = Instance.new("TextButton")
- local GreenBox = Instance.new("TextButton")
- local Den = Instance.new("TextButton")
- local StrangeMan = Instance.new("TextButton")
- local MainDock = Instance.new("TextButton")
- local IslandDock = Instance.new("TextButton")
- local Lighthouse = Instance.new("TextButton")
- local Bridge = Instance.new("TextButton")
- local SkiLodge = Instance.new("TextButton")
- local Shrine = Instance.new("TextButton")
- local Orchard = Instance.new("TextButton")
- local ToolsFrame = Instance.new("Frame")
- local ToolTitle = Instance.new("TextLabel")
- local BToolTitle = Instance.new("TextLabel")
- local Move = Instance.new("TextButton")
- local Copy = Instance.new("TextButton")
- local Delete = Instance.new("TextButton")
- local TPTool = Instance.new("TextButton")
- local OtherToolTitle = Instance.new("TextLabel")
- local BlueprintTools = Instance.new("TextButton")
- local TogglesFrame = Instance.new("Frame")
- local ToggleTitle = Instance.new("TextLabel")
- local NoDisableTitle = Instance.new("TextLabel")
- local GodAxe = Instance.new("TextButton")
- local OnOffTitle = Instance.new("TextLabel")
- local NoClip = Instance.new("TextButton")
- local Fly = Instance.new("TextButton")
- local ClickTP = Instance.new("TextButton")
- local WaterWalk = Instance.new("TextButton")
- local Dupe = Instance.new("TextButton")
- local PlayerFrame = Instance.new("Frame")
- local PlayerTitle = Instance.new("TextLabel")
- local OtherFrame = Instance.new("Frame")
- local OtherTitle = Instance.new("TextLabel")
- local GreyWood = Instance.new("TextButton")
- local PinkWire = Instance.new("TextButton")
- local PinkLight = Instance.new("TextButton")
- local LeakItems = Instance.new("TextButton")
- local FindSpook = Instance.new("TextButton")
- local FindSinister = Instance.new("TextButton")
- local StartFrame = Instance.new("Frame")
- local Waypoints = Instance.new("TextButton")
- local PlrTeleports = Instance.new("TextButton")
- local Other = Instance.new("TextButton")
- local Tools = Instance.new("TextButton")
- local Toggles = Instance.new("TextButton")
- local Close = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- local LocalPlayer = Instance.new("TextButton")
- local MapModify = Instance.new("TextButton")
- local Times = Instance.new("TextButton")
- local DevConsoleNote = Instance.new("TextLabel")
- local BaseTeleports = Instance.new("TextButton")
- local WoodTeleport = Instance.new("TextButton")
- local ModifyFrame = Instance.new("Frame")
- local ModifyTitle = Instance.new("TextLabel")
- local LavaBoulders = Instance.new("TextButton")
- local IceBoulders = Instance.new("TextButton")
- local ShrineDoors = Instance.new("TextButton")
- local MazeWalls = Instance.new("TextButton")
- local PalmBridge = Instance.new("TextButton")
- local SafariBridge = Instance.new("TextButton")
- local RemoveTitle = Instance.new("TextLabel")
- local BridgesTitle = Instance.new("TextLabel")
- local GoldBridge = Instance.new("TextButton")
- local YellowBridge = Instance.new("TextButton")
- local BaseFrame = Instance.new("Frame")
- local BaseTitle = Instance.new("TextLabel")
- local LocalFrame = Instance.new("Frame")
- local LocalTitle = Instance.new("TextLabel")
- local Speed = Instance.new("TextButton")
- local Height = Instance.new("TextButton")
- local Gravity = Instance.new("TextButton")
- local SetPosition = Instance.new("TextButton")
- local GotoPosition = Instance.new("TextButton")
- local SpeedAmount = Instance.new("TextBox")
- local HeightAmount = Instance.new("TextBox")
- local GravAmount = Instance.new("TextBox")
- local PositionTitle = Instance.new("TextLabel")
- local TimesFrame = Instance.new("Frame")
- local TimesTitle = Instance.new("TextLabel")
- local TimeNowTitle = Instance.new("TextLabel")
- local CarsTitle = Instance.new("TextLabel")
- local FurnishTitle = Instance.new("TextLabel")
- local LinkTitle = Instance.new("TextLabel")
- local OtherShopsNote = Instance.new("TextLabel")
- local FOpenTitle = Instance.new("TextLabel")
- local COpenTitle = Instance.new("TextLabel")
- local LOpenTitle = Instance.new("TextLabel")
- local WoodFrame = Instance.new("Frame")
- local WoodTitle = Instance.new("TextLabel")
- local ToSawmillTitle = Instance.new("TextLabel")
- local SawmillTitle = Instance.new("TextLabel")
- local SawmillSetTitle = Instance.new("TextLabel")
- local KeybindingsTitle = Instance.new("TextLabel")
- local SetSawmillKey = Instance.new("TextButton")
- local SetSawTPKey = Instance.new("TextButton")
- local SetSellTPKey = Instance.new("TextButton")
- local SetSawBox = Instance.new("TextBox")
- local SawTPBox = Instance.new("TextBox")
- local SellWoodBox = Instance.new("TextBox")
- -- Properties
- LumberTycoon2ReDesign.Name = "LumberTycoon2ReDesign"
- LumberTycoon2ReDesign.Parent = game.CoreGui
- WaypointsFrame.Name = "WaypointsFrame"
- WaypointsFrame.Parent = LumberTycoon2ReDesign
- WaypointsFrame.Active = true
- WaypointsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- WaypointsFrame.BackgroundTransparency = 0.5
- WaypointsFrame.BorderColor3 = Color3.new(1, 0, 0)
- WaypointsFrame.BorderSizePixel = 0
- WaypointsFrame.Draggable = true
- WaypointsFrame.Position = UDim2.new(0, 50, 0, 25)
- WaypointsFrame.Selectable = true
- WaypointsFrame.Size = UDim2.new(0, 320, 0, 295)
- WaypointsFrame.Visible = false
- WaypointTitle.Name = "WaypointTitle"
- WaypointTitle.Parent = WaypointsFrame
- WaypointTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- WaypointTitle.BackgroundTransparency = 0.10000000149012
- WaypointTitle.BorderSizePixel = 0
- WaypointTitle.Position = UDim2.new(0, 5, 0, 5)
- WaypointTitle.Size = UDim2.new(0, 310, 0, 20)
- WaypointTitle.Font = Enum.Font.Fantasy
- WaypointTitle.Text = "Waypoints"
- WaypointTitle.TextColor3 = Color3.new(1, 1, 1)
- WaypointTitle.TextSize = 14
- WoodsTitle.Name = "WoodsTitle"
- WoodsTitle.Parent = WaypointsFrame
- WoodsTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- WoodsTitle.BackgroundTransparency = 1
- WoodsTitle.BorderSizePixel = 0
- WoodsTitle.Position = UDim2.new(0, 5, 0, 25)
- WoodsTitle.Size = UDim2.new(0, 100, 0, 20)
- WoodsTitle.Font = Enum.Font.Fantasy
- WoodsTitle.Text = "-- Wood Areas --"
- WoodsTitle.TextColor3 = Color3.new(1, 1, 1)
- WoodsTitle.TextSize = 14
- Volcano.Name = "Volcano"
- Volcano.Parent = WaypointsFrame
- Volcano.BackgroundColor3 = Color3.new(0, 0, 0)
- Volcano.BackgroundTransparency = 0.69999998807907
- Volcano.Position = UDim2.new(0, 5, 0, 45)
- Volcano.Size = UDim2.new(0, 100, 0, 20)
- Volcano.Font = Enum.Font.Fantasy
- Volcano.Text = "Volcano"
- Volcano.TextColor3 = Color3.new(1, 1, 1)
- Volcano.TextSize = 14
- Cave.Name = "Cave"
- Cave.Parent = WaypointsFrame
- Cave.BackgroundColor3 = Color3.new(0, 0, 0)
- Cave.BackgroundTransparency = 0.69999998807907
- Cave.Position = UDim2.new(0, 5, 0, 70)
- Cave.Size = UDim2.new(0, 100, 0, 20)
- Cave.Font = Enum.Font.Fantasy
- Cave.Text = "Blue Cave"
- Cave.TextColor3 = Color3.new(1, 1, 1)
- Cave.TextSize = 14
- Swamp.Name = "Swamp"
- Swamp.Parent = WaypointsFrame
- Swamp.BackgroundColor3 = Color3.new(0, 0, 0)
- Swamp.BackgroundTransparency = 0.69999998807907
- Swamp.Position = UDim2.new(0, 5, 0, 95)
- Swamp.Size = UDim2.new(0, 100, 0, 20)
- Swamp.Font = Enum.Font.Fantasy
- Swamp.Text = "Swamp"
- Swamp.TextColor3 = Color3.new(1, 1, 1)
- Swamp.TextSize = 14
- Palm.Name = "Palm"
- Palm.Parent = WaypointsFrame
- Palm.BackgroundColor3 = Color3.new(0, 0, 0)
- Palm.BackgroundTransparency = 0.69999998807907
- Palm.Position = UDim2.new(0, 5, 0, 120)
- Palm.Size = UDim2.new(0, 100, 0, 20)
- Palm.Font = Enum.Font.Fantasy
- Palm.Text = "Palm Island"
- Palm.TextColor3 = Color3.new(1, 1, 1)
- Palm.TextSize = 14
- EndBiome.Name = "EndBiome"
- EndBiome.Parent = WaypointsFrame
- EndBiome.BackgroundColor3 = Color3.new(0, 0, 0)
- EndBiome.BackgroundTransparency = 0.69999998807907
- EndBiome.Position = UDim2.new(0, 5, 0, 145)
- EndBiome.Size = UDim2.new(0, 100, 0, 20)
- EndBiome.Font = Enum.Font.Fantasy
- EndBiome.Text = "End Biome"
- EndBiome.TextColor3 = Color3.new(1, 1, 1)
- EndBiome.TextSize = 14
- Mountain.Name = "Mountain"
- Mountain.Parent = WaypointsFrame
- Mountain.BackgroundColor3 = Color3.new(0, 0, 0)
- Mountain.BackgroundTransparency = 0.69999998807907
- Mountain.Position = UDim2.new(0, 5, 0, 170)
- Mountain.Size = UDim2.new(0, 100, 0, 20)
- Mountain.Font = Enum.Font.Fantasy
- Mountain.Text = "Ice Mountain"
- Mountain.TextColor3 = Color3.new(1, 1, 1)
- Mountain.TextSize = 14
- Tunnel.Name = "Tunnel"
- Tunnel.Parent = WaypointsFrame
- Tunnel.BackgroundColor3 = Color3.new(0, 0, 0)
- Tunnel.BackgroundTransparency = 0.69999998807907
- Tunnel.Position = UDim2.new(0, 5, 0, 195)
- Tunnel.Size = UDim2.new(0, 100, 0, 20)
- Tunnel.Font = Enum.Font.Fantasy
- Tunnel.Text = "Yellow Tunnel"
- Tunnel.TextColor3 = Color3.new(1, 1, 1)
- Tunnel.TextSize = 14
- ShopsTitle.Name = "ShopsTitle"
- ShopsTitle.Parent = WaypointsFrame
- ShopsTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- ShopsTitle.BackgroundTransparency = 1
- ShopsTitle.BorderSizePixel = 0
- ShopsTitle.Position = UDim2.new(0, 110, 0, 25)
- ShopsTitle.Size = UDim2.new(0, 100, 0, 20)
- ShopsTitle.Font = Enum.Font.Fantasy
- ShopsTitle.Text = "-- Shops --"
- ShopsTitle.TextColor3 = Color3.new(1, 1, 1)
- ShopsTitle.TextSize = 14
- WoodRUs.Name = "WoodRUs"
- WoodRUs.Parent = WaypointsFrame
- WoodRUs.BackgroundColor3 = Color3.new(0, 0, 0)
- WoodRUs.BackgroundTransparency = 0.69999998807907
- WoodRUs.Position = UDim2.new(0, 110, 0, 45)
- WoodRUs.Size = UDim2.new(0, 100, 0, 20)
- WoodRUs.Font = Enum.Font.Fantasy
- WoodRUs.Text = "Wood R Us"
- WoodRUs.TextColor3 = Color3.new(1, 1, 1)
- WoodRUs.TextSize = 14
- LandStore.Name = "LandStore"
- LandStore.Parent = WaypointsFrame
- LandStore.BackgroundColor3 = Color3.new(0, 0, 0)
- LandStore.BackgroundTransparency = 0.69999998807907
- LandStore.Position = UDim2.new(0, 110, 0, 70)
- LandStore.Size = UDim2.new(0, 100, 0, 20)
- LandStore.Font = Enum.Font.Fantasy
- LandStore.Text = "Land Store"
- LandStore.TextColor3 = Color3.new(1, 1, 1)
- LandStore.TextSize = 14
- Furnishings.Name = "Furnishings"
- Furnishings.Parent = WaypointsFrame
- Furnishings.BackgroundColor3 = Color3.new(0, 0, 0)
- Furnishings.BackgroundTransparency = 0.69999998807907
- Furnishings.Position = UDim2.new(0, 110, 0, 95)
- Furnishings.Size = UDim2.new(0, 100, 0, 20)
- Furnishings.Font = Enum.Font.Fantasy
- Furnishings.Text = "Furnishings"
- Furnishings.TextColor3 = Color3.new(1, 1, 1)
- Furnishings.TextSize = 14
- BoxedCars.Name = "BoxedCars"
- BoxedCars.Parent = WaypointsFrame
- BoxedCars.BackgroundColor3 = Color3.new(0, 0, 0)
- BoxedCars.BackgroundTransparency = 0.69999998807907
- BoxedCars.Position = UDim2.new(0, 110, 0, 120)
- BoxedCars.Size = UDim2.new(0, 100, 0, 20)
- BoxedCars.Font = Enum.Font.Fantasy
- BoxedCars.Text = "Boxed Cars"
- BoxedCars.TextColor3 = Color3.new(1, 1, 1)
- BoxedCars.TextSize = 14
- LinksLogic.Name = "LinksLogic"
- LinksLogic.Parent = WaypointsFrame
- LinksLogic.BackgroundColor3 = Color3.new(0, 0, 0)
- LinksLogic.BackgroundTransparency = 0.69999998807907
- LinksLogic.Position = UDim2.new(0, 110, 0, 145)
- LinksLogic.Size = UDim2.new(0, 100, 0, 20)
- LinksLogic.Font = Enum.Font.Fantasy
- LinksLogic.Text = "Link's Logic"
- LinksLogic.TextColor3 = Color3.new(1, 1, 1)
- LinksLogic.TextSize = 14
- BobsShack.Name = "BobsShack"
- BobsShack.Parent = WaypointsFrame
- BobsShack.BackgroundColor3 = Color3.new(0, 0, 0)
- BobsShack.BackgroundTransparency = 0.69999998807907
- BobsShack.Position = UDim2.new(0, 110, 0, 170)
- BobsShack.Size = UDim2.new(0, 100, 0, 20)
- BobsShack.Font = Enum.Font.Fantasy
- BobsShack.Text = "Bob's Shack"
- BobsShack.TextColor3 = Color3.new(1, 1, 1)
- BobsShack.TextSize = 14
- FineArts.Name = "FineArts"
- FineArts.Parent = WaypointsFrame
- FineArts.BackgroundColor3 = Color3.new(0, 0, 0)
- FineArts.BackgroundTransparency = 0.69999998807907
- FineArts.Position = UDim2.new(0, 110, 0, 195)
- FineArts.Size = UDim2.new(0, 100, 0, 20)
- FineArts.Font = Enum.Font.Fantasy
- FineArts.Text = "Fine Arts"
- FineArts.TextColor3 = Color3.new(1, 1, 1)
- FineArts.TextSize = 14
- OtherPointTitle.Name = "OtherPointTitle"
- OtherPointTitle.Parent = WaypointsFrame
- OtherPointTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- OtherPointTitle.BackgroundTransparency = 1
- OtherPointTitle.BorderSizePixel = 0
- OtherPointTitle.Position = UDim2.new(0, 215, 0, 25)
- OtherPointTitle.Size = UDim2.new(0, 100, 0, 20)
- OtherPointTitle.Font = Enum.Font.Fantasy
- OtherPointTitle.Text = "-- Other --"
- OtherPointTitle.TextColor3 = Color3.new(1, 1, 1)
- OtherPointTitle.TextSize = 14
- Spawn.Name = "Spawn"
- Spawn.Parent = WaypointsFrame
- Spawn.BackgroundColor3 = Color3.new(0, 0, 0)
- Spawn.BackgroundTransparency = 0.69999998807907
- Spawn.Position = UDim2.new(0, 215, 0, 45)
- Spawn.Size = UDim2.new(0, 100, 0, 20)
- Spawn.Font = Enum.Font.Fantasy
- Spawn.Text = "Spawn"
- Spawn.TextColor3 = Color3.new(1, 1, 1)
- Spawn.TextSize = 14
- GreenBox.Name = "GreenBox"
- GreenBox.Parent = WaypointsFrame
- GreenBox.BackgroundColor3 = Color3.new(0, 0, 0)
- GreenBox.BackgroundTransparency = 0.69999998807907
- GreenBox.Position = UDim2.new(0, 215, 0, 70)
- GreenBox.Size = UDim2.new(0, 100, 0, 20)
- GreenBox.Font = Enum.Font.Fantasy
- GreenBox.Text = "Green Box"
- GreenBox.TextColor3 = Color3.new(1, 1, 1)
- GreenBox.TextSize = 14
- Den.Name = "Den"
- Den.Parent = WaypointsFrame
- Den.BackgroundColor3 = Color3.new(0, 0, 0)
- Den.BackgroundTransparency = 0.69999998807907
- Den.Position = UDim2.new(0, 215, 0, 95)
- Den.Size = UDim2.new(0, 100, 0, 20)
- Den.Font = Enum.Font.Fantasy
- Den.Text = "Rukiry Den"
- Den.TextColor3 = Color3.new(1, 1, 1)
- Den.TextSize = 14
- StrangeMan.Name = "StrangeMan"
- StrangeMan.Parent = WaypointsFrame
- StrangeMan.BackgroundColor3 = Color3.new(0, 0, 0)
- StrangeMan.BackgroundTransparency = 0.69999998807907
- StrangeMan.Position = UDim2.new(0, 215, 0, 120)
- StrangeMan.Size = UDim2.new(0, 100, 0, 20)
- StrangeMan.Font = Enum.Font.Fantasy
- StrangeMan.Text = "Strange Man"
- StrangeMan.TextColor3 = Color3.new(1, 1, 1)
- StrangeMan.TextSize = 14
- MainDock.Name = "MainDock"
- MainDock.Parent = WaypointsFrame
- MainDock.BackgroundColor3 = Color3.new(0, 0, 0)
- MainDock.BackgroundTransparency = 0.69999998807907
- MainDock.Position = UDim2.new(0, 215, 0, 145)
- MainDock.Size = UDim2.new(0, 100, 0, 20)
- MainDock.Font = Enum.Font.Fantasy
- MainDock.Text = "Main Dock"
- MainDock.TextColor3 = Color3.new(1, 1, 1)
- MainDock.TextSize = 14
- IslandDock.Name = "IslandDock"
- IslandDock.Parent = WaypointsFrame
- IslandDock.BackgroundColor3 = Color3.new(0, 0, 0)
- IslandDock.BackgroundTransparency = 0.69999998807907
- IslandDock.Position = UDim2.new(0, 215, 0, 170)
- IslandDock.Size = UDim2.new(0, 100, 0, 20)
- IslandDock.Font = Enum.Font.Fantasy
- IslandDock.Text = "Island Dock"
- IslandDock.TextColor3 = Color3.new(1, 1, 1)
- IslandDock.TextSize = 14
- Lighthouse.Name = "Lighthouse"
- Lighthouse.Parent = WaypointsFrame
- Lighthouse.BackgroundColor3 = Color3.new(0, 0, 0)
- Lighthouse.BackgroundTransparency = 0.69999998807907
- Lighthouse.Position = UDim2.new(0, 215, 0, 195)
- Lighthouse.Size = UDim2.new(0, 100, 0, 20)
- Lighthouse.Font = Enum.Font.Fantasy
- Lighthouse.Text = "Lighthouse"
- Lighthouse.TextColor3 = Color3.new(1, 1, 1)
- Lighthouse.TextSize = 14
- Bridge.Name = "Bridge"
- Bridge.Parent = WaypointsFrame
- Bridge.BackgroundColor3 = Color3.new(0, 0, 0)
- Bridge.BackgroundTransparency = 0.69999998807907
- Bridge.Position = UDim2.new(0, 215, 0, 220)
- Bridge.Size = UDim2.new(0, 100, 0, 20)
- Bridge.Font = Enum.Font.Fantasy
- Bridge.Text = "Bridge"
- Bridge.TextColor3 = Color3.new(1, 1, 1)
- Bridge.TextSize = 14
- SkiLodge.Name = "SkiLodge"
- SkiLodge.Parent = WaypointsFrame
- SkiLodge.BackgroundColor3 = Color3.new(0, 0, 0)
- SkiLodge.BackgroundTransparency = 0.69999998807907
- SkiLodge.Position = UDim2.new(0, 215, 0, 245)
- SkiLodge.Size = UDim2.new(0, 100, 0, 20)
- SkiLodge.Font = Enum.Font.Fantasy
- SkiLodge.Text = "Ski Lodge"
- SkiLodge.TextColor3 = Color3.new(1, 1, 1)
- SkiLodge.TextSize = 14
- Shrine.Name = "Shrine"
- Shrine.Parent = WaypointsFrame
- Shrine.BackgroundColor3 = Color3.new(0, 0, 0)
- Shrine.BackgroundTransparency = 0.69999998807907
- Shrine.Position = UDim2.new(0, 215, 0, 270)
- Shrine.Size = UDim2.new(0, 100, 0, 20)
- Shrine.Font = Enum.Font.Fantasy
- Shrine.Text = "Shrine Of Sight"
- Shrine.TextColor3 = Color3.new(1, 1, 1)
- Shrine.TextSize = 14
- Orchard.Name = "Orchard"
- Orchard.Parent = WaypointsFrame
- Orchard.BackgroundColor3 = Color3.new(0, 0, 0)
- Orchard.BackgroundTransparency = 0.69999998807907
- Orchard.Position = UDim2.new(0, 5, 0, 220)
- Orchard.Size = UDim2.new(0, 100, 0, 20)
- Orchard.Font = Enum.Font.Fantasy
- Orchard.Text = "Cherry Orchard"
- Orchard.TextColor3 = Color3.new(1, 1, 1)
- Orchard.TextSize = 14
- ToolsFrame.Name = "ToolsFrame"
- ToolsFrame.Parent = LumberTycoon2ReDesign
- ToolsFrame.Active = true
- ToolsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- ToolsFrame.BackgroundTransparency = 0.5
- ToolsFrame.BorderSizePixel = 0
- ToolsFrame.Draggable = true
- ToolsFrame.Position = UDim2.new(0, 710, 0, 25)
- ToolsFrame.Selectable = true
- ToolsFrame.Size = UDim2.new(0, 110, 0, 185)
- ToolsFrame.Visible = false
- ToolTitle.Name = "ToolTitle"
- ToolTitle.Parent = ToolsFrame
- ToolTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- ToolTitle.BackgroundTransparency = 0.10000000149012
- ToolTitle.BorderSizePixel = 0
- ToolTitle.Position = UDim2.new(0, 5, 0, 5)
- ToolTitle.Size = UDim2.new(0, 100, 0, 20)
- ToolTitle.Font = Enum.Font.Fantasy
- ToolTitle.Text = "Tools"
- ToolTitle.TextColor3 = Color3.new(1, 1, 1)
- ToolTitle.TextSize = 14
- BToolTitle.Name = "BToolTitle"
- BToolTitle.Parent = ToolsFrame
- BToolTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- BToolTitle.BackgroundTransparency = 1
- BToolTitle.BorderSizePixel = 0
- BToolTitle.Position = UDim2.new(0, 5, 0, 25)
- BToolTitle.Size = UDim2.new(0, 100, 0, 20)
- BToolTitle.Font = Enum.Font.Fantasy
- BToolTitle.Text = "-- B Tools --"
- BToolTitle.TextColor3 = Color3.new(1, 1, 1)
- BToolTitle.TextSize = 14
- Move.Name = "Move"
- Move.Parent = ToolsFrame
- Move.BackgroundColor3 = Color3.new(0, 0, 0)
- Move.BackgroundTransparency = 0.69999998807907
- Move.Position = UDim2.new(0, 5, 0, 45)
- Move.Size = UDim2.new(0, 100, 0, 20)
- Move.Font = Enum.Font.Fantasy
- Move.Text = "Move"
- Move.TextColor3 = Color3.new(1, 1, 1)
- Move.TextSize = 14
- Copy.Name = "Copy"
- Copy.Parent = ToolsFrame
- Copy.BackgroundColor3 = Color3.new(0, 0, 0)
- Copy.BackgroundTransparency = 0.69999998807907
- Copy.Position = UDim2.new(0, 5, 0, 70)
- Copy.Size = UDim2.new(0, 100, 0, 20)
- Copy.Font = Enum.Font.Fantasy
- Copy.Text = "Copy"
- Copy.TextColor3 = Color3.new(1, 1, 1)
- Copy.TextSize = 14
- Delete.Name = "Delete"
- Delete.Parent = ToolsFrame
- Delete.BackgroundColor3 = Color3.new(0, 0, 0)
- Delete.BackgroundTransparency = 0.69999998807907
- Delete.Position = UDim2.new(0, 5, 0, 95)
- Delete.Size = UDim2.new(0, 100, 0, 20)
- Delete.Font = Enum.Font.Fantasy
- Delete.Text = "Delete"
- Delete.TextColor3 = Color3.new(1, 1, 1)
- Delete.TextSize = 14
- TPTool.Name = "TPTool"
- TPTool.Parent = ToolsFrame
- TPTool.BackgroundColor3 = Color3.new(0, 0, 0)
- TPTool.BackgroundTransparency = 0.69999998807907
- TPTool.Position = UDim2.new(0, 5, 0, 135)
- TPTool.Size = UDim2.new(0, 100, 0, 20)
- TPTool.Font = Enum.Font.Fantasy
- TPTool.Text = "TP Tool"
- TPTool.TextColor3 = Color3.new(1, 1, 1)
- TPTool.TextSize = 14
- OtherToolTitle.Name = "OtherToolTitle"
- OtherToolTitle.Parent = ToolsFrame
- OtherToolTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- OtherToolTitle.BackgroundTransparency = 1
- OtherToolTitle.BorderSizePixel = 0
- OtherToolTitle.Position = UDim2.new(0, 5, 0, 115)
- OtherToolTitle.Size = UDim2.new(0, 100, 0, 20)
- OtherToolTitle.Font = Enum.Font.Fantasy
- OtherToolTitle.Text = "-- B Tools --"
- OtherToolTitle.TextColor3 = Color3.new(1, 1, 1)
- OtherToolTitle.TextSize = 14
- BlueprintTools.Name = "BlueprintTools"
- BlueprintTools.Parent = ToolsFrame
- BlueprintTools.BackgroundColor3 = Color3.new(0, 0, 0)
- BlueprintTools.BackgroundTransparency = 0.69999998807907
- BlueprintTools.Position = UDim2.new(0, 5, 0, 160)
- BlueprintTools.Size = UDim2.new(0, 100, 0, 20)
- BlueprintTools.Font = Enum.Font.Fantasy
- BlueprintTools.Text = "Blueprint Tools"
- BlueprintTools.TextColor3 = Color3.new(1, 1, 1)
- BlueprintTools.TextSize = 14
- TogglesFrame.Name = "TogglesFrame"
- TogglesFrame.Parent = LumberTycoon2ReDesign
- TogglesFrame.Active = true
- TogglesFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- TogglesFrame.BackgroundTransparency = 0.5
- TogglesFrame.BorderSizePixel = 0
- TogglesFrame.Draggable = true
- TogglesFrame.Position = UDim2.new(0, 590, 0, 25)
- TogglesFrame.Selectable = true
- TogglesFrame.Size = UDim2.new(0, 110, 0, 210)
- TogglesFrame.Visible = false
- ToggleTitle.Name = "ToggleTitle"
- ToggleTitle.Parent = TogglesFrame
- ToggleTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- ToggleTitle.BackgroundTransparency = 0.10000000149012
- ToggleTitle.BorderSizePixel = 0
- ToggleTitle.Position = UDim2.new(0, 5, 0, 5)
- ToggleTitle.Size = UDim2.new(0, 100, 0, 20)
- ToggleTitle.Font = Enum.Font.Fantasy
- ToggleTitle.Text = "Toggles"
- ToggleTitle.TextColor3 = Color3.new(1, 1, 1)
- ToggleTitle.TextSize = 14
- NoDisableTitle.Name = "NoDisableTitle"
- NoDisableTitle.Parent = TogglesFrame
- NoDisableTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- NoDisableTitle.BackgroundTransparency = 1
- NoDisableTitle.BorderSizePixel = 0
- NoDisableTitle.Position = UDim2.new(0, 5, 0, 25)
- NoDisableTitle.Size = UDim2.new(0, 100, 0, 20)
- NoDisableTitle.Font = Enum.Font.Fantasy
- NoDisableTitle.Text = "-- Can't Disable --"
- NoDisableTitle.TextColor3 = Color3.new(1, 1, 1)
- NoDisableTitle.TextSize = 14
- GodAxe.Name = "GodAxe"
- GodAxe.Parent = TogglesFrame
- GodAxe.BackgroundColor3 = Color3.new(0, 0, 0)
- GodAxe.BackgroundTransparency = 0.69999998807907
- GodAxe.Position = UDim2.new(0, 5, 0, 45)
- GodAxe.Size = UDim2.new(0, 100, 0, 20)
- GodAxe.Font = Enum.Font.Fantasy
- GodAxe.Text = "God Hatchet"
- GodAxe.TextColor3 = Color3.new(1, 1, 1)
- GodAxe.TextSize = 14
- OnOffTitle.Name = "OnOffTitle"
- OnOffTitle.Parent = TogglesFrame
- OnOffTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- OnOffTitle.BackgroundTransparency = 1
- OnOffTitle.BorderSizePixel = 0
- OnOffTitle.Position = UDim2.new(0, 5, 0, 90)
- OnOffTitle.Size = UDim2.new(0, 100, 0, 20)
- OnOffTitle.Font = Enum.Font.Fantasy
- OnOffTitle.Text = "-- Can Disable --"
- OnOffTitle.TextColor3 = Color3.new(1, 1, 1)
- OnOffTitle.TextSize = 14
- NoClip.Name = "NoClip"
- NoClip.Parent = TogglesFrame
- NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
- NoClip.BackgroundTransparency = 0.69999998807907
- NoClip.Position = UDim2.new(0, 5, 0, 110)
- NoClip.Size = UDim2.new(0, 100, 0, 20)
- NoClip.Font = Enum.Font.Fantasy
- NoClip.Text = "NoClip"
- NoClip.TextColor3 = Color3.new(1, 1, 1)
- NoClip.TextSize = 14
- Fly.Name = "Fly"
- Fly.Parent = TogglesFrame
- Fly.BackgroundColor3 = Color3.new(0, 0, 0)
- Fly.BackgroundTransparency = 0.69999998807907
- Fly.Position = UDim2.new(0, 5, 0, 135)
- Fly.Size = UDim2.new(0, 100, 0, 20)
- Fly.Font = Enum.Font.Fantasy
- Fly.Text = "Fly"
- Fly.TextColor3 = Color3.new(1, 1, 1)
- Fly.TextSize = 14
- ClickTP.Name = "ClickTP"
- ClickTP.Parent = TogglesFrame
- ClickTP.BackgroundColor3 = Color3.new(0, 0, 0)
- ClickTP.BackgroundTransparency = 0.69999998807907
- ClickTP.Position = UDim2.new(0, 5, 0, 70)
- ClickTP.Size = UDim2.new(0, 100, 0, 20)
- ClickTP.Font = Enum.Font.Fantasy
- ClickTP.Text = "Click TP"
- ClickTP.TextColor3 = Color3.new(1, 1, 1)
- ClickTP.TextSize = 14
- WaterWalk.Name = "WaterWalk"
- WaterWalk.Parent = TogglesFrame
- WaterWalk.BackgroundColor3 = Color3.new(0, 0, 0)
- WaterWalk.BackgroundTransparency = 0.69999998807907
- WaterWalk.Position = UDim2.new(0, 5, 0, 160)
- WaterWalk.Size = UDim2.new(0, 100, 0, 20)
- WaterWalk.Font = Enum.Font.Fantasy
- WaterWalk.Text = "Water Walk"
- WaterWalk.TextColor3 = Color3.new(1, 1, 1)
- WaterWalk.TextSize = 14
- Dupe.Name = "Dupe"
- Dupe.Parent = TogglesFrame
- Dupe.BackgroundColor3 = Color3.new(0, 0, 0)
- Dupe.BackgroundTransparency = 0.69999998807907
- Dupe.Position = UDim2.new(0, 5, 0, 185)
- Dupe.Size = UDim2.new(0, 100, 0, 20)
- Dupe.Font = Enum.Font.Fantasy
- Dupe.Text = "Base Dupe"
- Dupe.TextColor3 = Color3.new(1, 1, 1)
- Dupe.TextSize = 14
- PlayerFrame.Name = "PlayerFrame"
- PlayerFrame.Parent = LumberTycoon2ReDesign
- PlayerFrame.Active = true
- PlayerFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- PlayerFrame.BackgroundTransparency = 0.5
- PlayerFrame.BorderSizePixel = 0
- PlayerFrame.Draggable = true
- PlayerFrame.Position = UDim2.new(0, 50, 0, 325)
- PlayerFrame.Selectable = true
- PlayerFrame.Size = UDim2.new(0, 100, 0, 205)
- PlayerFrame.Visible = false
- PlayerTitle.Name = "PlayerTitle"
- PlayerTitle.Parent = PlayerFrame
- PlayerTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- PlayerTitle.BackgroundTransparency = 0.10000000149012
- PlayerTitle.BorderSizePixel = 0
- PlayerTitle.Position = UDim2.new(0, 5, 0, 5)
- PlayerTitle.Size = UDim2.new(0, 90, 0, 20)
- PlayerTitle.Font = Enum.Font.Fantasy
- PlayerTitle.Text = "Player TP's"
- PlayerTitle.TextColor3 = Color3.new(1, 1, 1)
- PlayerTitle.TextSize = 14
- OtherFrame.Name = "OtherFrame"
- OtherFrame.Parent = LumberTycoon2ReDesign
- OtherFrame.Active = true
- OtherFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- OtherFrame.BackgroundTransparency = 0.5
- OtherFrame.BorderSizePixel = 0
- OtherFrame.Draggable = true
- OtherFrame.Position = UDim2.new(0, 1040, 0, 25)
- OtherFrame.Selectable = true
- OtherFrame.Size = UDim2.new(0, 110, 0, 180)
- OtherFrame.Visible = false
- OtherTitle.Name = "OtherTitle"
- OtherTitle.Parent = OtherFrame
- OtherTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- OtherTitle.BackgroundTransparency = 0.10000000149012
- OtherTitle.BorderSizePixel = 0
- OtherTitle.Position = UDim2.new(0, 5, 0, 5)
- OtherTitle.Size = UDim2.new(0, 100, 0, 20)
- OtherTitle.Font = Enum.Font.Fantasy
- OtherTitle.Text = "Other Features"
- OtherTitle.TextColor3 = Color3.new(1, 1, 1)
- OtherTitle.TextSize = 14
- GreyWood.Name = "GreyWood"
- GreyWood.Parent = OtherFrame
- GreyWood.BackgroundColor3 = Color3.new(0, 0, 0)
- GreyWood.BackgroundTransparency = 0.69999998807907
- GreyWood.Position = UDim2.new(0, 5, 0, 30)
- GreyWood.Size = UDim2.new(0, 100, 0, 20)
- GreyWood.Font = Enum.Font.Fantasy
- GreyWood.Text = "Grey Blueprints"
- GreyWood.TextColor3 = Color3.new(1, 1, 1)
- GreyWood.TextSize = 14
- PinkWire.Name = "PinkWire"
- PinkWire.Parent = OtherFrame
- PinkWire.BackgroundColor3 = Color3.new(0, 0, 0)
- PinkWire.BackgroundTransparency = 0.69999998807907
- PinkWire.Position = UDim2.new(0, 5, 0, 55)
- PinkWire.Size = UDim2.new(0, 100, 0, 20)
- PinkWire.Font = Enum.Font.Fantasy
- PinkWire.Text = "Pink Wire"
- PinkWire.TextColor3 = Color3.new(1, 1, 1)
- PinkWire.TextSize = 14
- PinkLight.Name = "PinkLight"
- PinkLight.Parent = OtherFrame
- PinkLight.BackgroundColor3 = Color3.new(0, 0, 0)
- PinkLight.BackgroundTransparency = 0.69999998807907
- PinkLight.Position = UDim2.new(0, 5, 0, 80)
- PinkLight.Size = UDim2.new(0, 100, 0, 20)
- PinkLight.Font = Enum.Font.Fantasy
- PinkLight.Text = "Pink Lights"
- PinkLight.TextColor3 = Color3.new(1, 1, 1)
- PinkLight.TextSize = 14
- LeakItems.Name = "LeakItems"
- LeakItems.Parent = OtherFrame
- LeakItems.BackgroundColor3 = Color3.new(0, 0, 0)
- LeakItems.BackgroundTransparency = 0.69999998807907
- LeakItems.Position = UDim2.new(0, 5, 0, 105)
- LeakItems.Size = UDim2.new(0, 100, 0, 20)
- LeakItems.Font = Enum.Font.Fantasy
- LeakItems.Text = "Leak Items"
- LeakItems.TextColor3 = Color3.new(1, 1, 1)
- LeakItems.TextSize = 14
- FindSpook.Name = "FindSpook"
- FindSpook.Parent = OtherFrame
- FindSpook.BackgroundColor3 = Color3.new(0, 0, 0)
- FindSpook.BackgroundTransparency = 0.69999998807907
- FindSpook.Position = UDim2.new(0, 5, 0, 130)
- FindSpook.Size = UDim2.new(0, 100, 0, 20)
- FindSpook.Font = Enum.Font.Fantasy
- FindSpook.Text = "Find Spook"
- FindSpook.TextColor3 = Color3.new(1, 1, 1)
- FindSpook.TextSize = 14
- FindSinister.Name = "FindSinister"
- FindSinister.Parent = OtherFrame
- FindSinister.BackgroundColor3 = Color3.new(0, 0, 0)
- FindSinister.BackgroundTransparency = 0.69999998807907
- FindSinister.Position = UDim2.new(0, 5, 0, 155)
- FindSinister.Size = UDim2.new(0, 100, 0, 20)
- FindSinister.Font = Enum.Font.Fantasy
- FindSinister.Text = "Find Sinister"
- FindSinister.TextColor3 = Color3.new(1, 1, 1)
- FindSinister.TextSize = 14
- StartFrame.Name = "StartFrame"
- StartFrame.Parent = LumberTycoon2ReDesign
- StartFrame.Active = true
- StartFrame.AnchorPoint = Vector2.new(0.5, 0)
- StartFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- StartFrame.BackgroundTransparency = 0.5
- StartFrame.BorderSizePixel = 0
- StartFrame.Position = UDim2.new(0.400000006, 0, 0, -35)
- StartFrame.Selectable = true
- StartFrame.Size = UDim2.new(0, 730, 0, 30)
- Waypoints.Name = "Waypoints"
- Waypoints.Parent = StartFrame
- Waypoints.BackgroundColor3 = Color3.new(0, 0, 0)
- Waypoints.BackgroundTransparency = 0.69999998807907
- Waypoints.Position = UDim2.new(0, 5, 0, 5)
- Waypoints.Size = UDim2.new(0, 70, 0, 20)
- Waypoints.Font = Enum.Font.Fantasy
- Waypoints.Text = "Waypoints"
- Waypoints.TextColor3 = Color3.new(1, 1, 1)
- Waypoints.TextSize = 14
- PlrTeleports.Name = "PlrTeleports"
- PlrTeleports.Parent = StartFrame
- PlrTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
- PlrTeleports.BackgroundTransparency = 0.69999998807907
- PlrTeleports.Position = UDim2.new(0, 80, 0, 5)
- PlrTeleports.Size = UDim2.new(0, 50, 0, 20)
- PlrTeleports.Font = Enum.Font.Fantasy
- PlrTeleports.Text = "Players"
- PlrTeleports.TextColor3 = Color3.new(1, 1, 1)
- PlrTeleports.TextSize = 14
- Other.Name = "Other"
- Other.Parent = StartFrame
- Other.BackgroundColor3 = Color3.new(0, 0, 0)
- Other.BackgroundTransparency = 0.69999998807907
- Other.Position = UDim2.new(0, 455, 0, 5)
- Other.Size = UDim2.new(0, 90, 0, 20)
- Other.Font = Enum.Font.Fantasy
- Other.Text = "More Features"
- Other.TextColor3 = Color3.new(1, 1, 1)
- Other.TextSize = 14
- Tools.Name = "Tools"
- Tools.Parent = StartFrame
- Tools.BackgroundColor3 = Color3.new(0, 0, 0)
- Tools.BackgroundTransparency = 0.69999998807907
- Tools.Position = UDim2.new(0, 315, 0, 5)
- Tools.Size = UDim2.new(0, 35, 0, 20)
- Tools.Font = Enum.Font.Fantasy
- Tools.Text = "Tools"
- Tools.TextColor3 = Color3.new(1, 1, 1)
- Tools.TextSize = 14
- Toggles.Name = "Toggles"
- Toggles.Parent = StartFrame
- Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
- Toggles.BackgroundTransparency = 0.69999998807907
- Toggles.Position = UDim2.new(0, 260, 0, 5)
- Toggles.Size = UDim2.new(0, 50, 0, 20)
- Toggles.Font = Enum.Font.Fantasy
- Toggles.Text = "Toggles"
- Toggles.TextColor3 = Color3.new(1, 1, 1)
- Toggles.TextSize = 14
- Close.Name = "Close"
- Close.Parent = StartFrame
- Close.BackgroundColor3 = Color3.new(0, 0, 0)
- Close.BackgroundTransparency = 0.69999998807907
- Close.Position = UDim2.new(0, 700, 0, 5)
- Close.Size = UDim2.new(0, 25, 0, 20)
- Close.Font = Enum.Font.Fantasy
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 14
- Minimize.Name = "Minimize"
- Minimize.Parent = StartFrame
- Minimize.BackgroundColor3 = Color3.new(0, 0, 0)
- Minimize.BackgroundTransparency = 0.69999998807907
- Minimize.Position = UDim2.new(0, 670, 0, 5)
- Minimize.Size = UDim2.new(0, 25, 0, 20)
- Minimize.Font = Enum.Font.Fantasy
- Minimize.Text = "-"
- Minimize.TextColor3 = Color3.new(1, 1, 1)
- Minimize.TextSize = 30
- LocalPlayer.Name = "LocalPlayer"
- LocalPlayer.Parent = StartFrame
- LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
- LocalPlayer.BackgroundTransparency = 0.69999998807907
- LocalPlayer.Position = UDim2.new(0, 180, 0, 5)
- LocalPlayer.Size = UDim2.new(0, 75, 0, 20)
- LocalPlayer.Font = Enum.Font.Fantasy
- LocalPlayer.Text = "LocalPlayer"
- LocalPlayer.TextColor3 = Color3.new(1, 1, 1)
- LocalPlayer.TextSize = 14
- MapModify.Name = "MapModify"
- MapModify.Parent = StartFrame
- MapModify.BackgroundColor3 = Color3.new(0, 0, 0)
- MapModify.BackgroundTransparency = 0.69999998807907
- MapModify.Position = UDim2.new(0, 355, 0, 5)
- MapModify.Size = UDim2.new(0, 95, 0, 20)
- MapModify.Font = Enum.Font.Fantasy
- MapModify.Text = "Map Modifying"
- MapModify.TextColor3 = Color3.new(1, 1, 1)
- MapModify.TextSize = 14
- Times.Name = "Times"
- Times.Parent = StartFrame
- Times.BackgroundColor3 = Color3.new(0, 0, 0)
- Times.BackgroundTransparency = 0.69999998807907
- Times.Position = UDim2.new(0, 550, 0, 5)
- Times.Size = UDim2.new(0, 40, 0, 20)
- Times.Font = Enum.Font.Fantasy
- Times.Text = "Times"
- Times.TextColor3 = Color3.new(1, 1, 1)
- Times.TextSize = 14
- DevConsoleNote.Name = "DevConsoleNote"
- DevConsoleNote.Parent = StartFrame
- DevConsoleNote.BackgroundColor3 = Color3.new(1, 1, 1)
- DevConsoleNote.BackgroundTransparency = 1
- DevConsoleNote.BorderSizePixel = 0
- DevConsoleNote.Position = UDim2.new(0, 735, 0, 5)
- DevConsoleNote.Size = UDim2.new(0, 100, 0, 20)
- DevConsoleNote.Font = Enum.Font.Fantasy
- DevConsoleNote.Text = "-- F9 for Details"
- DevConsoleNote.TextColor3 = Color3.new(1, 0, 0)
- DevConsoleNote.TextSize = 14
- BaseTeleports.Name = "BaseTeleports"
- BaseTeleports.Parent = StartFrame
- BaseTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
- BaseTeleports.BackgroundTransparency = 0.69999998807907
- BaseTeleports.Position = UDim2.new(0, 135, 0, 5)
- BaseTeleports.Size = UDim2.new(0, 40, 0, 20)
- BaseTeleports.Font = Enum.Font.Fantasy
- BaseTeleports.Text = "Bases"
- BaseTeleports.TextColor3 = Color3.new(1, 1, 1)
- BaseTeleports.TextSize = 14
- WoodTeleport.Name = "WoodTeleport"
- WoodTeleport.Parent = StartFrame
- WoodTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
- WoodTeleport.BackgroundTransparency = 0.69999998807907
- WoodTeleport.Position = UDim2.new(0, 595, 0, 5)
- WoodTeleport.Size = UDim2.new(0, 70, 0, 20)
- WoodTeleport.Font = Enum.Font.Fantasy
- WoodTeleport.Text = "Wood TP's"
- WoodTeleport.TextColor3 = Color3.new(1, 1, 1)
- WoodTeleport.TextSize = 14
- ModifyFrame.Name = "ModifyFrame"
- ModifyFrame.Parent = LumberTycoon2ReDesign
- ModifyFrame.Active = true
- ModifyFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- ModifyFrame.BackgroundTransparency = 0.5
- ModifyFrame.BorderSizePixel = 0
- ModifyFrame.Draggable = true
- ModifyFrame.Position = UDim2.new(0, 830, 0, 25)
- ModifyFrame.Selectable = true
- ModifyFrame.Size = UDim2.new(0, 200, 0, 145)
- ModifyFrame.Visible = false
- ModifyTitle.Name = "ModifyTitle"
- ModifyTitle.Parent = ModifyFrame
- ModifyTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- ModifyTitle.BackgroundTransparency = 0.10000000149012
- ModifyTitle.BorderSizePixel = 0
- ModifyTitle.Position = UDim2.new(0, 5, 0, 5)
- ModifyTitle.Size = UDim2.new(0, 190, 0, 20)
- ModifyTitle.Font = Enum.Font.Fantasy
- ModifyTitle.Text = "Map Modifying"
- ModifyTitle.TextColor3 = Color3.new(1, 1, 1)
- ModifyTitle.TextSize = 14
- LavaBoulders.Name = "LavaBoulders"
- LavaBoulders.Parent = ModifyFrame
- LavaBoulders.Active = false
- LavaBoulders.BackgroundColor3 = Color3.new(0, 0, 0)
- LavaBoulders.BackgroundTransparency = 0.69999998807907
- LavaBoulders.Position = UDim2.new(0, 5, 0, 45)
- LavaBoulders.Selectable = false
- LavaBoulders.Size = UDim2.new(0, 92, 0, 20)
- LavaBoulders.Font = Enum.Font.Fantasy
- LavaBoulders.Text = "Lava Boulders"
- LavaBoulders.TextColor3 = Color3.new(1, 1, 1)
- LavaBoulders.TextSize = 14
- IceBoulders.Name = "IceBoulders"
- IceBoulders.Parent = ModifyFrame
- IceBoulders.Active = false
- IceBoulders.BackgroundColor3 = Color3.new(0, 0, 0)
- IceBoulders.BackgroundTransparency = 0.69999998807907
- IceBoulders.Position = UDim2.new(0, 5, 0, 70)
- IceBoulders.Selectable = false
- IceBoulders.Size = UDim2.new(0, 92, 0, 20)
- IceBoulders.Font = Enum.Font.Fantasy
- IceBoulders.Text = "Ice Boulders"
- IceBoulders.TextColor3 = Color3.new(1, 1, 1)
- IceBoulders.TextSize = 14
- ShrineDoors.Name = "ShrineDoors"
- ShrineDoors.Parent = ModifyFrame
- ShrineDoors.Active = false
- ShrineDoors.BackgroundColor3 = Color3.new(0, 0, 0)
- ShrineDoors.BackgroundTransparency = 0.69999998807907
- ShrineDoors.Position = UDim2.new(0, 5, 0, 120)
- ShrineDoors.Selectable = false
- ShrineDoors.Size = UDim2.new(0, 92, 0, 20)
- ShrineDoors.Font = Enum.Font.Fantasy
- ShrineDoors.Text = "Shrine Doors"
- ShrineDoors.TextColor3 = Color3.new(1, 1, 1)
- ShrineDoors.TextSize = 14
- MazeWalls.Name = "MazeWalls"
- MazeWalls.Parent = ModifyFrame
- MazeWalls.Active = false
- MazeWalls.BackgroundColor3 = Color3.new(0, 0, 0)
- MazeWalls.BackgroundTransparency = 0.69999998807907
- MazeWalls.Position = UDim2.new(0, 5, 0, 95)
- MazeWalls.Selectable = false
- MazeWalls.Size = UDim2.new(0, 92, 0, 20)
- MazeWalls.Font = Enum.Font.Fantasy
- MazeWalls.Text = "Maze Walls"
- MazeWalls.TextColor3 = Color3.new(1, 1, 1)
- MazeWalls.TextSize = 14
- PalmBridge.Name = "PalmBridge"
- PalmBridge.Parent = ModifyFrame
- PalmBridge.Active = false
- PalmBridge.BackgroundColor3 = Color3.new(0, 0, 0)
- PalmBridge.BackgroundTransparency = 0.69999998807907
- PalmBridge.Position = UDim2.new(0, 102, 0, 95)
- PalmBridge.Selectable = false
- PalmBridge.Size = UDim2.new(0, 92, 0, 20)
- PalmBridge.Font = Enum.Font.Fantasy
- PalmBridge.Text = "Main To Palm"
- PalmBridge.TextColor3 = Color3.new(1, 1, 1)
- PalmBridge.TextSize = 14
- SafariBridge.Name = "SafariBridge"
- SafariBridge.Parent = ModifyFrame
- SafariBridge.Active = false
- SafariBridge.BackgroundColor3 = Color3.new(0, 0, 0)
- SafariBridge.BackgroundTransparency = 0.69999998807907
- SafariBridge.Position = UDim2.new(0, 102, 0, 45)
- SafariBridge.Selectable = false
- SafariBridge.Size = UDim2.new(0, 92, 0, 20)
- SafariBridge.Modal = true
- SafariBridge.Font = Enum.Font.Fantasy
- SafariBridge.Text = "Main To Safari"
- SafariBridge.TextColor3 = Color3.new(1, 1, 1)
- SafariBridge.TextSize = 14
- RemoveTitle.Name = "RemoveTitle"
- RemoveTitle.Parent = ModifyFrame
- RemoveTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- RemoveTitle.BackgroundTransparency = 1
- RemoveTitle.BorderSizePixel = 0
- RemoveTitle.Position = UDim2.new(0, 5, 0, 25)
- RemoveTitle.Size = UDim2.new(0, 92, 0, 20)
- RemoveTitle.Font = Enum.Font.Fantasy
- RemoveTitle.Text = "-- Removing --"
- RemoveTitle.TextColor3 = Color3.new(1, 1, 1)
- RemoveTitle.TextSize = 14
- BridgesTitle.Name = "BridgesTitle"
- BridgesTitle.Parent = ModifyFrame
- BridgesTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- BridgesTitle.BackgroundTransparency = 1
- BridgesTitle.BorderSizePixel = 0
- BridgesTitle.Position = UDim2.new(0, 102, 0, 25)
- BridgesTitle.Size = UDim2.new(0, 92, 0, 20)
- BridgesTitle.Font = Enum.Font.Fantasy
- BridgesTitle.Text = "-- Bridges --"
- BridgesTitle.TextColor3 = Color3.new(1, 1, 1)
- BridgesTitle.TextSize = 14
- GoldBridge.Name = "GoldBridge"
- GoldBridge.Parent = ModifyFrame
- GoldBridge.Active = false
- GoldBridge.BackgroundColor3 = Color3.new(0, 0, 0)
- GoldBridge.BackgroundTransparency = 0.69999998807907
- GoldBridge.Position = UDim2.new(0, 102, 0, 70)
- GoldBridge.Selectable = false
- GoldBridge.Size = UDim2.new(0, 92, 0, 20)
- GoldBridge.Font = Enum.Font.Fantasy
- GoldBridge.Text = "Car To Swamp"
- GoldBridge.TextColor3 = Color3.new(1, 1, 1)
- GoldBridge.TextSize = 14
- YellowBridge.Name = "YellowBridge"
- YellowBridge.Parent = ModifyFrame
- YellowBridge.Active = false
- YellowBridge.BackgroundColor3 = Color3.new(0, 0, 0)
- YellowBridge.BackgroundTransparency = 0.69999998807907
- YellowBridge.Position = UDim2.new(0, 102, 0, 120)
- YellowBridge.Selectable = false
- YellowBridge.Size = UDim2.new(0, 92, 0, 20)
- YellowBridge.Font = Enum.Font.Fantasy
- YellowBridge.Text = "Main To Yellow"
- YellowBridge.TextColor3 = Color3.new(1, 1, 1)
- YellowBridge.TextSize = 14
- BaseFrame.Name = "BaseFrame"
- BaseFrame.Parent = LumberTycoon2ReDesign
- BaseFrame.Active = true
- BaseFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- BaseFrame.BackgroundTransparency = 0.5
- BaseFrame.BorderSizePixel = 0
- BaseFrame.Draggable = true
- BaseFrame.Position = UDim2.new(0, 160, 0, 325)
- BaseFrame.Selectable = true
- BaseFrame.Size = UDim2.new(0, 100, 0, 205)
- BaseFrame.Visible = false
- BaseTitle.Name = "BaseTitle"
- BaseTitle.Parent = BaseFrame
- BaseTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- BaseTitle.BackgroundTransparency = 0.10000000149012
- BaseTitle.BorderSizePixel = 0
- BaseTitle.Position = UDim2.new(0, 5, 0, 5)
- BaseTitle.Size = UDim2.new(0, 90, 0, 20)
- BaseTitle.Font = Enum.Font.Fantasy
- BaseTitle.Text = "Base TP's"
- BaseTitle.TextColor3 = Color3.new(1, 1, 1)
- BaseTitle.TextSize = 14
- LocalFrame.Name = "LocalFrame"
- LocalFrame.Parent = LumberTycoon2ReDesign
- LocalFrame.Active = true
- LocalFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- LocalFrame.BackgroundTransparency = 0.5
- LocalFrame.BorderSizePixel = 0
- LocalFrame.Draggable = true
- LocalFrame.Position = UDim2.new(0, 380, 0, 25)
- LocalFrame.Selectable = true
- LocalFrame.Size = UDim2.new(0, 200, 0, 155)
- LocalFrame.Visible = false
- LocalTitle.Name = "LocalTitle"
- LocalTitle.Parent = LocalFrame
- LocalTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- LocalTitle.BackgroundTransparency = 0.10000000149012
- LocalTitle.BorderSizePixel = 0
- LocalTitle.Position = UDim2.new(0, 5, 0, 5)
- LocalTitle.Size = UDim2.new(0, 190, 0, 20)
- LocalTitle.Font = Enum.Font.Fantasy
- LocalTitle.Text = "LocalPlayer Options"
- LocalTitle.TextColor3 = Color3.new(1, 1, 1)
- LocalTitle.TextSize = 14
- Speed.Name = "Speed"
- Speed.Parent = LocalFrame
- Speed.BackgroundColor3 = Color3.new(0, 0, 0)
- Speed.BackgroundTransparency = 0.69999998807907
- Speed.Position = UDim2.new(0, 5, 0, 30)
- Speed.Size = UDim2.new(0, 92, 0, 20)
- Speed.Font = Enum.Font.Fantasy
- Speed.Text = "Change Speed"
- Speed.TextColor3 = Color3.new(1, 1, 1)
- Speed.TextSize = 14
- Height.Name = "Height"
- Height.Parent = LocalFrame
- Height.BackgroundColor3 = Color3.new(0, 0, 0)
- Height.BackgroundTransparency = 0.69999998807907
- Height.Position = UDim2.new(0, 5, 0, 55)
- Height.Size = UDim2.new(0, 92, 0, 20)
- Height.Font = Enum.Font.Fantasy
- Height.Text = "Change Jump"
- Height.TextColor3 = Color3.new(1, 1, 1)
- Height.TextSize = 14
- Gravity.Name = "Gravity"
- Gravity.Parent = LocalFrame
- Gravity.BackgroundColor3 = Color3.new(0, 0, 0)
- Gravity.BackgroundTransparency = 0.69999998807907
- Gravity.Position = UDim2.new(0, 5, 0, 80)
- Gravity.Size = UDim2.new(0, 92, 0, 20)
- Gravity.Font = Enum.Font.Fantasy
- Gravity.Text = "Change Gravity"
- Gravity.TextColor3 = Color3.new(1, 1, 1)
- Gravity.TextSize = 14
- SetPosition.Name = "SetPosition"
- SetPosition.Parent = LocalFrame
- SetPosition.BackgroundColor3 = Color3.new(0, 0, 0)
- SetPosition.BackgroundTransparency = 0.69999998807907
- SetPosition.Position = UDim2.new(0, 5, 0, 105)
- SetPosition.Size = UDim2.new(0, 92, 0, 20)
- SetPosition.Font = Enum.Font.Fantasy
- SetPosition.Text = "Set Position"
- SetPosition.TextColor3 = Color3.new(1, 1, 1)
- SetPosition.TextSize = 14
- GotoPosition.Name = "GotoPosition"
- GotoPosition.Parent = LocalFrame
- GotoPosition.BackgroundColor3 = Color3.new(0, 0, 0)
- GotoPosition.BackgroundTransparency = 0.69999998807907
- GotoPosition.NextSelectionRight = LocalFrame
- GotoPosition.Position = UDim2.new(0, 5, 0, 130)
- GotoPosition.Size = UDim2.new(0, 190, 0, 20)
- GotoPosition.Font = Enum.Font.Fantasy
- GotoPosition.Text = "Goto Custom Position"
- GotoPosition.TextColor3 = Color3.new(1, 1, 1)
- GotoPosition.TextSize = 14
- SpeedAmount.Name = "SpeedAmount"
- SpeedAmount.Parent = LocalFrame
- SpeedAmount.BackgroundColor3 = Color3.new(0, 0, 0)
- SpeedAmount.BackgroundTransparency = 0.69999998807907
- SpeedAmount.BorderSizePixel = 0
- SpeedAmount.Position = UDim2.new(0, 102, 0, 30)
- SpeedAmount.Size = UDim2.new(0, 92, 0, 20)
- SpeedAmount.Font = Enum.Font.Fantasy
- SpeedAmount.Text = "16"
- SpeedAmount.TextColor3 = Color3.new(1, 1, 1)
- SpeedAmount.TextSize = 14
- HeightAmount.Name = "HeightAmount"
- HeightAmount.Parent = LocalFrame
- HeightAmount.BackgroundColor3 = Color3.new(0, 0, 0)
- HeightAmount.BackgroundTransparency = 0.69999998807907
- HeightAmount.BorderSizePixel = 0
- HeightAmount.Position = UDim2.new(0, 102, 0, 55)
- HeightAmount.Size = UDim2.new(0, 92, 0, 20)
- HeightAmount.Font = Enum.Font.Fantasy
- HeightAmount.Text = "50"
- HeightAmount.TextColor3 = Color3.new(1, 1, 1)
- HeightAmount.TextSize = 14
- GravAmount.Name = "GravAmount"
- GravAmount.Parent = LocalFrame
- GravAmount.BackgroundColor3 = Color3.new(0, 0, 0)
- GravAmount.BackgroundTransparency = 0.69999998807907
- GravAmount.BorderSizePixel = 0
- GravAmount.Position = UDim2.new(0, 102, 0, 80)
- GravAmount.Size = UDim2.new(0, 92, 0, 20)
- GravAmount.Font = Enum.Font.Fantasy
- GravAmount.Text = "196.2"
- GravAmount.TextColor3 = Color3.new(1, 1, 1)
- GravAmount.TextSize = 14
- PositionTitle.Name = "PositionTitle"
- PositionTitle.Parent = LocalFrame
- PositionTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- PositionTitle.BackgroundTransparency = 0.69999998807907
- PositionTitle.BorderSizePixel = 0
- PositionTitle.Position = UDim2.new(0, 102, 0, 105)
- PositionTitle.Size = UDim2.new(0, 92, 0, 20)
- PositionTitle.Font = Enum.Font.Fantasy
- PositionTitle.Text = "*Position*"
- PositionTitle.TextColor3 = Color3.new(1, 1, 1)
- PositionTitle.TextSize = 14
- TimesFrame.Name = "TimesFrame"
- TimesFrame.Parent = LumberTycoon2ReDesign
- TimesFrame.Active = true
- TimesFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- TimesFrame.BackgroundTransparency = 0.5
- TimesFrame.BorderSizePixel = 0
- TimesFrame.Draggable = true
- TimesFrame.Position = UDim2.new(0, 830, 0, 180)
- TimesFrame.Selectable = true
- TimesFrame.Size = UDim2.new(0, 200, 0, 145)
- TimesFrame.Visible = false
- TimesTitle.Name = "TimesTitle"
- TimesTitle.Parent = TimesFrame
- TimesTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- TimesTitle.BackgroundTransparency = 0.10000000149012
- TimesTitle.BorderSizePixel = 0
- TimesTitle.Position = UDim2.new(0, 5, 0, 5)
- TimesTitle.Size = UDim2.new(0, 190, 0, 20)
- TimesTitle.Font = Enum.Font.Fantasy
- TimesTitle.Text = "Shop Opening Times"
- TimesTitle.TextColor3 = Color3.new(1, 1, 1)
- TimesTitle.TextSize = 14
- TimeNowTitle.Name = "TimeNowTitle"
- TimeNowTitle.Parent = TimesFrame
- TimeNowTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- TimeNowTitle.BackgroundTransparency = 1
- TimeNowTitle.BorderSizePixel = 0
- TimeNowTitle.Position = UDim2.new(0, 5, 0, 25)
- TimeNowTitle.Size = UDim2.new(0, 190, 0, 20)
- TimeNowTitle.Font = Enum.Font.Fantasy
- TimeNowTitle.Text = "-- Current Time: 00:00:00 --"
- TimeNowTitle.TextColor3 = Color3.new(1, 1, 1)
- TimeNowTitle.TextSize = 14
- CarsTitle.Name = "CarsTitle"
- CarsTitle.Parent = TimesFrame
- CarsTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- CarsTitle.BackgroundTransparency = 0.69999998807907
- CarsTitle.BorderSizePixel = 0
- CarsTitle.Position = UDim2.new(0, 5, 0, 50)
- CarsTitle.Size = UDim2.new(0, 92, 0, 20)
- CarsTitle.Font = Enum.Font.Fantasy
- CarsTitle.Text = "Boxed Cars"
- CarsTitle.TextColor3 = Color3.new(1, 1, 1)
- CarsTitle.TextSize = 14
- FurnishTitle.Name = "FurnishTitle"
- FurnishTitle.Parent = TimesFrame
- FurnishTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- FurnishTitle.BackgroundTransparency = 0.69999998807907
- FurnishTitle.BorderSizePixel = 0
- FurnishTitle.Position = UDim2.new(0, 5, 0, 75)
- FurnishTitle.Size = UDim2.new(0, 92, 0, 20)
- FurnishTitle.Font = Enum.Font.Fantasy
- FurnishTitle.Text = "Furnishings"
- FurnishTitle.TextColor3 = Color3.new(1, 1, 1)
- FurnishTitle.TextSize = 14
- LinkTitle.Name = "LinkTitle"
- LinkTitle.Parent = TimesFrame
- LinkTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- LinkTitle.BackgroundTransparency = 0.69999998807907
- LinkTitle.BorderSizePixel = 0
- LinkTitle.Position = UDim2.new(0, 5, 0, 100)
- LinkTitle.Size = UDim2.new(0, 92, 0, 20)
- LinkTitle.Font = Enum.Font.Fantasy
- LinkTitle.Text = "Link's Logic"
- LinkTitle.TextColor3 = Color3.new(1, 1, 1)
- LinkTitle.TextSize = 14
- OtherShopsNote.Name = "OtherShopsNote"
- OtherShopsNote.Parent = TimesFrame
- OtherShopsNote.BackgroundColor3 = Color3.new(1, 0, 0)
- OtherShopsNote.BackgroundTransparency = 1
- OtherShopsNote.BorderSizePixel = 0
- OtherShopsNote.Position = UDim2.new(0, 5, 0, 120)
- OtherShopsNote.Size = UDim2.new(0, 190, 0, 20)
- OtherShopsNote.Font = Enum.Font.Fantasy
- OtherShopsNote.Text = "All Other Shops Are Open 24/7"
- OtherShopsNote.TextColor3 = Color3.new(1, 1, 1)
- OtherShopsNote.TextSize = 14
- FOpenTitle.Name = "FOpenTitle"
- FOpenTitle.Parent = TimesFrame
- FOpenTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- FOpenTitle.BackgroundTransparency = 0.69999998807907
- FOpenTitle.BorderSizePixel = 0
- FOpenTitle.Position = UDim2.new(0, 102, 0, 75)
- FOpenTitle.Size = UDim2.new(0, 92, 0, 20)
- FOpenTitle.Font = Enum.Font.Fantasy
- FOpenTitle.Text = " -- Status --"
- FOpenTitle.TextColor3 = Color3.new(1, 1, 1)
- FOpenTitle.TextSize = 14
- COpenTitle.Name = "COpenTitle"
- COpenTitle.Parent = TimesFrame
- COpenTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- COpenTitle.BackgroundTransparency = 0.69999998807907
- COpenTitle.BorderSizePixel = 0
- COpenTitle.Position = UDim2.new(0, 102, 0, 50)
- COpenTitle.Size = UDim2.new(0, 92, 0, 20)
- COpenTitle.Font = Enum.Font.Fantasy
- COpenTitle.Text = " -- Status --"
- COpenTitle.TextColor3 = Color3.new(1, 1, 1)
- COpenTitle.TextSize = 14
- LOpenTitle.Name = "LOpenTitle"
- LOpenTitle.Parent = TimesFrame
- LOpenTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- LOpenTitle.BackgroundTransparency = 0.69999998807907
- LOpenTitle.BorderSizePixel = 0
- LOpenTitle.Position = UDim2.new(0, 102, 0, 100)
- LOpenTitle.Size = UDim2.new(0, 92, 0, 20)
- LOpenTitle.Font = Enum.Font.Fantasy
- LOpenTitle.Text = "-- Status --"
- LOpenTitle.TextColor3 = Color3.new(1, 1, 1)
- LOpenTitle.TextSize = 14
- WoodFrame.Name = "WoodFrame"
- WoodFrame.Parent = LumberTycoon2ReDesign
- WoodFrame.Active = true
- WoodFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- WoodFrame.BackgroundTransparency = 0.5
- WoodFrame.BorderSizePixel = 0
- WoodFrame.Draggable = true
- WoodFrame.Position = UDim2.new(0, 380, 0, 190)
- WoodFrame.Selectable = true
- WoodFrame.Size = UDim2.new(0, 200, 0, 175)
- WoodFrame.Visible = false
- WoodTitle.Name = "WoodTitle"
- WoodTitle.Parent = WoodFrame
- WoodTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- WoodTitle.BackgroundTransparency = 0.10000000149012
- WoodTitle.BorderSizePixel = 0
- WoodTitle.Position = UDim2.new(0, 5, 0, 5)
- WoodTitle.Size = UDim2.new(0, 190, 0, 20)
- WoodTitle.Font = Enum.Font.Fantasy
- WoodTitle.Text = "Wood Teleporting"
- WoodTitle.TextColor3 = Color3.new(1, 1, 1)
- WoodTitle.TextSize = 14
- ToSawmillTitle.Name = "ToSawmillTitle"
- ToSawmillTitle.Parent = WoodFrame
- ToSawmillTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- ToSawmillTitle.BackgroundTransparency = 1
- ToSawmillTitle.BorderSizePixel = 0
- ToSawmillTitle.Position = UDim2.new(0, 5, 0, 25)
- ToSawmillTitle.Size = UDim2.new(0, 190, 0, 20)
- ToSawmillTitle.Font = Enum.Font.Fantasy
- ToSawmillTitle.Text = "-- Teleport To Sawmill --"
- ToSawmillTitle.TextColor3 = Color3.new(1, 1, 1)
- ToSawmillTitle.TextSize = 14
- SawmillTitle.Name = "SawmillTitle"
- SawmillTitle.Parent = WoodFrame
- SawmillTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- SawmillTitle.BackgroundTransparency = 0.69999998807907
- SawmillTitle.BorderSizePixel = 0
- SawmillTitle.Position = UDim2.new(0, 5, 0, 50)
- SawmillTitle.Size = UDim2.new(0, 85, 0, 20)
- SawmillTitle.Font = Enum.Font.Fantasy
- SawmillTitle.Text = "Sawmill:"
- SawmillTitle.TextColor3 = Color3.new(1, 1, 1)
- SawmillTitle.TextSize = 14
- SawmillSetTitle.Name = "SawmillSetTitle"
- SawmillSetTitle.Parent = WoodFrame
- SawmillSetTitle.BackgroundColor3 = Color3.new(0, 0, 0)
- SawmillSetTitle.BackgroundTransparency = 0.69999998807907
- SawmillSetTitle.BorderSizePixel = 0
- SawmillSetTitle.Position = UDim2.new(0, 95, 0, 50)
- SawmillSetTitle.Size = UDim2.new(0, 100, 0, 20)
- SawmillSetTitle.Font = Enum.Font.Fantasy
- SawmillSetTitle.Text = "Not Selected"
- SawmillSetTitle.TextColor3 = Color3.new(1, 0, 0)
- SawmillSetTitle.TextSize = 14
- KeybindingsTitle.Name = "KeybindingsTitle"
- KeybindingsTitle.Parent = WoodFrame
- KeybindingsTitle.BackgroundColor3 = Color3.new(1, 0, 0)
- KeybindingsTitle.BackgroundTransparency = 1
- KeybindingsTitle.BorderSizePixel = 0
- KeybindingsTitle.Position = UDim2.new(0, 5, 0, 75)
- KeybindingsTitle.Size = UDim2.new(0, 190, 0, 20)
- KeybindingsTitle.Font = Enum.Font.Fantasy
- KeybindingsTitle.Text = "-- Key Bindings --"
- KeybindingsTitle.TextColor3 = Color3.new(1, 1, 1)
- KeybindingsTitle.TextSize = 14
- SetSawmillKey.Name = "SetSawmillKey"
- SetSawmillKey.Parent = WoodFrame
- SetSawmillKey.BackgroundColor3 = Color3.new(0, 0, 0)
- SetSawmillKey.BackgroundTransparency = 0.69999998807907
- SetSawmillKey.Position = UDim2.new(0, 5, 0, 100)
- SetSawmillKey.Size = UDim2.new(0, 135, 0, 20)
- SetSawmillKey.Font = Enum.Font.Fantasy
- SetSawmillKey.Text = "Set Sawmill Select Key"
- SetSawmillKey.TextColor3 = Color3.new(1, 1, 1)
- SetSawmillKey.TextSize = 14
- SetSawTPKey.Name = "SetSawTPKey"
- SetSawTPKey.Parent = WoodFrame
- SetSawTPKey.BackgroundColor3 = Color3.new(0, 0, 0)
- SetSawTPKey.BackgroundTransparency = 0.69999998807907
- SetSawTPKey.Position = UDim2.new(0, 5, 0, 125)
- SetSawTPKey.Size = UDim2.new(0, 135, 0, 20)
- SetSawTPKey.Font = Enum.Font.Fantasy
- SetSawTPKey.Text = "Set Wood To Mill Key"
- SetSawTPKey.TextColor3 = Color3.new(1, 1, 1)
- SetSawTPKey.TextSize = 14
- SetSellTPKey.Name = "SetSellTPKey"
- SetSellTPKey.Parent = WoodFrame
- SetSellTPKey.BackgroundColor3 = Color3.new(0, 0, 0)
- SetSellTPKey.BackgroundTransparency = 0.69999998807907
- SetSellTPKey.Position = UDim2.new(0, 5, 0, 150)
- SetSellTPKey.Size = UDim2.new(0, 135, 0, 20)
- SetSellTPKey.Font = Enum.Font.Fantasy
- SetSellTPKey.Text = "Set Sell Wood Key"
- SetSellTPKey.TextColor3 = Color3.new(1, 1, 1)
- SetSellTPKey.TextSize = 14
- SetSawBox.Name = "SetSawBox"
- SetSawBox.Parent = WoodFrame
- SetSawBox.BackgroundColor3 = Color3.new(0, 0, 0)
- SetSawBox.BackgroundTransparency = 0.69999998807907
- SetSawBox.BorderSizePixel = 0
- SetSawBox.Position = UDim2.new(0, 145, 0, 100)
- SetSawBox.Size = UDim2.new(0, 50, 0, 20)
- SetSawBox.Font = Enum.Font.Fantasy
- SetSawBox.Text = "q"
- SetSawBox.TextColor3 = Color3.new(1, 1, 1)
- SetSawBox.TextSize = 14
- SawTPBox.Name = "SawTPBox"
- SawTPBox.Parent = WoodFrame
- SawTPBox.BackgroundColor3 = Color3.new(0, 0, 0)
- SawTPBox.BackgroundTransparency = 0.69999998807907
- SawTPBox.BorderSizePixel = 0
- SawTPBox.Position = UDim2.new(0, 145, 0, 125)
- SawTPBox.Size = UDim2.new(0, 50, 0, 20)
- SawTPBox.Font = Enum.Font.Fantasy
- SawTPBox.Text = "e"
- SawTPBox.TextColor3 = Color3.new(1, 1, 1)
- SawTPBox.TextSize = 14
- SellWoodBox.Name = "SellWoodBox"
- SellWoodBox.Parent = WoodFrame
- SellWoodBox.BackgroundColor3 = Color3.new(0, 0, 0)
- SellWoodBox.BackgroundTransparency = 0.69999998807907
- SellWoodBox.BorderSizePixel = 0
- SellWoodBox.Position = UDim2.new(0, 145, 0, 150)
- SellWoodBox.Size = UDim2.new(0, 50, 0, 20)
- SellWoodBox.Font = Enum.Font.Fantasy
- SellWoodBox.Text = "r"
- SellWoodBox.TextColor3 = Color3.new(1, 1, 1)
- SellWoodBox.TextSize = 14
- -- Scripts
- print("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -")
- print("")
- print("Thank You For Using The Syko LT2 GUI - Syko#2239")
- print("")
- print("Duping: Before Loading In Turn Base Dupe On - Load In And Take All Items To Dupe To Another Base - Whitelist Both People - Reload And Turn Base Dupe Off")
- print("")
- print("Grey Blueprints: Place All Blueprints To Turn Grey - Press GUI Button - Move And Cancel Blueprint - It Will Have Turned Grey")
- print("")
- print("God Axe: Only Works On Basic Hatchet, Otherwise You Will Die")
- print("")
- print("Pink Wire: Place Normal Wire - Press GUI Button - Move And Cancel Wire - ReJoin And Power It")
- print("")
- print("Pink Lights: Place Blue Icicle Lights - Press GUI Button - Move And Cancel Light - ReJoin And Power It")
- print("")
- print("TP Wood To Sawmill: Click Key When Hovering Over Sawmill - Cut Tree Into Separate Branches - Press Key On Each Piece - Consider Time To Process")
- print("")
- print("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -")
- print("")
- print("Credits")
- print("")
- print("LuckyMMB - B-Tools")
- print("")
- print("Austin K, V1peJames - TP To Sawmill")
- print("")
- print("- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -")
- -- Open / Close
- Close.MouseButton1Click:Connect(function()
- game.CoreGui.LumberTycoon2ReDesign:Destroy()
- end)
- Minimize.MouseButton1Click:Connect(function()
- WaypointsFrame.Visible = false
- PlayerFrame.Visible = false
- BaseFrame.Visible = false
- LocalFrame.Visible = false
- TogglesFrame.Visible = false
- ToolsFrame.Visible = false
- ModifyFrame.Visible = false
- TimesFrame.Visible = false
- OtherFrame.Visible = false
- WoodFrame.Visible = false
- Waypoints.BackgroundColor3 = Color3.new(0, 0, 0)
- PlrTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
- BaseTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
- LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
- Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
- Tools.BackgroundColor3 = Color3.new(0, 0, 0)
- MapModify.BackgroundColor3 = Color3.new(0, 0, 0)
- Times.BackgroundColor3 = Color3.new(0, 0, 0)
- Other.BackgroundColor3 = Color3.new(0, 0, 0)
- WoodTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
- end)
- Waypoints.MouseButton1Click:Connect(function()
- if WaypointsFrame.Visible == false then
- WaypointsFrame.Visible = true
- Waypoints.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- WaypointsFrame.Visible = false
- Waypoints.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- PlrTeleports.MouseButton1Click:Connect(function()
- if PlayerFrame.Visible == false then
- PlayerFrame.Visible = true
- PlrTeleports.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- PlayerFrame.Visible = false
- PlrTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- BaseTeleports.MouseButton1Click:Connect(function()
- if BaseFrame.Visible == false then
- BaseFrame.Visible = true
- BaseTeleports.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- BaseFrame.Visible = false
- BaseTeleports.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- LocalPlayer.MouseButton1Click:Connect(function()
- if LocalFrame.Visible == false then
- LocalFrame.Visible = true
- LocalPlayer.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- LocalFrame.Visible = false
- LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- Toggles.MouseButton1Click:Connect(function()
- if TogglesFrame.Visible == false then
- TogglesFrame.Visible = true
- Toggles.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- TogglesFrame.Visible = false
- Toggles.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- Tools.MouseButton1Click:Connect(function()
- if ToolsFrame.Visible == false then
- ToolsFrame.Visible = true
- Tools.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- ToolsFrame.Visible = false
- Tools.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- MapModify.MouseButton1Click:Connect(function()
- if ModifyFrame.Visible == false then
- ModifyFrame.Visible = true
- MapModify.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- ModifyFrame.Visible = false
- MapModify.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- Times.MouseButton1Click:Connect(function()
- if TimesFrame.Visible == false then
- TimesFrame.Visible = true
- Times.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- TimesFrame.Visible = false
- Times.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- Other.MouseButton1Click:Connect(function()
- if OtherFrame.Visible == false then
- OtherFrame.Visible = true
- Other.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- OtherFrame.Visible = false
- Other.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- WoodTeleport.MouseButton1Click:Connect(function()
- if WoodFrame.Visible == false then
- WoodFrame.Visible = true
- WoodTeleport.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- WoodFrame.Visible = false
- WoodTeleport.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- -- Waypoints
- local Points = {
- ["WoodRUs"] = CFrame.new(265, 5, 57),
- ["SpawnPoint"] = CFrame.new(155, 5, 74),
- ["LandStore"] = CFrame.new(258, 5, -99),
- ["LinksLogic"] = CFrame.new(4607, 9, -798),
- ["Cave"] = CFrame.new(3581, -177, 430),
- ["Volcano"] = CFrame.new(-1585, 625, 1140),
- ["Swamp"] = CFrame.new(-1209, 138, -801),
- ["PalmIsland"] = CFrame.new(2549, 5, -42),
- ["FancyFurnishings"] = CFrame.new(491, 13, -1720),
- ["BoxedCars"] = CFrame.new(509, 6, -1463),
- ["FineArtsShop"] = CFrame.new(5207, -156, 719),
- ["BobsShack"] = CFrame.new(260, 10, -2542),
- ["Dock"] = CFrame.new(1114, 4, -197),
- ["IslandDock"] = CFrame.new(4398, -2, 67),
- ["Bridge"] = CFrame.new(113, 15, -977),
- ["EndTimes"] = CFrame.new(113, -204, -951),
- ["ShrineOfSight"] = CFrame.new(-1600, 205, 919),
- ["TheDen"] = CFrame.new(323, 49, 1930),
- ["SkiLodge"] = CFrame.new(1244, 66, 2306),
- ["StrangeMan"] = CFrame.new(1061, 20, 1131),
- ["LightHouse"] = CFrame.new(1467, 356, 3268),
- ["Mountain"] = CFrame.new(1448, 413, 3185),
- ["RiverTunnel"] = CFrame.new(-1106, -6, -894),
- ["Orchard"] = CFrame.new(248, 62, 1217)
- }
- WoodRUs.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["WoodRUs"]
- end)
- Spawn.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["SpawnPoint"]
- end)
- LandStore.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["LandStore"]
- end)
- LinksLogic.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["LinksLogic"]
- end)
- Furnishings.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["FancyFurnishings"]
- end)
- BoxedCars.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["BoxedCars"]
- end)
- FineArts.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["FineArtsShop"]
- end)
- BobsShack.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["BobsShack"]
- end)
- Cave.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["Cave"]
- end)
- Volcano.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["Volcano"]
- end)
- Swamp.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["Swamp"]
- end)
- Palm.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["PalmIsland"]
- end)
- EndBiome.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["EndTimes"]
- end)
- Mountain.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["Mountain"]
- end)
- Tunnel.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["RiverTunnel"]
- end)
- Orchard.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["Orchard"]
- end)
- MainDock.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["Dock"]
- end)
- IslandDock.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["IslandDock"]
- end)
- Bridge.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["Bridge"]
- end)
- Shrine.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["ShrineOfSight"]
- end)
- Den.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["TheDen"]
- end)
- SkiLodge.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["SkiLodge"]
- end)
- StrangeMan.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["StrangeMan"]
- end)
- Lighthouse.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = Points["LightHouse"]
- end)
- GreenBox.MouseButton1Down:connect(function()
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = workspace.Region_Volcano.VolcanoWin.CFrame + Vector3.new(0, 3, 0)
- end)
- FindSpook.MouseButton1Click:Connect(function()
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "TreeRegion" then
- for j, k in ipairs(v:GetChildren()) do
- FindSpook.Text = "Find Spook"
- if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" then
- game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
- break
- else
- FindSpook.Text = "None Here"
- wait(2)
- FindSpook.Text = "Find Spook"
- end
- end
- end
- end
- end)
- FindSinister.MouseButton1Click:Connect(function()
- for i, v in pairs(game.Workspace:GetChildren()) do
- if v.Name == "TreeRegion" then
- for j, k in ipairs(v:GetChildren()) do
- FindSinister.Text = "Find Sinister"
- if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then
- game.Players.LocalPlayer.Character:MoveTo(k.WoodSection.Position)
- break
- else
- FindSinister.Text = "None Here"
- wait(2)
- FindSinister.Text = "Find Sinister"
- end
- end
- end
- end
- end)
- CustomLocationSet = false
- function round(num, numDecimalPlaces)
- local mult = 10^(numDecimalPlaces or 0)
- return math.floor(num * mult + 0.5) / mult
- end
- SetPosition.MouseButton1Down:connect(function()
- function round(num, numDecimalPlaces)
- local mult = 10^(numDecimalPlaces or 0)
- return math.floor(num * mult + 0.5) / mult
- end
- setlocationx = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.x, 0)
- setlocationy = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.y, 0)
- setlocationz = round(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.z, 0)
- print("New Custom Location Set: "..setlocationx..", "..setlocationy..", "..setlocationz)
- PositionTitle.Text = setlocationx..","..setlocationy..","..setlocationz
- CustomLocationSet = true
- end)
- GotoPosition.MouseButton1Down:connect(function()
- if CustomLocationSet == true then
- local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
- uTorso.CFrame = CFrame.new(setlocationx, setlocationy, setlocationz)
- end
- end)
- -- Duplication
- Option = false
- Dupe.MouseButton1Down:connect(function()
- local plr = game:GetService("Players").LocalPlayer
- local slot = plr.CurrentSaveSlot
- if Option == false then
- if slot.Value == -1 then
- Option = true
- slot.RobloxLocked = true
- Dupe.BackgroundColor3 = Color3.new(0, 255, 0)
- end
- else
- Option = false
- slot.RobloxLocked = false
- Dupe.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- -- NoClip
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- NoClip.MouseButton1Down:connect(function()
- noclip = not noclip
- if noclip then
- NoClip.BackgroundColor3 = Color3.new(0, 255, 0)
- else
- NoClip.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- -- Ctrl + Click TP
- ClickTP.MouseButton1Down:connect(function()
- ClickTP.BackgroundColor3 = Color3.new(0, 255, 0)
- local Plr = game:GetService("Players").LocalPlayer
- local Mouse = Plr:GetMouse()
- Mouse.Button1Down:connect(function()
- if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then
- return
- end
- if not Mouse.Target then
- return
- end
- Plr.Character:MoveTo(Mouse.Hit.p)
- end)
- end)
- -- TP Tool
- TPTool.MouseButton1Down:connect(function()
- local Tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- Tool.RequiresHandle = false
- Tool.RobloxLocked = true
- Tool.Name = "TP Tool"
- Tool.ToolTip = "Teleport Tool"
- Tool.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target then
- game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = (CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z))
- end
- end)
- end)
- end)
- -- Fly
- flying = false
- lplayer = game.Players.LocalPlayer
- speedget = 1
- speedfly = 1
- Mouse = lplayer:GetMouse()
- Fly.MouseButton1Click:Connect(function()
- if flying == false then
- Fly.BackgroundColor3 = Color3.new(0, 255, 0)
- repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
- repeat wait() until Mouse
- local T = lplayer.Character.HumanoidRootPart
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local SPEED = speedget
- local function fly()
- flying = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- lplayer.Character.Humanoid.PlatformStand = true
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = workspace.CurrentCamera.CoordinateFrame
- until not flying
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- lplayer.Character.Humanoid.PlatformStand = false
- end)
- end
- Mouse.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = speedfly
- elseif KEY:lower() == 's' then
- CONTROL.B = -speedfly
- elseif KEY:lower() == 'a' then
- CONTROL.L = -speedfly
- elseif KEY:lower() == 'd' then
- CONTROL.R = speedfly
- end
- end)
- Mouse.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- fly()
- else
- flying = false
- Fly.BackgroundColor3 = Color3.new(0, 0, 0)
- lplayer.Character.Humanoid.PlatformStand = false
- end
- end)
- -- WS JP Grav
- player = game.Players.LocalPlayer
- Walk = 16
- Jump = 50
- Speed.MouseButton1Down:connect(function()
- Walk = SpeedAmount.Text
- end)
- Height.MouseButton1Down:connect(function()
- Jump = HeightAmount.Text
- end)
- player.Character.Humanoid.JumpPower = Jump
- player.Character.Humanoid.WalkSpeed = Walk
- player.Character.Humanoid.Changed:connect(function()
- player.Character.Humanoid.JumpPower = Jump
- player.Character.Humanoid.WalkSpeed = Walk
- end)
- Gravity.MouseButton1Click:Connect(function()
- game:GetService("Workspace").Gravity = GravAmount.Text
- end)
- -- Pink Wire
- PinkWire.MouseButton1Down:connect(function()
- local pink = game.ReplicatedStorage.Purchasables:FindFirstChild("NeonWirePinky", true)
- pink.Name = "Wire"
- local wire = game.ReplicatedStorage.Purchasables:FindFirstChild("Wire", true)
- wire:Destroy()
- end)
- -- Pink Lights
- PinkLight.MouseButton1Down:connect(function()
- local magenta = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireMagenta", true)
- magenta.Name = "IcicleWireBlue"
- local blue = game.ReplicatedStorage.Purchasables:FindFirstChild("IcicleWireBlue", true)
- blue:Destroy()
- end)
- -- God Axe
- GodAxe.MouseButton1Down:Connect(function()
- GodAxe.BackgroundColor3 = Color3.new(0, 255, 0)
- local Detect = coroutine.wrap(function()
- Player = game.Players.LocalPlayer
- mouse = Player:GetMouse()
- mouse.Button1Down:connect(function()
- MouseDown = true
- end)
- mouse.Button1Up:connect(function()
- MouseDown = false
- end)
- end)
- Detect()
- Player = game.Players.LocalPlayer
- mouse = Player:GetMouse()
- game:GetService('RunService').RenderStepped:connect(function()
- if Player.Character:FindFirstChild("Tool") then
- if MouseDown == true then
- if mouse.Target.Name == "WoodSection" then
- local targetWood = mouse.Target
- local Tool=Player.Character.Tool
- Height = targetWood.CFrame:pointToObjectSpace(mouse.Hit.p).Y + targetWood.Size.Y/2
- 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)
- local part,_,p = workspace:FindPartOnRay(ray, Player.Character)
- local function fixVector(V)
- return Vector3.new(math.floor(V.X + 0.5), math.floor(V.Y + 0.5), math.floor(V.Z + 0.5))
- end
- local faceVector = fixVector(targetWood.CFrame:vectorToObjectSpace(p))
- if faceVector.Y ~= 0 then
- return
- end
- local lookAtCFrame = CFrame.new(Player.Character.Head.Position, mouse.Hit.p)
- local relativeCFrame = lookAtCFrame:toObjectSpace(targetWood.CFrame * CFrame.Angles(math.pi/2, 0, 0))
- local relativeLookVector = relativeCFrame.lookVector
- local m = relativeLookVector.Y >= 0 and 1 or -1
- if faceVector.X == 1 then
- faceVector = Vector3.new(0, 0, -1) * m
- elseif faceVector.X == -1 then
- faceVector = Vector3.new(0, 0, 1) * m
- elseif faceVector.Z == 1 then
- faceVector = Vector3.new(1, 0, 0) * m
- elseif faceVector.Z == -1 then
- faceVector = Vector3.new(-1, 0, 0) * m
- end
- local cutEvent = targetWood.Parent.CutEvent
- 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})
- end
- end
- end
- end)
- end)
- -- Walking On Water
- WaterCollide = "Nothing"
- WaterWalk.MouseButton1Down:connect(function()
- if WaterCollide == "Nothing" then
- WaterCollide = "On"
- WaterWalk.BackgroundColor3 = Color3.new(0, 255, 0)
- for i,v in pairs(game.Workspace.Water:GetChildren()) do
- if v:IsA("Part") then
- v.CanCollide = true
- end
- end
- else
- WaterCollide = "Nothing"
- WaterWalk.BackgroundColor3 = Color3.new(0, 0, 0)
- for i,v in pairs(game.Workspace.Water:GetChildren()) do
- if v:IsA("Part") then
- v.CanCollide = false
- end
- end
- end
- end)
- -- Leak Items
- itemsleaked = false
- LeakItems.MouseButton1Down:connect(function()
- if itemsleaked == false then
- game.ReplicatedStorage.Purchasables:Clone().Parent = game.Workspace.PlayerModels
- LeakItems.Text = "Leaked At Spawn"
- itemsleaked = true
- else
- -- Do nothing
- end
- end)
- -- Grey
- GreyWood.MouseButton1Click:Connect(function()
- for i,v in next,workspace.PlayerModels:GetChildren() do
- if v:FindFirstChild("Type") then
- if v.Type.Value == "Blueprint" then
- v.Type.Value = "Structure"
- end
- end
- end
- end)
- -- BTools
- MDown = false
- BTool = "Nothing"
- Copy.MouseButton1Down:connect(function()
- if BTool == "Copy" then
- BTool = "Nothing"
- Copy.BackgroundColor3 = Color3.new(0 ,0, 0)
- else
- BTool = "Copy"
- Copy.BackgroundColor3 = Color3.new(0, 255, 0)
- Delete.BackgroundColor3 = Color3.new(0, 0, 0)
- Move.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- Delete.MouseButton1Down:connect(function()
- if BTool == "Delete" then
- BTool = "Nothing"
- Delete.BackgroundColor3 = Color3.new(0, 0, 0)
- else
- BTool = "Delete"
- Delete.BackgroundColor3 = Color3.new(0, 255, 0)
- Copy.BackgroundColor3 = Color3.new(0, 0, 0)
- Move.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- Move.MouseButton1Down:connect(function()
- if BTool == "Move" then
- BTool = "Nothing"
- Move.BackgroundColor3 = Color3.new(0, 0, 0)
- else
- BTool = "Move"
- Move.BackgroundColor3 = Color3.new(0, 255, 0)
- Copy.BackgroundColor3 = Color3.new(0, 0, 0)
- Delete.BackgroundColor3 = Color3.new(0, 0, 0)
- end
- end)
- Mouse.Button1Up:connect(function()
- MDown = false
- end)
- Mouse.Button1Down:connect(function()
- MDown = true
- if BTool == "Copy" then
- if Mouse.Target ~= nil then
- Clone = Mouse.Target:clone()
- Clone.Parent = game.Workspace
- end
- end
- if BTool == "Delete" then
- if Mouse.Target ~= nil then
- Mouse.Target:remove()
- end
- end
- if BTool == "Move" then
- if Mouse.Target ~= nil then
- MoveObject = Mouse.Target
- end
- end
- wait()
- if Clone ~= nil then
- Clone.CanCollide = false
- repeat
- wait()
- SubX = Clone.Size.X/2
- SubY = Clone.Size.Y/2
- SubZ = Clone.Size.Z/2
- Clone.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
- until MDown == false
- Clone.CanCollide = true
- Clone.Position = Clone.Position + Vector3.new(SubX, SubY, SubZ)
- Clone = nil
- end
- if MoveObject ~= nil then
- MoveObject.CanCollide = false
- repeat
- wait()
- SubX = MoveObject.Size.X/2
- SubY = MoveObject.Size.Y/2
- SubZ = MoveObject.Size.Z/2
- MoveObject.Position = Vector3.new(Mouse.Hit.X - SubX, Mouse.Hit.Y - SubY, Mouse.Hit.Z - SubZ)
- until MDown == false
- MoveObject.CanCollide = true
- MoveObject.Position = MoveObject.Position + Vector3.new(SubX, SubY, SubZ)
- MoveObject= nil
- end
- end)
- -- Blueprint Filling Tools
- BlueprintTools.MouseButton1Click:Connect(function()
- local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool.RequiresHandle = false
- tool.Name = "Birch"
- tool.ToolTip = "Changes Blueprint To Birch"
- tool.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Birch", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool2 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool2.RequiresHandle = false
- tool2.Name = "Blue"
- tool2.ToolTip = "Changes Blueprint To Blue"
- tool2.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "CaveCrawler", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool3 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool3.RequiresHandle = false
- tool3.Name = "Cherry"
- tool3.ToolTip = "Changes Blueprint To Cherry"
- tool3.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Cherry", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool4 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool4.RequiresHandle = false
- tool4.Name = "Fir"
- tool4.ToolTip = "Changes Blueprint To Fir"
- tool4.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Fir", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool5 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool5.RequiresHandle = false
- tool5.Name = "Oak"
- tool5.ToolTip = "Changes Blueprint To Oak"
- tool5.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Generic", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool6 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool6.RequiresHandle = false
- tool6.Name = "Pink!"
- tool6.ToolTip = "Changes Blueprint To Pink"
- tool6.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "GenericSpecial", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool7 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool7.RequiresHandle = false
- tool7.Name = "Gold"
- tool7.ToolTip = "Changes Blueprint To Gold"
- tool7.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "GoldSwampy", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool8 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool8.RequiresHandle = false
- tool8.Name = "Green"
- tool8.ToolTip = "Changes Blueprint To Green"
- tool8.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "GreenSwampy", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool9 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool9.RequiresHandle = false
- tool9.Name = "Koa"
- tool9.ToolTip = "Changes Blueprint To Koa"
- tool9.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Koa", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool10 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool10.RequiresHandle = false
- tool10.Name = "End Times"
- tool10.ToolTip = "Changes Blueprint To End Times"
- tool10.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "LoneCave", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool11 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool11.RequiresHandle = false
- tool11.Name = "Elm"
- tool11.ToolTip = "Changes Blueprint To Elm"
- tool11.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Oak", Mouse.Target.Parent, false)
- else -- Ikr elm is called oak in the game code wtf
- --do nothing
- end
- end
- end)
- end)
- local tool12 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool12.RequiresHandle = false
- tool12.Name = "Palm"
- tool12.ToolTip = "Changes Blueprint To Palm"
- tool12.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Palm", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool13 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool13.RequiresHandle = false
- tool13.Name = "Pine"
- tool13.ToolTip = "Changes Blueprint To Pine"
- tool13.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Pine", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool14 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool14.RequiresHandle = false
- tool14.Name = "Yellow"
- tool14.ToolTip = "Changes Blueprint To Yellow"
- tool14.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "SnowGlow", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool15 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool15.RequiresHandle = false
- tool15.Name = "Spook"
- tool15.ToolTip = "Changes Blueprint To Spook"
- tool15.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Spooky", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool16 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool16.RequiresHandle = false
- tool16.Name = "Sinister"
- tool16.ToolTip = "Changes Blueprint To Sinister"
- tool16.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "SpookyNeon", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool17 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool17.RequiresHandle = false
- tool17.Name = "Lava"
- tool17.ToolTip = "Changes Blueprint To Lava"
- tool17.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Volcano", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool18 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool18.RequiresHandle = false
- tool18.Name = "Walnut"
- tool18.ToolTip = "Changes Blueprint To Walnut"
- tool18.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Walnut", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool19 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool19.RequiresHandle = false
- tool19.Name = "Ice"
- tool19.ToolTip = "Changes Blueprint To Ice"
- tool19.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, "Frost", Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- local tool20 = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool20.RequiresHandle = false
- tool20.Name = "Remover"
- tool20.ToolTip = "Changes Blueprint To nil"
- tool20.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, nil, Mouse.Target.Parent, false)
- else
- --do nothing
- end
- end
- end)
- end)
- end)
- -- Map Modification
- GoldBridge.MouseButton1Click:Connect(function()
- for i = 1, 2 do
- local bridge = Instance.new("Part", workspace)
- bridge.Name = "Lol We Made Our Own Fuck Your Shitty Broken Dynamite Slab"
- bridge.Position = Vector3.new(-1331.086, 293.25, 645.301)
- bridge.Size = Vector3.new(185, 0.1, 60)
- bridge.Orientation = Vector3.new(0, -75, 0)
- bridge.BrickColor = BrickColor.Random()
- wait(0.5)
- bridge.Anchored = true
- end
- end)
- SafariBridge.MouseButton1Click:Connect(function()
- for i = 1, 2 do
- local bridge1 = Instance.new("Part", workspace)
- bridge1.Name = "Lol We Made Our Own Fuck Your ?100"
- bridge1.Position = Vector3.new(174.511, 1.049, -882.842)
- bridge1.Size = Vector3.new(60, 0.1, 350)
- bridge1.BrickColor = BrickColor.Random()
- wait(0.5)
- bridge1.Anchored = true
- local bridge2 = Instance.new("Part", workspace)
- bridge2.Name = "Lol We Made Our Own Fuck Your ?100 Again"
- bridge2.Position = Vector3.new(49.602, 1.049, -882.842)
- bridge2.Size = Vector3.new(60, 0.1, 350)
- bridge2.BrickColor = BrickColor.Random()
- wait(0.5)
- bridge2.Anchored = true
- end
- end)
- YellowBridge.MouseButton1Click:Connect(function()
- for i = 1, 2 do
- local yellow = Instance.new("Part", workspace)
- yellow.Name = "Lol Truck There Easy"
- yellow.Position = Vector3.new(-544.155, -12, -392.256)
- yellow.Size = Vector3.new(1259.54, 1, 1460.09)
- yellow.BrickColor = BrickColor.Random()
- yellow.Anchored = true
- local ramp1 = Instance.new("WedgePart", workspace)
- ramp1.Name = "K Truck's Goin' There"
- ramp1.Position = Vector3.new(7.57, -5.795, -732.616)
- ramp1.Size = Vector3.new(156.07, 11.41, 26.39)
- ramp1.BrickColor = BrickColor.Random()
- ramp1.Anchored = true
- local ramp2 = Instance.new("WedgePart", workspace)
- ramp2.Name = "Don't Need Ur Ferry"
- ramp2.Orientation = Vector3.new(0, -180, 0)
- ramp2.Position = Vector3.new(5.935, -5.77, -1023.841)
- ramp2.Size = Vector3.new(159.24, 11.46, 42.7)
- ramp2.BrickColor = BrickColor.Random()
- ramp2.Anchored = true
- end
- end)
- PalmBridge.MouseButton1Click:Connect(function()
- for i = 1, 2 do
- local palm1 = Instance.new("WedgePart", workspace)
- palm1.Name = "K Truck's Goin' There"
- palm1.Orientation = Vector3.new(0, -92, 0)
- palm1.Position = Vector3.new(1791.172, -4.626, -45.738)
- palm1.Size = Vector3.new(50, 9.21, 1462.76)
- palm1.BrickColor = BrickColor.Random()
- palm1.Anchored = true
- local palm2 = Instance.new("WedgePart", workspace)
- palm2.Name = "Don't Need Ur Ferry"
- palm2.Orientation = Vector3.new(0, 90, 0)
- palm2.Position = Vector3.new(3619.512, -5.361, -44.113)
- palm2.Size = Vector3.new(50, 7.74, 1887.52)
- palm2.BrickColor = BrickColor.Random()
- palm2.Anchored = true
- end
- end)
- ShrineDoors.MouseButton1Click:Connect(function()
- workspace.Region_Mountainside.BoulderRegen.Boulder:Destroy()
- workspace.Region_Mountainside.Door.Door:Destroy()
- end)
- IceBoulders.MouseButton1Click:Connect(function()
- local remove = true
- local boulders = workspace.Region_Snow:FindFirstChild("PartSpawner")
- while remove == true do
- for i, v in pairs(boulders:GetChildren()) do
- v:Destroy()
- end
- wait(60)
- end
- end)
- LavaBoulders.MouseButton1Click:Connect(function()
- local destroy = true
- local boulders = workspace.Region_Volcano:FindFirstChild("PartSpawner")
- while destroy == true do
- for i, v in pairs(boulders:GetChildren()) do
- v:Destroy()
- end
- wait(2)
- end
- end)
- MazeWalls.MouseButton1Click:Connect(function()
- local blockades = workspace.Region_MazeCave.Blockade
- for i, v in pairs(blockades:GetChildren()) do
- v:Destroy()
- end
- local walls = workspace.Region_MazeCave
- for i,v in pairs(walls:GetChildren()) do
- if v.Name == "Slate" then
- v:Destroy()
- end
- end
- for i = 1, 2 do
- local mazefloor = Instance.new("Part", workspace)
- mazefloor.Name = "Lol Dont Need Ur Walls"
- mazefloor.Position = Vector3.new(4423.4, -179.6, 640.7)
- mazefloor.Size = Vector3.new(1573, 20.8, 999.6)
- mazefloor.BrickColor = BrickColor.Random()
- mazefloor.Anchored = true
- local path1 = Instance.new("Part", workspace)
- path1.Name = "Lol Dont Need Ur Walls"
- path1.Orientation = Vector3.new(0, -147.19, -0.25)
- path1.Position = Vector3.new(5287.3, -73.577, 648.839)
- path1.Size = Vector3.new(134.04, 1, 88.58)
- path1.BrickColor = BrickColor.Random()
- path1.Anchored = true
- local path2 = Instance.new("Part", workspace)
- path2.Name = "Lol Dont Need Ur Walls"
- path2.Orientation = Vector3.new(0, -30, 0)
- path2.Position = Vector3.new(5063.885, -99.452, 826.928)
- path2.Size = Vector3.new(78.15, 1, 213.07)
- path2.BrickColor = BrickColor.Random()
- path2.Anchored = true
- end
- end)
- -- Player and Base Teleporting
- local service = setmetatable({}, {
- __index = function(t, k)
- return game:GetService(k)
- end
- })
- function Create(cls,props)
- local inst = Instance.new(cls)
- for i,v in pairs(props) do
- inst[i] = v
- end
- return inst
- end
- -- Player
- local numbbb=0
- for i,v in pairs(service.Players:GetPlayers()) do
- if v.Character then
- local button = Create("TextButton",{Parent=PlayerFrame,Text=v.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbbb+1)))})
- button.BackgroundColor3 = Color3.new(0, 0, 0)
- button.BackgroundTransparency = 0.7
- button.TextColor3 = Color3.new(255, 255, 255)
- button.Font = Enum.Font.Fantasy
- button.TextSize = 10
- numbbb=numbbb+1
- button.MouseButton1Click:Connect(function()
- service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
- end)
- end
- end
- service.Players.PlayerAdded:Connect(function()
- numbbb=0
- for i,v in pairs (PlayerFrame:GetChildren()) do
- if v.Name ~= "PlayerTitle" then
- v:Destroy()
- end
- end
- for i,v in pairs(service.Players:GetPlayers()) do
- while not v.Character do wait() end
- if v.Character then
- local button = Create("TextButton",{Parent=PlayerFrame,Text=v.Name,Size=UDim2.new(0, 90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbbb+1)))})
- button.BackgroundColor3 = Color3.new(0, 0, 0)
- button.BackgroundTransparency = 0.7
- button.TextColor3 = Color3.new(255, 255, 255)
- button.Font = Enum.Font.Fantasy
- button.TextSize = 10
- numbbb=numbbb+1
- button.MouseButton1Click:Connect(function()
- service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
- end)
- end
- end
- numbbb=0
- end)
- service.Players.PlayerRemoving:Connect(function()
- numbbb=0
- for i,v in pairs (PlayerFrame:GetChildren()) do
- if v.Name ~= "PlayerTitle" then
- v:Destroy()
- end
- end
- for i,v in pairs(service.Players:GetPlayers()) do
- if v.Character then
- local button = Create("TextButton",{Parent=PlayerFrame,Text=v.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbbb+1)))})
- button.BackgroundColor3 = Color3.new(0, 0, 0)
- button.BackgroundTransparency = 0.7
- button.TextColor3 = Color3.new(255, 255, 255)
- button.Font = Enum.Font.Fantasy
- button.TextSize = 10
- numbbb=numbbb+1
- button.MouseButton1Click:Connect(function()
- service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0))
- end)
- end
- end
- numbbb=0
- end)
- -- Base
- local numbb=0
- for i,v in pairs(service.Workspace.Properties:GetChildren()) do
- if v.Owner and v.Owner.Value then
- local button = Create("TextButton",{Parent=BaseFrame,Text=v.Owner.Value.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbb+1)))})
- button.BackgroundColor3 = Color3.new(0, 0, 0)
- button.BackgroundTransparency = 0.7
- button.TextColor3 = Color3.new(255, 255, 255)
- button.Font = Enum.Font.Fantasy
- button.TextSize = 10
- numbb=numbb+1
- button.MouseButton1Click:Connect(function()
- service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0))
- end)
- end
- v.Owner.Changed:Connect(function()
- numbb=0
- for i,v in pairs (BaseFrame:GetChildren()) do
- if v.Name ~= "BaseTitle" then
- v:Destroy()
- end
- end
- for i,v in pairs(service.Workspace.Properties:GetChildren()) do
- if v.Owner and v.Owner.Value then
- local button = Create("TextButton",{Parent=BaseFrame,Text=v.Owner.Value.Name,Size=UDim2.new(0,90,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,5,0,5+(25*(numbb+1)))})
- button.BackgroundColor3 = Color3.new(0, 0, 0)
- button.BackgroundTransparency = 0.7
- button.TextColor3 = Color3.new(255, 255, 255)
- button.Font = Enum.Font.Fantasy
- button.TextSize = 10
- numbb=numbb+1
- button.MouseButton1Click:Connect(function()
- service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0))
- end)
- end
- end
- numbb=0
- end)
- end
- -- Time
- spawn(function()
- while true do
- TimeNowTitle.Text = "-- Current Time: " .. game.Lighting.TimeOfDay .. " --"
- wait(1)
- end
- end)
- spawn(function()
- while true do
- if game.Lighting.TimeOfDay > "07:00:00" and game.Lighting.TimeOfDay < "21:00:00" then
- FOpenTitle.Text = "Open"
- FOpenTitle.TextColor3 = Color3.new(0, 255, 0)
- LOpenTitle.Text = "Open"
- LOpenTitle.TextColor3 = Color3.new(0, 255, 0)
- else
- FOpenTitle.Text = "Closed"
- FOpenTitle.TextColor3 = Color3.new(255, 0, 0)
- LOpenTitle.Text = "Closed"
- LOpenTitle.TextColor3 = Color3.new(255, 0, 0)
- end
- wait(1)
- end
- end)
- spawn(function()
- while true do
- if game.Lighting.TimeOfDay > "09:50:00" and game.Lighting.TimeOfDay < "19:30:00" then
- COpenTitle.Text = "Open"
- COpenTitle.TextColor3 = Color3.new(0, 255, 0)
- else
- COpenTitle.Text = "Closed"
- COpenTitle.TextColor3 = Color3.new(255, 0, 0)
- end
- wait(1)
- end
- end)
- -- Wood Teleports
- sawmillkey = "q"
- tptosawmillkey = "e"
- sellkey = "r"
- SetSawmillKey.MouseButton1Click:Connect(function()
- sawmillkey = SetSawBox.Text
- end)
- SetSawTPKey.MouseButton1Click:Connect(function()
- tptosawmillkey = SawTPBox.Text
- end)
- SetSellTPKey.MouseButton1Click:Connect(function()
- sellkey = SellWoodBox.Text
- end)
- Mouse = game.Players.LocalPlayer:GetMouse()
- Treee = nil
- Mouse.KeyDown:connect(function(key)
- if key:lower() == tptosawmillkey then
- Treee = Mouse.Target
- end
- if Treee ~= nil then
- Mod(Treee)
- end
- end)
- Mouse.KeyDown:connect(function(key)
- if key:lower() == sawmillkey then
- if Mouse.Target.Parent:FindFirstChild("BlockageAlert") then
- Sawmill = Mouse.Target.Parent
- else
- Sawmill = Mouse.Target.Parent.Parent
- end
- if Sawmill:FindFirstChild("BlockageAlert") and Sawmill:FindFirstChild("Owner") then
- SawmillC = true
- SawmillSetTitle.Text = "Selected"
- SawmillSetTitle.TextColor3 = Color3.new(0, 255, 0)
- else
- SawmillC = false
- print"Something went wrong while setting the sawmill!"
- end
- end
- end)
- function Mod(SelectedPart)
- if SawmillC ~= true then
- print'Set the sawmill with "P"!'
- return
- end
- if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
- local Tree = SelectedPart.Parent
- Tree.PrimaryPart = SelectedPart
- game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
- Tree:SetPrimaryPartCFrame(Sawmill.Particles.CFrame)
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
- end
- end
- Wood = nil
- Mouse.KeyDown:connect(function(key)
- if key:lower() == sellkey then
- Wood = Mouse.Target
- end
- if Wood ~= nil then
- Teleport(Wood)
- print("Choose A Tree")
- end
- end)
- function Teleport(SelectedPart)
- if SelectedPart.Parent:FindFirstChild("TreeClass") and SelectedPart.Parent:FindFirstChild("Owner") then
- local Tree = SelectedPart.Parent
- Tree.PrimaryPart = SelectedPart
- game.ReplicatedStorage.Interaction.Verify:FireServer('Item owned by player',Tree)
- Tree:SetPrimaryPartCFrame(CFrame.new(315, 0, 87))
- game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Tree)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment