HA. First of all my tutorial was incomplete i was adding in the part about how to add auto assemble scripts while it got locked. Second of all It clearly says hack_pack_by_shorty in your tutorial. My file name which i used was the exact same thing. And lastly unless your completely retarded the CT file does not crash. Also if you notice in your non-argo script, which you copy and pasted from my ct, it already has the speed of the mobs at 41400000.
Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0053DDDA:
jmp newmem
nop
nop
returnhere:
newmem:
originalcode:
movzx eax,word ptr [esi+00000154]
//mov eax,01
//mov word ptr [esi+00000156],ax
mov [esi+00000070], [B]41400000[/B] // speed mob [B]<< normal is 40400000 which i switched with the one below.[/B]
//40c00000 = 6 lv 1 (to replace the above blue color)
//[B]40400000[/B] = 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)
0053DDDA:
movzx eax,word ptr [esi+00000154]
and i didn't claim it was my hack i claimed it was my tutorial.