Register for your free account! | Forgot your password?

You last visited: Today at 01:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



SpeedHack in script form

Discussion on SpeedHack in script form within the Dekaron Exploits, Hacks, Bots, Tools & Macros forum part of the Dekaron category.

Reply
 
Old   #1
 
6Drako9's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 333
Received Thanks: 1,435
SpeedHack in script form

Hey I was another by having to search for the 4byte number every time I wanted to do speed hack
so I made a script instead
Code:
[ENABLE]
alloc(SpeedBace,1024)
alloc(SpeedValue,8)
registersymbol(SpeedValue)
label(returnSpeed)

SpeedValue:
db 00 00 20 41

SpeedBace:
fld dword ptr [eax+08]	//original code
pop edi			//original code
pop esi			//original code
push ecx		//saving the ecx value
mov ecx,[SpeedValue]	//transfering SpeedValue
mov [eax+08],ecx	//Replacing Speed
pop ecx			//returning the ecx value
jmp returnSpeed

007BFFAA: //D9 40 08 5F 5E C3 8B 0D
jmp SpeedBace
returnSpeed:

[DISABLE]
unregistersymbol(SpeedValue)
dealloc(SpeedValue)
dealloc(SpeedBace)
007BFFAA:
fld dword ptr [eax+08]
pop edi
pop esi
this is a simple script that does the same thing you would do when doing speed hack

NOTE: the speed value is better seen as a float not a 4-byte value

your Original Speed is about 2.5
I made the script to give 10 speed as default when activated
however you can increase this value by adding the address "SpeedValue" as a float value to your address list

NOTE: this must be done after the script is activated

then change the number to 20, 25, 10.234, 30000...w/e you want porsonaly I think anything over 20 is just too fast

EDIT: there is a new and better version of the script purther down in this page
6Drako9 is offline  
Thanks
1 User
Old 07/30/2009, 08:09   #2
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335
~edited~ the script is all over the place
sachamo512 is right, i can have it
Vaidas B is offline  
Old 07/30/2009, 13:26   #3
 
6Drako9's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 333
Received Thanks: 1,435
Quote:
Originally Posted by waidas123 View Post
this isint urs relese, the script is all over the place
this is my release because I wrote it...
and I had to write it because I didn't find it "all over the place"
6Drako9 is offline  
Old 07/30/2009, 15:48   #4
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335








u fail, all thease hacks need is new offsets lol there are more but im just too lazy to look for u
Vaidas B is offline  
Old 07/30/2009, 19:38   #5
 
sachamo512's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,496
Received Thanks: 345
Quote:
Originally Posted by waidas123 View Post








u fail, all thease hacks need is new offsets lol there are more but im just too lazy to look for u
actually, it is his release. He wrote a very ****** (and useless because there are better ones) speed hack script. Let him claim it.
sachamo512 is offline  
Old 07/30/2009, 19:43   #6
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335
ok... he can have it, but i found other ones that he didint see XP
Vaidas B is offline  
Old 07/30/2009, 19:50   #7
 
sachamo512's Avatar
 
elite*gold: 20
Join Date: Nov 2008
Posts: 1,496
Received Thanks: 345
like i said, nobody will use his, because there are far better ones out there =P
sachamo512 is offline  
Old 07/31/2009, 11:03   #8
 
6Drako9's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 333
Received Thanks: 1,435
wtf are you talking about... I saw those 3 scripts and they are all the same
also they are not better than mine in any way...
infact the one I wrote is better than all of them because you can change the speed to any value and at any time without having to edit the script

next time actualy read a script before **** starts to come out of your ignorant mouth

EDIT:
hahahahaha now I know why you called my script ******.
it because apparently you wrote the other old script.
and btw... calling different values speedlvl1,2 and 3 isn't very user friendly
guess how many diffrent "lvls of speed" this script has...
as many as you can think of >_>

2nd EDIT:
since that sacho guy got me worked up I improved my script further to prove that the he doesn't know what he is talking about
here is the new one
Code:
[ENABLE]
alloc(SpeedBace,1024)
alloc(SpeedValue,8)
registersymbol(SpeedValue)
label(returnSpeed)

SpeedValue:
db 00 00 20 41

