PDA

View Full Version : I f*cked something up? :')



VitaminX
10-14-2013, 02:29 PM
Hi guys.
Was working on a program for Neo.
An account cracker actually.

Weird thing is;
- I enter a username + 5 passwords. In 2 out of 10 accounts it will say '' no valid username found''.
But when I enter it on Neo, the account is found.
Sometimes it does this with 2 or 3 passwords, and the other will just say bad password.

Also, it found a match. Login: ok.
But when I want to login, the password isn't correct.
If I put in a test account of myself, it will detect and ''crack'' it.

And the last thing, proxies do not work. ''proxy not valid?? Unable to connect to the remote server'' though I'm quite sure the proxies work.

Written in VB. Anybody that could help me out, what am I missing?!

Edit: it now gave me 5 accounts as logged in, but when I try, it says the password is incorrect. F it. I'm quitting :')

Edit 2: tried logging in to an account I ''cracked'', status Last Spotted: Under one day ago, but on log-in page; It looks like you haven't logged in for a while! For security purposes, please verify your birthday. Though in the link it says badpassword.phtml with all 5. WTFFFFFFFUUUUUUUUUU

o.0

raaaaaaaaaaaaaaaaaaaagetraaaaaaaaaaaaaaaain

j03
10-14-2013, 04:50 PM
Are you using your own code here? Check the strings you are checking for after trying to login, most likely wrong.

VitaminX
10-14-2013, 11:41 PM
Are you using your own code here? Check the strings you are checking for after trying to login, most likely wrong.

Yah tried making something on my own, but I guess that didn't work out, and I can't find the error :')
Looked up the parts that are messed up, but IDK.
It's hard to be a newb programmer :'D

DarkByte
10-26-2013, 06:33 PM
Just a tip , If I was making a password cracker I would use the amf service:

PetpetParkGameService.npPasswordAuth(string password,string username)

This gives you unlimited trys and no ip lock / proxys to deal with. I dont think theres a param for bday either not sure how it handles that.