| How do I use a ctx converter? | |
|
|
Author | Message |
---|
JustBarney
Posts : 382 Location : Somewhere, Someplace Join date : 2010-03-14
| Subject: How do I use a ctx converter? Wed Aug 04, 2010 7:08 pm | |
| I recently got a ctx converter to use on some skins, but no matter what I do, it doesn't work. I can't find good instructions for it anywhere. Can anyone help me?! | |
|
| |
LambdaCore 21 Drama Queen
Posts : 1417 Age : 34 Location : Germany Join date : 2009-09-26
| Subject: Re: How do I use a ctx converter? Wed Aug 04, 2010 7:22 pm | |
| JEEEEEEEEEEEEEEEEENKIIIIIIIIIIIIIIIIINSSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
|
| |
JustBarney
Posts : 382 Location : Somewhere, Someplace Join date : 2010-03-14
| Subject: Re: How do I use a ctx converter? Wed Aug 04, 2010 7:24 pm | |
| | |
|
| |
Jenkins
Posts : 789 Age : 37 Location : One of the moons of Omercron Percieye 8 Join date : 2010-05-09
| Subject: Re: How do I use a ctx converter? Wed Aug 04, 2010 9:17 pm | |
| | |
|
| |
TheNewCity
Posts : 3020 Location : IN HEEEEEEEELL Join date : 2009-10-10
| Subject: Re: How do I use a ctx converter? Thu Aug 05, 2010 4:11 am | |
| YOU'RE TOO LATE, JEEEEEEEENKIIIIIIIIIIIIIIIIIIIIIIIINS | |
|
| |
Jenkins
Posts : 789 Age : 37 Location : One of the moons of Omercron Percieye 8 Join date : 2010-05-09
| Subject: Re: How do I use a ctx converter? Thu Aug 05, 2010 5:19 am | |
| - TheNewCity wrote:
- YOU'RE TOO LATE, JEEEEEEEENKIIIIIIIIIIIIIIIIIIIIIIIINS
Maybe because no1 bothered to ask me on steam.. lol With the Ctx converters you have to use batch files.... Make sure you have vice.exe in the same folder as the batch file REM in batch codes is like // in VMTs, its a commented line. - Code:
-
@ECHO OFF REM Known ICE Keys; REM CSS: d7NSuLq2 REM CSS: A5fSXbf7 REM HL2DM: x9Ke0BY7 REM DODS: Wl0u5b3f REM TF2: E2NcUkG2
REM This is for encrypting REM "vice.exe" -x .ctx -k <ICE Key> "scripts\weapon_name.txt"
REM This is for Decrypting REM "vice.exe" -d -x .txt -k <ICE Key> "scripts\weapon_name.ctx"
REM Examples: REM For converting CTX to TXT (Decryption) REM "vice.exe" -d -x .txt -k d7NSuLq2 "scripts\weapon_name.ctx"
REM For converting TXT to CTX (Encryption) REM "vice.exe" -x .ctx -k <ICE Key> "scripts\weapon_name.txt"
ECHO Done ! PAUSE | |
|
| |
JustBarney
Posts : 382 Location : Somewhere, Someplace Join date : 2010-03-14
| Subject: Re: How do I use a ctx converter? Thu Aug 05, 2010 6:29 am | |
| - Jenkins wrote:
- TheNewCity wrote:
- YOU'RE TOO LATE, JEEEEEEEENKIIIIIIIIIIIIIIIIIIIIIIIINS
Maybe because no1 bothered to ask me on steam.. lol
With the Ctx converters you have to use batch files....
Make sure you have vice.exe in the same folder as the batch file
REM in batch codes is like // in VMTs, its a commented line.
- Code:
-
@ECHO OFF REM Known ICE Keys; REM CSS: d7NSuLq2 REM CSS: A5fSXbf7 REM HL2DM: x9Ke0BY7 REM DODS: Wl0u5b3f REM TF2: E2NcUkG2
REM This is for encrypting REM "vice.exe" -x .ctx -k <ICE Key> "scripts\weapon_name.txt"
REM This is for Decrypting REM "vice.exe" -d -x .txt -k <ICE Key> "scripts\weapon_name.ctx"
REM Examples: REM For converting CTX to TXT (Decryption) REM "vice.exe" -d -x .txt -k d7NSuLq2 "scripts\weapon_name.ctx"
REM For converting TXT to CTX (Encryption) REM "vice.exe" -x .ctx -k <ICE Key> "scripts\weapon_name.txt"
ECHO Done ! PAUSE Thanks | |
|
| |
Jenkins
Posts : 789 Age : 37 Location : One of the moons of Omercron Percieye 8 Join date : 2010-05-09
| Subject: Re: How do I use a ctx converter? Thu Aug 05, 2010 6:34 am | |
| Np lol also im going to move this thread to Coding | |
|
| |
Sponsored content
| Subject: Re: How do I use a ctx converter? | |
| |
|
| |
| How do I use a ctx converter? | |
|