OfficialArponAG

Mining Simulator Script 1.0

Jul 1st, 2018
5,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.57 KB | None | 0 0
  1. local SS = Instance.new("ScreenGui")
  2. local main = Instance.new("Frame")
  3. local sell = Instance.new("ImageButton")
  4. local SellC = Instance.new("TextLabel")
  5. local store = Instance.new("ImageButton")
  6. local st = Instance.new("TextLabel")
  7. local vip = Instance.new("ImageButton")
  8. local vipmine = Instance.new("TextLabel")
  9. local xx = Instance.new("TextLabel")
  10. SS.Name = "SS"
  11. SS.Parent = game.CoreGui
  12. main.Name = "main"
  13. main.Parent = SS
  14. main.BackgroundColor3 = Color3.new(1, 1, 1)
  15. main.BackgroundTransparency = 1
  16. main.Position = UDim2.new(0, 0, 0.699266493, 0)
  17. main.Size = UDim2.new(0, 223, 0, 162)
  18. sell.Name = "sell"
  19. sell.Parent = main
  20. sell.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  21. sell.BackgroundTransparency = 1
  22. sell.Position = UDim2.new(0.0670000017, 0, 0.0799999982, 0)
  23. sell.Size = UDim2.new(0.915000021, 0, 0.263000011, 0)
  24. sell.ZIndex = 4
  25. sell.Image = "rbxassetid://1511182902"
  26. sell.ImageColor3 = Color3.new(0.152941, 0.705882, 1)
  27. SellC.Name = "SellC"
  28. SellC.Parent = sell
  29. SellC.AnchorPoint = Vector2.new(0, 0.5)
  30. SellC.BackgroundColor3 = Color3.new(1, 1, 1)
  31. SellC.BackgroundTransparency = 1
  32. SellC.Position = UDim2.new(0.0784313753, 0, 0.49000001, 0)
  33. SellC.Size = UDim2.new(0.872548997, 0, 0.699999988, 0)
  34. SellC.ZIndex = 7
  35. SellC.Font = Enum.Font.ArialBold
  36. SellC.Text = ".. Sell Items .."
  37. SellC.TextColor3 = Color3.new(1, 1, 1)
  38. SellC.TextScaled = true
  39. SellC.TextSize = 14
  40. SellC.TextStrokeTransparency = 0.75
  41. SellC.TextWrapped = true
  42. store.Name = "store"
  43. store.Parent = main
  44. store.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  45. store.BackgroundTransparency = 1
  46. store.Position = UDim2.new(0.0670000017, 0, 0.698000014, 0)
  47. store.Size = UDim2.new(0.915000021, 0, 0.263000011, 0)
  48. store.ZIndex = 4
  49. store.Image = "rbxassetid://1511182902"
  50. store.ImageColor3 = Color3.new(0.152941, 0.705882, 1)
  51. st.Name = "st"
  52. st.Parent = store
  53. st.AnchorPoint = Vector2.new(0, 0.5)
  54. st.BackgroundColor3 = Color3.new(1, 1, 1)
  55. st.BackgroundTransparency = 1
  56. st.Position = UDim2.new(0.0784313753, 0, 0.49000001, 0)
  57. st.Size = UDim2.new(0.872548997, 0, 0.699999988, 0)
  58. st.ZIndex = 7
  59. st.Font = Enum.Font.ArialBold
  60. st.Text = ".. Store .. "
  61. st.TextColor3 = Color3.new(1, 1, 1)
  62. st.TextScaled = true
  63. st.TextSize = 14
  64. st.TextStrokeTransparency = 0.75
  65. st.TextWrapped = true
  66. vip.Name = "vip"
  67. vip.Parent = main
  68. vip.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  69. vip.BackgroundTransparency = 1
  70. vip.Position = UDim2.new(0.0670000017, 0, 0.391000003, 0)
  71. vip.Size = UDim2.new(0.915000021, 0, 0.263000011, 0)
  72. vip.ZIndex = 4
  73. vip.Image = "rbxassetid://1511182902"
  74. vip.ImageColor3 = Color3.new(0.152941, 0.705882, 1)
  75. vipmine.Name = "vipmine"
  76. vipmine.Parent = vip
  77. vipmine.AnchorPoint = Vector2.new(0, 0.5)
  78. vipmine.BackgroundColor3 = Color3.new(1, 1, 1)
  79. vipmine.BackgroundTransparency = 1
  80. vipmine.Position = UDim2.new(0.0784313753, 0, 0.49000001, 0)
  81. vipmine.Size = UDim2.new(0.872548997, 0, 0.699999988, 0)
  82. vipmine.ZIndex = 7
  83. vipmine.Font = Enum.Font.ArialBold
  84. vipmine.Text = ".. VIP Mine .. "
  85. vipmine.TextColor3 = Color3.new(1, 1, 1)
  86. vipmine.TextScaled = true
  87. vipmine.TextSize = 14
  88. vipmine.TextStrokeTransparency = 0.75
  89. vipmine.TextWrapped = true
  90. xx.Name = "xx"
  91. xx.Parent = main
  92. xx.AnchorPoint = Vector2.new(0, 0.5)
  93. xx.BackgroundColor3 = Color3.new(1, 1, 1)
  94. xx.BackgroundTransparency = 1
  95. xx.Position = UDim2.new(0.0986547098, 0, 1.0216049, 0)
  96. xx.Size = UDim2.new(0.852017939, 0, 0.117283948, 0)
  97. xx.ZIndex = 7
  98. xx.Font = Enum.Font.SciFi
  99. xx.Text = "Made by - Arpon AG"
  100. xx.TextColor3 = Color3.new(1, 1, 1)
  101. xx.TextScaled = true
  102. xx.TextSize = 14
  103. xx.TextStrokeTransparency = 0.75
  104. xx.TextWrapped = true
  105. sell.MouseButton1Click:connect(function()
  106. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-115.989, 12.588, 40.124) + Vector3.new(1,0,0)
  107. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  108. wait(0.1)
  109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-115.989, 12.588, 40.124) + Vector3.new(1,0,0)
  110. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  111. wait(0.1)
  112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-115.989, 12.588, 40.124) + Vector3.new(1,0,0)
  113. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  114. wait(0.1)
  115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-115.989, 12.588, 40.124) + Vector3.new(1,0,0)
  116. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  117. wait(0.1)
  118. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-115.989, 12.588, 40.124) + Vector3.new(1,0,0)
  119. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  120. wait(0.1)
  121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-115.989, 12.588, 40.124) + Vector3.new(1,0,0)
  122. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  123. end)
  124. store.MouseButton1Click:connect(function()
  125.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-119.399, 12.588, -5.196) + Vector3.new(1,0,0)
  126. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  127. wait(0.1)
  128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-119.399, 12.588, -5.196) + Vector3.new(1,0,0)
  129. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  130. wait(0.1)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-119.399, 12.588, -5.196) + Vector3.new(1,0,0)
  131. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  132. wait(0.1)
  133. end)
  134. vip.MouseButton1Click:connect(function()
  135.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-43.812, 11.788, -98.005) + Vector3.new(1,0,0)
  136. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  137. wait(0.1)
  138. end)
Add Comment
Please, Sign In to add comment