答:尝试以下方法:
Manual remove password VBS
Open file in WinHex
In the end the file has such appearance:
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16 (这串数字可能不同)
735E52575E16 - The coded password
06 - Number of symbols in the password
01 - Attribute of presence of the password
We change 01 on 00 and the script can be opened
破解C脚本:
1.首先新建一个空的无密码脚本
2.ULTRAEDIT32打开两个脚本(一个有密码,一个没有密码)
3.从没有密码的脚本中的函数名一开始一直选中到04前(是复制到十六进制的第一个04之前),用复制的内容覆盖需要破解的脚本相应部分,然后存盘即可。