#34562 - 2002-12-19 09:18 PM
crypter.kix
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
Hello...I am trying to use the crypter.kix found here...
http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=2;t=002979
If I use the suggested syntax I get an error stating the script was not found. It still creates the ccs file. I then get errors within the script when I run the ccs file that dont happen when I run it without encrypting it first.
;for encryption-> CodeC 2.0.kix $script=myscript.kix [$mode=long]
code:
wkix32.exe crypter.kix $script=script.kix [$mode=long]
;for decryption-> CodeC 2.0.kix $script=myscript.kix.ccs
code:
wkix32.exe crypter.kix $script=script.kix.ccs
Any ideas?
|
|
Top
|
|
|
|
#34576 - 2002-12-19 10:48 PM
Re: crypter.kix
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
Please forgive me...Im still new to scripting. What does...
"run the code with the splitted lines?"
mean? This is all of the code in the script.
code:
SETCONSOLE("show") $ProgramFilesDir=ReadValue ("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion", "ProgramFilesDir") $ICAVer=GETFILEVERSION ("$ProgramFilesDir\citrix\icaweb32\wfica.ocx") IF @ProductType="Windows 2000 Professional" OR @ProductType="Windows XP Professional" IF $ICAVer<>"6.30.1050" IF @Priv<>"ADMIN" RUN "%COMSPEC% /c runas /user:DOMAIN\username %logonserver%\netlogon\ica32t.exe" sleep 2 SENDKEYS ("password") SENDKEYS ("{ENTER}") ELSE RUN "%logonserver%\netlogon\ica32t.exe" ENDIF ENDIF ENDIF IF @ProductType="Windows NT Workstation" OR @ProductType="Windows 95" OR @ProductType="Windows 98" OR @ProductType="Windows ME" IF $ICAVer<>"6.30.1050" RUN "%logonserver%\netlogon\ica32t.exe" ENDIF ENDIF SETCONSOLE("hide")
|
|
Top
|
|
|
|
#34581 - 2003-01-28 08:28 AM
Re: crypter.kix
|
Anonymous
Anonymous
Unregistered
|
Hi..
I just have a little question.. Is there any way i can make the "crypter.kix" to accept splitted lines when using if/then/endif (and others) statements ? I have some pretty big if/endif statements that would be way to long if i don't split them. When thats said.. They wont be to long to run, but much to long to read the code afterwards..
Any help would be nice...
-Tommy
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 1619 anonymous users online.
|
|
|