Can SomeOne Help Me Disable The F11 Button, Or Make It So When You Use It Is Disconnects You, For Project X Source Or 5165 Source.
How would you do it, when you make sure it's always connected to the server?Quote:
Even I could kill that though or replicate it. It's still not a good idea. =|
Executable -> Data -> High Encryption -> Send -> Server 2 -> Valid? -> Executable -> Conquer -> Kill
Well... people figured out the new cryptography by cracking conquer.exe. So... anything is possible. I would just rely on other checks in the server. This isn't reliable.Quote:
How would you do it, when you make sure it's always connected to the server?
You could do I like this:
No ways, you can replace it, without cracking it. Of course obfuscate or use a crypter. In cases of peoples wanting to crack it. (Depending on, if it's coded in C#)Code:Executable -> Data -> High Encryption -> Send -> Server 2 -> Valid? -> Executable -> Conquer -> Kill
The chances are small.Quote:
Well... people figured out the new cryptography by cracking conquer.exe. So... anything is possible. I would just rely on other checks in the server. This isn't reliable.
Executable -> Encryption 1 -> Server -> Decryption 1 Server -> Encryption 2 -> Executable -> Decryption 2
We even made an external processor check, but never finished it and even if we did, then I wasn't going to make it public as it's the same I'm using atm. Just highly modified etc. Anyways, you can, but I'm afraid there is no help at such areas. When it comes to security you must be on your own.Quote:
you cant make it so when you press it, it just d/c you cause in project x they make it so when you use aimbot commands you disconnect o.o
1. Make it a dll, Just adds the extra flavor.Quote:
The problem with doing it on a separate application is that in actual fact you dont add a second layer of security at all, its vulnerable to the same attack that the conquer client is, just inject into the application and by-pass the encryption.
Make an autopatcher, so you can always update it with modifications fast.Quote:
1. Make it a dll, Just adds the extra flavor.
2. Add checks to packets that only the injector can do(Such as checksums encrypted)
3. Encryption, Heavy heavy encryptions!
4. Bind the exe and dll
5. Or skip step 4 and hide it.
6. Have packets send THRU the conquer connection(hooks) to make sure its running.
7. Repeat step 1-6 x2 then step 7 three times.
If they can break that, That theres no point trying to keep them away :rolleyes: