This 💩 will automagically fill and commit your Apple ID in Cydia Impactor.
Download from GitHub releases or build from source code, then:
- (Either) rename
autofill.dll
toversion.dll
, put it next toImpactor.exe
- (Or) put
loader.exe
andautofill.dll
next toImpactor.exe
, and runloader.exe
instead
When Cydia Impactor asks you for Apple ID username and password, we will use a system credential (Windows Security) window instead, and optionally save it to system credential store.
If you need to change any default value listed below, put it as autofill.ini
next to Inpactor.exe
[AutoFill]
# delay to fill after the Impactor username/password window is shown
# values filled immediately after window shown will be overwritten with empty one
Delay=100
# automatically commit filled value
Commit=true
# the name used to store credential
CredTargetName=ImpactorAutoFill_AppleID
# clear saved credential (and set this to false) on next launch
ClearCred=false