can some1 pm me a gm detect that works? i use this one
Code:
[ENABLE]
alloc(DetectGM,25)
label(ReturnName)
005535E3: //C7 46 0C 00 00 00 00 89 47 04
jmp DetectGM
nop
nop
ReturnName:
DetectGM:
cmp [eax+70],5D4D475B //[GM]
je 00000000
mov [esi+0c],00000000
jmp ReturnName
[DISABLE]
dealloc(DetectGM)
005535E3:
mov [esi+0c],00000000
but it closes my client every 5 mins, if this is in the wrong section then plz move it