Login Register






Account Generator --DEAD-- filter_list
Author
Message
RE: Account Generator (Crack proof!) Need Testers! #11
(11-05-2015, 01:35 AM)Tori Kelly Wrote: Going to try this! Will edit with my response shortly!

I look forward to it, keep me updated Smile

(11-05-2015, 01:32 AM)God Wrote: If there is no credit system, only has 1 user, and credits are exploitable, please tell me, what is there to crack?

It doesn't only have one user, it has 3, credits are not exploitable (They're not implemented). What is able to be cracked, well, id like to see is someone to force a login on the server and call the function without a real account, (Aside from the account i've provided).

Reply

RE: Account Generator (Crack proof!) Need Testers! #12
(11-05-2015, 01:55 AM)Killpot Wrote:
(11-05-2015, 01:35 AM)Tori Kelly Wrote: Going to try this! Will edit with my response shortly!

I look forward to it, keep me updated Smile

(11-05-2015, 01:32 AM)God Wrote: If there is no credit system, only has 1 user, and credits are exploitable, please tell me, what is there to crack?

It doesn't only have one user, it has 3, credits are not exploitable (They're not implemented). What is able to be cracked, well, id like to see is someone to force a login on the server and call the function without a real account, (Aside from the account i've provided).

Sure, if that's what you meant, ill be on it.

Reply

RE: Account Generator (Crack proof!) Need Testers! #13
(11-05-2015, 03:00 AM)God Wrote:
(11-05-2015, 01:55 AM)Killpot Wrote:
(11-05-2015, 01:35 AM)Tori Kelly Wrote: Going to try this! Will edit with my response shortly!

I look forward to it, keep me updated Smile

(11-05-2015, 01:32 AM)God Wrote: If there is no credit system, only has 1 user, and credits are exploitable, please tell me, what is there to crack?

It doesn't only have one user, it has 3, credits are not exploitable (They're not implemented). What is able to be cracked, well, id like to see is someone to force a login on the server and call the function without a real account, (Aside from the account i've provided).

Sure, if that's what you meant, ill be on it.

I look forward to seeing the results Smile

Reply

RE: Account Generator (Crack proof!) Need Testers! #14
Nice virus m8 :hurr:

Reply

RE: Account Generator (Crack proof!) Need Testers! #15
(11-05-2015, 05:02 AM)Larry Wrote: Nice virus m8 :hurr:

please stop shitposting, I've already had plenty of accusations about this being a virus, if you're that worried, scan the files yourself or throw them in a decompiler and look at the results, then when you actually have tangible evidence come back to this thread and make a real worth while comment.

Reply

RE: Account Generator (Crack proof!) Need Testers! #16
many virus very stolen.


jk good job on the system, I'll give it a try tomorrow since I'm off work. (I hate my job, 12-8 every day)








            Devon | Kik: Hurry


Reply

RE: Account Generator (Crack proof!) Need Testers! #17
Thanks for this! I will leave some feedback!

So all accounts are dummy accounts right now?
[Image: Rs115Wh.png]

Reply

RE: Account Generator (Crack proof!) Need Testers! #18
(11-05-2015, 05:11 AM)Killpot Wrote:
(11-05-2015, 05:02 AM)Larry Wrote: Nice virus m8 :hurr:

please stop shitposting, I've already had plenty of accusations about this being a virus, if you're that worried, scan the files yourself or throw them in a decompiler and look at the results, then when you actually have tangible evidence come back to this thread and make a real worth while comment.

Calling the cops on you

Reply

RE: Account Generator (Crack proof!) Need Testers! #19
(11-05-2015, 06:33 AM)Helios Wrote: Thanks for this! I will leave some feedback!

So all accounts are dummy accounts right now?

no they're real working accounts

Reply

RE: Account Generator (Crack proof!) Need Testers! #20
Just tested and started debugging and oh my, such bad, much stupid.

PLEASE don't store configs in cleartext and locally.
[Image: KL9QvT0.png]
[Image: uddywK.gif]

What i recommend doing is everytime a user is registered, create a private key and store it inside a database, use any type of encryption you want. When a user connects initially to the program, it will send a request to the server with info like HWID and stuff, server sends back the key to decrypt the config file, which is then read by the program.

or you can simply store configs server side.

Though tbh you shouldn't stress that much on security for an account generator, its a desktop app which isn't used very frequently anymore and tbh its only an account generator, I believe you are stressing security way to much compared to adding original features, utilities and ideas.

Reply