Those "uber 1337 haxxors" finally get the chop
Jarulf,Apr 8 2003, 04:03 PM Wrote:A few comments on various topics (I hope it ends up well even for thread viewers :) ).

I also have to remember to try to get it all correct since we have a D2 programmer here but if he nit to much or point out errors, I just search extra for some embarasing bug in the new patch ;)

Regarding the sending of the map and map hack. The map itself is not sent to the client. What is sent is a seed (a 32 bit value) from which the map is generated. The map is made up of smaller areas ("rooms" created one by one from the original map seed (well there is probably some intermediate seed or mid size map area too or something but that is not important). You can see the boundaries of such rooms when you lose connection with the server but remain in the game, you simply run into the black wall, that is where a "room" ends. Typically a few rooms arround your character is active at a time, and those too far away are in an inactive state and not updated.

When you get close to a new such room where you have not been yet, it will be generated "on the fly" so to speak.

Now to prevent a cheat such as map hack (and I am ONLY talking about the revealing of the map feature here, that program has many other features in it), the "trick" would be to not base the seed for each individual room on the one map seed sent for the act when the game starts as it is now, but an independant seed sent for each room as you get close to it and it needs generating for the fist time. SInce it is just one 32 bit value, it will not really add much to the over all bandwidth compared to all the data normally flowing in a game.

Do note that this is easier said than done, several core functionalities of the map generation process and how the game handle it would probably need messing with.

What the map hack cheat do is simply to run a loop calling the function in the game that generate the map for all rooms of the act (normally it will happen one at a time as your character get close only).

As for the client being told too much sure, with the way the maps are generated now, the client is aware of the full map from the start. In addition, the server will send full update about monsters and other things going on in active rooms. To get an idea of the area we talk about here, one can always fire up map hack and check it should have some feature that show monsters for example which it can only do for active areas (please do it on single player though. not on bnet if you really want to bother at all checking this) One can say this is too much info to far away from the character of course. For lag issues, the client obviously need to know info of stuff SOME distance outside your screen. As the game works (in its core functionality), I would say it can only be done on a room to room basis, not in smaller steps. So it would not easilly be possible to say "lets send updated info only on stuff slightly closer to the character".

As for the "no-cd" hack. I personally don't think that would be something possible to detect on the servers. Unless Blizzard have added some self checking code to what is on your computer that communicate back to the server, it would be something not changing anything from the bnet point of view. Don't take my word for it though. I have never bothered mesing or looking at the communication between server and client and similar subjects. Obviously there is some way to detect some things on the servers that people thought was not possible. As a bold guess, I would say it is probably some form of analyzing the messages that is recieved from the client and "comparing" to what would normally be possible by the client if you played normally (normally meaning with no cheats and such). Even if all messages sent by a bot for example are valid in in themselves correct, the pattern and ways they are sent together could be ways that the game would never do it. A silly made up example (I really have not much knowledge of it :) ), would be sending two types of messages after each other, both of which can and are normally sent by the game itself, but for example never one after eac other. Oh well, lets move to something else... :)
As I said, it came from the word of a Blizzard employee. Or, at the very least, an MVP. But, I doubt it was an MVP, as I'm pretty sure I'd remember that much. I THINK it was TCadwell, of Warcraft III fame, but it may have even been GFrazier. Not 100% certain.

He did not go into details, in any form, as to how the hack is detected, or whatnot. Just the question was raised "why was I banned when I don't use hacks", account information was passed, and a Blizzard employee posted about it. I, of course, have other sources (namely an MVP) who have confirmed as much, having heard from a Blizzard employee(s) (a trusted source, at that; a good friend).

As for detecting it, I can't imagine it being that hard. The crack alters the main .exe file, as I recall (I don't know the specifics, as I am not a programmer and do not use the crack; I am just inferring what I have heard about it). As such, it should be quite simple to detect the hack. Or, rather, that SOMETHING is different, and thus constitutes (at least potentially) a hack. Surely it would be no different than the checksum done on the .exe's and .mpqs when you connect to Battle.Net, when it does the version checking. No? Am I wrong?

As I said, I don't think it's so much a SPECIFIC check for any particular hack, just a check that says "something's fishy", and from previously gathered information (or maybe just flat out stating, without knowing, that "it's a hack"), they know what that "something fishy" is. Namely, the No-CD crack. *shrugs* But, who knows? I'm just relaying what I've heard and what I know. Which is, to say the least, somewhat limited. ;)

Just my comments on the issue. :)
Roland *The Gunslinger*
Reply


Messages In This Thread
Those "uber 1337 haxxors" finally get the chop - by Roderigo - 04-05-2003, 11:34 PM
Those "uber 1337 haxxors" finally get the chop - by Thoreandan - 04-06-2003, 04:15 PM
Those "uber 1337 haxxors" finally get the chop - by Roland - 04-08-2003, 09:43 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)