Speed Hack Value..

03/10/2010 22:15 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/11/2010 01:26 PureEnergy3#2
by any chance you trying to shield hack?
if so your going the wrong way about it
03/11/2010 01:54 solver#3
I'm working on another thing..If you know how to edit the code please tell me..
03/11/2010 02:59 Distortion69#4
may i ask what you are working on ? xD
03/11/2010 03:03 solver#5
Can u just tell me the code :) I really need that..
03/11/2010 03:16 Syberboy#6
Quote:
SpeedValue:
db 00 00 20 41
Thats what you want to edit
03/11/2010 03:25 solver#7
yea i want to edit that for speed value of 100 and 1000..I need two codes..
03/11/2010 15:10 xativa#8
In this link you have the info for speed value change... [Only registered and activated users can see links. Click Here To Register...]

Open Mob Speed Spoiler and Notes on Mob Speed...

here it is...

Code:
There have been many questions on changing the initial speed of the mob speed hack.
These notes are to guide you though this enlightenment.
If you have read and understood the "Instructions for changing the values being used by a script" above, this might be easier for you.

so....
Point 1. The normal speed of mobs without hacking ranges from 3 to 5, while your own speed is 2.6 (without skills).
Point 2. You will need to find the line in the mob speed script that says "db 00 00 20 41"
Point 3. Now you need to learn the hex equivalent of the speed values.
here I provide the values you should be using:
00 00 00 00 = 0
00 00 80 3F = 1
00 00 00 40 = 2
00 00 40 40 = 3
00 00 80 40 = 4
00 00 A0 40 = 5
00 00 C0 40 = 6
00 00 E0 40 = 7
00 00 00 41 = 8
00 00 10 41 = 9
00 00 20 41 = 10
00 00 30 41 = 11
00 00 40 41 = 12
00 00 50 41 = 13
00 00 60 41 = 14 //any faster than this, and the mobs might start getting lost
Point 4. Remember the line in point2? it said "db 00 00 20 41". So guess the initial speed that the Mob Speed script and the Player Speed Script sets.
(I'm not gonna tell you cuz I want to to figure it out)
Point 5. Now that you are ready to change speeds you should know some ideal values, I worked it out myself and figured out that if your mob speed is 2x your own speed, the monsters wont get lost behind you. This means that, for example setting your own speed to 10 and the mob speed to 20 would be reasonable
HOWEVER remember that setting the mob speed too high is not recommended (you can try if you want to know what I mean "00 00 A0 41 = 20")
so knowing that, it would be a good idea to set the mob speed to 14 and your own speed to 7 OR the mob speed to 10 and your own speed to 5.
I prefer setting my speed to 10 and the mobs to 14. Then I simply stop when the mobs get too far behind me.
Making The Change: so just take your newly learn values and replace the old ones in the script with these new ones.
Now every time you enable the two scripts the new values will be set and ready
you can use these values or you can create a new address manually in cheat engine to insert the speed value that you like... 1, 100, 1000, 10000

[Only registered and activated users can see links. Click Here To Register...]

freeze speedhack and a value apears in this address, just change to the value that you want ;)

hope it helps
03/11/2010 22:12 solver#9
How can i create a new value for that? And what codes will i use?

Thank u so much :)
03/11/2010 23:02 ~Kakkarot~#10
case solved

#posts merged
#user warned
#closed