need help

10/15/2009 21:25 l2ush604#1
hi guys i have been tyring to fins a working speed hack or try to make my own one or try to update the adress is there anyone here that can help me plz i have searched and still cant find a working speed hack on ce :(

plz post a link i u have a working speed hack and i got a question is it possible to unpack a trainer that we just downloaded?
10/15/2009 21:31 zizagoo#2
[Only registered and activated users can see links. Click Here To Register...]. Here link with scripts that are up to date but offsets aren;t updated. Speed offsets is 007E653A. Not sure if you can unpack trainer but you should be able to get every script except skill 1,2 on the forums.
10/17/2009 01:35 l2ush604#3
Quote:
Originally Posted by zizagoo View Post
[Only registered and activated users can see links. Click Here To Register...]. Here link with scripts that are up to date but offsets aren;t updated. Speed offsets is 007E653A. Not sure if you can unpack trainer but you should be able to get every script except skill 1,2 on the forums.
dosnt work for me rofl i write the offset in ce but dont get no adress >.>
10/17/2009 03:40 zizagoo#4
Quote:
Originally Posted by l2ush604 View Post
dosnt work for me rofl i write the offset in ce but dont get no adress >.>
Your suppose to use the offset with the script. If you just looking for the address value it is 1075942785. just changed it to 1085942785 for 2x speed or 1095942785 for 3x. if you want to go really fast 1999999999 though i wouldn't recommend it :). The offsets that i gave you are suppose to be put in the script. Well if you just want to do it manually the address is 1075942785 make sure you don't check hex box.

[Only registered and activated users can see links. Click Here To Register...] Try searching the hacks. It isn't hard.
10/17/2009 04:16 xyle#5
Code:
[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E653A: //D9 40 08 5F 5E C3 8B 0D
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)
007E653A:
fld dword ptr [eax+08]
pop edi
pop esi
this is 6drako9's speed hack, its very simple.
1. open game(log in char) and CE --> attach CE to 2Moons
2. in CE open Memory Viewer and then hit Ctrl+A (tools-->Auto Assemble)
3. paste code in the new window then click file --> add to cheat table
4. close both Auto Assemble and memory viewer
5. now click the check box to freeze the cheat.
6. and u are speeding through the game :)