Alright so first of all I use primarily these cheat engine table hacks compiled into a trainer and they're just so SHIT. I copied and updated everything perfectly and I know I did, and it seems no one else has this problem other than me?
First of all Wallhack doesn't work at all:
Quote:
[ENABLE]
aobscan(_aWall,8D BC 24 88 00 00 00 b9 3f 04 00 00 f3 a5 8b 8c 24)
label(_aWallLabel)
registersymbol(_aWallLabel)
alloc(Wall,64)
label(ReturnWall)
_aWall:
_aWallLabel:
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)
_aWallLabel:
lea edi,[esp+00000088]
unregistersymbol(_aWallLabel)
|
Second of all Elusive doesn't work at all:
Quote:
[ENABLE]
aobscan(_aelu,8B 08 8B 50 04 89 4C 24 20)
label(_aelusiv)
registersymbol(_aelusiv)
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(x_location)
label(y_location)
label(z_location)
registersymbol(x_location)
registersymbol(y_location)
registersymbol(z_location)
label(exit)
_aelu:
_aelusiv:
jmp newmem
returnhere:
newmem:
mov ecx,x_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax],ecx
mov ecx,y_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax+04],ecx
mov ecx,z_location
mov ecx,[ecx]
cmp ecx,0
//je originalcode
mov [eax+08],ecx
originalcode:
mov ecx,[eax]
mov edx,[eax+04]
exit:
jmp returnhere
x_location:
dd 00000000
y_location:
dd 00000000
z_location:
dd 00000000
[DISABLE]
dealloc(newmem)
_aelusiv:
mov ecx,[eax]
mov edx,[eax+04]
unregistersymbol(_aelusiv)
|
Third of all with speed hack if I don't walk in short bursts (tapping W) I teleport back to wherever I first started walking:
Quote:
[ENABLE]
aobscan(_aSpeed,D9 40 08 5F 5E C3 8B 0D)
label(_aSpeedLabel)
registersymbol(_aSpeedLabel)
alloc(newmem,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)
_aSpeed:
_aSpeedLabel:
jmp newmem
ReturnSpeed:
newmem:
fld dword ptr [SpeedValue]
pop edi
pop esi
jmp ReturnSpeed
push esi
push edi
call dword ptr [SpeedValue]
SpeedValue:
db 00 00 00 41
//0082523F:
//ret
[DISABLE]
dealloc(newmem)
unregistersymbol(SpeedValue)
_aSpeedLabel:
fld dword ptr [eax+08]
pop edi
pop esi
unregistersymbol(_aSpeedLabel)
|
And lastly mass spawner doesn't work at all, and if it does, it doesn't allow me to enable the hack while other hacks are enabled, if I disable all other hacks cheat engine or the trainer shows it's working but if the other hacks are enabled it won't enable at all:
Quote:
[ENABLE]
aobscan(_aMobSpeed,80 7C 24 04 00 74 06 D9 40 7C)
label(_aMobSpeedLabel)
registersymbol(_aMobSpeedLabel)
alloc(DrakoMobSpeedBace,2048)
label(MobIsWalking)
label(MobRunSpeedValue)
label(MobWalkSpeedValue)
label(ReturnMobSpeed)
registersymbol(MobRunSpeedValue)
registersymbol(MobWalkSpeedValue)
alloc(blah2,100)
label(return2)
005BEF41://005B51A9/005BFA1B/005BB0C8 //D8 8B 14 01 00 00
JMP blah2
db 59
return2:
blah2:
MOV DWORD PTR DS:[EBX+114],3E4CCCCD //3E99999A old
FMUL DWORD PTR DS:[EBX+114]
JMP return2
DrakoMobSpeedBace:
cmp byte ptr [esp+04],00
je MobIsWalking
fld dword ptr [MobRunSpeedValue]
ret 0004
MobIsWalking:
fld dword ptr [MobWalkSpeedValue]
ret 0004
MobRunSpeedValue:
db 00 00 60 41
MobWalkSpeedValue:
db 00 00 40 40
005BF740:
_aMobSpeedLabel:
jmp DrakoMobSpeedBace
ReturnMobSpeed:
[DISABLE]
dealloc(DrakoMobSpeedBace)
unregistersymbol(MobRunSpeedValue)
unregistersymbol(MobWalkSpeedValue)
_aMobSpeedLabel:
cmp byte ptr [esp+04],00
unregistersymbol(_aMobSpeedLabel)
dealloc(blah)
005BB0C8:
FMUL DWORD PTR DS:[EBX+114]
|
Please help and thanks for reading.