UCE guide for 2moons Working vac,wall hack, speed hack & auto pots

03/03/2009 08:25 diablo0509#76
Quote:
Originally Posted by unrealshooter View Post
this hack isn;t that good i always get dc in 3 mins after i entered the Dungon.anyone has the same problem with pls let me know
lol this hack is good if you dont like it dont use it but i reaaly doubt that you will stop suing it ...btw this hack is not working in dunegons for anyone i guess you will have to go in dunegons old school :D

or try to turn off vac hack and evry other and leave non agro on it maybe will work (never tried it i just thought of it :D:D)
03/03/2009 08:41 gbmack#77
Wtf? I followed every single instruction with care.

The only instructions I didn't clearly get were at the very end.

When do I attach to process? When do I activate the vac hack?

I tried so many things, and when I checked the vac hack, i go back in game and no monsters are being vacced..

Help Please!
03/03/2009 22:33 noname231#78
Testing to see if hack works with new update. Give me some time and will post any needed updates.
03/03/2009 23:00 ryukossei#79
i tested them and they disconnect you with the korean message.
03/03/2009 23:17 noname231#80
Ya I tested with new unpacked folder and as soon as you inject them you crash. I'm going to test some address's and see if I can fix it. But please give me some time. There is many address's to go threw. If anyone discovers any breakthrough feel free to post. You will get the credit you deserve.
03/04/2009 00:25 noname231#81
Aperently there was a issue with the unpacked dekeron file I was using. I will test a new one and check if CE is working.
03/04/2009 00:30 skystar30#82
hi man
i have thees folder to stop nprotrct gameguard
2moons Working on the folder

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





:mofo:
03/04/2009 00:44 p0rn#83
guys this is awesome. thanks for working on this. :)
03/04/2009 01:42 golfy73#84
Quote:
Originally Posted by skystar30 View Post
hi man
i have thees folder to stop nprotrct gameguard
2moons Working on the folder

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


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


:mofo:

-----------------TRANSLATION -------------------


PLIZZZZZ TRY MY VIRUS LOOKS MINE LINKZ


lol...
03/04/2009 04:33 jonni67#85
I hope you update fast, I want to VAC and AOE and lv like crazy.
03/04/2009 19:53 noname231#86
I'm just working on getting corrected addresses, should have them posted by tonight if everything goes well.
03/04/2009 19:57 smokymicpot#87
hey man i saved u the work i got all ur codes working take it off my post ...
its all good...

AUTO POTS:

[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
label(check_mana)
label(finished_check)

0052D83F:
jmp newmem
nop
nop
nop
nop
nop
returnhere:

newmem:
originalcode:
cmp dword ptr [eax+08],01 // checking for HP pot?
jne check_mana
mov dword ptr[eax+08],11 // change to auto pot
mov dword ptr[eax+10],11
check_mana:
cmp dword ptr [eax+08],02 // checking for MP pot?
jne finished_check
mov dword ptr[eax+08],12 // change to auto pot
mov dword ptr[eax+10],12
finished_check:
cmp dword ptr [eax+08],13
je 0052dd2a

exit:
jmp returnhere

[DISABLE]
dealloc(newmem)

0052D83F:
cmp dword ptr [eax+08],13
je 0052dd2a

VAC HACK:

[ENABLE]
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

00459D8D:
jmp newmem
nop
returnhere:

newmem:
//DwExploreRange eax
mov [eax+08],00000020//DwSight eax+08
mov [eax+04],00000020//DwPersuitRange eax+04
//DwAvoidRange eax+0C
//mov [eax+10],00000064//DwExploreStandDelay eax+10
//mov [eax+14],00000064//DwExploreMoveDelay eax+14
//mov [eax+18],00000064//DwStandDelay eax+18
//mov [eax+1C],00000064//DwMoveDelay eax+1C
//DwFollowMyMasterRange eax+20
//DwStopMasterNear eax+24
//DwWarpMyMasterRange eax+28
mov [eax+2C],00000064//DwCallTeamPossibelHP eax+2C
mov [eax+30],00000020//DwCallTeamCount eax+30
mov [eax+34],00000000//DwBlockNFirstAttack eax+34//mov [eax+38],00000020//dwCallTeamCell byte[eax+38]
//dwFollowTarget eax+3C
//dwSpecialAttackStartHP
//dwSpecialMeleeAttackRate
//dwSpecialRangeAttackRate
//DwPowerAttacjStartHP
//dwPowerMeleeAttackProbable
//dwPowerRangeAttackProbable
//mov [eax+40],00000000//DwUnderAttackAggro eax+40
//mov [eax+44],00000000//DwMeleeAttackRangeInAggro eax+44
//mov [eax+48],00000000//DwRangeAttackRangeInAggro eax+48
//DwSightInAggro eax+4C
//DwDefeatAggro eax+50
mov [eax+54],00000000//DwBlockedAggro eax+54
mov [eax+58],00000000//DwSlideAggro eax+58
mov [eax+5C],00000000//DwHealAggro eax+5C
//DwMasterUnderAttackAggro eax+50
//DwMasterDefeatAggro eax+54
//DwMasterBlockingAggro eax+58
//DwMasterSlideAggro eax+5C
//DwCOmplusionUnderAttackAggro eax+60
//dwMaxSummonsMonsterCount eax+64
//dwReSummonsMonsterTick eax+68
//dwMaxSummonsMonsterRange eax+6C
//dwSummonsStartPcCountPatternType eax+70

originalcode:
mov edx,[eax+1c]
mov [ecx+20],edx


mov edx,10 // number spawn
mov [eax+8c],edx

mov edx,64 // time delay spawn
mov [eax+90],edx

mov edx,30 // # follow monster
mov [eax+3C],edx

//mov [ecx+20],edx // # follow my master
exit:
jmp returnhere


[DISABLE]
dealloc(newmem)
00459D8D:
mov edx,[eax+1c]
mov [ecx+20],edx
alloc(newmem,256)
label(orig_00883AC2)

newmem:
push 60
push 00a9f448
call 00889d18
mov edi,00000094
mov eax,edi
call 00886430
mov [ebp-18],esp
mov esi,esp
mov [esi],edi
push esi
call dword ptr [00a2519c]
mov ecx,[esi+10]
mov [00c154a8],ecx
mov eax,[esi+04]
mov [00c154b4],eax
mov edx,[esi+08]
mov [00c154b8],edx
mov esi,[esi+0c]
and esi,00007fff
mov [00c154ac],esi
cmp ecx,02
or esi,00008000
mov [00c154ac],esi

orig_00883AC2:
shl eax,08
add eax,edx
mov [00c154b0],eax
xor esi,esi
push esi
mov edi,[00a251b0]
call edi
cmp word ptr [eax],5a4d
jne 00883afd
mov ecx,[eax+3c]
add ecx,eax

NON AGRO:

[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)

0053DB4A:
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], 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)

0053DB4A:
movzx eax,word ptr [esi+00000154]

give me thanks tho too
03/04/2009 20:03 noname231#88
ya I just posted it in post 1. Thanks alot for the new address, it takes a long time to get them on a blackberry lol. I need to get a laptop, but hey, no one knows when kids will get sick.
03/04/2009 20:11 smokymicpot#89
well u can help me by getting skill hacks too work and wall hack for cheat engine that would be great if u can pm me with them .
03/04/2009 20:18 noname231#90
Wall hack keeps driving me nuts same with skill hacks lol. Every time I think I get it working I end up crashing or getting a cheat engine error. Someone mentioned they had skill hack working for 4.1.16 and a wall hack but never got any info on them.