Stephanny

[New Version - 2019] STORM v2.6.0.2 + Pack 345 Configs UPDATE [16/02/2019]

Recommended Posts

 Version 2.6.0.2 [2019] 

 

 

- Performance/MVVM Improvements.

- Added Donors List in a new page to appreciate them.

- Added Support for Solving Different type of Captchas by Different Captcha Solving Services/Tools, Make your Own Captcha Solver Config and Solve Captchas By just Using 'Captcha' Function in the main config.

 

- Added Support for Loading an Account List for the Captcha Solver Config, Load Bulk of Accounts to not get stopped for a low-balance account.

 

- Added Support for Putting an Asterisk (*) instead of Numbers in Variable- Config keys. NOTE: The line orders of Variables matters as it don't read variables by the ordered numbers. Numbered Variables are still supported.

 

- Added Support for putting Byte Array (byte[]) In PostContent.

- Added 'Type' key for Stages and supports 'Socket' and 'HttpImageOnly' types, Stages with 'Socket' Type will not Send Any Requests automatically by itself and Stages with 'HttpImageOnly' and the 'StageXXResponseImage' Variable is used to Recieve an Image and get it's bytes within an HTTP/s Request.

 

- Added 'For' and 'While' Keywords, The same as C#, Loop through Variables and Functions/Codes as much as you want.

- Added 'Advanced View' for Debug Logs, Makes you able to Use Syntax Highlight / Find Text / HTML Viewer.

- Added 'Stop' feature to be able to Stop Running Debug Config/Stage.

- Added 'Captcha' Function.

- Added 'GenerateOAuth' Function, Generate OAuth Header Lines and Signatures.

- Added 'Shuffle' and 'Random' Functions, Generate PURE Random Numbers/Strings/User-Agents/Device-Models/Bytes and Headers and Shuffle the lines.

 

- Added 'Invoke' Function, Invoke different methods of different types directly.

- Added 'GetPropertyValue' Function, Gets a specific property value of the Input Variable Type.

- Added 'Convert' Function, Returns an object of a specified type whose value is equivalent to a specified object.

- Added 'SocketClient', 'SocketClientWrite', 'SocketClientRead', 'SocketClientReadToEnd', 'SocketClientReadToDelimiter', 'SocketClientReadToCount', 'SocketClientPrintData', 'SocketClientClearData' and 'SocketClientDisconnect' Functions, Make your own Socket Requests Directly and Totally Customized/Managed.

 

- Added 'Bytes' and 'ArrayCopy' Functions, Create Byte Arrays and manage them.

- Added 'GenerateAESKey' Function, Generate RFC2898 AES Keys.

- Added 'CallIf' Function, Call/Execute Another function and return the value if the Provided Condition matched.

- Added 'StringFormat' and 'ToString' Functions, Google "C# String.Format" and "C# ToString" for more info.

- Added 'GetDateTime' Function, Returns the Current Date/Time or Provided Timestamp's Date/Time.

- Added Support for Getting Provided Date/Time UnixTime to the 'UnixTime' Function.

- Added 'RemoveDuplicates' Function, Remove Duplicate Words/Specific Words or Lines of the Provided String.

- Added 'List' and 'ListAdd' Functions, Represents C# System.Collections.Generic.List object.

- Added 'Dictionary' and 'DictionaryAdd' Functions, Represents C# System.Collections.Generic object.

- Added 'HashTable' and 'HashTableAdd' Functions, Represents C# System.Collections.Hashtable object.

- Added 'KeyValuePair' Function, Represents C# KeyValuePair object, Can be used to Add Items to Dictionaries and HashTables and more.

- Added 'MultiPartFormDataContent' and 'FileParameter' Functions, Generate MultiPartFormData, Also supports File Parameter. Returns a Byte Array (byte[])

 

- Added 'GetItemAt' and 'SetItemAt' Functions, Get and Set Items to Lists/HashTables/Arrays and Dictionaries  at Specific index/key.

- Added 'SimpleJsonWriter' Function, Returns Json Text by providing HashTable.

- Added 'FromCharCode' Function, Converts Unicode values into characters.

- Added 'JavascriptStringEncode' and 'JavaScriptStringDecode' Functions.

- Added 'Contains', 'NotContains', 'EqualEx' and 'NotEqualEx' Functions, Compare Several Strings to the Source with one function.

- Added Support For HmacSHA224 Hash Generation.

- Added Support for Bytes input types for the "PBKDF2-HMAC" function.

- Added Support for Bytes Input types for the "HMAC" Function.

- Added Support for Hex output of "GetString" Function.

- Added Support for Specifying The Encoding in 'URLEncode'/'URLDecode' Functions.

- Added 'Play Sound On Hits' Feature, You can also change the sound to what you want. (Separated for each worker).

- Added and Used New Powerful List Controls that makes you to also Filter Items in like a boss by Microsoft Excel's ways.

- Added 'DeepSkip' General Config Option, 'DeepSkip = True' will Also Skip the Variable Execution and The Conditions of The Skipped Stages, Default is False.

 

- Used a new Encryption key for Encrypted Configs (Old Encrypted Configs are still usable)

- Fixed FTP Configs cannot be run with 2 or more threads.

- Fixed "Delete Worker" button was not disposing/releasing some resources.

- Fixed The Start button is not doing anything because of the invalid chars in "HitsFolderName" (Removes invalid chars from "HitsFolderName").

 

- Fixed Configs was not being loaded if you opened STORM via Start menu.

- Fixed 'Copy All' and 'Save All' Buttons now Get the Items from Database to not be limited to the Max. List items (1000).

- Fixed Delete Worker button now Disposes Objects.

- Fixed GetBytes / GetString minor issue with the Destination/Source Encoding.

- Removed 'JsonSerialize' Function.

 

 

 

[update] Compilations 345 Configs all working / shoping / gaming / music / streaming/

 

 

 

 

 

drpqZal.png

 

 

woooooooooooooooooooooooooow

Share this post


Link to post
Share on other sites

Versão 2.6.0.2[2019]   

 

 

- Melhorias no desempenho / MVVM.

- Adicionado lista de doadores em uma nova página para apreciá-los.

- Adicionado suporte para resolver diferentes tipos de Captchas por diferentes serviços de Captcha Resolvendo / Ferramentas, Faça o seu próprio Captcha Solver Config e Solucionar Captchas Apenas usando a função 'Captcha' na configuração principal.

 

- Adicionado suporte para carregar uma lista de contas para o Captcha Solver Config, carregar em massa de contas para não ser interrompido para uma conta de baixo saldo.

 

- Adicionado suporte para colocar um asterisco (*) em vez de números nas teclas Variable-Config. NOTA: As ordens de linha de Variáveis são importantes, pois não lêem as variáveis pelos números ordenados. Variáveis numeradas ainda são suportadas.

 

- Adicionado suporte para colocar Byte Array (byte []) em PostContent.

- Adicionado a tecla 'Type' para Stages e suporta os tipos 'Socket' e 'HttpImageOnly', Stages com 'Socket' Type não envia automaticamente quaisquer solicitações por si e Stages com 'HttpImageOnly' e a variável 'StageXXResponseImage' é usada para receber um Imagem e obtenha seus bytes dentro de uma solicitação HTTP / s.

 

- Adicionado "For" e "While" Palavras-chave, o mesmo que C #, Loop através de variáveis e funções / códigos, tanto quanto você quiser.

- Adicionado 'Advanced View' para Debug Logs, faz com que você possa usar o Syntax Highlight / Find Text / HTML Viewer.

- Adicionado o recurso 'Stop' para poder parar a execução do Debug Config / Stage.

- Adicionado função 'Captcha'.

- Adicionado a função "GenerateOAuth", gerar linhas de cabeçalho e assinaturas do OAuth.

- Adicionadas as funções 'Aleatório' e 'Aleatório', Gerar números aleatórios / seqüências de caracteres / agentes do usuário / modelos de dispositivo / bytes e cabeçalhos e embaralhar as linhas.

 

- Adicionado função "Invocar", invocar diferentes métodos de diferentes tipos diretamente.

- Adicionado a função 'GetPropertyValue', Obtém um valor de propriedade específico do tipo de variável de entrada.

- Adicionado a função 'Convert', Retorna um objeto de um tipo especificado cujo valor é equivalente a um objeto especificado.

- Adicionadas as funções 'SocketClient', 'SocketClientWrite', 'SocketClientRead', 'SocketClientReadToEnd', 'SocketClientReadToDelimiter', 'SocketClientReadToCount', 'SocketClientPrintData', 'SocketClientClearData' e 'SocketClientDisconnect'

 

- Adicionado funções 'Bytes' e 'ArrayCopy', criar matrizes de bytes e gerenciá-los.

- Adicionado função 'GenerateAESKey', gerar chaves AES RFC2898.

- Adicionado função 'CallIf', chamar / executar outra função e retornar o valor se a condição fornecida for correspondida.

- Adicionado funções 'StringFormat' e 'ToString', Google "C # String.Format" e "C # ToString" para mais informações.

- Adicionado a função 'GetDateTime', retorna a data / hora atual ou a data / hora do carimbo de data / hora fornecido.

- Adicionado suporte para obtenção de data / hora fornecida UnixTime para a função 'UnixTime'.

- Adicionado função 'RemoveDuplicates', remover palavras duplicadas / palavras específicas ou linhas da seqüência de caracteres fornecida.

- Adicionado 'List' e '

