How To Make Recaptcha Configs in Storm

Xtra

Will MiddleMan For You!
Retired Staff
Legendary
Insider
Contributor
Member
Joined
Threads
281
Posts
916
As of 10/21/18, Storm does not have a way to make Recaptcha configs, or at least the developer has not added a way yet. Or has he?
You must reply to see the hidden content. Consider upgrading your account to increase your reply limit.
 
Last edited by a moderator:
@Xtra I am edit your tutorial, fixed some space from first stage
You must reply to see the hidden content. Consider upgrading your account to increase your reply limit.
and added ban key for zero balance.
Here and on other forum also
What is Captcha retry variable for?
You must reply to see the hidden content. Consider upgrading your account to increase your reply limit.
This one?
The problem after retry it begins from first stage :(
Too much shit here
Code:
Executing '$ProxyBan# >= 0 || Len($Stage3ResponseSource#) <= 0' expression

Execution ERROR: Input string was not in a correct format.

GOT The ERROR When Tried To Execute This Function: passedvariable0 >= 0 || Len(passedvariable1) <= 0

Args Was:

Name: 'passedvariable0' Value: ''
Ban-Condition = len($ProxyBan#) >= 1 || Len($Stage3ResponseSource#) <= 0
 
Last edited:
  • Thread Starter Thread Starter
  • #11
@Xtra I am edit your tutorial, fixed some space from first stage ***Hidden content cannot be quoted.*** and added ban key for zero balance.
Here and on other forum also
What is Captcha retry variable for?
***Hidden content cannot be quoted.***
This one?
The problem after retry it begins from first stage :(
Too much shit here
Code:
Executing '$ProxyBan# >= 0 || Len($Stage3ResponseSource#) <= 0' expression

Execution ERROR: Input string was not in a correct format.

GOT The ERROR When Tried To Execute This Function: passedvariable0 >= 0 || Len(passedvariable1) <= 0

Args Was:

Name: 'passedvariable0' Value: ''
Ban-Condition = len($ProxyBan#) >= 1 || Len($Stage3ResponseSource#) <= 0

Sorry, need to remove the CaptchaRetry key as that was part of config. Len($Stage1ResponseSource#) <= 0 is just in case a proxy returns 0 source.
 
Thanks for sharing. Let's try this with some sites. I will try to report bugs as possible.
 
Thanks @Xtra