range hack

01/03/2013 08:28 Naniooooo#1
is there a range hack that i can use skills at least 10 metres more?>
01/03/2013 11:30 computergenius#2
Hmm I never really heard of a hack like this, Or never used one. I hack now, But back in the old 2moons hacking days When it was much easyier to make hacks, I never ran across any hack like that.

But i was told by a certain someone, that the new Raid Bosses, that spawn in draco and pyton and etc. That somebody found a way to make it Spawn mass amount of the exp Crystals, now that be something to look into
01/04/2013 16:59 King_Shiloh#3
It is (was) possible i remember for hunters, maybe for all classes but in an old trainer i had range hack script.
01/05/2013 07:25 Naniooooo#4
hmmmm
if possible release it out
also need mob speed .........
01/05/2013 23:22 lietus3#5
wouldnt this be pointless since 99.9% of damage is skills?
01/23/2013 03:36 adamek9605#6
Quote:
Originally Posted by Naniooooo View Post
hmmmm
if possible release it out
also need mob speed .........
have them but u need to update them

MOB SPEED OUTDATED!

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

0053E530: //80 7C 24 04 00 74 06 D9 40 70
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)
0053E530:
cmp byte ptr [esp+04],00

RANGE HACK

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

0063C8F4: //This is the address, you need to update it
jmp newmem
nop
returnhere:

newmem:
mov al,90

originalcode:
mov [ecx+000000a8],al

exit:
jmp returnhere

[DISABLE]
dealloc(newmem)
0063C8F4: //This is the address, you need to update it
mov [ecx+000000a8],al

those are old hacks i dont know if something changed. just tried to help u ! gl