Advertisement
Guest User

Mining simulator script

a guest
Nov 11th, 2024
798
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.50 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/rhf4x3dp (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Mining Simulator Script Pastebin (2023)
  10. A beautiful and reliable Roblox script called the Mining Simulator Script is what I think of it. In this tutorial, I talked about the Mining Simulator Script Pastebin. I talked about everything you need to know about it.
  11. Roblox is an online gaming platform and game-making system made by the Roblox Corporation. It lets people make games and play games made by other people. The platform was made by David Baszucki and Erik Cassel in 2004 and came out in 2006.
  12. Roblox is an online gaming platform that has more than 15 million users around the world. What makes Roblox so popular is that it’s a world where people can make their own games and interact with each other all the time.
  13. Roblox can be thought of as a very well-thought-out blank 3-D picture canvas. The actors finish this picture on their own. Make new friends and talk to each other in this game world, which is a place where you can play on the web.
  14. How to Use Mining Simulator Script
  15. 1- Click the “Mining Simulator Script Page” button.
  16. 2- Copying the cheat from the Ubuntu pastebin site.
  17. 3- Click on the green “Copy to Clipboard” button.
  18. 5- Launch an executable program such as krnl, jjsploit, or electron.
  19. 6- Inject your paid or free Roblox executer and run it!
  20. The Mining Simulator script includes a few features. For example, Auto Mine, Sell, Rebirth, Tools, Backpack, and Instant Mine allow you to progress quickly in the game. These features will provide you with numerous benefits. When compared to other players, you can advance in the game much faster and more easily.
  21. local MiningSimGUI = Instance.new(“ScreenGui”) local ScrollingFrame = Instance.new(“ScrollingFrame”) local SpaceMine = Instance.new(“TextButton”) local EarthMine = Instance.new(“TextButton”) local SavePos = Instance.new(“TextButton”) local Sell = Instance.new(“TextButton”) local TextLabel = Instance.new(“TextLabel”) local TPBypass = Instance.new(“TextButton”)
  22. MiningSimGUI.Name = “Mining Sim GUI” MiningSimGUI.Parent = game.CoreGui
  23. ScrollingFrame.Parent = MiningSimGUI ScrollingFrame.Active = true ScrollingFrame.Draggable = true ScrollingFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745) ScrollingFrame.BackgroundTransparency = 0.050000000745058 ScrollingFrame.BorderColor3 = Color3.new(1, 1, 1) ScrollingFrame.BorderSizePixel = 2 ScrollingFrame.Position = UDim2.new(0.725601196, 0, 0.227272734, 0) ScrollingFrame.Selectable = false ScrollingFrame.Size = UDim2.new(0, 169, 0, 192) ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.75, 0) ScrollingFrame.ScrollBarThickness = 10
  24. SpaceMine.Name = “SpaceMine” SpaceMine.Parent = ScrollingFrame SpaceMine.BackgroundColor3 = Color3.new(1, 1, 1) SpaceMine.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745) SpaceMine.BorderSizePixel = 0 SpaceMine.Position = UDim2.new(0.106508881, 0, 0.227828577, 0) SpaceMine.Size = UDim2.new(0, 120, 0, 40) SpaceMine.Font = Enum.Font.SciFi SpaceMine.Text = “Tele SpaceMine” SpaceMine.TextColor3 = Color3.new(0, 0, 0) SpaceMine.TextSize = 14 SpaceMine.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.66, 11.2, 1574.72) end)
  25. EarthMine.Name = “EarthMine” EarthMine.Parent = ScrollingFrame EarthMine.BackgroundColor3 = Color3.new(1, 1, 1) EarthMine.BorderSizePixel = 0 EarthMine.Position = UDim2.new(0.106508881, 0, 0.356081188, 0) EarthMine.Size = UDim2.new(0, 120, 0, 40) EarthMine.Font = Enum.Font.SciFi EarthMine.Text = “Tele EarthMine” EarthMine.TextColor3 = Color3.new(0, 0, 0) EarthMine.TextSize = 14 EarthMine.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.845, 11.115, 2.871) end)
  26. SavePos.Name = “Save Pos” SavePos.Parent = ScrollingFrame SavePos.BackgroundColor3 = Color3.new(1, 1, 1) SavePos.BorderSizePixel = 0 SavePos.Position = UDim2.new(0.106508881, 0, 0.520792127, 0) SavePos.Size = UDim2.new(0, 120, 0, 40) SavePos.Font = Enum.Font.SciFi SavePos.Text = “Buy Tools” SavePos.TextColor3 = Color3.new(0, 0, 0) SavePos.TextSize = 14 SavePos.MouseButton1Click:Connect(function() local part = Instance.new(“Part”, workspace)
  27. local var = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Activation.Buy.CFrame * CFrame.new(0,5,0) wait(1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = var
  28. Sell.Name = “Sell” Sell.Parent = ScrollingFrame Sell.BackgroundColor3 = Color3.new(1, 1, 1) Sell.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745) Sell.BorderSizePixel = 0 Sell.Position = UDim2.new(0.106508881, 0, 0.10153164, 0) Sell.Size = UDim2.new(0, 120, 0, 40) Sell.Font = Enum.Font.SciFi Sell.Text = “Sell Ores” Sell.TextColor3 = Color3.new(0, 0, 0) Sell.TextSize = 14 Sell.MouseButton1Click:connect(function() local part = Instance.new(“Part”, workspace)
  29. local var = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Activation.Sell.CFrame * CFrame.new(0,5,0) wait(1) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = var
  30. TextLabel.Parent = ScrollingFrame TextLabel.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745) TextLabel.BackgroundTransparency = 1 TextLabel.BorderColor3 = Color3.new(1, 1, 1) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0, 0, -0.00747282431, 0) TextLabel.Size = UDim2.new(0, 156, 0, 25) TextLabel.Font = Enum.Font.SciFi TextLabel.Text = “Mining Simulator GUI” TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextSize = 14
  31. TPBypass.Name = “TPBypass” TPBypass.Parent = ScrollingFrame TPBypass.BackgroundColor3 = Color3.new(1, 1, 1) TPBypass.Position = UDim2.new(0.0532544367, 0, 0.0520833358, 0) TPBypass.Size = UDim2.new(0, 137, 0, 15) TPBypass.Font = Enum.Font.SciFi TPBypass.Text = “TP Bypass” TPBypass.TextColor3 = Color3.new(0, 0, 0) TPBypass.TextSize = 14 TPBypass.MouseButton1Click:connect(function() local plr = game:GetService(“Players”).LocalPlayer.Character.Humanoid plr.Parent = nil wait() local clone = Instance.new(“Humanoid”,game:GetService(“Players”).LocalPlayer.Character) clone.Parent.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(0,1000,0)) wait(.6) clone:Destroy() plr.Parent = game:GetService(“Players”).LocalPlayer.Character end)
  32. How to run Mining Simulator Script
  33. 1- if not, click on the Vega X post to get the best script player.
  34. 2- step is to just go into Roblox and turn on both the Roblox King Legacy and the downloadable exploit once they’re installed. In the next box, copy and paste one of the scripts from the list above.
  35. 3- When you click the “Inject/Execute” button, the script GUI will then show up on the screen. We now have the scripts you want.
  36. Name already in use
  37. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  38. Mining-Clicker-Simulator-Roblox / Script
  39. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  40.  
  41. Open with Desktop
  42. View raw
  43. Copy raw contents Copy raw contents Copy raw contents
  44. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
  45. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow() local sfm = require(game.ReplicatedStorage.Modules:WaitForChild("SuffixModule")) local pm = require(game:GetService("ReplicatedStorage").Modules.pickaxesModule) local twcodes = local selectedegg = "Starter Egg" local amount = 1 local valnum = 1 local eggvalues = local lp = game.Players.LocalPlayer local total local autorebirth = false local autopick = false local autoclick = false local tnme = "Spawn" local teleports = local abuy = false for i,v in pairs(workspace.TeleportBricks:GetChildren()) do table.insert(teleports, v.Name) end local Tab = Window:MakeTab( Name = "Main", Icon = "rbxassetid://4483345998", PremiumOnly = false >) local auto = Tab:AddSection( Name = "Automatic Stuff" >) auto:AddToggle( Name = "Auto Rebirth", Default = false, Callback = function(Value) autorebirth = Value end >) auto:AddToggle( Name = "AutoBuy Picks", Default = false, Callback = function(Value) autopick = Value end >) auto:AddToggle( Name = "AutoClick", Default = false, Callback = function(Value) autoclick = Value end >) local pet = Tab:AddSection( Name = "hatching" >) pet:AddDropdown( Name = "Egg Selection", Default = "Starter Egg", Options = , Callback = function(Value) selectedegg = Value if selectedegg == "Starter Egg" then valnum = "se" elseif selectedegg == "Spotted Egg" then valnum = "spe" elseif selectedegg == "Floral Egg" then valnum = "fe" elseif selectedegg == "Desert Egg" then valnum = "de" elseif selectedegg == "Snow Egg" then valnum = "sne" elseif selectedegg == "Cave Egg" then valnum = "ce" elseif selectedegg == "Ocean Egg" then valnum = "oe" elseif selectedegg == "Jungle Egg" then valnum = "je" elseif selectedegg == "Volcano Egg" then valnum = "ve" elseif selectedegg == "Space Egg" then -- lord. valnum = "spae" elseif selectedegg == "Undead Egg" then valnum = "ue" elseif selectedegg == "Heavenly Egg" then valnum = "he" elseif selectedegg == "Devil Egg" then valnum = "dve" elseif selectedegg == "Fossil Egg" then valnum = "foe" elseif selectedegg == "Tentacle Egg" then valnum = "te" elseif selectedegg == "Mummy Egg" then valnum = "me" end end >) pet:AddSlider( Name = "Amount", Min = 1, Max = 2, Default = 1, Color = Color3.fromRGB(255,255,255), Increment = 1, ValueName = "Eggs", Callback = function(Value) amount = Value end >) local cost = pet:AddLabel("Cost: ".."0") pet:AddButton( Name = "Buy", Callback = function() game:GetService("ReplicatedStorage").Remotes.buyEgg:InvokeServer(selectedegg, amount) OrionLib:MakeNotification( Name = "Purchased "..amount.." "..selectedegg.."s", Content = "Pet has been Purchased", Image = "rbxassetid://4483345998", Time = 1.5 >) end >) pet:AddToggle( Name = "Auto Buy", Default = false, Callback = function(Value) abuy = Value end >) local tele = Window:MakeTab( Name = "Teleports", Icon = "rbxassetid://4483345998", PremiumOnly = false >) local t = tele:AddDropdown( Name = "Teleports", Default = "Spawn", Options = , Callback = function(Value) tnme = Value end >) t:Refresh(teleports,true) local tb = tele:AddButton( Name = "Teleport", Callback = function() lp.Character:MoveTo(workspace.TeleportBricks[tnme].Position) end >) tele:AddButton( Name = "Tp to Trade World", Callback = function() game:GetService("TeleportService"):Teleport(10148920696, game:GetService("Players").LocalPlayer) end >) if game.PlaceId == 10148920696 then tele:AddButton( Name = "Back to main game", Callback = function() game:GetService("TeleportService"):Teleport(8884334497, game:GetService("Players").LocalPlayer) end >) end tele:AddButton( Name = "Rejoin", Callback = function() game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer) end >) local pets = Window:MakeTab( Name = "Pets", Icon = "rbxassetid://4483345998", PremiumOnly = false >) pets:AddButton( Name = "Upgrade Pets", Callback = function() for i,v in pairs(game:GetService("HttpService"):JSONDecode(game.Players.LocalPlayer:GetAttribute("inventory"))) do for a,b in pairs(v) do game:GetService("ReplicatedStorage").Remotes.CraftToGold:FireServer(b) game:GetService("ReplicatedStorage").Remotes.CraftToGold:FireServer(b,"Golden") game:GetService("ReplicatedStorage").Remotes.CraftToGold:FireServer(b,"Diamond") game:GetService("ReplicatedStorage").Remotes.CraftToGold:FireServer(b,"Emerald") game:GetService("ReplicatedStorage").Remotes.CraftToGold:FireServer(b,"Darkmatter") -- don't make this button into a toggle (destroys your ping) end end end >) local misc = Window:MakeTab( Name = "Misc", Icon = "rbxassetid://4483345998", PremiumOnly = false >) misc:AddButton( Name = "Try All Twitter Codes", Callback = function() for i,v in pairs(twcodes) do game:GetService("ReplicatedStorage").Remotes.RedeemCode:InvokeServer(v) end end >) game:GetService("RunService").RenderStepped:Connect(function() local rebirths = lp:GetAttribute("Rebirths") local currentpick = lp:GetAttribute('equippedPick') if autorebirth == true then if lp:GetAttribute("Coins") >= (5000 + math.floor((rebirths + 1) ^ 4.29205 * 5000)) then game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer() end end if autopick == true then for i,v in pairs(pm.picks) do if v.Index == pm.picks[currentpick].Index + 1 and v.Cost game:GetService("ReplicatedStorage").Remotes.BuyPickaxe:InvokeServer(i) end end end if autoclick == true then game:GetService("ReplicatedStorage").Remotes.Click:InvokeServer() game:GetService("ReplicatedStorage").Remotes.swingPick:Fire() end if abuy == true then game:GetService("ReplicatedStorage").Remotes.buyEgg:InvokeServer(selectedegg, amount) end total = sfm.Suffix(eggvalues[valnum] * amount) cost:Set("Cost: "..total) end) OrionLib:Init()
  46. Name already in use
  47. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  48. Minin-Sim-2-Script / Mining Sim 2 Script
  49. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  50.  
  51. Open with Desktop
  52. View raw
  53. Copy raw contents Copy raw contents Copy raw contents
  54. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
  55. getgenv().autoHatch = false getgenv().autoRebirth = false getgenv().autoSell = false getgenv().egg = '' getgenv().world = '' local eggs = [1] = 'Basic Egg', [2] = 'Spotted Egg', [3] = 'Forest Egg', [4] = 'Exotic Egg', [5] = 'Artic Egg', [6] = 'Ice Egg', [7] = 'Dark Egg', [8] = 'Volcanic Egg', [9] = 'Underworld Egg', > local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))() local w = library:CreateWindow("Mining Simulator 2") local a = w:CreateFolder("Auto") a:Toggle("Auto Hatch",function(bool) autoHatch = bool spawn(function() while autoHatch do wait(0.01) local args = [1] = egg > game:GetService("ReplicatedStorage").Events.OpenEgg:FireServer(unpack(args)) end end) end) a:Toggle("Auto Rebirth",function(bool) autoRebirth = bool spawn(function() while autoRebirth do wait() game:GetService("ReplicatedStorage").Events.Rebirth:FireServer() end end) end) a:Toggle("Auto Sell",function(bool) autoSell = bool spawn(function() while autoSell do wait() local args = [1] = "The UnderworldSell" > game:GetService("ReplicatedStorage").Events.Teleport:FireServer(unpack(args)) end end) end) a:Dropdown("Egg",,true,function(mob) egg = mob end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement