cln-io / SteamBulkKeyActivator

A little macro program that allows you to activate steam keys in bulk
Apache License 2.0
67 stars 14 forks source link

500+ keys (Y_Y) #3

Open Latent1 opened 9 years ago

Latent1 commented 9 years ago

Hello, Colingg Please, you can adapt your script by putting a large number of keys? There are keys for action, such as XXXXX-XXXXX-XXX * The number of possible combinations is greater than any possible human manual input method selection. I would like to get the game for such action. :) To generate the missing numbers using MS Excel, which has received 500+. At that, only * = [0-9][A-Z] and * = [A-Z][0-9], and probably need to add * = [A-Z][A-Z]. To use all possible combinations.

I wanted to write a script on UoPilot, but found your script to AutoHotkey. And delighted with your script. :) I thought I might want to expand the functionality of their own.

Your script is unfortunately continuing to enter the key even when limited by the restriction of steam entering the wrong keys. And I would like him to pause and correctly identifies bad or has reached the limit of keys and you need to wait.

PS location in your script for some reason different from mine. It may affect the screen resolution of 1920x1080? Fixed at. And as window titles changed to Russian. I did not think that you can change the interface of steam into English :) Install Windows, and Print are not corrected, to process them, I never reached. There was a true key has never.

Sorry for the bad translation, I used the google translator.


Original text

Здравствуйте, Colingg Прошу, Можете адаптировать свой скрипт под ввод большого количества ключей? Есть ключи по акции, такие как XXXXX-XXXXX-XXX* Число возможных комбинаций превышает любые возможности ручного человеческого ввода методом подбора. Хотелось бы получить игру по такой акции. :) Для генерации отсутствующих цифр использовал MS Excel, которых получилось 500+. При этом использовал только * = [0-9][A-Z] и * = [A-Z][0-9], а возможно нужно еще добавить * = [A-Z][A-Z]. Чтобы использовать все возможные комбинации.

Хотел написать скрипт на UoPilot, но нашел Ваш скрипт на AutoHotkey. И в восторге от Вашего скрипта. :) Я подумал может захотите расширить функционал своего.

Ваш скрипт к сожалению продолжает вводить ключ даже когда упирается в ограничение steam по вводу неправильных ключей. А хотелось бы чтобы он делал паузу и правильно определял плохой ключи или достиг предела и нужно подождать.

П.С. координаты в вашем скрипте почему то отличались от моих. Может разрешение экрана влияет 1920х1080? Исправил у себя. И так же заголовки окон изменил на русские. Не додумался, что можно интерфейс steam сменить на английский :) Окна Install и Print не исправлял, до них у меня процесс ни разу не доходил. Не было верного ключа еще ни разу.

Извините за плохой перевод, использовал google переводчик.

VijayS1 commented 8 years ago

Unfortunately generating new random keys to try out is not the intent of this software and thus not supported. If you want to generate keys you have to look at other tools and save the file as keys.txt

You make a good point of behavior after "Too many attempts" screen, it should have a timeout. That can be a future enhancement.

As for language detection, it is a known issue, and thus difficult to solve without someone making an effort to create a strings file and replacing the existing text.

As for the incorrect detection of buttons and all, try the new version, as it might have solved the problem.

Some screenshot of your exact problem will also help in coming up with a solution.