Popular Post kurosaki ichigo Rare Rare Posted March 20, 2021 Popular Post Posted March 20, 2021 Hi, here are the steps Get the captcha image from the website. Its bytes will be stored in the data.RAWSOURCE variable which is a Byte Array Use bytes => base64 to get a base64 string from the byte array Finally use the block to solve an image captcha by using your favourite solver (configurable in RL Settings) Here is some sample LoliCode BLOCK:HttpRequest url = "https://example.com/captcha.png" TYPE:STANDARD $"" "application/x-www-form-urlencoded" ENDBLOCK BLOCK:ByteArrayToBase64String bytes = @data.RAWSOURCE => VAR @BASE64 ENDBLOCK BLOCK:SolveImageCaptcha base64 = @BASE64 => VAR @SOLUTION ENDBLOCK 39 5 1 Trophies and Medals
jinyu Rare Posted March 21, 2021 Posted March 21, 2021 23 ore fa, kurosaki ichigo dice: contenuto thank you a lot for this share
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now