selesn777

Untitled

Oct 22nd, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Open Windows Powershell as Administrator
  2. Copy and paste the code below in Powershell:
  3.  
  4. ====================================================================
  5. $bytes = [System.IO.File]::ReadAllBytes("C:\Program Files\Nitro\PDF Pro\14\NitroPDF.exe")
  6. $bytes[0x424385] = 0x01
  7. $bytes[0x42439B] = 0xFF
  8. $bytes[0x42439C] = 0xC0
  9. $bytes[0x42439D] = 0xC3
  10. $bytes[0x4245C2] = 0xB0
  11. $bytes[0x4245C3] = 0x01
  12. $bytes = [System.IO.File]::WriteAllBytes("C:\Program Files\Nitro\PDF Pro\14\NitroPDF.exe",$bytes)
  13. ====================================================================
  14.  
  15. Press Enter
  16. Done NitroPDF.exe in now activated
Add Comment
Please, Sign In to add comment