Quote:
Originally Posted by Sleutel
Spectator uses a different packet, it can't be found because the servers will kick you when you try to send the spectate packet when you are packet sniffing.
|
That's just wrong. All that needs to be done is changing the login policy to administrator rights. But that also has a lot of side effects...
Quote:
Originally Posted by Sleutel
I'm not sure about noclip, I think you will need to change a memory address to get it working.
|
You don't need to change a memory address, just some values which can be addressed in relation to a fixed base address in the data segment (heap allocated section). It basically works by setting the fall acceleration (aka gravity) to zero and then blocking any input from W/A/S/D and the others keys needed and replacing the move functionality by your own. That can e.g. be done using the local players view angles, namely azimuth and inclination. I wrote a brief article about the needed calculations on WR-Cheats[1].
[1]
[Only registered and activated users can see links. Click Here To Register...]