(03-01-2009, 04:54 PM)Lf2-hacker Wrote: wow kinda awesomeI should say, the dll framework make edits easy.
can you do much new things with dll?
is it harder to learn than normal HEX editing
somehow awesome to have an julian with armor and fast recovering
only chance to kill is a combo i think
(But you have to spend some time setting up. )
Quote:AI.inc:I think
AI_Ball1 proc
cmp eax,2
je return
;cmp eax,id
;je return
jmp dword ptr [AI_BALL1_1]
return: jmp dword ptr [AI_BALL1_2]
AI_Ball1 endp
AI_Ball2 proc
cmp eax,2
je return
;cmp eax,id
;je return
jmp dword ptr [AI_BALL2_1]
return: jmp dword ptr [AI_BALL2_2]
AI_Ball2 endp
'jmp dword ptr [AI_BALL1_1]'
and
'jmp dword ptr [AI_BALL1_2]'
should be reversed, also for the 'AI_Ball2' part.
Am I right?