private bool IsEven(int number){\x05 \x14\\x04fals\x07tru\x06\x01\x192\xb2RB\x04 if (number == %s) return %se; \x9b\xeb\x04else\x05\x18^2\x07}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
Disassemble it with gs2 Decompiler
download
return to the top page