[LINK]: Unlocking protected C-/VB-functions in WinCC
[LINK]: Unlocking protected C-/VB-functions in WinCC
How it possible - to unlocked Know_how_protected functions in winCC?
The program for removal of the password from C-scripts Wincc (version 5 and 6).
script_WinCC_without_password
See new version 1.6 Jun 30, 2014
viewtopic.php?f=1&t=17844
Всем удачи!
http://s2kkpp.narod.ru/ppp in Russian wrote:Программа снятия парольной защиты с ВыньСС скрипта
script_WinCC_without_password
![Link Dead [dead]](./images/smilies/Link_dead.gif)
See new version 1.6 Jun 30, 2014
viewtopic.php?f=1&t=17844
Всем удачи!
Manual remove password from VB-script
1. Open file in WinHex http://winhex.com/winhex/index-m.html
2. In the end the file has such appearance:
Passworded
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
UnPassworded
00 00 00 00 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
01 - Attribute of presence of the password
06 - Number of symbols in the password
735E52575E16 - The coded password
We change 01 on 00 and the script can be opened
1. Open file in WinHex http://winhex.com/winhex/index-m.html
2. In the end the file has such appearance:
Passworded
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
UnPassworded
00 00 00 00 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
01 - Attribute of presence of the password
06 - Number of symbols in the password
735E52575E16 - The coded password
We change 01 on 00 and the script can be opened
in Russian wrote:Снять пароль с VB-скрипта еще проще.
Открываем файл скрипта любым 16-ричным редактором (например Winhex).
В конце файл имеет примерно такой вид:
00 00 00 01 00 00 00 00 00 00 06 00 00 00 73 5E 52 57 5E 16
где 735E52575E16 - закодированный пароль
06 - число символов в пароле
01 - признак наличия пароля
Меняем 01 на 00 и скрипт можно будет открыть.
Писать оболочку для указанных действий что-то лень.
-
- Posts: 58
- Joined: Sun Aug 13, 2006 12:51 pm
- Location: Vietnam
I open file .bmo in Winhex, but it don't look like this. Any advance?ppp wrote:Manual remove password from VB-script
1. Open file in WinHex
2. 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
-
- Posts: 9
- Joined: Sat Jan 02, 2010 5:53 am
- Location: PUNE INDIA
Re:
Yes you are correct it doenot look li this any other method???
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
New patcher for un/protection password c-scripts, support WinCC v4.2, 5, 6, 7
program need MS Framework >=1.1
WinccNoProtect

See new version
program need MS Framework >=1.1
WinccNoProtect

![Link Dead [dead]](./images/smilies/Link_dead.gif)
See new version
-
- Forum Community
- Posts: 1092
- Joined: Fri Oct 20, 2006 9:29 pm
- Location: We are anonymous users. We do not read your private messages :( Ask questions in the forum !
- Contact:
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Update
as not all produced by hand using WinHEX unprotect VB-scripts and added the removal of this protection in the patch.
I recall a program patches only WinCC, the project is no manipulation is not
Support C-script WinCC v4.2, 5, 6, 7
Support VB-Script WinCC v6, 7
https://mega.co.nz/#!GMUXSSKD!5pO7o_OAQ ... qmJp2ZPeDc
as not all produced by hand using WinHEX unprotect VB-scripts and added the removal of this protection in the patch.
I recall a program patches only WinCC, the project is no manipulation is not
т.к. не у всех получается вручную с помощью WinHEX снять защиту с VB- скриптов добавил снятие и этой защиты в патч.
Напоминаю программой патчуется только WinCC, с проектом никаких манипуляций не производится.
Support C-script WinCC v4.2, 5, 6, 7
Support VB-Script WinCC v6, 7
https://mega.co.nz/#!GMUXSSKD!5pO7o_OAQ ... qmJp2ZPeDc
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Hi, I try it,s, but I not open protect script, always ask me the password. I try with wincc 7 sp1. I think it´s possible that the file have into folder,etc...Can anyone help me.
Thank you very much
Thank you very much
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
You use C-script or VB-script?
Please give me your script in personal messages.
I try help.
Please give me your script in personal messages.
I try help.
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
I check program.
Support only Windows 2000, WindowsXP.
NOT SUPPORT Windows 7
Support only Windows 2000, WindowsXP.
NOT SUPPORT Windows 7
-
- Forum Community
- Posts: 1092
- Joined: Fri Oct 20, 2006 9:29 pm
- Location: We are anonymous users. We do not read your private messages :( Ask questions in the forum !
- Contact:
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
New version. Add support Windows7.
need MS Framework >=2.0
WinccNoProtect1.2.exe
![Link Dead [dead]](./images/smilies/Link_dead.gif)
need MS Framework >=2.0
WinccNoProtect1.2.exe
![Link Dead [dead]](./images/smilies/Link_dead.gif)
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Thank you very much, now run ok.
I try in my project, and magic open script. thank again..........
aguere
I try in my project, and magic open script. thank again..........
aguere
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
check Universal UnProtector for Step7 and WinCC
viewtopic.php?f=1&t=17844&p=57434#p57434
viewtopic.php?f=1&t=17844&p=57434#p57434
PPP wrote:add password WinCC VB-script
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
Оживите ссылки пожалуйста 

-
- Posts: 91
- Joined: Thu Jan 01, 2015 9:02 am
Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
all the links are not working...
give a working link

give a working link

Re: [LINK]: Unlocking protected C-/VB-functions in WinCC
pss cannot make it in all time. Any updates ?
Great thanks~
Great thanks~