hi
well this may not be the rigth place to post this question but... i can move it if you want... but i think its in the rigth place, the quote that i post from Stone-D is self explanatory but i can put a step by step on how to do it
How to set the SPEED METER to show the real speed
Needed tools:
- NO-CD Freelancer.exe
- An Hex Editor like
Hex Workshop
Im using Hex Workshop so im gona explain how to do it using this hex editor.
1- Instal Hex Workshop (duhh)
2- Run the editor and open the No-CD Freelancer.exe
3- Go to the Edit Menu and click GOTO...
4- Now were it says offset: type D5936, select Hex and Biginig of File, click GO
5- The cursor should now be blinking in the rigth spot 0F85
6- Highlight the first byte 0F, right click and select Fill... type 90 click OK
7- Highlight the second byte 85, right click select Fill... type E9 click OK
8- In the end, the 0F85 should be 90E9
Now the Second Part
1- Go to the Edit Menu and click GOTO...
2- Now were it says offset: type D5984, select Hex and Biginig of File, click GO
3- The cursor should now be blinking in the rigth spot 7E19
4- Here you will only change the first byte, Highlight the first byte 7E, right click and select Fill... type EB click OK
5- 7E19 should now be EB19
Now save the file with a diferent name e.g. Test.exe and make a backup of oyur original Freelancer.exe. Rename the Test.exe to Freelancer.exe, put it in the EXE folder and it should be working
Edited by - oarsman on 3/26/2006 12:02:58 PM