Hi all,
how to update GM alert 3 i mean this
MfG EmEx
how to update GM alert 3 i mean this
I have no problem to update the adress where say's "This is the address, you need to update it" but what's with the other "//Update"? What must i edit to get ist work in the new 5.1.5 versionQuote:
[ENABLE]
alloc(DetectGM,512)
label(ReturnName)
label(PassCheck)
label(Tele)
registersymbol(DetectGM)
DetectGM:
cmp [eax+70],5D4D475B
jnz PassCheck
mov byte ptr [00603D4B],B9 //Update
mov dword ptr [00603D4C],Tele //Update
mov dword ptr [00603D50],9090E1FF //Update
mov dword ptr [0045C1CD],891C508B //Update
mov word ptr [0045C1D1],2051 //Update
mov dword ptr [0053D16A],5486B70F //Update
mov dword ptr [0053D16E],8B000001 //Update
PassCheck:
mov [esi+0c],00000000
jmp ReturnName
Tele:
mov [eax],10E //Co-ordinate x
mov [eax+4],10E //Co-ordinate y
mov dword ptr [esp+20],10E //Co-ordinate x
jmp 00603D54 //Update
00553F63: //This is the address, you need to update it
jmp DetectGM
nop
nop
ReturnName:
[DISABLE]
dealloc(DetectGM)
unregistersymbol(DetectGM)
00553F63: //This is the address, you need to update it
mov [esi+0c],00000000
00603D4B: //Update
mov ecx,[eax]
mov edx,[eax+04]
mov dword ptr [esp+20],ecx
MfG EmEx