Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MinerLux = Instance.new("ScreenGui")
- local MinerLuxMain = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local LuckyClovers = Instance.new("TextButton")
- local CrateToYou = Instance.new("TextButton")
- local ToggleCrateToYou = Instance.new("TextButton")
- local TwitchCoins = Instance.new("TextButton")
- local BringMM = Instance.new("TextButton")
- local CreditsMinerLux = Instance.new("TextLabel")
- MinerLux.Name = "MinerLux"
- MinerLuxMain.Name = "MinerLuxMain"
- MinerLuxMain.Parent = MinerLux
- MinerLuxMain.BackgroundColor3 = Color3.new(0, 0, 0)
- MinerLuxMain.BorderColor3 = Color3.new(1, 1, 1)
- MinerLuxMain.BorderSizePixel = 5
- MinerLuxMain.Position = UDim2.new(0, 21, 0.75, 29)
- MinerLuxMain.Size = UDim2.new(0, 180, 0, 40)
- MinerLuxMain.Font = Enum.Font.SourceSansLight
- MinerLuxMain.FontSize = Enum.FontSize.Size36
- MinerLuxMain.Text = "MinerLux"
- MinerLuxMain.TextColor3 = Color3.new(1, 1, 1)
- MinerLuxMain.TextSize = 36
- MinerLuxMain.TextStrokeTransparency = 0
- MinerLuxMain.TextWrapped = true
- Main.Name = "Main"
- Main.Parent = MinerLuxMain
- Main.BackgroundColor3 = Color3.new(0, 0, 0)
- Main.BorderColor3 = Color3.new(1, 1, 1)
- Main.BorderSizePixel = 5
- Main.Draggable = true
- Main.Position = UDim2.new(0, 201, 0.75, -158)
- Main.Size = UDim2.new(0, 489, 0, 168)
- Main.Visible = false
- LuckyClovers.Name = "LuckyClovers"
- LuckyClovers.Parent = Main
- LuckyClovers.BackgroundColor3 = Color3.new(0, 0, 0)
- LuckyClovers.BorderColor3 = Color3.new(1, 1, 1)
- LuckyClovers.BorderSizePixel = 3
- LuckyClovers.Position = UDim2.new(0, 261, 0, 65)
- LuckyClovers.Size = UDim2.new(0, 210, 0, 40)
- LuckyClovers.Font = Enum.Font.SourceSansLight
- LuckyClovers.FontSize = Enum.FontSize.Size24
- LuckyClovers.Text = "+1 Lucky Clover"
- LuckyClovers.TextColor3 = Color3.new(1, 1, 1)
- LuckyClovers.TextSize = 24
- LuckyClovers.TextStrokeTransparency = 0
- LuckyClovers.TextWrapped = true
- CrateToYou.Name = "CrateToYou"
- CrateToYou.Parent = Main
- CrateToYou.BackgroundColor3 = Color3.new(0, 0, 0)
- CrateToYou.BorderColor3 = Color3.new(1, 1, 1)
- CrateToYou.BorderSizePixel = 3
- CrateToYou.Position = UDim2.new(0, 21, 0, 15)
- CrateToYou.Size = UDim2.new(0, 224, 0, 51)
- CrateToYou.Font = Enum.Font.SourceSansLight
- CrateToYou.FontSize = Enum.FontSize.Size24
- CrateToYou.Text = "Bring Crates"
- CrateToYou.TextColor3 = Color3.new(1, 1, 1)
- CrateToYou.TextSize = 24
- CrateToYou.TextStrokeTransparency = 0
- CrateToYou.TextWrapped = true
- ToggleCrateToYou.Name = "ToggleCrateToYou"
- ToggleCrateToYou.Parent = Main
- ToggleCrateToYou.BackgroundColor3 = Color3.new(0, 0, 0)
- ToggleCrateToYou.BorderColor3 = Color3.new(1, 1, 1)
- ToggleCrateToYou.BorderSizePixel = 3
- ToggleCrateToYou.Position = UDim2.new(0, 21, 0, 101)
- ToggleCrateToYou.Size = UDim2.new(0, 224, 0, 51)
- ToggleCrateToYou.Font = Enum.Font.SourceSansLight
- ToggleCrateToYou.FontSize = Enum.FontSize.Size24
- ToggleCrateToYou.Text = "Auto Bring Crates: OFF"
- ToggleCrateToYou.TextColor3 = Color3.new(1, 1, 1)
- ToggleCrateToYou.TextSize = 24
- ToggleCrateToYou.TextStrokeTransparency = 0
- ToggleCrateToYou.TextWrapped = true
- TwitchCoins.Name = "TwitchCoins"
- TwitchCoins.Parent = Main
- TwitchCoins.BackgroundColor3 = Color3.new(0, 0, 0)
- TwitchCoins.BorderColor3 = Color3.new(1, 1, 1)
- TwitchCoins.BorderSizePixel = 3
- TwitchCoins.Position = UDim2.new(0, 261, 0, 15)
- TwitchCoins.Size = UDim2.new(0, 210, 0, 40)
- TwitchCoins.Font = Enum.Font.SourceSansLight
- TwitchCoins.FontSize = Enum.FontSize.Size24
- TwitchCoins.Text = "+1 Twitch Coin"
- TwitchCoins.TextColor3 = Color3.new(1, 1, 1)
- TwitchCoins.TextSize = 24
- TwitchCoins.TextStrokeTransparency = 0
- TwitchCoins.TextWrapped = true
- BringMM.Name = "BringMM"
- BringMM.Parent = Main
- BringMM.BackgroundColor3 = Color3.new(0, 0, 0)
- BringMM.BorderColor3 = Color3.new(1, 1, 1)
- BringMM.BorderSizePixel = 3
- BringMM.Position = UDim2.new(0, 261, 0, 115)
- BringMM.Size = UDim2.new(0, 210, 0, 40)
- BringMM.Font = Enum.Font.SourceSansLight
- BringMM.FontSize = Enum.FontSize.Size24
- BringMM.Text = "Get Masked Man!"
- BringMM.TextColor3 = Color3.new(1, 1, 1)
- BringMM.TextSize = 24
- BringMM.TextStrokeTransparency = 0
- BringMM.TextWrapped = true
- CreditsMinerLux.Name = "CreditsMinerLux"
- CreditsMinerLux.Parent = MinerLuxMain
- CreditsMinerLux.BackgroundColor3 = Color3.new(1, 1, 1)
- CreditsMinerLux.BackgroundTransparency = 1
- CreditsMinerLux.Position = UDim2.new(0, 400, 0, 121)
- CreditsMinerLux.Size = UDim2.new(0, 583, 0, 50)
- CreditsMinerLux.Font = Enum.Font.SourceSansLight
- CreditsMinerLux.FontSize = Enum.FontSize.Size42
- CreditsMinerLux.Text = "MinerLux created by LeviTheOtaku (v3rm)"
- CreditsMinerLux.TextColor3 = Color3.new(1, 1, 1)
- CreditsMinerLux.TextSize = 42
- MinerLuxMain.MouseButton1Click:connect(function()
- Main.Visible = not Main.Visible
- end)
- LuckyClovers.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Clovers.Value = 1
- end)
- TwitchCoins.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.TwitchPoints.Value = 1
- end)
- CrateToYou.MouseButton1Click:connect(function()
- for _,obj in pairs(game.Workspace:GetChildren()) do
- if string.match(obj.Name,"%s*Crate") then
- obj.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(-2,2),5,math.random(-2,2))
- end
- end
- end)
- ToggleCrateToYou.MouseButton1Click:connect(function()
- Toggled = not Toggled
- ToggleCrateToYou.Text = "Auto Bring Crates: "..(Toggled and "ON" or "OFF")
- if Toggled then
- for _,obj in pairs(game.Workspace:GetChildren()) do
- if string.match(obj.Name,"%s*Crate") then
- obj.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,5)
- end
- end
- end
- end)
- game.Workspace.ChildAdded:connect(function(obj)
- if MinerLuxMain ~= nil and Toggled and string.match(obj.Name,"%s*Crate") then
- obj.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,5)
- end
- end)
- BringMM.MouseButton1Click:connect(function()
- local thing = game.Workspace.Market.Hitfox
- local tell = Instance.new("SurfaceGui",thing)
- local tell2 = Instance.new("TextLabel",tell)
- thing = game.Workspace.Market.Hitfox
- thing.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
- thing.Transparency = 0
- thing.BrickColor = BrickColor.new(255,0,100)
- tell2.Size = UDim2.new(0, 800, 0, 750)
- tell2.TextWrapped= true
- tell2.TextScaled = true
- tell2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- tell2.TextColor3 = Color3.fromRGB(255, 255, 255)
- tell2.Text = "The Masked Man."
- end)
- MinerLux.Parent = game.Players.LocalPlayer.PlayerGui
- --MinerLux.Parent = game.StarterGui
- local top = 255
- while true do
- wait()
- for i = 1,top,1 do
- CreditsMinerLux.TextColor3 = Color3.new(i/top,0/top,0/top)
- wait()
- end
- for i = 1,top,1 do
- CreditsMinerLux.TextColor3 = Color3.new(top/top,i/top,0/top)
- wait()
- end
- for i = 1,top,1 do
- CreditsMinerLux.TextColor3 = Color3.new(top/top,top/top,i/top)
- wait()
- end
- for i = top,1,-1 do
- CreditsMinerLux.TextColor3 = Color3.new(i/top,top/top,top/top)
- wait()
- end
- for i = top,1,-1 do
- CreditsMinerLux.TextColor3 = Color3.new(0/top,i/top,top/top)
- wait()
- end
- for i = top,1,-1 do
- CreditsMinerLux.TextColor3 = Color3.new(0/top,0/top,i/top)
- wait()
- end
- end
Add Comment
Please, Sign In to add comment