list of working hackes

11/17/2009 02:28 jonavelez#1
ok i will macke this as fast as i cen . the hackes that are on list of poplike hack are not working .i got them working and i will post them her .no flaming i dont wont to hear it or see it on here .this is my ferst pots so bear with me


[VacPart1]MonsterProperties: Sets the monster's sight ranges, stand delays, # of following monsters...ect
offset ;0045C24E

[ENABLE]
alloc(MonsterProperties,2048)
label(ReturnMonsterProperties)
label(PropertyBace)
registersymbol(PropertyBace)

0045C24E: //
jmp MonsterProperties
nop
ReturnMonsterProperties:

MonsterProperties:
push eax
mov eax,[eax+00000098] //Original Code
mov [ecx+0000009C],eax //Original Code
pop eax
mov [PropertyBace],ecx

//mov [ecx+00],00000000 //DwInfoIndex
mov [ecx+04],0000004B //DwExploreRange
mov [ecx+08],0000004B //DwSight
mov [ecx+0C],0000004B //DwPersuitRange
//mov [ecx+10],00000000 //DwAvoidRange
mov [ecx+14],00000000 //DwExploreStandDelay
//mov [ecx+18],00000000 //DwExploreMoveDelay
//mov [ecx+1C],00000000 //DwStandDelay
mov [ecx+20],000001F4 //DwMoveDelay
//mov [ecx+24],00000000 //DwFollowMyMasterRange
//mov [ecx+28],00000000 //DwStopMasterNear
//mov [ecx+2C],00000000 //DwWarpMyMasterRange
//mov [ecx+30],00000000 //DwCallTeamPossibelHP
//mov [ecx+34],00000000 //DwCallTeamCount
//mov [ecx+38],00000000 //DwBlockNFirstAttack
//mov [ecx+3C],00000000 //dwCallTeamCell
mov [ecx+40],000000FA //dwFollowTarget
mov [ecx+44],00000000 //dwSpecialAttackStartHP
mov [ecx+48],00000000 //dwSpecialMeleeAttackRate
mov [ecx+4C],00000000 //dwSpecialRangeAttackRate
mov [ecx+50],00000000 //DwPowerAttacjStartHP
mov [ecx+54],00000000 //dwPowerMeleeAttackProbable
mov [ecx+58],00000000 //dwPowerRangeAttackProbable
//mov [ecx+5C],00000000 //DwUnderAttackAggro
mov [ecx+60],00000000 //DwMeleeAttackRangeInAggro
mov [ecx+64],00000000 //DwRangeAttackRangeInAggro
mov [ecx+68],000003E8 //DwSightInAggro
//mov [ecx+6C],00000000 //DwDefeatAggro
//mov [ecx+70],00000000 //DwBlockedAggro
//mov [ecx+74],00000000 //DwSlideAggro
//mov [ecx+78],00000000 //DwHealAggro
//mov [ecx+7C],00000000 //DwMasterUnderAttackAggro
//mov [ecx+80],00000000 //DwMasterDefeatAggro
//mov [ecx+84],00000000 //DwMasterBlockingAggro
//mov [ecx+88],00000000 //DwMasterSlideAggro
//mov [ecx+8C],00000000 //DwCOmplusionUnderAttackAggro
mov [ecx+90],00000063 //dwMaxSummonsMonsterCount
mov [ecx+94],00000000 //dwReSummonsMonsterTick
mov [ecx+98],00000000 //dwMaxSummonsMonsterRange
mov [ecx+9C],00000000 //dwSummonsStartPcCount
//mov [eax+A0],00000000 //PatternType

mov eax,[ecx+0000009C] //Original Code
jmp ReturnMonsterProperties
PropertyBace:
db 00 00 00 00

[DISABLE]
dealloc(MonsterProperties)
unregistersymbol(PropertyBace)
0045C24E:
mov eax,[eax+00000098]


[VacPart2]MonsterRange: Sets the Monster's attack ranges to 0 (So monsters wont attack you)
offset;0053D955

[ENABLE]
alloc(MonsterRange,1024)
label(ReturnMonsterRange)

0053D955: //
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

[DISABLE]
dealloc(MonsterRange)
0053D955:
mov [esp+48],edx
mov eax,[ecx]


[VacPart3]MonsterAggro: Sets the Monster's aggro value (It will run towards you as soon as it sees you)
offset;0053D96A

[ENABLE]
alloc(MonsterAggro,4)
registersymbol(MonsterAggro)

0053D96A: //
mov eax,[MonsterAggro]
nop
nop
MonsterAggro:
db 03 00 00 00
[DISABLE]
unregistersymbol(MonsterAggro)
0053D96A:
movzx eax,word ptr [esi+00000154]

