Need help with something littl

01/18/2016 00:43 1xxxx#1
hello im looking for the client Clipse Conquer It tells me its 5565 But good luck finding a 5565 Client if anyone can help me find this Client plz help out i can get it to login but when it log it starts the client says Logging Into The Game Server.. But Does nothin After That the Loading is Just Loading... Loading .. Loading . Loading ...

No Errors in the console :/
01/18/2016 05:10 Spirited#2
What are you talking about? I can't understand a word of this.
Is this for a private server?
01/19/2016 03:04 CoChrome#3
Just learn to read & to use your brains, yes his english isn't perfect but still... if you're claiming that you can't read this then there's deff something wrong with your eyes...
01/20/2016 07:29 1xxxx#4
Spirited
Funny thing is uk who this is i just don't use my old account no more and for 2 i have a client issue i will make a Video of it so u can understand me Thanks for The asshole remark and Yeah Chrome thanks man for understanding and not beaning disrespectful:o

[Only registered and activated users can see links. Click Here To Register...]
01/20/2016 08:38 Spirited#5
Quote:
Originally Posted by 1xxxx View Post
Spirited
Funny thing is uk who this is i just don't use my old account no more and for 2 i have a client issue i will make a Video of it so u can understand me Thanks for The asshole remark and Yeah Chrome thanks man for understanding and not beaning disrespectful:o

[Only registered and activated users can see links. Click Here To Register...]
I still can't understand a fucking word of this.
Use a translator because this is god awful.

Edit: I clicked on your video, immediately left for the music, desktop, and client that you had to subject me to during that brief second. Please ask a question CORRECTLY and record the problem like you give a shit. It really makes me want to give you as few of my fucks as possible.
01/20/2016 13:19 tkblackbelt#6
Put a breakpoint in the game server connect function using visual studio. if it hits the breakpoint that means the client is successfully being redirected to the game server from the auth. Now you just have to step through the initial few packets being exchanged to confirm they are being handled correctly.

if you have some programming knowledge you should be able to accomplish these tasks. If you don't, try reading some c# books/tuts. Thats the language you should focus on as the majority of public sources are written in that language.

Good luck