- Adicionado funções 'Dictionary' e 'DictionaryAdd', representa o objeto C # System.Collections.Generic .

- Adicionado funções 'HashTable' e 'HashTableAdd', representa o objeto C # System.Collections.Hashtable.

- Adicionado a função 'KeyValuePair', representa o objeto C # KeyValuePair, pode ser usado para adicionar itens a dicionários e HashTables e mais.

- Adicionado funções 'MultiPartFormDataContent' e 'FileParameter', Gerar MultiPartFormData, também suporta parâmetros de arquivo. Retorna uma matriz de bytes (byte [])

 

- Adicionadas as funções 'GetItemAt' e 'SetItemAt', obtém e define itens para listas / tabelas de hash / matrizes e dicionários em índices / chaves específicos.

- Adicionado função 'SimpleJsonWriter', retorna texto Json, fornecendo HashTable.

- Adicionado função 'FromCharCode', converte valores Unicode em caracteres.

- Adicionado 'JavaScriptStringEncode' e 'JavaScriptStringDecode' Funções.

- Adicionado 'Contém', 'NotContains', 'EqualEx' e 'NotEqualEx' Functions, Compare várias seqüências de caracteres para a fonte com uma função.

- Adicionado suporte para HashSHA224 Hash Generation.

- Adicionado suporte para tipos de entrada Bytes para a função "PBKDF2-HMAC".

- Adicionado suporte para tipos de entrada de bytes para a função "HMAC".

- Adicionado suporte para saída Hex da função "GetString".

- Adicionado suporte para especificar a codificação em funções 'URLEncode' / 'URLDecode'. - Adicionado o recurso 'Play Sound On Hits', Você também pode alterar o som para o que você deseja. (Separado para cada trabalhador).

 

- Added and Used New Powerful List Controls that makes you to also Filter Items in like a boss by Microsoft Excel's ways.

- Added 'DeepSkip' General Config Option, 'DeepSkip = True' will Also Skip the Variable Execution and The Conditions of The Skipped Stages, Default is False.

 

- Used a new Encryption key for Encrypted Configs (Old Encrypted Configs are still usable)

- Fixed FTP Configs cannot be run with 2 or more threads.

- Fixed "Delete Worker" button was not disposing/releasing some resources.

- Fixed The Start button is not doing anything because of the invalid chars in "HitsFolderName" (Removes invalid chars from "HitsFolderName").

 

- Fixed Configs was not being loaded if you opened STORM via Start menu.

- Corrigidos os botões 'Copiar tudo' e 'Salvar tudo' agora Retirar os itens do banco de dados para não se limitar ao máximo. Listar itens (1000).

- Corrigido botão Delete Worker agora Disposes Objects.

Corrigido problema menor GetBytes / GetString com a codificação de destino / fonte.

- Removida a função 'JsonSerialize'.

 

 

 

[Atualizar] Compilações 345  Configs todo trabalho / shoping / jogos / música / streaming /

 

 

 

 

 

drpqZal.png

 

 

thanksoooooo

Share this post


Link to post
Share on other sites

:thinking:  is this the same three hundred + one as a different thread? the links are completely dead...

Share this post


Link to post
Share on other sites

very good thanks all

Share this post


Link to post
Share on other sites

 Version 2.6.0.2 [2019] 

 

 

- Performance/MVVM Improvements.

- Added Donors List in a new page to appreciate them.

- Added Support for Solving Different type of Captchas by Different Captcha Solving Services/Tools, Make your Own Captcha Solver Config and Solve Captchas By just Using 'Captcha' Function in the main config.

 

- Added Support for Loading an Account List for the Captcha Solver Config, Load Bulk of Accounts to not get stopped for a low-balance account.

 

- Added Support for Putting an Asterisk (*) instead of Numbers in Variable- Config keys. NOTE: The line orders of Variables matters as it don't read variables by the ordered numbers. Numbered Variables are still supported.

 

- Added Support for putting Byte Array (byte[]) In PostContent.

- Added 'Type' key for Stages and supports 'Socket' and 'HttpImageOnly' types, Stages with 'Socket' Type will not Send Any Requests automatically by itself and Stages with 'HttpImageOnly' and the 'StageXXResponseImage' Variable is used to Recieve an Image and get it's bytes within an HTTP/s Request.

 

- Added 'For' and 'While' Keywords, The same as C#, Loop through Variables and Functions/Codes as much as you want.

- Added 'Advanced View' for Debug Logs, Makes you able to Use Syntax Highlight / Find Text / HTML Viewer.

- Added 'Stop' feature to be able to Stop Running Debug Config/Stage.

- Added 'Captcha' Function.

- Added 'GenerateOAuth' Function, Generate OAuth Header Lines and Signatures.

- Added 'Shuffle' and 'Random' Functions, Generate PURE Random Numbers/Strings/User-Agents/Device-Models/Bytes and Headers and Shuffle the lines.

 

