Speed Hack with CE

10/04/2009 15:53 killer2k#1
Hi...

Im Using Instants Bypass, the unpacked Dekaron.exe and the version of dekaron, downloaded from gamehi...

I am using this script:
Quote:
[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E62EA: //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)
007E62EA:
fld dword ptr [eax+08]
pop edi
pop esi
Well...
Any suggestions, why I do not get faster, when I start the script?

regards,
killer...
10/04/2009 19:29 Sodomizied#2
I recommend you use Nebular's Bypasser, Nothing against Instant but I believe his Dc's you every 3 minutes maybe not but Anyways.

Try this Script for Speed Hack For Global Dekaron cause if you DL'd from GameHi i'm guessing its DK Global's Cilent

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

007E62FA:
jmp newmem
returnhere:

newmem:
mov [eax+08],40BEDD2E // change float point to desire speed
mov [eax+0c],44C48C75 // change float point to desire speed

originalcode:
fld dword ptr [eax+08]
pop edi
pop esi

exit:
jmp returnhere

a2E4C0:
dd 44600000

[DISABLE]
dealloc(newmem)
007E62FA: // D9 40 08 5F 5E C3 8B 0D 0C 8E BF 00 8B 01 56 57 FF 50 08 8B 0D 0C 8B BF
fld dword ptr [eax+08]
pop edi
pop esi

a2E4C0: // 64 79 00 00 54 5F 50 6F 72 74 00 00 52 5F 57 65 61 70 6F 6E 00 00 00 00
dd 44700000
10/04/2009 19:53 killer2k#3
Quote:
Originally Posted by bagipower View Post
I recommend you use Nebular's Bypasser, Nothing against Instant but I believe his Dc's you every 3 minutes maybe not but Anyways.
Got no problems at all with Instant's Bypasser... I can play for hours without disconnecting. (Only if I put wrong address in a script the client closes...)


I tested this Script as well, still I do not get any faster...
I do not understand why...
10/04/2009 20:08 Sodomizied#4
Quote:
Originally Posted by killer2k View Post
Got no problems at all with Instant's Bypasser... I can play for hours without disconnecting. (Only if I put wrong address in a script the client closes...)


I tested this Script as well, still I do not get any faster...
I do not understand why...
Well I Tested the Script and I'm running around 2x Speed....
10/04/2009 20:27 killer2k#5
Actually the Speedhack you posted worked well for me until Dekaron became Global DK...
Same script, new address, but still it does not work!
That is my problem...