| View previous topic :: View next topic |
| Author |
Message |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Oct 25, 2007 4:57 pm Post subject: |
|
|
Did you mean how do you do it as in how did you make it into bytes? Because I would like to know as well.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Reak I post too much
Reputation: 0
Joined: 15 May 2007 Posts: 3496
|
|
| Back to top |
|
 |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Sat Oct 27, 2007 12:31 am Post subject: |
|
|
[enable] Code:
I dont know if this will work, but its worth a try..
Begin
asm
mov eax, 00411093
jmp 0095161C
mov eax, 0095161C:
mov ebx,458CA000
lea eax,0
mov [ecx+0000017c],ebx
mov [ecx+00000180],eax
mov [ecx+00000184],ebx
jmp 004110a9
end;
end;
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Sat Oct 27, 2007 5:43 am Post subject: |
|
|
you're going to overwrite 3 bytes, take the addy and use Array [0..2] of byte=($db,$75,$0b);
now, with it, use the tut i wrote.
|
|
| Back to top |
|
 |
|