Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 09:15

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Help] Encryption of packets

Discussion on [Help] Encryption of packets within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
ernilos's Avatar
 
elite*gold: 20
Join Date: Jan 2012
Posts: 766
Received Thanks: 645
[Help] Encryption of packets

With some friends are trying to do p.server.
But we have found a problem in this:
ASCIIEncoding.GetEncoding (48). GetString (Receive)
The GetEncoding ... We don't found the value...
Someone help us? We can pay ...
[Srry for bad english, i'm Spanish xD]
----------
I found that:
Code:
public class ServerCipher : CipherBase
    {

        override public int Decrypt(byte[] data, out byte[] buf)
        {
             if (!inGameEncryption)
            {
                buf = new byte[data.Length];
                for (int i = 0; i < data.Length; i++)
                    buf[i] = (byte)(data[i] - 0x0F);
                return data.Length;
            }

            int len = data.Length;
            int offset = 0;
            char[] table = { (char)0, ' ', '-', '.', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '\n' };

            ........


            return 0;
        }
      
    }
Someone can give me the all code? ><
ernilos is offline  
Reply


Similar Threads Similar Threads
[Packets] Wie änder ich flyff packets?
07/16/2011 - Flyff Private Server - 19 Replies
HeyHo, Ich würde sehr gerne wissen wie man die Flyff Packets ändert... ich denke mal Zahlen ändern werden nicht ausreichen oder?
Packets encryption
12/21/2010 - Nostale - 6 Replies
Hi guys, did reverse all the packets encryption stuff. i someone intrested contact me . (coderz only)
Packets encryption
08/04/2009 - Dragonica - 4 Replies
Hello, Well since a emulator project has raisen from the ground up this past days, I decided to study loginprotocol (Dragonica EU). From what I've saw server send a key to client on his connection...but I'm not sure if they use their own encryption or a public one such as RSA for exemple (I don't really find the corresponding routines/variables tbh). Guess I'll have to do some tests tomorrow. Any clues ? :)
Packets Encryption
11/28/2008 - General Gaming Discussion - 3 Replies
Hi, I'm curently reversing the auth process and i'm close to get it. I would like to know if there some else working on packets encryption / auth process or any team doing a real bot not crappy macros.



All times are GMT +1. The time now is 09:16.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.