Razali Rambli a.k.a Bie Solution For
DEViOUS Trainme Level 1
Download at http://devious.tsongkie.com
Hotkeys
=======
F11 = Enable Cheat
Requirement
===========
Both Full Bar = OK
50000 Money = OK
10 Life = OK
No NOP = YES, I use only mov & jmp
EXTRA = When click test, original message change to
'Bie was here to make it easy for you!'
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Money >
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;004011d6 B805000000 mov eax,0x5
;004011db 294604 sub [esi+0x4],eax
;Reset Money to 50000
;--------------------
;004011D6 B850C30000 mov eax,0xC350
;004011db 894604 mov [esi+0x4],eax
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; First Bar >
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;004011de B805000000 mov eax,0x5
;004011e3 294608 sub [esi+0x8],eax
;Reset bar to 100
;----------------
;004011de B864000000 mov eax,0x64
;004011e3 894608 mov [esi+0x8],eax
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Life >
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;004011E9 0BC0 or eax,eax
;00401217 B801000000 mov eax,0x1
;0040121c 29460C sub [esi+0xC],eax
;Reset to 10
;-----------
;004011E9 EB02 jmp 0x04011ED
;00401217 B80A000000 mov eax,0xA
;0040121c 0089460C mov [esi+0xC],eax
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; Second Bar >
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;0040121f B801000000 mov eax,0x1
;00401224 294610 sub [esi+0x10],eax
;Reset to 100
;------------
;0040121f B864000000 mov eax,0x64
;00401224 894610 mov [esi+0x10],eax