https://github.com/glitchedpanda/pandadll
DLC Unlocker for the EA App written in C++
https://github.com/glitchedpanda/pandadll
dlc-unlocker ea ea-app sims4
Last synced: 2 months ago
JSON representation
DLC Unlocker for the EA App written in C++
- Host: GitHub
- URL: https://github.com/glitchedpanda/pandadll
- Owner: GlitchedPanda
- Created: 2024-10-11T13:20:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T22:08:52.000Z (6 months ago)
- Last Synced: 2025-02-05T22:23:24.043Z (4 months ago)
- Topics: dlc-unlocker, ea, ea-app, sims4
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PandaDLL
DLC Unlocker for the EA App written in C++. This was made and published for educational purposes only.## How to use
- Put the built `version.dll` in the directory where you have installed the EA App. There should be an executable called EADesktop.exe in the directory.
- Make a folder in %appdata% called `GlitchedPanda`, inside that make a folder called `EA DLC Unlocker V1`.
- Make a file called entitlements.ini inside this folder. The format is:
```
[Pretty Name]
IID=itemId
ETG=entitlementTag
GRP=group
TYP=type
```## How to build
- Download the detours library from github and put Detours-main in the root of your c drive.
- Press Build