![]() XxharCs
//Java & C++\\ |
Last Activity: 11/22/2018 16:50
Quotes
04/21/2017 |
11:58 - Toshio Riko quoted XxharCs in post Overwatch: Siebzehnjähriger Cheat-Programmierer in Südkorea verhaftet! Würde er VIP access verkaufen, welcher zufälligerweise einen Download zum Hack anbietet, wär er nicht strafbar gewesen, obwohl im Artikel steht "verbreiten", weiß ich jetzt leider nic... |
04/13/2017 |
14:43 - burncode quoted XxharCs in post Gladiatorcheatz - CSGO Cheat - Limited Slots https://omdischeats.com/forum/ <<< locks like omdi, where you pasted you cheat ? UC?
I don't know what you are talking about, but looking at his screenshots and videos, his cheat i... |
03/08/2017 |
17:43 - warfley quoted XxharCs in post Sockets - large data handling As I said above, fixed it, and the snippet was the solution how I did it^^
I tried your solution, then one more and then I came to the solution above which worked for me.
The data... |
15:59 - warfley quoted XxharCs in post Sockets - large data handling Yeah I know that.
Yeah, was talking about that, but fixed it.
I didn't receive it correctly.
while (((len = recv(connectSocket, buf, file_size, 0)) > 0) && (remain_data > 0))
{
... |
14:43 - florian0 quoted XxharCs in post Sockets - large data handling How would I go about encoding? The files get corrupted when sending them from linux to windows
TCP does it for you. The protocol assures that all bytes are transmitted in the correct... |
03/07/2017 |
01:16 - Deleted Posts |
03/06/2017 |
19:03 - th0rex quoted XxharCs in post Sockets - large data handling So it would be enough to first send a packet with the buffer length, so the client can allocate the needed buffer with the size and then I receive on the client side as long the recei... |
18:48 - Jeoni quoted XxharCs in post Sockets - large data handling So it would be enough to first send a packet with the buffer length, so the client can allocate the needed buffer with the size and then I receive on the client side as long the recei... |
02/23/2017 |
23:15 - MIRACLE-OF-ALGERIA quoted XxharCs in post Making a bot with Java 'awt' library Well the browser or the flash game won't detect if you are botting or not.
I would switch here to awt.Robot
Or I will completly switch to tools like Selenium or CubicTest. Though ... |
05/25/2016 |
10:42 - alpines quoted XxharCs in post Coders Chit-Chat Zwar ja standarmäßig schon, aber nicht die Queries sondern die Tabellen. Die meisten Tabellen werden ohne Beachtung der collation erstellt und so ist standardmäßig latin1 drinnen.
... |