ok that would be awesome thnak you!
Posted on 2003-08-02 01:44:49 by sTonER_DeVIOUS
OK, this is a full example of the code I posted previously.
All the previous disclaimers apply, however this will work better than
just hardcoding a number. Now someone at the least will need some programming skill to figure it
out. A hardcoded number can be found by anyone.

Anyway i hope this helps.

EDIT: File Deleted and moved to a new post (By RobotBob) I removed the baks in it.
RobotBob
Posted on 2003-08-02 03:06:34 by RobotBob
lol that works good... uh how do i figure out the code/key lol :P
Posted on 2003-08-02 03:13:10 by sTonER_DeVIOUS
well for the simple keygen, since I am adding up ascii values its this:

(case matters!)

take: user
user = 447

u = 114
s = 101
e = 115
r = 117

add them all up and you get 447, same thing with any other value.

But the goal it to make that calculation more complex, beyond mere adding of ascii.

good luck,

RobotBob
Posted on 2003-08-02 03:19:49 by RobotBob
ooh lol thats what it said in your source code :)
thank you for your help.. :)
Posted on 2003-08-02 03:20:59 by sTonER_DeVIOUS
I removed the bak folder in the zip. Uneeded code making the zip bigger.

here it is:
Posted on 2003-08-02 17:17:20 by RobotBob
It's weak though...
Posted on 2003-08-02 21:03:20 by roticv
I believe I have repeated that over and over. ?????? :rolleyes:

OK word of warning, this is very simplistic.

; It doesn get lamer than this


he needed simple.
Posted on 2003-08-02 21:22:44 by RobotBob
yep you have said that a lot.. and thnx again :)
Posted on 2003-08-02 22:00:06 by sTonER_DeVIOUS