Author Topic: arma2:oa key changer with sourcecode.  (Read 4277 times)

0 Members and 1 Guest are viewing this topic.

inf1kek

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
arma2:oa key changer with sourcecode.
« on: June 30, 2012, 04:10:10 pm »

Temo

  • Relentless Teamkiller
  • **
  • Posts: 93
    • View Profile

inf1kek

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #2 on: June 30, 2012, 06:05:23 pm »
well, the source is only includes key->hex function, its fully rewritten from arma2oa setup file, they are using same char packing for all other dlc/addons.

you can also use it to restore your key from registry if you forgot it, it will show up your key.

userpc

  • Intentional Cheater
  • **
  • Posts: 45
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #3 on: June 30, 2012, 06:25:15 pm »
well, the source is only includes key->hex function, its fully rewritten from arma2oa setup file, they are using same char packing for all other dlc/addons.

you can also use it to restore your key from registry if you forgot it, it will show up your key.

Any body writen tool for id -> sn -> hex pls  :unsure whith source  :icon_rolleyes2

s0beit

  • Relentless Teamkiller
  • **
  • Posts: 94
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #4 on: June 30, 2012, 06:44:03 pm »
You can't retrieve an key from an ID because it's just a weirdo hash of some characters in the key, non-reversible.

I wrote a key decryption function, too, maybe I'll compare them  :icon_razz2

inf1kek

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #5 on: June 30, 2012, 08:04:24 pm »
yeah, GUID does looks like MD5 hash, i did not reversed GUID  generation algo, but i think it is not revesible, i might look at it later.

robin-580

  • Online Villain
  • ***
  • Posts: 143
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #6 on: June 30, 2012, 08:29:45 pm »
inf1 i just tryed didnt worked

s0beit

  • Relentless Teamkiller
  • **
  • Posts: 94
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #7 on: June 30, 2012, 09:01:40 pm »
yeah, GUID does looks like MD5 hash, i did not reversed GUID  generation algo, but i think it is not revesible, i might look at it later.

ID != GUID

Neither ID or GUID is reversible anyway. (By that I mean, you can't get a key from either of them)

inf1 i just tryed didnt worked

You still need a valid key.

diddly123

  • Intentional Cheater
  • **
  • Posts: 28
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #8 on: July 01, 2012, 02:30:08 am »
You can't retrieve an key from an ID because it's just a weirdo hash of some characters in the key, non-reversible.

I wrote a key decryption function, too, maybe I'll compare them  :icon_razz2
You realize if it wasn't reversible then BE and BI wouldn't know if your key was valid right?

s0beit

  • Relentless Teamkiller
  • **
  • Posts: 94
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #9 on: July 01, 2012, 03:46:26 am »
You can't retrieve an key from an ID because it's just a weirdo hash of some characters in the key, non-reversible.

I wrote a key decryption function, too, maybe I'll compare them  :icon_razz2
You realize if it wasn't reversible then BE and BI wouldn't know if your key was valid right?

What?

GUID -> Key
ID -> Key

is not possible.

BI sends gamespy your key and gamespy checks if it's valid, the hashes are generated by the BE server only after that process occurs.

ID and GUID can not be turned into a key in any way.

bouncer123

  • Klass Klown
  • ***
  • Posts: 349
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #10 on: July 01, 2012, 03:48:26 am »
You can't retrieve an key from an ID because it's just a weirdo hash of some characters in the key, non-reversible.

I wrote a key decryption function, too, maybe I'll compare them  :icon_razz2
You realize if it wasn't reversible then BE and BI wouldn't know if your key was valid right?

What?

GUID -> Key
ID -> Key

is not possible.

BI sends gamespy your key and gamespy checks if it's valid, the hashes are generated by the BE server only after that process occurs.

ID and GUID can not be turned into a key in any way.

in fact the game never sends the key to GS in plaintext, only as a hash, so it cant be stolen.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #11 on: July 01, 2012, 03:53:33 am »
You can't retrieve an key from an ID because it's just a weirdo hash of some characters in the key, non-reversible.

I wrote a key decryption function, too, maybe I'll compare them  :icon_razz2
You realize if it wasn't reversible then BE and BI wouldn't know if your key was valid right?

you seem to know what your onnabout , the others dont i can see by what they write. il pm you tomorrow actually , remind me if i dont.
EnCoded Message: i3iy9yl8kr2xf3g2Txs3pr6ye3ya7jg5ty2z

https://www.youtube.com/watch?v=62_7-AYfdkQ
you need a paypal account for the private versions.

Website:
http://bit.ly/medic101

Teamspeak 3: 85.236.101.5:10157

inf1kek

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #12 on: July 01, 2012, 06:31:24 am »
thats interesting.

diddly123

  • Intentional Cheater
  • **
  • Posts: 28
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #13 on: July 01, 2012, 01:30:28 pm »
You can't retrieve an key from an ID because it's just a weirdo hash of some characters in the key, non-reversible.

I wrote a key decryption function, too, maybe I'll compare them  :icon_razz2
You realize if it wasn't reversible then BE and BI wouldn't know if your key was valid right?

What?

GUID -> Key
ID -> Key

is not possible.

BI sends gamespy your key and gamespy checks if it's valid, the hashes are generated by the BE server only after that process occurs.

ID and GUID can not be turned into a key in any way.

in fact the game never sends the key to GS in plaintext, only as a hash, so it cant be stolen.
Any hash function or encryption can be reversed, the only thing stopping somebody is time.

bouncer123

  • Klass Klown
  • ***
  • Posts: 349
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #14 on: July 01, 2012, 01:54:43 pm »
You can't retrieve an key from an ID because it's just a weirdo hash of some characters in the key, non-reversible.

I wrote a key decryption function, too, maybe I'll compare them  :icon_razz2
You realize if it wasn't reversible then BE and BI wouldn't know if your key was valid right?

What?

GUID -> Key
ID -> Key

is not possible.

BI sends gamespy your key and gamespy checks if it's valid, the hashes are generated by the BE server only after that process occurs.

ID and GUID can not be turned into a key in any way.

in fact the game never sends the key to GS in plaintext, only as a hash, so it cant be stolen.
Any hash function or encryption can be reversed, the only thing stopping somebody is time.

one-way hash != encryption