Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
object that will always be displayed at the back
#1
Displayed at the back as in the furthest part of the z-axis regardless of the z-axis boundary of the background.

The one and only Silva presents to you:

Code:
invoke JmpPatch,0041A629h, addr z_draw_shit

=======================================================
.data
z_shit_1 dd 0041A636h
z_shit_2 dd 0041A62Eh

.code

z_draw_shit proc

        push eax
        MOV eax,DWORD PTR DS:[EBX+ECX*4+194h]
        mov eax, dword ptr ds:[eax+368h]
        cmp dword ptr ds:[eax+6f4h],10 [i];ID GOES HERE!!![/i]
        pop eax
        jne normal
        jmp dword ptr ds:[z_shit_2]
        
normal:
        CMP EBP,DWORD PTR DS:[ESI+18h]
        JLE sh****
        jmp dword ptr ds:[z_shit_2]
        
sh****:
        jmp dword ptr ds:[z_shit_1]

z_draw_shit endp
you don't want to see this (Click to View)
avatar by Una
the other by xFire
Reply
Thanks given by:


Messages In This Thread
object that will always be displayed at the back - by Marshall - 08-26-2010, 01:20 PM



Users browsing this thread: 1 Guest(s)