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

0 Members and 1 Guest are viewing this topic.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #15 on: July 01, 2012, 03:40:43 pm »
!= meens does not equal just incase anyone is wondering. :smile
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 #16 on: July 01, 2012, 06:18:32 pm »
nearestObjects [(MrMedic), ["Troll"],9000];  :icon_sly

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #17 on: July 01, 2012, 06:20:59 pm »
actually it was not a troll

not everyone knows != meens does not equal , theres a lot of 'new people' on the forum lately.

they do when they read this though  :icon_laugh

« Last Edit: July 01, 2012, 06:29:43 pm by MrMedic »
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

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #18 on: July 01, 2012, 08:09:14 pm »
here are some numbers that will be of great interest to people ( against my better judgment tbh but )  

Note: they are not offsets but something else it's all im saying about it.

0xDC2CAE44

0x4C389BC6

0x4C6D4446

0x4C6D4406

-1676303934
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

diddly123

  • Intentional Cheater
  • **
  • Posts: 28
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #19 on: July 01, 2012, 11:09:30 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
if "one-way hash" meant it couldn't be reversed then there wouldn't be a panic when somebody dumped the user database of a website or forum that stores passwords as md5 or some other hash.

inf1kek

  • Cheater Apprentice
  • *
  • Posts: 11
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #20 on: July 02, 2012, 12:16:43 am »
reversible means crypted-data contains original data itself, hash does not contain data, its one-way function, you can just try to randomly (or not) generate data, calculate hash and compare it, thats bruteforce.
key is not a password, its way too big to bruteforce it. key is not a password, its way too long to bruteforce it.

diddly123

  • Intentional Cheater
  • **
  • Posts: 28
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #21 on: July 02, 2012, 12:32:42 am »
reversible means crypted-data contains original data itself, hash does not contain data, its one-way function, you can just try to randomly (or not) generate data, calculate hash and compare it, thats bruteforce.
key is not a password, its way too big to bruteforce it. key is not a password, its way too long to bruteforce it.
a hd5850 can do several hundred million md5 bruteforce attempts per second. That's a 2 year old GPU that you could get for $100 if you looked around. Newer ones can do much much more. Whether it's bruteforce or reversible, would take the same time regardless. All it would take is somebody to write a program with the hashing function BE uses to calculate the GUID and try keys until you get the same GUID.

Coronel_Niel

  • Insane Joker
  • ****
  • Posts: 846
  • Why can't I pick my own profile picture...
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #22 on: July 02, 2012, 12:36:28 am »
The biggest problem with that is mass comparing keys. There's around 4x10^36 keys (Ish, a few trillion either side) and that's a lot to compare.
"Now we are going to watch my boys do it" - Joopig

diddly123

  • Intentional Cheater
  • **
  • Posts: 28
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #23 on: July 02, 2012, 12:38:51 am »
The biggest problem with that is mass comparing keys. There's around 4x10^36 keys (Ish, a few trillion either side) and that's a lot to compare.
true, i never said it would be quick, but merely the fact that it's not impossible.

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #24 on: July 02, 2012, 02:42:50 am »
it salts it with a minus number actually ( battle eye ).
« Last Edit: July 02, 2012, 02:48:58 am by MrMedic »
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

Temo

  • Relentless Teamkiller
  • **
  • Posts: 93
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #25 on: July 02, 2012, 04:47:58 am »
hah i got my arma 2 OA accounts

maybe not the way everyone here is claiming to do it but other ways. Got some huge bases some mail checkers and it  just went along.

robin-580

  • Online Villain
  • ***
  • Posts: 143
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #26 on: July 02, 2012, 09:51:29 pm »
nonononoonononon

diddly123

  • Intentional Cheater
  • **
  • Posts: 28
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #27 on: July 03, 2012, 12:00:59 am »
it salts it with a minus number actually ( battle eye ).
Wow how in the world did you get the salt? That is just brutal...

MrMedic

  • MasstKer
  • ********
  • Posts: 8900
  • programmer/dev/software engineer
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #28 on: July 03, 2012, 12:14:04 am »
it salts it with a minus number actually ( battle eye ).
Wow how in the world did you get the salt? That is just brutal...

lol sable f5'ing.
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

johnbowa

  • Intentional Cheater
  • **
  • Posts: 29
    • View Profile
Re: arma2:oa key changer with sourcecode.
« Reply #29 on: July 03, 2012, 05:02:21 am »
TKC: Battleyes Research and Development team