[Release] Auto Update CE Scripts

04/22/2010 22:31 XxAssassinxX#16
What brings that hack "Melee Attack Range Hack"???
04/23/2010 00:18 realbadnoob#17
realy nice work. *****
04/23/2010 00:49 wenbar#18
Quote:
Originally Posted by XxAssassinxX View Post
What brings that hack "Melee Attack Range Hack"???


is the range that u can ataka( not skills)


u can atak more far away, very useful in low lvls
04/23/2010 03:03 looook#19
Quote:
Originally Posted by Redis View Post
use them in cheat engine... if you don't know how to, search a bit, there's a lot of tutorials. Anyway this is the easiest method ever posted :P
Why do I find open ce dk.exe. Tips I "Error while opening this process"
Who can answer me. Thank you:p:p:p:p
04/23/2010 07:29 bottomy#20
Quote:
Originally Posted by wenbar View Post
On the non-agro scrits, there are being shown 2 array of bytes, and i didn't understood it?
can someone tell me what am i suposed to do next?

You don't need to do anything, the script calls CE's auto assembler (pre-injection) function aobscan(), so it gets the offset for you when you inject. So all you need to do is put the script in CE and execute it.


Reason why there's two array of bytes in the non-aggro script is simply because there's two parts/offsets that get edited. So it needs to scan both AOB's and return the two offsets.
04/23/2010 08:34 HellSpider#21
Quote:
Originally Posted by looook View Post
Why do I find open ce dk.exe. Tips I "Error while opening this process"
Who can answer me. Thank you:p:p:p:p
XignCode must be disabled in order to attach to the process with CE...
04/23/2010 09:05 elfulll#22
mass spawn work perfectly thx man
04/23/2010 09:36 MrPremium#23
they are working??????
04/23/2010 12:14 Distortion69#24
Quote:
Originally Posted by MrPremium View Post
they are working??????
no its fake im trying to scam all your acc :rolleyes:
04/23/2010 13:40 Robert666#25
Can please someone tell me if i have to do anything extra to make them woriking on elite dekaron ?
04/23/2010 14:05 Arcox#26
Thx a lot Distortion69!:D
For me really works...and pls who can tell me how works Spawn Hack? I don't know what i must do at it...
Thx again, you and Nebular are the mens! ;)
04/23/2010 14:37 Toxicat#27
Mass spawn doesnt work anymore, so just forget about it.
04/23/2010 14:53 Robert666#28
where is the offset in here ....and i realy have to change ..
someone help me out is not working on Elite dekaron or i do something rong ..

[ENABLE]
aobscan(_aVac,8B 50 1C 89 51 20)
label(_aVacLabel)
registersymbol(_aVacLabel)
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

_aVac:
_aVacLabel:
jmp newmem
nop
returnhere:

newmem:
//DwExploreRange eax
mov [eax+08],00000040//DwSight eax+08
mov [eax+04],00000040//DwPersuitRange eax+04
//DwAvoidRange eax+0C
//mov [eax+10],00000500//DwExploreStandDelay eax+10
//mov [eax+14],00000500//DwExploreMoveDelay eax+14
mov [eax+18],00000100//DwStandDelay eax+18
mov [eax+1C],00000100//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,30 // number spawn
//mov [eax+8c],edx

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

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

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


[DISABLE]
dealloc(newmem)
_aVacLabel:
mov edx,[eax+1c]
mov [ecx+20],edx
unregistersymbol(_aVacLabel)
04/23/2010 15:26 Distortion69#29
Quote:
Originally Posted by Robert666 View Post
where is the offset in here ....and i realy have to change ..
someone help me out is not working on Elite dekaron or i do something rong ..

[ENABLE]
aobscan(_aVac,8B 50 1C 89 51 20)
label(_aVacLabel)
registersymbol(_aVacLabel)
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)

_aVac:
_aVacLabel:
jmp newmem
nop
returnhere:

newmem:
//DwExploreRange eax
mov [eax+08],00000040//DwSight eax+08
mov [eax+04],00000040//DwPersuitRange eax+04
//DwAvoidRange eax+0C
//mov [eax+10],00000500//DwExploreStandDelay eax+10
//mov [eax+14],00000500//DwExploreMoveDelay eax+14
mov [eax+18],00000100//DwStandDelay eax+18
mov [eax+1C],00000100//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,30 // number spawn
//mov [eax+8c],edx

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

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

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


[DISABLE]
dealloc(newmem)
_aVacLabel:
mov edx,[eax+1c]
mov [ecx+20],edx
unregistersymbol(_aVacLabel)
This is not a private server section ... this isnt supposed to work on private server, and if it does good for you but i dont give support to that.
You should look here : [Only registered and activated users can see links. Click Here To Register...]
04/23/2010 15:36 everline#30
Any1 get instant dc from far eye?