Thursday, 5 January 2012

CS2 Decompiler

CS2 Decompiler User NameRemember Me? Password User NameRemember Me? Password Go to Page... Page 1 of 212> LinkBack Thread Tools CS2 Decompiler (#1 (permalink)) mgi125 is Offline I pwn no0bs Posts: 1,515 Thanks: 36 Thanked 334 Times in 122 Posts Join Date: Jul 2009 Rep Power: 2442 CS2 Decompiler - Yesterday, 11:25 AM Since almost all content code in client is made with cs2 script , I thought I should make decompiler for it. The decompiler will decompile code to something javalike since I like java syntax very much. Preview of first decompiled script(It handles gwd interface killcounts): Spoiler for Preview: Code: void script_2335(int arg0,int arg1,int arg2,int arg3,int arg4,int arg5,int arg6,int arg7,int arg8,int arg9,int arg10,int arg11,int arg12,int arg13,int arg14,int arg15,int arg16) { int ivar17; int ivar18; int ivar19; int ivar20; int ivar21; int ivar22; if (bitconfig_8725
CS2 Decompiler User NameRemember Me? Password User NameRemember Me? Password Go to Page... Page 1 of 212> LinkBack Thread Tools CS2 Decompiler (#1 (permalink)) mgi125 is Offline I pwn no0bs Posts: 1,515 Thanks: 36 Thanked 334 Times in 122 Posts Join Date: Jul 2009 Rep Power: 2442 CS2 Decompiler - Ye ...