Post: [Work in progress] MW2 GPAD0 File Decrypter
12-22-2009, 03:02 PM #1
123tomw123
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); Note: Nowhere near finished. At the moment, it won't read the bytes from the file because of the encrypted characters. (Why I don't know)

Screenshot:
You must login or register to view this content.


Yes, it is nowhere near finished, but at least I'm trying.


I'll accept any help if offered.

[Note: Programming in VB.NET]

Another Note:
The program reads the file, and then displays it in the output window. The program then calls a DLL file, which decrypts the text, and sends it back to the program
(adsbygoogle = window.adsbygoogle || []).push({});
12-22-2009, 03:05 PM #2
almost impossible to that unencript
12-22-2009, 03:10 PM #3
123tomw123
Pokemon Trainer
Originally posted by TMAN242 View Post
almost impossible to that unencript


Almost......
12-22-2009, 03:12 PM #4
lol thats funny
im serious......
12-22-2009, 03:16 PM #5
123tomw123
Pokemon Trainer
Originally posted by TMAN242 View Post
lol thats funny
im serious......


Lol thats funny too, I'm being serious.
12-22-2009, 03:38 PM #6
Michael
I love smart girls. ♥
If you do get it working, send me a copy. I have an idea..
12-22-2009, 03:47 PM #7
Kells
ngujonas.blogspot.com
the pic is a lil bit small
12-22-2009, 03:49 PM #8
Instead of decrypting it word for word, why not try to just read the values that we know and have them printed in a label/text box?

For example, say we know Var1, Var2, and Var3 values exist in the file, instead of printing the whole file, why don't we just have the program read the specific sections with the values and print them into a text box or label?

Let me know if that doesn't make any sense, I'm not the best explainer...
12-22-2009, 05:15 PM #9
a decrypter would be nice but hard to obtain, and i wouldn't call it a de"crypter" more a de"coder" becase when you encrypt file you put a pass word on it so only you can open it but we can open infinity wards files with note pad "lowest file editor" so they are not encrypted but they are coded...

Good luck and if you get stuck at a part let us know we can help Smile Smile^
12-22-2009, 05:44 PM #10
1. It is encrypted and POSSIBLY compressed. (Take a look into zlib, its probbably a common compression)
2. Use the BYTES and not the ASCII text when you are decrypting. This is probbably why you are getting errors because the text box cant show the characters.
3. Do you even know what the encryption is?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo