Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

"Login Failed, known issues: "The words you typed in didn't match the picture"" #82

Closed
popeeyy opened this issue Jan 6, 2018 · 11 comments

Comments

@popeeyy
Copy link

popeeyy commented Jan 6, 2018

Whenever I try to log in, I keep getting that a CAPTCHA is being failed. My bot won't even log in now. Is there a fix to get past this or something?

@sentanos
Copy link
Owner

sentanos commented Jan 6, 2018

This is a restriction by Roblox because you were logging in too many times in a row and there is no way to bypass it through the bot directly. Either way a few hours for the restriction to go away or use a different IP through a VPN or proxy. If you really need to get in now you can login manually through a browser and copy the .ROBLOSECURITY cookie and then put it into the script's cookie jar manually with

rbx.options.jar=`PASTE COOKIE HERE`.

@popeeyy
Copy link
Author

popeeyy commented Jan 6, 2018

I tried that multiple times and it still says that the picture didn't match the words.

@sentanos
Copy link
Owner

sentanos commented Jan 6, 2018

Tried what multiple times?

@popeeyy
Copy link
Author

popeeyy commented Jan 6, 2018

rbx.options.jar=mycookie

@sentanos
Copy link
Owner

sentanos commented Jan 6, 2018

My mistake, the code is actually rbx.options.jar.session=cookie

@popeeyy
Copy link
Author

popeeyy commented Jan 6, 2018

I'm still receiving this error.

@sentanos
Copy link
Owner

sentanos commented Jan 6, 2018

Please show all the code you are using.

@popeeyy
Copy link
Author

popeeyy commented Jan 6, 2018

@sentanos
Copy link
Owner

sentanos commented Jan 6, 2018

Once you set the cookie you do not use rbx.login.

@popeeyy
Copy link
Author

popeeyy commented Jan 6, 2018

Oh, okay.

@sentanos
Copy link
Owner

sentanos commented Jan 6, 2018

  1. That is your login cookie, you should do log out of all sessions to prevent people from hacking your account.
  2. You are obviously misunderstanding how to use the module. Please grasp the concept of node.js promises and how to program before attempting to use this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants