Mohsen Tavana
Mohsen Tavana
**i have this problem to in 2024**  how can this problem fixed ?
``` from bot.utils.json_db import JsonDB def get_or_create_uuid(user_id): db = JsonDB("uuids") uuids = db.get_data() if user_id in uuids: return uuids[user_id] else: new_uuid = str(uuid.uuid4()) uuids[user_id] = new_uuid # save new uuid...
> > для каждого регистер-ивента юзал новый юид. Бана нет. Ну пока по крайней мере. > > Эта ачивка залетела и тем кто вообще не юзал. Там алгоритм совсем другой...
> > Так что не говори, что они не понимают. Хомяк Kombat не дурак. > > это чушь, MERGE-Y1C это примерно 50000 комбинаций и потом они начнут повторятся. У миллионов...
@shamhi do you check this issue ? or not if not we are here to help if you have question for peace of codes ...
> and immediately suggest to improve the algorithm of key input, let the bot in advance generates the keys and then slowly, for example, by the key to the game...
### en Well, you’re saying it yourself! Using a single fixed UID for two accounts is a huge mistake! 😅 I’m saying that one UUID should be unique for one...
### en And that’s perfectly natural! This method is much more secure and robust compared to using random UUIDs! ### ru И это вполне естественно! Этот метод гораздо более безопасен...
> > ### en > > Well, you’re saying it yourself! Using a single fixed UID for two accounts is a huge mistake! 😅 I’m saying that one UUID should...
### en "Just to clarify for everyone in the community: I personally used this method to get keys for my 5 accounts, using my own custom-built bot (the bot that...