View Full Version : Change Gold on platinum coins
bhongos
02-11-2020, 12:33 AM
Hi to all :)
Is anyone able to write a script to turn the bot into gold by clicking the right mouse button?
On my private server there is such a possibility thanks to which we save the load and collect more :)
Regards :)
blacksoul123
05-10-2020, 07:32 PM
I also would like to know if it's possible but it seem people doesn't help us
guirizzaro
07-24-2020, 05:51 AM
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
yazouabu99
02-12-2021, 09:38 PM
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 (https://tutuapp.uno/) 9Apps (https://9apps.ooo/) Showbox (https://showbox.kim/)
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.