Free (Encrypted) Beta Key [Closed]

i try it to do this since the first post
"
Magistrial wrote:
Well, I suck--my algorithm had a little bug in it. It doesn't account for when subtracting or adding when the result of the add or subtract resulted in a valid character but spanned the 'gap' between the ASCII values.

ASCII
0=48
9=57
65=A
90=Z



SET @Result =
CASE WHEN @POS % 2 = 1 THEN
CHAR(
CASE
WHEN ASCII(SUBSTRING(@STRING,@POS,1))+13 BETWEEN 58 AND 64
THEN ASCII(SUBSTRING(@STRING,@POS,1))+13 - 57 + 64
WHEN ASCII(SUBSTRING(@STRING,@POS,1))+13 > 90
THEN ASCII(SUBSTRING(@STRING,@POS,1))+13 - 90 + 47

ELSE ASCII(SUBSTRING(@STRING,@POS,1))+13 END
)
ELSE
CHAR(
CASE
WHEN ASCII(SUBSTRING(@STRING,@POS,1))-13 BETWEEN 58 AND 64
THEN 57 - (64 - (ASCII(SUBSTRING(@STRING,@POS,1))-13 ))
WHEN ASCII(SUBSTRING(@STRING,@POS,1))-13 < 48
THEN 90 - (47 - (ASCII(SUBSTRING(@STRING,@POS,1))-13 ))

ELSE ASCII(SUBSTRING(@STRING,@POS,1))-13 END
)
END


The good news is that I will PM a working key to everyone that attempted this. Send me a PM if you posted here and I'll reply with a key.





You seem like a programmer lmao.
And big props if you'd sent me one of those keys aswell <3
^1
Last edited by stvn#0488 on Dec 26, 2012, 4:45:10 PM
blah i think i just wait till bank will start to work and buy that key, by supporting. To hard to get it here. :/
Try to solve it too but it seems that all my attempts are "invalid".

I came out with IRF91-U9SSH-I06R0-ULXIR too...
Just thought I'd say that I got a key :D

For those curious, my program in Python:

alpha = list('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ')
key = list('542MO7W5FU5DT4N78AF4')
u_key = ''
count = 0

for unit in key:
index = alpha.index(unit)
if count%2 == 0:
index = (index-13)%len(alpha)
else:
index = (index+13)%len(alpha)
if count%5 == 0:
u_key += '-'
count += 1
u_key += alpha[index]
u_key = u_key[1:]
print u_key

/* Didn't comment it or anything... Sorry! */
Hard work and sincerity do pay :),thanks for the key Mag.
Keys given out to these guys:

tondron123
immeasurably
pheokachu
toolegittoquit
mkikeboy91
konri

I still have 2 more for zarathospectre and devilz696 if they still need and PM me!
so what was the key since the winner have post it.
BTW, here was the original unencrypted key: SHPZB-DJB97-SQGHA-KVN2A

P.S.--that key hasn't been claimed yet!!

Report Forum Post

Report Account:

Report Type

Additional Info