Multiple Clients..

Private Discussion on Helbreath Hack Development, (Do not release hacks which are talked about in here to the rest of the forum unless you write the hacks)
Post Reply
tyteman
Spamtastic
Posts: 1149
Joined: Wed Nov 12, 2003 2:00 pm
Location: CA, USA

Post by tyteman »

Code: Select all

# --------------------------------------------------------------------
# Client:
# Patch to allow multiple instances of the client
# --------------------------------------------------------------------

# Checks
# --------------------------------------------------------------------

# push  0004AD184
verify 0x0008AC57:0x68 0x84 0xD1 0x4A 0x00
# push  ebx
verify 0x0008AC5C:0x53
# push  0001F0001
verify 0x0008AC5D:0x68 0x01 0x00 0x1F 0x00
# call  OpenMutexA
verify 0x0008AC62:0xFF 0x15 0xA4 0xF0 0x49 0x00

# The patch
# --------------------------------------------------------------------

# xor  eax,eax
update 0x0008AC57:0x33 0xC0 
# nop x 15
update 0x0008AC59:0x90 0x90 0x90 0x90 0x90 0x90 0x90 0x90
update 0x0008AC61:0x90 0x90 0x90 0x90 0x90 0x90 0x90
i found this txt in my folders while i was looking through them.. i think its from sobame's site.. not sure.. well heres the code
"<i>One night I was talking to God, but I realized I was talking to <u>myself</u></i>"<br><br><img src='http://img61.imageshack.us/img61/2678/untitled13bf.gif' border='0' alt='user posted image' /><br><br><b><u>Links</u></b><br>
Post Reply