Damaged - Embrace the Infinite

Step into the world of endless opportunities and unlock the gateway to virtual transactions.

  • Domain Update: Our Forum has moved! Please visit us at Damaged.gg for the latest updates.

[ROBLOX] Metal Detecting Simulator Scripts

Trapstar

Member

0

0%

Status

Offline

Posts

26

Likes

0

Rep

0

Bits

0

2

Years of Service

Game link: https://www.roblox.com/games/1509515037/...-Simulator

Money and Levels

[HIDE]
Code:[/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)




Get Everything

[HIDE]
Code:[/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
 

xRaygames

Member

0

0%

Status

Offline

Posts

26

Likes

0

Rep

0

Bits

0

1

Years of Service

thanks brother
 

48,655

38,233

238,383

Top