- Added 'Invoke' Function, Invoke different methods of different types directly.

- Added 'GetPropertyValue' Function, Gets a specific property value of the Input Variable Type.

- Added 'Convert' Function, Returns an object of a specified type whose value is equivalent to a specified object.

- Added 'SocketClient', 'SocketClientWrite', 'SocketClientRead', 'SocketClientReadToEnd', 'SocketClientReadToDelimiter', 'SocketClientReadToCount', 'SocketClientPrintData', 'SocketClientClearData' and 'SocketClientDisconnect' Functions, Make your own Socket Requests Directly and Totally Customized/Managed.

 

- Added 'Bytes' and 'ArrayCopy' Functions, Create Byte Arrays and manage them.

- Added 'GenerateAESKey' Function, Generate RFC2898 AES Keys.

- Added 'CallIf' Function, Call/Execute Another function and return the value if the Provided Condition matched.

- Added 'StringFormat' and 'ToString' Functions, Google "C# String.Format" and "C# ToString" for more info.

- Added 'GetDateTime' Function, Returns the Current Date/Time or Provided Timestamp's Date/Time.

- Added Support for Getting Provided Date/Time UnixTime to the 'UnixTime' Function.

- Added 'RemoveDuplicates' Function, Remove Duplicate Words/Specific Words or Lines of the Provided String.

- Added 'List' and 'ListAdd' Functions, Represents C# System.Collections.Generic.List object.

- Added 'Dictionary' and 'DictionaryAdd' Functions, Represents C# System.Collections.Generic object.

- Added 'HashTable' and 'HashTableAdd' Functions, Represents C# System.Collections.Hashtable object.

- Added 'KeyValuePair' Function, Represents C# KeyValuePair object, Can be used to Add Items to Dictionaries and HashTables and more.

- Added 'MultiPartFormDataContent' and 'FileParameter' Functions, Generate MultiPartFormData, Also supports File Parameter. Returns a Byte Array (byte[])

 

- Added 'GetItemAt' and 'SetItemAt' Functions, Get and Set Items to Lists/HashTables/Arrays and Dictionaries  at Specific index/key.

- Added 'SimpleJsonWriter' Function, Returns Json Text by providing HashTable.

- Added 'FromCharCode' Function, Converts Unicode values into characters.

- Added 'JavascriptStringEncode' and 'JavaScriptStringDecode' Functions.

- Added 'Contains', 'NotContains', 'EqualEx' and 'NotEqualEx' Functions, Compare Several Strings to the Source with one function.

- Added Support For HmacSHA224 Hash Generation.

- Added Support for Bytes input types for the "PBKDF2-HMAC" function.

- Added Support for Bytes Input types for the "HMAC" Function.

- Added Support for Hex output of "GetString" Function.

- Added Support for Specifying The Encoding in 'URLEncode'/'URLDecode' Functions.

- Added 'Play Sound On Hits' Feature, You can also change the sound to what you want. (Separated for each worker).

- Added and Used New Powerful List Controls that makes you to also Filter Items in like a boss by Microsoft Excel's ways.

- Added 'DeepSkip' General Config Option, 'DeepSkip = True' will Also Skip the Variable Execution and The Conditions of The Skipped Stages, Default is False.

 

- Used a new Encryption key for Encrypted Configs (Old Encrypted Configs are still usable)

- Fixed FTP Configs cannot be run with 2 or more threads.

- Fixed "Delete Worker" button was not disposing/releasing some resources.

- Fixed The Start button is not doing anything because of the invalid chars in "HitsFolderName" (Removes invalid chars from "HitsFolderName").

 

- Fixed Configs was not being loaded if you opened STORM via Start menu.

- Fixed 'Copy All' and 'Save All' Buttons now Get the Items from Database to not be limited to the Max. List items (1000).

- Fixed Delete Worker button now Disposes Objects.

- Fixed GetBytes / GetString minor issue with the Destination/Source Encoding.

- Removed 'JsonSerialize' Function.

 

 

 

[update] Compilations 345 Configs all working / shoping / gaming / music / streaming/

 

 

 

 

 

drpqZal.png

 

 

Thankyou for this application

Share this post


Link to post
Share on other sites

Thanks. :))))

Share this post


Link to post
Share on other sites

Greatttttttttttttt myyyyyyyyyyyyyyy frnddddddddddddddddd

Share this post


Link to post
Share on other sites

Merci, je vais regarder

Share this post


Link to post
Share on other sites

hope i find a few good working configs...thankyou

Share this post


Link to post
Share on other sites

grazire mille per la condivisione

Share this post


Link to post
Share on other sites

The new update is pretty good and thanks for all the configs

Share this post


Link to post
Share on other sites

thank you very much for the tool

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.