NFSU2 Profiles Manager

NFSU2 Profiles Manager
A simple tool to manage profiles and pseudo for NFSU2
Features
- Create pseudo (preconfig : XBOX 360 controller, AZERTY keyboard --> you can modify in game)
- Modify pseudo
- Duplicate into a new pseudo
- Delete pseudo
Installation
Just open the .bat file inside the .zip
Screenshot

Source
https://github.com/Freenitial/NFSU2_Profiles_Manager
May trigger antivirus false positive because :
- The zip file contains a .bat file, that can be considered malicious by default for some antivirus
- The PowerShell code is embedding an icon for the GUI title bar encoded as base64 (line 43)
- The PowerShell code is embedding an empty profile encoded as base64 ready to be written, making it able to create a new pseudo (line 78)
- The PowerShell code modify the binary file the profile according to chosen pseudo (lines 102-124)