• 📢 Notice: Our community has moved to Zelo.cx! Visit us at Zelo.cx for the latest updates and discussions.

[ROBLOX] Metal Detecting Simulator Scripts

Trapstar

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
26
Likes
0
Bits
2 YEARS
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
 

jakejoke

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
26
Likes
0
Bits
2 YEARS
2 YEARS OF SERVICE

xRaygames

Member
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
26
Likes
0
Bits
2 YEARS
2 YEARS OF SERVICE
thanks brother
 

Sam_stinglish

Premium member
Premium
Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
26
Likes
0
Bits
3 YEARS
3 YEARS OF SERVICE

48,736

38,247

238,888

Top