sup guys, is elusive hack illegal? if not, can someone send me a script of it because i cant seem to find one using the search engine..
thnks!
thnks!
[ENABLE] alloc(newmem,2048) label(returnhere) label(originalcode) label(x_location) label(y_location) label(z_location) registersymbol(x_location) registersymbol(y_location) registersymbol(z_location) label(exit) 00603D2B: jmp newmem returnhere: newmem: mov ecx,x_location mov ecx,[ecx] cmp ecx,0 //je originalcode mov [eax],ecx mov ecx,y_location mov ecx,[ecx] cmp ecx,0 //je originalcode mov [eax+04],ecx mov ecx,z_location mov ecx,[ecx] cmp ecx,0 //je originalcode mov [eax+08],ecx originalcode: mov ecx,[eax] mov edx,[eax+04] exit: jmp returnhere x_location: dd 00000000 y_location: dd 00000000 z_location: dd 00000000 [DISABLE] dealloc(newmem) 00603D4B: mov ecx,[eax] mov edx,[eax+04]
thnks, ill try this and look for new ofset,Quote:
Heres one that I have, can't gaurentee it works because I haven't used it:
Code:[ENABLE] alloc(newmem,2048) label(returnhere) label(originalcode) label(x_location) label(y_location) label(z_location) registersymbol(x_location) registersymbol(y_location) registersymbol(z_location) label(exit) 00603D2B: jmp newmem returnhere: newmem: mov ecx,x_location mov ecx,[ecx] cmp ecx,0 //je originalcode mov [eax],ecx mov ecx,y_location mov ecx,[ecx] cmp ecx,0 //je originalcode mov [eax+04],ecx mov ecx,z_location mov ecx,[ecx] cmp ecx,0 //je originalcode mov [eax+08],ecx originalcode: mov ecx,[eax] mov edx,[eax+04] exit: jmp returnhere x_location: dd 00000000 y_location: dd 00000000 z_location: dd 00000000 [DISABLE] dealloc(newmem) 00603D4B: mov ecx,[eax] mov edx,[eax+04]