Roblox Space Mining Simulator Codes 2019

  1. Roblox Space Mining Simulator Codes 2019 Fandom
  2. Roblox Mining Simulator Codes 2019

Roblox is ushering in the next generation of entertainment. Imagine, create, and play together with millions of players across an infinite variety of immersive, user-generated 3D worlds. Welcome to the wiki of the Roblox Game Space Mining Simulator created by the Mithril Games Group. I decided to create this wikia because no ones did it before, feel free to help me expand it! You can always add pages or edits eththings as long as it's for adding information that's in game. Note= I don't work/create things for this game, I'm just a random person that play this game. Alien Simulator Codes – Full List Valid & Active Codes. There are not too many codes, but with the 6 valid ones you can get up to 90,000 gold: MOON: With this code you will get 20,000 cash as reward.

Jun 29th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Objects
  2. local MiningSimGUI = Instance.new('ScreenGui')
  3. local ScrollingFrame = Instance.new('ScrollingFrame')
  4. local EarthMine = Instance.new('TextButton')
  5. local Sell = Instance.new('TextButton')
  6. local TPBypass = Instance.new('TextButton')
  7. -- Properties
  8. MiningSimGUI.Name = 'Mining Sim GUI'
  9. ScrollingFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  10. ScrollingFrame.BackgroundTransparency = 0.050000000745058
  11. ScrollingFrame.BorderColor3 = Color3.new(1, 1, 1)
  12. ScrollingFrame.Position = UDim2.new(0.725601196, 0, 0.227272734, 0)
  13. ScrollingFrame.Size = UDim2.new(0, 169, 0, 192)
  14. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.75, 0)
  15. SpaceMine.Parent = ScrollingFrame
  16. SpaceMine.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  17. SpaceMine.Position = UDim2.new(0.106508881, 0, 0.227828577, 0)
  18. SpaceMine.Font = Enum.Font.SciFi
  19. SpaceMine.TextColor3 = Color3.new(0, 0, 0)
  20. SpaceMine.MouseButton1Click:connect(function()
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.66, 11.2, 1574.72)
  22. EarthMine.Parent = ScrollingFrame
  23. EarthMine.BorderSizePixel = 0
  24. EarthMine.Position = UDim2.new(0.106508881, 0, 0.356081188, 0)
  25. EarthMine.Font = Enum.Font.SciFi
  26. EarthMine.TextColor3 = Color3.new(0, 0, 0)
  27. EarthMine.MouseButton1Click:connect(function()
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.845, 11.115, 2.871)
  29. SavePos.Parent = ScrollingFrame
  30. SavePos.BorderSizePixel = 0
  31. SavePos.Position = UDim2.new(0.106508881, 0, 0.520792127, 0)
  32. SavePos.Font = Enum.Font.SciFi
  33. SavePos.TextColor3 = Color3.new(0, 0, 0)
  34. SavePos.MouseButton1Click:Connect(function()
  35. local var = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  36. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Activation.Buy.CFrame * CFrame.new(0,5,0)
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = var
  38. Sell.Parent = ScrollingFrame
  39. Sell.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  40. Sell.Position = UDim2.new(0.106508881, 0, 0.10153164, 0)
  41. Sell.Font = Enum.Font.SciFi
  42. Sell.TextColor3 = Color3.new(0, 0, 0)
  43. Sell.MouseButton1Click:connect(function()
  44. local var = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Activation.Sell.CFrame * CFrame.new(0,5,0)
  46. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = var
  47. end)
  48. TextLabel.Parent = ScrollingFrame
  49. TextLabel.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  50. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  51. TextLabel.Position = UDim2.new(0, 0, -0.00747282431, 0)
  52. TextLabel.Font = Enum.Font.SciFi
  53. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  54. TPBypass.Parent = ScrollingFrame
  55. TPBypass.Position = UDim2.new(0.0532544367, 0, 0.0520833358, 0)
  56. TPBypass.Font = Enum.Font.SciFi
  57. TPBypass.TextColor3 = Color3.new(0, 0, 0)
  58. TPBypass.MouseButton1Click:connect(function()
  59. local plr = game:GetService('Players').LocalPlayer.Character.Humanoid
  60. wait()
  61. local clone = Instance.new('Humanoid',game:GetService('Players').LocalPlayer.Character)
  62. clone.Parent.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(0,1000,0))
  63. clone:Destroy()
  64. plr.Parent = game:GetService('Players').LocalPlayer.Character
RAW Paste Data
Jun 29th, 2018

Roblox Space Mining Simulator Codes 2019 Fandom

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Objects
  2. local MiningSimGUI = Instance.new('ScreenGui')
  3. local ScrollingFrame = Instance.new('ScrollingFrame')
  4. local EarthMine = Instance.new('TextButton')
  5. local Sell = Instance.new('TextButton')
  6. local TPBypass = Instance.new('TextButton')
  7. -- Properties
  8. MiningSimGUI.Name = 'Mining Sim GUI'
  9. ScrollingFrame.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  10. ScrollingFrame.BackgroundTransparency = 0.050000000745058
  11. ScrollingFrame.BorderColor3 = Color3.new(1, 1, 1)
  12. ScrollingFrame.Position = UDim2.new(0.725601196, 0, 0.227272734, 0)
  13. ScrollingFrame.Size = UDim2.new(0, 169, 0, 192)
  14. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.75, 0)
  15. SpaceMine.Parent = ScrollingFrame
  16. SpaceMine.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  17. SpaceMine.Position = UDim2.new(0.106508881, 0, 0.227828577, 0)
  18. SpaceMine.Font = Enum.Font.SciFi
  19. SpaceMine.TextColor3 = Color3.new(0, 0, 0)
  20. SpaceMine.MouseButton1Click:connect(function()
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.66, 11.2, 1574.72)
  22. EarthMine.Parent = ScrollingFrame
  23. EarthMine.BorderSizePixel = 0
  24. EarthMine.Position = UDim2.new(0.106508881, 0, 0.356081188, 0)
  25. EarthMine.Font = Enum.Font.SciFi
  26. EarthMine.TextColor3 = Color3.new(0, 0, 0)
  27. EarthMine.MouseButton1Click:connect(function()
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2.845, 11.115, 2.871)
  29. SavePos.Parent = ScrollingFrame
  30. SavePos.BorderSizePixel = 0
  31. SavePos.Position = UDim2.new(0.106508881, 0, 0.520792127, 0)
  32. SavePos.Font = Enum.Font.SciFi
  33. SavePos.TextColor3 = Color3.new(0, 0, 0)
  34. SavePos.MouseButton1Click:Connect(function()
  35. local var = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  36. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Activation.Buy.CFrame * CFrame.new(0,5,0)
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = var
  38. Sell.Parent = ScrollingFrame
  39. Sell.BorderColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  40. Sell.Position = UDim2.new(0.106508881, 0, 0.10153164, 0)
  41. Sell.Font = Enum.Font.SciFi
  42. Sell.TextColor3 = Color3.new(0, 0, 0)
  43. Sell.MouseButton1Click:connect(function()
  44. local var = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Activation.Sell.CFrame * CFrame.new(0,5,0)
  46. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = var
  47. end)
  48. TextLabel.Parent = ScrollingFrame
  49. TextLabel.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  50. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  51. TextLabel.Position = UDim2.new(0, 0, -0.00747282431, 0)
  52. TextLabel.Font = Enum.Font.SciFi
  53. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  54. TPBypass.Parent = ScrollingFrame
  55. TPBypass.Position = UDim2.new(0.0532544367, 0, 0.0520833358, 0)
  56. TPBypass.Font = Enum.Font.SciFi
  57. TPBypass.TextColor3 = Color3.new(0, 0, 0)
  58. TPBypass.MouseButton1Click:connect(function()
  59. local plr = game:GetService('Players').LocalPlayer.Character.Humanoid
  60. wait()
  61. local clone = Instance.new('Humanoid',game:GetService('Players').LocalPlayer.Character)
  62. clone.Parent.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(0,1000,0))
  63. clone:Destroy()
  64. plr.Parent = game:GetService('Players').LocalPlayer.Character
Simulator
RAW Paste Data

Roblox Mining Simulator Codes 2019