Question about SPEED HACK

03/03/2010 22:30 solver#1
In the speed hack script

[ENABLE]
alloc(DrakoSpeed,16)
label(ReturnSpeed)
label(SpeedValue)
registersymbol(SpeedValue)

007E988A: //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)
007E988A:
fld dword ptr [eax+08]
pop edi
pop esi

AS YOU KNOW THIS CODE CHANGES OUR SPEED..
SpeedValue:
db 00 00 20 41

AND THIS CODE MAKES OUR SPEED TO 10

I NEED TO DO 100 THIS SPEED not 10..

CAN U TELL ME THE CODE PLEASE??

(I know it will dc if I move but i need it)
03/03/2010 23:35 sachamo512#2
its hexadecimal. google a hex converter, they're everywhere
03/03/2010 23:41 solver#3
I found many web sites but i couldnt make the conversation..Please can u do it for me?
03/03/2010 23:52 sachamo512#4
Open CE. Set it to 4bytes and make sure the HEX box is checked. Then put in 20 41 and uncheck the hex box.

Then you can edit that number, re-check the hex box and then put that into the script.
03/04/2010 00:44 solver#5
It doesnt work :s it gets 0 all time
03/04/2010 05:26 sachamo512#6
try using a different speed hack that is easier to edit then. Personally, I think drako's scripts are not very user-friendly, haha