Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local GUI = Instance.new("ScreenGui")
- local MineINC = Instance.new("Frame")
- local lspawnmineinc = Instance.new("TextButton")
- local mineinctptoref = Instance.new("TextButton")
- local mineinctrashr = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local deletemine = Instance.new("TextButton")
- --Properties:
- GUI.Name = "GUI"
- GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- MineINC.Name = "MineINC"
- MineINC.Parent = GUI
- MineINC.BackgroundColor3 = Color3.new(0, 0, 0)
- MineINC.BorderSizePixel = 0
- MineINC.Position = UDim2.new(0.154224753, 0, 0.159250602, 0)
- MineINC.Size = UDim2.new(0, 279, 0, 268)
- MineINC.Active = true
- MineINC.Draggable = true
- lspawnmineinc.Name = "l spawn mine inc"
- lspawnmineinc.Parent = MineINC
- lspawnmineinc.BackgroundColor3 = Color3.new(0, 0, 0)
- lspawnmineinc.BorderColor3 = Color3.new(1, 0, 0)
- lspawnmineinc.BorderSizePixel = 5
- lspawnmineinc.Position = UDim2.new(0.0249891933, 0, 0.607189357, 0)
- lspawnmineinc.Size = UDim2.new(0, 264, 0, 36)
- lspawnmineinc.Font = Enum.Font.SourceSans
- lspawnmineinc.Text = "Mining INC TP to Spawn[L]"
- lspawnmineinc.TextColor3 = Color3.new(1, 0, 0)
- lspawnmineinc.TextScaled = true
- lspawnmineinc.TextSize = 14
- lspawnmineinc.TextWrapped = true
- mineinctptoref.Name = "mine inc tp t o ref"
- mineinctptoref.Parent = MineINC
- mineinctptoref.BackgroundColor3 = Color3.new(0, 0, 0)
- mineinctptoref.BorderColor3 = Color3.new(1, 0, 0)
- mineinctptoref.BorderSizePixel = 5
- mineinctptoref.Position = UDim2.new(0.0249891933, 0, 0.224985033, 0)
- mineinctptoref.Size = UDim2.new(0, 265, 0, 36)
- mineinctptoref.Font = Enum.Font.SourceSans
- mineinctptoref.Text = "Mining INC TP Ore to Ref[F]"
- mineinctptoref.TextColor3 = Color3.new(1, 0, 0)
- mineinctptoref.TextScaled = true
- mineinctptoref.TextSize = 14
- mineinctptoref.TextWrapped = true
- mineinctrashr.Name = "mine inc trash r"
- mineinctrashr.Parent = MineINC
- mineinctrashr.BackgroundColor3 = Color3.new(0, 0, 0)
- mineinctrashr.BorderColor3 = Color3.new(1, 0, 0)
- mineinctrashr.BorderSizePixel = 5
- mineinctrashr.Position = UDim2.new(0.0249891933, 0, 0.40761742, 0)
- mineinctrashr.Size = UDim2.new(0, 264, 0, 36)
- mineinctrashr.Font = Enum.Font.SourceSans
- mineinctrashr.Text = "Mining INC TP Ore to Ocean[R]"
- mineinctrashr.TextColor3 = Color3.new(1, 0, 0)
- mineinctrashr.TextScaled = true
- mineinctrashr.TextSize = 14
- mineinctrashr.TextWrapped = true
- Title.Name = "Title"
- Title.Parent = MineINC
- Title.BackgroundColor3 = Color3.new(0, 0, 0)
- Title.BorderColor3 = Color3.new(1, 0, 0)
- Title.BorderSizePixel = 5
- Title.Size = UDim2.new(0, 233, 0, 34)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Mining INC Remastered"
- Title.TextColor3 = Color3.new(1, 0, 0)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- deletemine.Name = "deletemine"
- deletemine.Parent = MineINC
- deletemine.BackgroundColor3 = Color3.new(0, 0, 0)
- deletemine.BorderColor3 = Color3.new(1, 0, 0)
- deletemine.BorderSizePixel = 5
- deletemine.Position = UDim2.new(0.835125446, 0, 0, 0)
- deletemine.Size = UDim2.new(0, 47, 0, 34)
- deletemine.Font = Enum.Font.SourceSans
- deletemine.Text = "X"
- deletemine.TextColor3 = Color3.new(1, 0, 0)
- deletemine.TextScaled = true
- deletemine.TextSize = 14
- deletemine.TextWrapped = true
- -- Scripts:
- mineinctrashr.MouseButton1Down:connect(function()
- local player = game.Players.LocalPlayer
- local character = player.Character
- local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
- local LChar = game:GetService('Players').LocalPlayer.Character
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- if key == "r" then
- local x = hmndrootpart.Position.X
- local y = hmndrootpart.Position.Y
- local z = hmndrootpart.Position.Z
- LChar.HumanoidRootPart.CFrame = CFrame.new(-642, 12053, -963)
- wait(0.5)
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickaxe)
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickup)
- wait(0.5)
- LChar.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
- end
- end)
- end)
- deletemine.MouseButton1Down:connect(function()
- MineINC:destroy()
- end)
- mineinctptoref.MouseButton1Down:connect(function()
- local player = game.Players.LocalPlayer
- local character = player.Character
- local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
- local LChar = game:GetService('Players').LocalPlayer.Character
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- if key == "f" then
- local x = hmndrootpart.Position.X
- local y = hmndrootpart.Position.Y
- local z = hmndrootpart.Position.Z
- LChar.HumanoidRootPart.CFrame = CFrame.new(153, 12059, -72)
- wait(0.5)
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickaxe)
- game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickup)
- wait(0.5)
- LChar.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
- end
- end)
- end)
- lspawnmineinc.MouseButton1Down:connect(function()
- local player = game.Players.LocalPlayer
- local character = player.Character
- local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
- local LChar = game:GetService('Players').LocalPlayer.Character
- game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
- if key == "l" then
- local x = hmndrootpart.Position.X
- local y = hmndrootpart.Position.Y
- local z = hmndrootpart.Position.Z
- LChar.HumanoidRootPart.CFrame = CFrame.new(-13, 12054, -55)
- end
- end)
- end)
Advertisement
Advertisement