vHackXT-MoneyBot icon indicating copy to clipboard operation
vHackXT-MoneyBot copied to clipboard

Update: Passwords ending in numbers are the issue, not special characters.

Open darkdragon2242 opened this issue 7 years ago • 15 comments

I have some $$ in my password on another account of mine and I can't login with those in the password, is there a workaround for that?

I did get the bot working on the account I was having issues with before though

darkdragon2242 avatar Mar 15 '17 05:03 darkdragon2242

Hmm special characters shouldn't cause an error, did it just say invalid credentials, or did it actually give an error? If it did, please send it here so I can try to fix it.

MrSonicMaster avatar Mar 16 '17 01:03 MrSonicMaster

It says invalid credentials, but I can login from the game just fine.

darkdragon2242 avatar Mar 16 '17 16:03 darkdragon2242

Hmm I'll look into this, thanks for pointing it out.

MrSonicMaster avatar Mar 18 '17 02:03 MrSonicMaster

I have an idea, I possibly would need to escape the text so it is supported in the request, but I would need to test this idea first.

MrSonicMaster avatar Mar 18 '17 03:03 MrSonicMaster

I created a new account with the username as all supported special characters (which are [] and {}) and a password with every single special character I could fit in the 16 characters max, and the bot successfully logged me in perfectly with no errors using the same exact one that is uploaded to Github. Maybe you mistyped one character by accident? I don't think its a bug with the bot.

MrSonicMaster avatar Mar 18 '17 03:03 MrSonicMaster

0cb3e2910ebb48cd967bfc149082e11a I will see if I can duplicate the issue, but no I haven't typed the password wrong.

darkdragon2242 avatar Mar 19 '17 01:03 darkdragon2242

Ok so maybe its just my format for username and password, My username has a cap for the first letter but no special characters, the password just has some $$ in it. I was able to create another account with a password also containing 2 $$ and a few numbers and duplicated the issue. { "userName": "Branismo", "userPass": "D$$G3lg5t1", "uHashStr": "This_Doesn't_Seem_To_Matter_So_Don't_Edit_This" }

Edit: you can copy and paste this login into nox and it will work just fine.

darkdragon2242 avatar Mar 19 '17 02:03 darkdragon2242

You can attempt to login with this example account that I created, and it works perfectly fine { "userName": "[]{}[]{}[]", "userPass": "!@#$%^&*", "uHashStr": "This_Doesn't_Seem_To_Matter_So_Don't_Edit_This" }

It has as many special characters as I could fit, and it works perfectly fine.

MrSonicMaster avatar Mar 19 '17 02:03 MrSonicMaster

Yes the one you shared just now works fine, but did you try the one I shared?

For some reason it doesn't work, and I'm not sure why, I am trying to find the root of the issue now.

Edit: I'm not sure if I found the issue or not but I think it may have something to do with the $ in the second spot of the password or because it follows a letter? IDK, but I can't test now because it's not letting me create more accounts.

I tried with the password A$A1nf1f1, I guess it could possibly be numbers as well, I hadn't thought about that until now, but I see all the passwords I have used end in a number.

darkdragon2242 avatar Mar 19 '17 03:03 darkdragon2242

Ok so after testing what works and what doesn't I have made 2 accounts, one works with the bot, the other does not.

Working bot account

{
"userName": "Branismon",
"userPass": "D$$G3lg5t",
"uHashStr": "This_Doesn't_Seem_To_Matter_So_Don't_Edit_This"
}

fac5a7b1716844b4bccd3a8b42336e56

Not working bot account

{
"userName": "Branismo",
"userPass": "D$$G3lg5t1",
"uHashStr": "This_Doesn't_Seem_To_Matter_So_Don't_Edit_This"
}

deb0d369d809462291a087e5e81f60af

You can successfully log in to both accounts from the app itself, however the one with the 1 at the end of the password does not work. At first I assumed it was due to special characters, however now I see that I was wrong. What is really trippy is I also made an account with the password "password1" and it worked fine, so it looks like more testing to get the root issue is needed.

darkdragon2242 avatar Mar 19 '17 05:03 darkdragon2242

Hmm thanks for pointing this out, I can't begin to imagine why a password ending in a number might cause it to fail to login from my code. I'll look into it.

MrSonicMaster avatar Mar 19 '17 19:03 MrSonicMaster

So have you managed to find any solutions or workarounds for this?

darkdragon2242 avatar Mar 22 '17 05:03 darkdragon2242

I can't see any reason that it might cause an issue, I have looked through the android code and my code and it doesn't seem to have any problems

MrSonicMaster avatar Mar 22 '17 20:03 MrSonicMaster

Is it possible to change the way the variables are stored so that the password string is read differently? I can't find any issues either but for some reason it just will not work.

darkdragon2242 avatar Mar 23 '17 08:03 darkdragon2242

I'm sorry for my away time, I'll get back to working on this project and responding. And I'll look into the issue more in a bit

MrSonicMaster avatar Jun 13 '17 04:06 MrSonicMaster