c# Minecraft Client Help

Status
This thread has been locked.

M80

Site Coming Soon
Premium
Feedback score
0
Posts
71
Reactions
35
Resources
0
Hello McM,

I have been making a Minecraft bot in C#. I have everything for the most part figured out but on how to connect the username:password (bots) to the server you type in. I have been searching all day for a tutorial, code, or a method. I have yet to come across one. If someone could please spare my brain from massive headaches and help me out it would be greatly appreciated.

If you need anymore information below I will be more then happy to provide you guys with some.

Thanks!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

WebMotion Design

Feedback score
0
Posts
1
Reactions
0
Resources
0
https://gyazo.com/9bf883414bd3c08c416af11969f8dd1c

I can't figure out on how when you type the server IP, press the login button have the accounts log into the server. I have everything else mostly configured, such as the load accounts, etc.
You need to work out how to receive and send packets to / from the minecraft client.

There are some online Minecraft chat clients, they connect to the Minecraft server by handling the packets. Maybe check one of those or look at a C# server software (There is a few) and see how they handle packets.

You won't need all, just the login ones, chat ones and maybe a few more.
 
Status
This thread has been locked.
Top