Advertisement
Guest User

Mining INC Remastered GUI

a guest
Jul 17th, 2019
10,107
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local GUI = Instance.new("ScreenGui")
  5. local MineINC = Instance.new("Frame")
  6. local lspawnmineinc = Instance.new("TextButton")
  7. local mineinctptoref = Instance.new("TextButton")
  8. local mineinctrashr = Instance.new("TextButton")
  9. local Title = Instance.new("TextLabel")
  10. local deletemine = Instance.new("TextButton")
  11. --Properties:
  12. GUI.Name = "GUI"
  13. GUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. MineINC.Name = "MineINC"
  16. MineINC.Parent = GUI
  17. MineINC.BackgroundColor3 = Color3.new(0, 0, 0)
  18. MineINC.BorderSizePixel = 0
  19. MineINC.Position = UDim2.new(0.154224753, 0, 0.159250602, 0)
  20. MineINC.Size = UDim2.new(0, 279, 0, 268)
  21. MineINC.Active = true
  22. MineINC.Draggable = true
  23.  
  24. lspawnmineinc.Name = "l spawn mine inc"
  25. lspawnmineinc.Parent = MineINC
  26. lspawnmineinc.BackgroundColor3 = Color3.new(0, 0, 0)
  27. lspawnmineinc.BorderColor3 = Color3.new(1, 0, 0)
  28. lspawnmineinc.BorderSizePixel = 5
  29. lspawnmineinc.Position = UDim2.new(0.0249891933, 0, 0.607189357, 0)
  30. lspawnmineinc.Size = UDim2.new(0, 264, 0, 36)
  31. lspawnmineinc.Font = Enum.Font.SourceSans
  32. lspawnmineinc.Text = "Mining INC TP to Spawn[L]"
  33. lspawnmineinc.TextColor3 = Color3.new(1, 0, 0)
  34. lspawnmineinc.TextScaled = true
  35. lspawnmineinc.TextSize = 14
  36. lspawnmineinc.TextWrapped = true
  37.  
  38. mineinctptoref.Name = "mine inc tp t o ref"
  39. mineinctptoref.Parent = MineINC
  40. mineinctptoref.BackgroundColor3 = Color3.new(0, 0, 0)
  41. mineinctptoref.BorderColor3 = Color3.new(1, 0, 0)
  42. mineinctptoref.BorderSizePixel = 5
  43. mineinctptoref.Position = UDim2.new(0.0249891933, 0, 0.224985033, 0)
  44. mineinctptoref.Size = UDim2.new(0, 265, 0, 36)
  45. mineinctptoref.Font = Enum.Font.SourceSans
  46. mineinctptoref.Text = "Mining INC TP Ore to Ref[F]"
  47. mineinctptoref.TextColor3 = Color3.new(1, 0, 0)
  48. mineinctptoref.TextScaled = true
  49. mineinctptoref.TextSize = 14
  50. mineinctptoref.TextWrapped = true
  51.  
  52. mineinctrashr.Name = "mine inc trash r"
  53. mineinctrashr.Parent = MineINC
  54. mineinctrashr.BackgroundColor3 = Color3.new(0, 0, 0)
  55. mineinctrashr.BorderColor3 = Color3.new(1, 0, 0)
  56. mineinctrashr.BorderSizePixel = 5
  57. mineinctrashr.Position = UDim2.new(0.0249891933, 0, 0.40761742, 0)
  58. mineinctrashr.Size = UDim2.new(0, 264, 0, 36)
  59. mineinctrashr.Font = Enum.Font.SourceSans
  60. mineinctrashr.Text = "Mining INC TP Ore to Ocean[R]"
  61. mineinctrashr.TextColor3 = Color3.new(1, 0, 0)
  62. mineinctrashr.TextScaled = true
  63. mineinctrashr.TextSize = 14
  64. mineinctrashr.TextWrapped = true
  65.  
  66. Title.Name = "Title"
  67. Title.Parent = MineINC
  68. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  69. Title.BorderColor3 = Color3.new(1, 0, 0)
  70. Title.BorderSizePixel = 5
  71. Title.Size = UDim2.new(0, 233, 0, 34)
  72. Title.Font = Enum.Font.SourceSans
  73. Title.Text = "Mining INC Remastered"
  74. Title.TextColor3 = Color3.new(1, 0, 0)
  75. Title.TextScaled = true
  76. Title.TextSize = 14
  77. Title.TextWrapped = true
  78.  
  79. deletemine.Name = "deletemine"
  80. deletemine.Parent = MineINC
  81. deletemine.BackgroundColor3 = Color3.new(0, 0, 0)
  82. deletemine.BorderColor3 = Color3.new(1, 0, 0)
  83. deletemine.BorderSizePixel = 5
  84. deletemine.Position = UDim2.new(0.835125446, 0, 0, 0)
  85. deletemine.Size = UDim2.new(0, 47, 0, 34)
  86. deletemine.Font = Enum.Font.SourceSans
  87. deletemine.Text = "X"
  88. deletemine.TextColor3 = Color3.new(1, 0, 0)
  89. deletemine.TextScaled = true
  90. deletemine.TextSize = 14
  91. deletemine.TextWrapped = true
  92. -- Scripts:
  93.  
  94. mineinctrashr.MouseButton1Down:connect(function()
  95. local player = game.Players.LocalPlayer
  96. local character = player.Character
  97. local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
  98.  
  99. local LChar = game:GetService('Players').LocalPlayer.Character
  100.  
  101.  
  102.  
  103. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  104. if key == "r" then
  105. local x = hmndrootpart.Position.X
  106. local y = hmndrootpart.Position.Y
  107. local z = hmndrootpart.Position.Z
  108. LChar.HumanoidRootPart.CFrame = CFrame.new(-642, 12053, -963)
  109. wait(0.5)
  110. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickaxe)
  111. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickup)
  112. wait(0.5)
  113.  
  114.  
  115. LChar.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
  116. end
  117.  
  118.  
  119. end)
  120.  
  121. end)
  122. deletemine.MouseButton1Down:connect(function()
  123. MineINC:destroy()
  124. end)
  125. mineinctptoref.MouseButton1Down:connect(function()
  126. local player = game.Players.LocalPlayer
  127. local character = player.Character
  128. local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
  129.  
  130. local LChar = game:GetService('Players').LocalPlayer.Character
  131.  
  132.  
  133.  
  134. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  135. if key == "f" then
  136. local x = hmndrootpart.Position.X
  137. local y = hmndrootpart.Position.Y
  138. local z = hmndrootpart.Position.Z
  139. LChar.HumanoidRootPart.CFrame = CFrame.new(153, 12059, -72)
  140. wait(0.5)
  141. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickaxe)
  142. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Pickup)
  143. wait(0.5)
  144.  
  145.  
  146. LChar.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
  147. end
  148.  
  149.  
  150. end)
  151.  
  152. end)
  153. lspawnmineinc.MouseButton1Down:connect(function()
  154. local player = game.Players.LocalPlayer
  155. local character = player.Character
  156. local hmndrootpart = character:FindFirstChild("HumanoidRootPart")
  157.  
  158. local LChar = game:GetService('Players').LocalPlayer.Character
  159.  
  160.  
  161.  
  162. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  163. if key == "l" then
  164. local x = hmndrootpart.Position.X
  165. local y = hmndrootpart.Position.Y
  166. local z = hmndrootpart.Position.Z
  167. LChar.HumanoidRootPart.CFrame = CFrame.new(-13, 12054, -55)
  168.  
  169.  
  170.  
  171.  
  172. end
  173.  
  174.  
  175. end)
  176.  
  177. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement