20
"DetourWritePos"
Auto Assembler Script
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(posWriteDetour,2048)
registersymbol(posWriteDetour)
label(returnhere)
label(code)
label(exit)
posWriteDetour: //this is allocated memory, you have read,write,execute access
//place your code here
dd (float)0
dd (float)0
dd (float)0
code:
mov [posWriteDetour],ecx
mov edx,[eax+8]
mov [posWriteDetour+4],edx
mov [esi+24],ecx
mov edx,[eax+04]
mov [posWriteDetour+8],edx
exit:
jmp returnhere
"Condemned.exe"+279FC:
jmp code
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(posWriteDetour)
unregistersymbol(posWriteDetour)
"Condemned.exe"+279FC:
mov [esi+24],ecx
mov edx,[eax+04]
//Alt: db 89 4E 24 8B 50 04
29
"No description"
Float
posWriteDetour
30
"No description"
Float
posWriteDetour+4
31
"No description"
Float
posWriteDetour+8
27
"WriteInFullStamina"
Auto Assembler Script
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(writeStaminaDetour,2048)
label(returnhere)
label(code)
writeStaminaDetour: //this is allocated memory, you have read,write,execute access
dd (float)1.0
code:
fstp st(0)
fld [writeStaminaDetour]
fst dword ptr [esi+00000498]
jmp returnhere
"GameClient.dll"+344B3:
jmp code
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(writeStaminaDetour)
"GameClient.dll"+344B3:
fst dword ptr [esi+00000498]
//Alt: db D9 96 98 04 00 00
36
"WriteZPos"
Auto Assembler Script
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(writeZPosDetour,2048)
registersymbol(writeZPosDetour)
label(writeZPosDetourCode)
label(returnhere)
writeZPosDetour: //this is allocated memory, you have read,write,execute access
//place your code here
dd (float)0
writeZPosDetourCode:
mov edx,[writeZPosDetour]
mov [esi+28],edx
mov ecx,[eax+08]
jmp returnhere
"Condemned.exe"+27A02:
jmp writeZPosDetourCode
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(writeZPosDetour)
unregistersymbol(writeZPosDetour)
"Condemned.exe"+27A02:
mov [esi+28],edx
mov ecx,[eax+08]
//Alt: db 89 56 28 8B 48 08
37
"Z-pos"
Float
writeZPosDetour
47
"No description"
4 Bytes
565BDC
48
"InFocus"
4 Bytes
566EF0
49
"MenuType"
4 Bytes
GameClient.dll+169F40
59
"LastCycleLengh"
4 Bytes
Condemned.exe+16BC60
28
330