Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] No Com longer For one id
#8
Code:
invoke JmpPatch, 0041A93Eh, addr textzz

Code:
textzz_r    dd 0041A9B7h
textzz_r2    dd 0041A947h


textzz proc
    
    cmp ebp, 0Ah ;check if its a human or not
    MOV DWORD PTR SS:[ESP+10h],edi
    jge hackz
    jmp [textzz_r2]
    
hackz: ;not human
    
    push eax
    mov eax, dword ptr ds:[458B00h+ebp*4+194h]
    mov eax, dword ptr ds:[eax+368h]
    cmp dword ptr ds:[eax+6f4h],10 ;this is the ID you want to hide
    pop eax
    jne wrong_id
    MOV DWORD PTR SS:[ESP+10h],0044644Eh

wrong_id:
    jmp [textzz_r]
    
textzz endp

code was originally used for a different idea - so the implementation is slightly more complicated than it has to be for something as simple as this - but it works :p :p

ps: http://lf-empire.de/forum/showthread.php?tid=3154
...
Reply
Thanks given by: Surik


Messages In This Thread
[solved] No Com longer For one id - by Surik - 07-26-2010, 07:16 PM
RE: No Com longer Fo one id - by Yamato Daiwa - 07-26-2010, 07:18 PM
RE: No Com longer Fo one id - by Surik - 07-26-2010, 07:21 PM
RE: No Com longer For one id - by Ragor - 07-27-2010, 01:08 AM
RE: No Com longer For one id - by SirisRhazael - 07-29-2010, 10:00 AM
RE: No Com longer For one id - by Ramond - 07-29-2010, 10:28 AM
RE: No Com longer For one id - by TheNave - 07-29-2010, 11:09 PM
RE: No Com longer For one id - by Xidd - 08-11-2010, 11:58 PM
RE: No Com longer For one id - by Surik - 08-22-2010, 06:18 AM



Users browsing this thread: 2 Guest(s)