SpeedBace:
fld dword ptr [SpeedValue]	//thats all that is needed
pop edi				//original code
pop esi				//original code
jmp returnSpeed

007BFFAA: //D9 40 08 5F 5E C3 8B 0D
jmp SpeedBace
returnSpeed:

[DISABLE]
unregistersymbol(SpeedValue)
dealloc(SpeedValue)
dealloc(SpeedBace)
007BFFAA:
fld dword ptr [eax+08]
pop edi
pop esi
the improvement is: on the previous script if you turned the script off the character would't change the speed back to normal (what I would do is change the value back to 2.5)
now on this script if you untick the script the speed goes back exacly to normal
I tested it myself before posting "obviously". I wouldn't stain my name by posting ****
6Drako9 is offline  
Old 07/31/2009, 11:37   #9
 
elite*gold: 3
Join Date: Nov 2008
Posts: 5,333
Received Thanks: 1,335
the script is here for 24 hours, and how may thanks have u got? 1, so add the leeches (5~6) and u will have about 6~7 users, when the other script is used by the whole forum (2moons epvp forum)
Vaidas B is offline  
Old 07/31/2009, 11:55   #10
 
6Drako9's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 333
Received Thanks: 1,435
Quote:
Originally Posted by waidas123 View Post
the script is here for 24 hours, and how may thanks have u got? 1, so add the leeches (5~6) and u will have about 6~7 users, when the other script is used by the whole forum (2moons epvp forum)
so what... just because its used alot it doesn't mean its better than everything
I encourage you to try it out instead of telling me that there already is one. that is what I would do if someone else gave me a speed script better than mine.
6Drako9 is offline  
Old 08/04/2009, 21:56   #11
 
elite*gold: 0
Join Date: Aug 2009
Posts: 18
Received Thanks: 1
How do i use a script?
arne431 is offline  
Old 08/06/2009, 21:33   #12
 
elite*gold: 0
Join Date: Jul 2009
Posts: 47
Received Thanks: 8
I like this script and I would press thanks becasue it is more stable for my machine than the other method I was using. But, after manipulating all the numerical variables I understand, I still can't get it to slow down to a speed more compatible with my vac. I am outpacing my mobs. I have to stop for them to catch up for half a second. But then people can see me (very bad). How do I slow it down just a tad bit , like 80 percent of the default speed value? ( I dont want to speed up the mobs because at this setting I crash less). And yes it is nice to have it go back to the original speed that was an awesome addition.

Also, I was editing this script manually by right clicking on the program after it has been assign to the current cheat table. But I think I may have seen a post where it was in trainer form and the values were simply changed in that mini-application. Any insight on how to include scripts in a trainer would be helpful or maybe i am missing a feature of CE that could make my life a lot easier.

Thanks...


Killjoe2009


.
Killjoe2009 is offline  
Old 08/07/2009, 10:37   #13
 
6Drako9's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 333
Received Thanks: 1,435
First speed up your mobs to the point were you don't have any problems when you are not moving, Then set your speed to about 0.5 less than the mobs

Also I hope that you are changing the speed correctly
please go to this thread were I officially release the script with all the instructions and a picture


and to answer your question, 80% of your normal runing speed would be.. 2.5*0.8=2
6Drako9 is offline  
Reply


Similar Threads Similar Threads
Newer, Better, SpeedHack Script
09/17/2009 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 48 Replies
alloc(DrakoSpeedBace,16) registersymbol(SpeedValue) label(SpeedValue) label(ReturnSpeed) DrakoSpeedBace: fld dword ptr pop edi pop esi jmp ReturnSpeed
Druid Tree form buff without tree Form
11/11/2007 - WoW Exploits, Hacks, Tools & Macros - 5 Replies
My buddy and i were screwing around the other day in Mech and we figured out a way to have a working tree form buff for the party but not be in tree form. Which if anyone knows about druids allows them to cast all their other high healing spells. Anyway follow the instructions below its a bit tricky 1. Change your chest item to something else 2. Get into Combat.. Queue your chestpiece to switch back to your original 3. When the fights finishing, Get ready.. The second the...



All times are GMT +2. The time now is 01:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.