elusive hack

10/12/2009 06:20 hawaiianstyle09#1
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!
10/12/2009 06:35 lordcthulu#2
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]
10/12/2009 07:05 Spazman6117#3
Quote:
Originally Posted by hawaiianstyle09 View Post
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..

thanks!
What exactly is this hack supposed to do?

I never understood it?
10/12/2009 08:03 ~Twister~#4
well it teleports you to 0:0 on any map you activate it
10/12/2009 08:55 hawaiianstyle09#5
Quote:
Originally Posted by lordcthulu View Post
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]
thnks, ill try this and look for new ofset,