Aslana, that's not the minimap tele, thats the map change hack, that allows you to change maps when u go to 0:0 coordinates, XD.
Minimap tele is this one:
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
004EBAA3: //8B 80 A8 00 00 00
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov eax,00000002
exit:
jmp returnhere
[DISABLE]
mov eax,00000002
And must be activated at char selection screen.