Problems with programming language.

Results 1 to 7 of 7
  1. #1
    Newbie Ecco is offline
    MemberRank
    Sep 2015 Join Date
    4Posts

    Problems with programming language.

    Hello, I have a simple question.
    Can someone tell me which programming language is related to creating packetloggers(or what do I have to learn)? How can I start?
    In fact, I just want to send a specific packet to the server. There are some famous packetloggers out there but I want to know how it works and how can I make one.

    Thanks xD


  2. #2
    Sorcerer Supreme Brought is offline
    Member +Rank
    Aug 2013 Join Date
    469Posts

    Re: Problems with programming language.

    May I ask why you are wanting to make your own Packetlogger rather than using one of the ones that people have already released?

  3. #3
    Newbie Ecco is offline
    MemberRank
    Sep 2015 Join Date
    4Posts

    Re: Problems with programming language.

    Quote Originally Posted by Brought View Post
    May I ask why you are wanting to make your own Packetlogger rather than using one of the ones that people have already released?
    Sure! I want to add a tool that can help me A LOT but none of them offers source code, so I can't modify.

    There's one that offers source code, but I can't compile an .exe file because the creator used some "protocols" that he doesn't want to give anyone, what is fair, because he lost so much time building it.
    So, I want to build one!
    Correcting what I said, I only know one packetlogger working in this habbo patch(the one mentioned in this post), and It's built in C# language, but I don't know if I would be able to make a packetlogger by only knowing this language.
    Do you know what do I have to learn to do that?

    Thanks!!

  4. #4
    Elite Member Boraida is offline
    Member +Rank
    May 2011 Join Date
    The NetherlandsLocation
    161Posts

    Re: Problems with programming language.

    Quote Originally Posted by Ecco View Post
    Sure! I want to add a tool that can help me A LOT but none of them offers source code, so I can't modify.

    There's one that offers source code, but I can't compile an .exe file because the creator used some "protocols" that he doesn't want to give anyone, what is fair, because he lost so much time building it.
    So, I want to build one!
    Correcting what I said, I only know one packetlogger working in this habbo patch(the one mentioned in this post), and It's built in C# language, but I don't know if I would be able to make a packetlogger by only knowing this language.
    Do you know what do I have to learn to do that?

    Thanks!!
    First of all a programming language. After that one you can play with networking.

  5. #5
    Newbie Ecco is offline
    MemberRank
    Sep 2015 Join Date
    4Posts

    Re: Problems with programming language.

    Quote Originally Posted by Boraida View Post
    First of all a programming language. After that one you can play with networking.
    I just started learning 2 weeks ago... Isn't there any specific programming language related to what I asked?
    If I have to know more than just a programming language, please tell.
    Thanks again.

  6. #6
    Elite Member Boraida is offline
    Member +Rank
    May 2011 Join Date
    The NetherlandsLocation
    161Posts

    Re: Problems with programming language.

    There is no specific programming language to do this. So that means you can do it with alot programming languages. After knowing the basics you can check for socket programming of your chosen language. I'd recommend you to know certain things about encryption, like rsa, rc4

  7. #7
    Newbie Ecco is offline
    MemberRank
    Sep 2015 Join Date
    4Posts

    Re: Problems with programming language.

    Ok. I'll try to analyze the program I said and search about what you said. Hope I found answers soon ^^.
    For anyone with the same doubt, everything I found about packetloggers is in Java/C# language, so I'll try to learn it.

    Thanks for the help, Boraida and Brought.



Advertisement