BeepIsla / fake-stattrak

Apply kills to your stattrak and strange weapons in CSGO and TF2 without doing anything
MIT License
30 stars 5 forks source link

Bot open connect on server csgo #8

Closed botoboua closed 4 years ago

botoboua commented 4 years ago

Is it possible to create a bot that knows how to connect to a real server? In order for the steam server browser (search for community servers) to see the connection to the server and report that there is 1 player on the server. It is not necessary to hold such a connection for a long time, is it just possible to do this?

BeepIsla commented 4 years ago

Yes its possible. Enjoy making that yourself.

botoboua commented 4 years ago

I want to hire you $ to do this for me. If you have a little time, please contact me naykonc7@gmail.com

BeepIsla commented 4 years ago

No.

botoboua commented 4 years ago

I'm sorry, I hope you change your mind. Please tell me how to connect to the server through a bot? So that he can establish a connection to the server ... I've been looking for a solution for a week now, maybe it's on the surface?

BeepIsla commented 4 years ago

Look at the leaked CSGO source code and replicate what it does. Its all written out for you by Valve, you just have to convert it into the programming language of your choice. Enjoy learning, end of the conversation.

botoboua commented 4 years ago

Thank. I will ask another stupid question as an expert in this area. I understand the work plan correctly: (I will write in C ++, i.e. this language is the most understandable for me).

  1. We connect to the Steam account (login | password | secret code) - is in your example.
  2. Launch the CSGO game. (We simulate the launch) - Using GameCoordinator?
  3. We find in the source how the player is connected and make a connection to the game server - IP: PORT

I promise not to bother you anymore, give a detailed answer, I'm just learning)

BeepIsla commented 4 years ago

I don't know myself. You must read what CSGO does and replicate it.