Skip to Content

New Mining Sim 2 Script Gui -

local Rayfield = loadstring(game:HttpGet('https://sirius.menu'))() local Window = Rayfield:CreateWindow({ Name = "Mining Simulator 2 Hub", LoadingTitle = "Loading Script...", LoadingSubtitle = "by Developer", ConfigurationSaving = { Enabled = true, FolderName = "MS2_Config" } }) -- MAIN TAB: AUTOFARM FEATURES local MainTab = Window:CreateTab("Main", 4483362458) local AutoMine = MainTab:CreateToggle({ Name = "Auto Mine", CurrentValue = false, Callback = function(Value) _G.AutoMine = Value while _G.AutoMine do -- Logic: Trigger 'MineBlock' event via RemoteEvents game:GetService("ReplicatedStorage").Events.MineBlock:FireServer() task.wait(0.1) end end, }) local AutoSell = MainTab:CreateToggle({ Name = "Auto Sell", CurrentValue = false, Callback = function(Value) _G.AutoSell = Value -- Logic: Check if bag is full then teleport to sell area end, }) -- UTILITIES TAB: MOVEMENT & GAMEPASSES local UtilTab = Window:CreateTab("Utilities", 4483362458) UtilTab:CreateSlider({ Name = "WalkSpeed", Range = {16, 100}, Increment = 1, CurrentValue = 16, Callback = function(Value) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value end, }) Use code with caution. 💎 Core Features to Include

The script below provides a foundation using the Rayfield Library to create a functional menu. NEW MINING SIM 2 SCRIPT GUI

Automatically triggers a rebirth once you hit the coin requirement to increase your permanent multiplier. local Rayfield = loadstring(game:HttpGet('https://sirius

For visual walkthroughs on how these GUI scripts look and perform in-game, check out these demonstrations: For visual walkthroughs on how these GUI scripts

Monitors your inventory capacity and fires a teleport event to the "Sell" zone when full.

Book
Now!
A group of young women pose for a photo while on a sailing charter with Danger Charters in Key West, FL
Book a Day Sail and get up to 25% off a Wind & Wine Sunset Sail!
The discount applies when both sails are booked together. Add a Day Sail to your cart, and you'll be prompted to add the Wind & Wine Sunset Sail at the reduced price. No promo code needed.