Unique Identity in Q3

15 replies [Last post]
Cyrax
Offline
Joined: Apr 2009
Posts:
Unique Identity in Q3

key.vbs
[code:1]Dim C(16)
C(1)="2"
C(2)="3"
C(3)="7"
C(4)="a"
C(5)="b"
C(6)="c"
C(7)="d"
C(8)="g"
C(9)="h"
C(10)="j"
C(11)="l"
C(12)="p"
C(13)="r"
C(14)="s"
C(15)="t"
C(16)="w"
K=""
Randomize
For n=1 To 16
K=K+C(Int(16*Rnd+1))
Next
MsgBox K[/code:1]Is there any corresponding rules about that? Happy

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

mow Q [EN]
Offline
Joined: Nov 2003
Posts:
Unique Identity in Q3

funny that mods let in stay, delete the forum rules please.

epsiplayer
THE ONE AND ONLY
intact-epsilon's picture
Offline
Joined: Dec 2006
Posts:
Unique Identity in Q3
Cyrax wrote:

omg...

Cyrax this is rly true ? Confused

But i agree with Impius ... come on guys you play this quake 3 since ages .. if you cherish and like it at least do a little favor to the ones that created it ... call it a "prize" call it "the next 3 days newspaper" but you all love quake 3 otherwise you couldn't be here (on this forum)

the main idea is not to get a key from anywere to play it, but to respect the work that the creators did in order for you to play and have fun.

________
epsislow


Cyrax
Offline
Joined: Apr 2009
Posts:
Unique Identity in Q3

If there is 1 billion legal keys then probability to match legal key with keygen is less than 1/18000000000 so its useful only for hiding identity

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

[MR.]ZONT
Offline
Joined: Feb 2007
Posts:
Unique Identity in Q3

Epsy, this code generates cdkey that is valid for q3 engine only
(since source is open its not big deal Big grin chk: CL_CDKeyValidate function, tbh im a bit surpised of this code XD)
so yes its true Smug but ofc its illegal for id server validation