Hello i m new , but too old school hehe ... well i remember use someone time CE, OLLY ,C++ etc.... and hacking any mmorpgs remember
VAC HACK : mobs around you alls comming at you ( 500 mobs )
NON AGRRO: obbiusly NON AGRRO offsets important , this make enemys on your dmg 0
HIDE ID: or FALSE ID: server side obviusly.
well with this 3 , i remember make in someone dungeons me only alot EXP alot DROPS and alot Funy
i send here someone #w expemple.
Modified Non-Aggro Script
Code: Select all
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0053A30A:
jmp newmem
nop
nop
returnhere:
newmem:
originalcode:
movzx eax,word ptr [esi+00000154]
//mov eax,01
//mov word ptr [esi+00000156],ax
mov [esi+0000006c], 00000000 // Freeze mob
mov [esi+00000070], 40C00000 // 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]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem) 0053A30A: movzx eax,word ptr [esi+00000154]
VAC HACKS
Code: Select all
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
0045A19D:
jmp newmem
nop
returnhere:
newmem:
originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx
mov edx,99
mov [eax+1C],edx
mov edx,999 // number boss spawn
mov [eax+8c],edx
mov edx,01 // time delay between spawn
mov [eax+90],edx
mov edx,99 // num mob follow me
mov [eax+3C],edx
mov [ecx+20],edx
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
0045A19D:
mov edx,[eax+1c]
well wait my info make someone help or make a new idea ^^
sorry i m not using translator and i know my english bad hehe ... i hope u understand this. thanks you !!
