no aggro help

03/19/2012 20:56 chino052#1
hi i got this script from a post but i was wondering if any 1 could help me because this is the only 1 i can get to work.No aggro :

Spoiler:
[ENABLE]
aobscan(_aNoAggro,0F B7 86 54 01 00 00 8B 0D)(chino what i do with this?)
aobscan(_aMobRange,89 54 24 48 8B 01 FF 50 0C 8B)(chino what i do with
label(_aNoAggroLabel) this)
label(_aMobRangeLabel)
registersymbol(_aNoAggroLabel)
registersymbol(_aMobRangeLabel)
alloc(newmem, 2048)
alloc(MonsterRange, 2048)
label(returnhere)
label(originalcode)
label(ReturnMonsterRange)
label(exit)

_aNoAggro:
_aNoAggroLabel:
jmp newmem
nop
nop
returnhere:

_aMobRange:
_aMobRangeLabel:
jmp MonsterRange
nop
ReturnMonsterRange:

MonsterRange:
mov [esp+48],edx
mov [esp+30],00000000
mov [esp+4c],00000000
//mov [esi+00000240],0000000 //other attack range to 0
//mov [esi+0000023c],0000000 //other attack range to 0
//mov [esi+00000238],0000000 //other attack range to 0
mov eax,[ecx]
jmp ReturnMonsterRange

newmem:

originalcode:
movzx eax,word ptr [esi+00000154]

//mov eax,01
//mov word ptr [esi+00000156],ax
//mov [esi+00000070], 41400000 // speed mob
//40c00000 = 6 lv 1 (to replace the above blue color)
//40400000 = 12 lv 2 (to replace the above blue color)
//41c00000 = 24 lv 3 (to replace the above blue color)
mov byte ptr [esi+00000174],00 // malee attack range = 0
mov byte ptr [esi+00000244],00 // magic attack range = 0
mov [esi+00000240],0000000 //other attack range = 0
mov [esi+0000023c],0000000 //other attack range = 0
mov [esi+00000238],0000000 //other attack range = 0
mov eax,03
mov word ptr [esi+00000154],ax



exit:
jmp returnhere


[DISABLE]
dealloc(newmem)
dealloc(MonsterRange)
_aNoAggroLabel:
movzx eax,word ptr [esi+00000154]
unregistersymbol(_aNoAggroLabel)
_aMobRangeLabel:
mov [esp+48],edx
mov eax,[ecx]
unregistersymbol(_aMobRangeLabel)
03/19/2012 23:20 Bleander#2
Code:
aobscan(_aNoAggro,0F B7 86 54 01 00 00 8B 0D)(chino what i do with this?)
aobscan(_aMobRange,89 54 24 48 8B 01 FF 50 0C 8B)(chino what i do with 
label(_aNoAggroLabel)                                                  this)
U dont do noting,that script is auto updatable and it works fine.
03/20/2012 02:20 blobberzz#3
I get Error in line 2 with this script :P 0F B7 86 54 01 00 00 8B 0D could not be found.
03/20/2012 13:55 evilneo#4
what CheatEngine Version do you use?
Cuz if you useing Version lower than 6.1 the latest scripts will tell you error in line 2

NOTE:i was using CheatEngine 5.4 and got error on line 2 at every latest Script
then i used CheatEngine 6.1 and got no errors