- 75
- Barcelona
- hardyxx
We can't, sure. Visually it's going to be difficult of course, but PD is able to do it mathematically, if they just want to take the effort.
Well, the idea is that even if they detect something suspicious they can't really claim who is the cheater.
As you may guess the cheat involves replicating another fast lap using its downloadable ghost. How? Well, you'll need to reverse the Hadhoc scripting language which is used internally by the game which is not hard but very time consuming (few hundred of PPC ASM instructions), the full interpreter is embedded on the game binary. At this point you should be able to extract the inputs data from the ghost file. You just need to build a "fake wheel" to send the extracted data instead of real inputs. To make the whole thing less noticeable you could slightly modify the inputs, you can even get a faster lap with some fine tuning.
As I said, some knowledge is required