What's new
Trusted Verified Seller Ezra Offering Transfers All Over The World Western Union, Bank, PayPal & CashApp Transfers on Our Legit Carding Forum 🚀 Click Here Visit Services Threads & Get the Best Deals Now

Welcome!

Carding Forum — By registering with us, Carders Forum & CardingForum login, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

[ROBLOX] Metal Detecting Simulator Scripts

Trapstar

New member
Joined
Aug 6, 2018
Messages
9
Reaction score
0
Game link: https://www.roblox.com/games/1509515037/Metal-Detecting-Simulator

Money and Levels
[hide]
Code:
game:GetService"RunService".RenderStepped:Connect(function()
   local dig = workspace["__REMOTES"].Dig
   local add = workspace["__REMOTES"].Index
   local sell = workspace["__REMOTES"].Sell
   size, bpsize = string.match(game:GetService("Players").LocalPlayer.PlayerGui.Stats.Frame.Storage.Amount.Text, "(.*)/(.*)")
   local coin = "Unobtanium"
   dig:FireServer("Stop", coin, bpsize)
   add:FireServer("Add", coin)
   sell:FireServer()
end)
[/hide]

Get Everything
[hide]
Code:
local dig = workspace["__REMOTES"].Dig
local add = workspace["__REMOTES"].Index
local sell = workspace["__REMOTES"].Sell
size, bpsize = string.match(game:GetService("Players").LocalPlayer.PlayerGui.Stats.Frame.Storage.Amount.Text, "(.*)/(.*)")
for i,v in next, game.ReplicatedStorage.Assets.Artifacts:GetChildren() do
   local coin = v.Name
   dig:FireServer("Stop", coin, bpsize)
   add:FireServer("Add", coin)
   sell:FireServer()
end
[/hide]
 
Back
Top