[BEGIN]

⟨‹ NEW PATCH ›⟩
( version patch: 2.0 )

This patch allow you to be able to screenshot in one time photo/videos or photo profile.


» Contact: sunshinexjuhari@protonmail.com
» Supports root / non rooted devices


Please read this:
(¡) This is not tested yet!!, please inform me if there's an unexpected error.
If you want to report an error, please provide! :

- Error message in app ( Ignore this if empty )
- Error message in lucky patcher
- Type of device
- WhatsApp version
- Rooted or not rooted

Those information are crucial!

--------------------------
♦ Disables `FLAG_SECURE` (prevents screenshot block)  
♦ Revised native code to bypass screenshot restrictions  
♦ Removes system-level flags that prevent screenshots  
♦ Disables security checks that block screen captures  
♦ Universal patch without app-specific strings 

🔹 **Instructions:**
1. Install official WhatsApp from the Play Store.  
2. Open and close the app at least once to initialize it.
3. Apply the patch

[PACKAGE]

[SHARED-PREFERENCES]

{"delete":"boolean","pref_name":"screenshot_block"}
{"delete":"boolean","pref_name":"screen_capture_restriction"}
{"insert":"boolean","pref_name":"screenshot_block","value":"false"}
{"insert":"boolean","pref_name":"screen_capture_restriction","value":"false"}
{"delete":"boolean","pref_name":"screenshot_blocked"}
{"insert":"boolean","pref_name":"screenshot_blocked","value":"false"}

[OTHER FILES]
{"name":"lib/arm64-v8a/libil2cpp.so"}

{"original":"01 00 80 D2 C0 03 5F D6"}
{"insert":"00 00 80 D2 C0 03 5F D6"}

{"original":"20 00 80 D2 C0 03 5F D6"}
{"insert":"00 00 80 D2 C0 03 5F D6"}

{"original":"FF 03 1E AA 00 00 A0 E1"}
{"insert":"20 00 80 D2 C0 03 5F D6"}

{"name":"lib/arm64-v8a/libnative.so"}  
{"original":"01 00 A0 E3 1E FF 2F E1"}  
{"insert":"00 00 A0 E3 1E FF 2F E1"}  

{"name":"lib/arm64-v8a/libmsgstore.so"}  
{"original":"FF 03 1E AA 00 00 A0 E1"}  
{"insert":"20 00 80 D2 C0 03 5F D6"}  

{"name":"lib/arm64-v8a/libwhatsapp.so"}  
{"original":"20 00 80 D2 C0 03 5F D6"}  
{"insert":"00 00 80 D2 C0 03 5F D6"}

[COMPONENT]

{"disable":"*ScreenshotBlocker*"}
{"disable":"*ScreenCapture*"}
{"disable":"*ScreenshotGuard*"}
{"disable":"*CaptureBlock*"}
{"disable":"*Prevention*"}
{"disable":"*Security*"}
{"disable":"com.whatsapp.screenshotblocker"}
{"disable":"com.whatsapp.security.ScreenCapture"}
{"disable":"com.whatsapp.guard.ScreenshotGuard"}
{"disable":"com.whatsapp.captureblock.Prevention"}
{"disable":"com.whatsapp.security.SecurityEnforcer"}

[END]