- Uses existing FTP solutions. No payload needed!
- Automatically handles .png/.dds file resizing and formatting
- Built-in crop tool and photo editor
- Pick image or take a picture with your webcam
- Pull and save existing avatar
- Automatic Light and Dark Mode themes
- Input IP and Port to connect and grab the user data.
- Make desired changes.
- Click Save User to save changes to a given user.
- Install Visual Studio 2022 (check the ".NET Desktop Development" box in the installer) and install .NET Framework 4.8 Developer Pack.
- Signup and get a free auth key at Nuget.Devexpress.com
- Open VS and open the solution. Go into View > Other Windows > Package Manager Console. Click Restore and then Enter the following:
dotnet nuget add source https://nuget.devexpress.com/api -n DXFeed -u DevExpress -p {your auth key}
Install-Package DevExpress.Win
Unblock-File PS5-Profile-Modder/ConnectForm.resx
Unblock-File PS5-Profile-Modder/Editor.resx
- The other dependencies should sort themselves out automatically.
- Click on Editor.cs in the solution explorer. This will trigger a license file to be created in the Properties folder. Once this happens, you can delete the license.licx file (if you don't delete it, you will have popups when you run the program.)
- Build (Ctrl-Shift-B)
thanks @DizzMods