DC while Hack

04/23/2010 12:38 chillmastor#1
hey guys

I'm just hacking since the last bypass was released,but
i have some questions:

1.Why do I get DC when I switch maps?
2.Is Wallhack working ?
3.Can I fix theese problems?

btw I'm using a self made trainer if it matters

I used all scripts from this sticky:[Only registered and activated users can see links. Click Here To Register...]

and theese offsets:[Only registered and activated users can see links. Click Here To Register...]
04/23/2010 13:24 matii1509#2
Wallhack working, probably you have wrong offset or script
04/23/2010 15:59 chillmastor#3
hey thanks for your fast response

so the script in the sticky is wrong?
or the offsets?

where do i get a different script?
04/23/2010 16:34 georgiou#4
hmmm, Did u uptade the andress of each hack??
04/23/2010 16:37 Toxicat#5
You have to updated all of the scripts offsets for them to work properly.

Heres how to do it:

[Only registered and activated users can see links. Click Here To Register...]
04/23/2010 17:48 chillmastor#6
okay guys I'm pretty sure that this wallhack must be wrong

could somebody post a working one pls?

Code:
[ENABLE]
alloc(Wall,64)
label(ReturnWall)

00765A03: //8D BC 24 88 00 00 00
jmp Wall
nop
nop
ReturnWall:

Wall:
lea edi,ss:[esp+00000088]
cmp [eax+00000402],5f626577
je ReturnWall
mov [eax+00000402],5f626577
mov [eax+00000406],67616d69
mov [eax+0000040a],616d2e65
mov [eax+0000040e],00000063
jmp ReturnWall

[DISABLE]
dealloc(Wall)
00765A03:
lea edi,ss:[esp+00000088]
04/23/2010 19:03 matii1509#7
Quote:
Originally Posted by chillmastor View Post
okay guys I'm pretty sure that this wallhack must be wrong

could somebody post a working one pls?
[ENABLE]
alloc(Wall,64)
label(ReturnWall)

00796D8E: //8D BC 24 88 00 00 00
jmp Wall
nop
nop
ReturnWall:

Wall:
lea edi,ss:[esp+00000088]
cmp [eax+00000402],5f626577
je ReturnWall
mov [eax+00000402],5f626577
mov [eax+00000406],67616d69
mov [eax+0000040a],616d2e65
mov [eax+0000040e],00000063
jmp ReturnWall

[DISABLE]
dealloc(Wall)
alloc(NormalWall,64)
label(ReturnWall)
label(WriteMac)

00796D8E: //8D BC 24 88 00 00 00
jmp NormalWall
nop
nop
ReturnWall:

NormalWall:
mov di, word ptr [eax+202]
cmp word ptr [eax+402],di
lea edi,[esp+00000088]
je ReturnWall
pushad
sub ecx,ecx
cmp byte ptr [eax],11 //Avalon id
jnz WriteMac
mov byte ptr [eax+ecx+402],41
inc ecx
WriteMac:
mov dl, byte ptr [eax+ecx+202] //value for .mol
mov byte ptr [eax+ecx+402],dl
inc ecx
cmp byte ptr [eax+ecx+202],6d
jnz WriteMac
mov dword ptr [eax+ecx+402],0063616d
popad
jmp ReturnWall
04/23/2010 21:35 Toxicat#8
You should read the thread I linked in my previous post, it will help update offsets by yourself.
04/24/2010 17:48 chillmastor#9
...hey guys

this damn wallhack is driving me crazy...
I've tried the script you posted and updatet the offsets, but it doesn't work-.-
I think the problem isn't the offset, i think the problem is the script itself
So are you sure, that the script you posted is right?

EDIT:OKAY I AM STUPID!!
i just found the auto offset scripts and noticed that i need ce 5.6 and after i downloaded it , it worked pretty good.So I request close cause my problem is fixed thx to everyone who said anything in this thread!!