Well is that possible to make specific ID disable from TS instead ?
And the code should be
Thank you
And the code should be
Quote:Instead i think
cmp edx, 12h
je skip
cmp edx,13h
jnz smoke
smoke:
jmp dword ptr ds:[ts_182]
skip:
jmp dword ptr ds:[ts_181]
Thank you