-
-
I also would like to know if it's possible but it seem people doesn't help us
-
function useCoins(id)
local cont = Container.GetFirst()
while (cont:isOpen()) do
for spot = 0, cont:ItemCount() do
local item = cont:GetItemData(spot)
if (item.id == id) then
if (item.count == 100) then
cont:UseItem(spot, True)
sleep(100)
return true
end
end
end
cont = cont:GetNext()
end
return false
end
while (true) do
useCoins(3031)--gold
sleep(500)
useCoins(3035)--platinum
sleep(500)
end
-
I have been buying gold since it was around $700. I recently purchased two uncirculated Gold Buffaloes because I think that the design is both historic and beautiful. Even if gold trends lower over time I still wanted to own this coin in part knowing that the gold in the coins was mined in the United States Tutuapp 9Apps Showbox
Last edited by yazouabu99; 02-13-2021 at 12:11 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules