Originally Posted by
Maeco
Hello,
Well to your general question, you can only be sure if you use a packet sniffer to see what goes out for example. However with some common sense you can think of what could be send.
1) Using some of the examples as you are mentioning:
- SetCursorPos; Any application running on your computer could use this function, there would be no reason to send this to wow server, since they won't be checking it anyway.
- GetPixelColor; Again, there is no reason for this either, for all they know you are recording a video in some weird manner.
- ReadProcessMemory; No, it is possible to check but they don't do it, there a plenty of applications that read other processes' memory (Virus scanners f.ex), reading memory is generally not very harmful, no reason to check this server-side.
2) Only when you camera is repeatingly centered on the private parts of female characters this is server, albeit not to the wow server (more like to your local police department's) :P.
No, camera moving is not send, there is no reason to it. You can savely make your camera millions of revolutions per seconds, the server really won't give a darn.
3) Not sure about this, eventually they do some server-side checks on how many data packages they get from each client. If you do something that makes the client send packages they will check if the interval between those packages are within human-sensible range of delay. Simply use your brain to determine what you are code wise is reproducable with yourself.
4) Hooking; yet again, many applications use this kind of hooking. Hooking itself isn't necessarily harmful. Virus scanners hook in someway or another.
If you are really paranoid, you might not want to do any of this, then your account is as safe as you let it be. Alot of the paranoia can be taking away if you simply use your brain and use google on your idea. Chances are pretty high that whatever you are doing, someone has done it before and is willing to share his experience on the matter.
I hope this helped.
Regards,
Maeco