Zoom Hack: As the name suggests, this allows you to zoom as far as you like (untill you can't see yourself)
offset;005D2816

[ENABLE]
alloc(DrakoZoom,512)
label(ReturnZoom)
label(ZoomMax)
registersymbol(ZoomMax)

005D2816: //
jmp DrakoZoom
nop
nop
ReturnZoom:

DrakoZoom:
push eax
mov eax,[ZoomMax]
mov [edi+04],eax
fld dword ptr [edi+04]
fld dword ptr [esp+28]
pop eax
jmp ReturnZoom
ZoomMax:
db 00 00 8C 42

[DISABLE]
dealloc(DrakoZoom)
unregistersymbol(ZoomMax)
005D2816:
fld dword ptr [edi+04]
fld dword ptr [esp+28]

Speed: This script allows you to set your own character speed
offset;007E626A

[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E626A: //
jmp DrakoSpeed
ReturnSpeed:

DrakoSpeed:
fld dword ptr [SpeedValue]
pop edi
pop esi
jmp ReturnSpeed
SpeedValue:
db 00 00 20 41

[DISABLE]
dealloc(DrakoSpeed)
unregistersymbol(SpeedValue)
007E626A:
fld dword ptr [eax+08]
pop edi
pop esi

Mob Speed: This script allows you to change all the Mob's walking as well as running speeds.
offset;0053E990

[ENABLE]
alloc(DrakoMobSpeed,64)
label(MobIsWalking)
label(ReturnMobSpeed)
label(MobRunSpeed)
label(MobWalkSpeed)
registersymbol(MobRunSpeed)
registersymbol(MobWalkSpeed)

0053E990: //
jmp DrakoMobSpeed
ReturnMobSpeed:

DrakoMobSpeed:
cmp byte ptr [esp+04],00
je MobIsWalking
fld dword ptr [MobRunSpeed]
ret 0004
MobIsWalking:
fld dword ptr [MobWalkSpeed]
ret 0004
MobRunSpeed:
db 00 00 20 41
MobWalkSpeed:
db 00 00 40 40

[DISABLE]
dealloc(DrakoMobSpeed)
unregistersymbol(MobRunSpeed)
unregistersymbol(MobWalkSpeed)
0053E990:
cmp byte ptr [esp+04],00


FarEye: Removes the limit to the view distance when using zoom hack
offset;005D3E15

[ENABLE]
alloc(DrakoClipDistance,64)
label(ReturnClip)
label(ClipDistance)
registersymbol(ClipDistance)

005D3E15: //
jmp DrakoClipDistance
nop
ReturnClip:

DrakoClipDistance:
mov ecx,[ClipDistance]
mov [eax+08],ecx
mov edx,[eax+04]
jmp ReturnClip
ClipDistance:
db 00 00 48 43

[DISABLE]
dealloc(DrakoClipDistance,64)
unregistersymbol(ClipDistance)
005D3E15:
mov ecx,[eax+08]
mov edx,[eax+04]
:):):):):p

i dont take credit for the hackes i podted i took the informashion geven and combiend it to mack working hacks.if i helped give thanks
11/17/2009 02:40 abeortizjr#2
neb THANK YOU!!!!!!!
11/17/2009 03:59 jonavelez#3
np i did it becuse i got tierd of wating for some one els to do it .i tryed them and thay all work the vac will only bring 2 monsters to you. if you know a better vac plz feal free to post it here .that go for any one
11/17/2009 04:34 fliptrickdragon#4
Yeah, 6Drako9's vac works just fine, at least for me.
11/17/2009 05:13 jonavelez#5
i fixed it its working fien naw i have gm detect but that new ato banne thing is out so i dont wont to use it so i am not puting it .
11/17/2009 05:54 Vaidas B#6
#reported leeched
11/17/2009 14:32 jonavelez#7
not leeching i am not taking credit for the hackes i tuke the info from to ather post and put it together and my post say that .so start looking at the holl thing . on tope of that the hackes thet are posted dont work .
11/18/2009 01:28 mauxfer#8
mmm...anyone can explain to me where i shuold put all this code plz??---
11/18/2009 01:53 lcezhunter#9
i am sorry but this is not useful to anyone at all. 6Draco9's post has all of these hacks, only thing is you need to UPDATE OFFSETS!!

#request closed as this is a useless thread

6Draco9 has explained in detail how to effectively make these hack programs work. So please refer to that sticky thread for tutorials and instructions. They will not work if you immediately try and use them, you must update the offsets *search and change addresses* first.

[Only registered and activated users can see links. Click Here To Register...]

this is the link
11/18/2009 15:24 trane.#10
I think there's no need for few threads with same content.

#Closed