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
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?
Re: Problems with programming language.
Quote:
Originally Posted by
Brought
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!!
Re: Problems with programming language.
Quote:
Originally Posted by
Ecco
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.
Re: Problems with programming language.
Quote:
Originally Posted by
Boraida
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.
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
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.