Selected SMS Providers

From 0.1.6 Update, IDK Tool gave its users the choice of the SMS Provider to use for every module that requires it.

The only module that is not affected by this page is Starcow, where the only SMS Provider supported is SMS-PVA, because it is the only one at the moment who is more flexible when it comes to custom messages.

Setting Up the Provider

The heart of IDKTool, the config.json file, has now a new field: selected_provider.

{
    "webhook": "",
    "key": "",
    "mailslurp_key": [""],
    "onlinesim_key": "",
    "smsactivate_key": "",
    "chrome_idk": "",
    "2captcha": "",
    "smspva": "",
    "selected_provider":"THIS_IS_THE_FIELD",
    "sms_timeout":""
}

If you do not fill it properly, or you do not fill it at all, it will be asked you what provider you want to use at the start of the Selected Modules.

SMS PVA

You can set up your SMS PVA Account by clicking here!

Once you are registered, from your Profile Page get your API Key and put it into IDKTool's config.json file.

If you wish to use SMS PVA to Generate Accounts, write "smspva" into the selected_provider field.

When a Module that requires SMS asks the SMS Country ISO in the Task File, you have to use this FORMAT to ensure SMS PVA works properly:

ISO (IT, CZ, NL, etc...)

SMS-Activate.RU

You can set up your SMS-Activate Account by clicking here!

Once you are registered, from your Profile Page (here) get your API Key and put it into IDKTool's config.json file.

If you wish to use SMS ACTIVATE to Generate Accounts, write "sms-activate" or "smsactivate" into the selected_provider field.

When a Module that requires SMS asks the SMS Country / PREFIX in the Task File, you have to use this FORMAT to ensure SMS-ACTIVATE works properly:

ISO (IT, CZ, NL, etc...)

OnlineSim.RU

You can set up your OnlineSim Account by clicking here!

Once you are registered, from your Profile Page (here) get your API Key and put it into IDKTool's config.json file.

If you wish to use ONLINESIM to Generate Accounts, write "onlinesim" into the selected_provider field.

When a Module that requires SMS asks the SMS Country / PREFIX in the Task File, you have to use this FORMAT to ensure ONLINESIM works properly:

ISO (IT, CZ, NL, etc...)

Last updated