Código
/*---------------------------------------------------- - Small script for undetect IsDebuggerPresent - The Swash - WarScriptZone ------------------------------------------------------*/ exec mov eax, dword ptr fs:[30] ende cmp [eax+2], 1, 1 jnz Exit MSGYN "Debugger detected, want unable detection?" mov [eax+2], 0, 1 Exit: ret
Un saludo