Articles

Affichage des articles du janvier, 2018

NFSMW2012 Cheats : Flying Opponents

Image
Hello Everyone, This is a gamehacking tutorial targeting Need for Speed Most Wanted 2012. In this tutorial, I will register a hotkey that when pressed, will raise all the opponents by 20m to the sky (and by opponents I mean both cops and race opponents), lets start :D We'll start by searching for the z coordinate of our car (a value that indicates its height), we must keep in mind that the z axis might be inverted (ie. when our height increases, z might increase or decrease) -This value has two possible types : Float and Double (because it's a real number) - There are two possible cases :     -> Getting more height increases z     -> It decreases z So there will be a total of 4 cases, we can use different tabs to speed up the process, but we'll start with the most likely (Float type, because FPU arithmetic is faster on single floats, game programmers like to use it for coordinates and values that are involved in lots of calculations)  Each time, we