UDIDFaker has updated version 2.3-3.
Follow these steps to spoof Your Device’s UDID
1.) Download UDID Faker(my repo
2.) Download this .plist file
3.) Download NotePad++ and open .plist file
<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “ http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>com.app.bundle</key>
<string>Enter Valid UDID</string>
</dict>
</plist>
Ok now enter a Valid Fake UDID and app bundle name to find the bundle name go into the .app folder you want to spoof for Info.plist open it until you find Bundle Identifier
Ok now Save the .plist file to your desktop. Then SSH into your device to
/private/var/mobile/Library/Preferences/
If you would like to spoof more than 1 app for example 3 apps it’s gona look like this
<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “ http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>com.app.bundle</key>
<string>Change this for valid-fake UUID</string>
<key>com.app.bundle2</key>
<string>Change this for valid-fake UUID</string>
<key>com.app.bundle3</key>
<string>Change this for valid-fake UUID</string>
</dict>
</plist>
No comments:
Post a Comment