Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHomeSearchLatest imagesRegisterLog in

Share | 
 

 How to make a speed modifier code

View previous topic View next topic Go down 
AuthorMessage
MF Tlaxcala

MF Tlaxcala

Posts : 399
Group : Forum Founder
Location : Above Earth

How to make a speed modifier code _
PostSubject: How to make a speed modifier code   How to make a speed modifier code Icon_minitime1June 10th 2010, 10:55 am

Speed Modifier Tutorial

A speed modifier is a code that modifies the speed of an in-game character or object. In most cases, this is a 16 or 32-bit signed value in memory. When the character or object is stopped, the value is usually zero. Keep in mind that simpler systems such as the NES and GBC may use 8-bit values for the speed value

To hack this code, a slight deviation of the GLEE method may be used.
If the character is stands totally still on the ground, it's a reasonable assumption that the character's speed isn't changing. Start a an unknown value search (initial dump).

If the character jitters while standing or something, the Equal To searches mentioned here may need to be skipped. This makes it more difficult to narrow the results, but it's still possible.

Move around a bit, then stand still again. Search Equal To. Repeat this step a couple times to eliminate some junk results.

Now start moving. Without stopping, do a Greater Than search.
Once the character stops or diminishes in speed, do a Less Than search.
Repeat the steps above until the results list is narrowed considerably.


When ready to test some results, try setting the speed to something really low. If the character is going really slowly, a speed mod has been found!

Once the correct address is found, try different values until the desired level of speed is reached. A value set too high may launch the character careening through the level or it may even crash the game.

Once you have your code, it's a good idea to put an activator on it. Else, the character will always be moving at fast speeds. Some good choices for activators include a "moving/not moving" flag in memory, or even button activators if an alternative isn't found.

Tutorail made by: Unknown
Website: http://www.bsfree.org/
Tutorail posted by: MF Tlaxcala


Last edited by MF Tlaxcala on August 24th 2010, 3:56 am; edited 1 time in total
Back to top Go down
http://nintendq.ephpbb.com
AsPika2219

AsPika2219

Posts : 28
Group : Advanced AR Hacker
Location : Kuching, Sarawak, Malaysia

How to make a speed modifier code _
PostSubject: Re: How to make a speed modifier code   How to make a speed modifier code Icon_minitime1August 24th 2010, 12:26 am

You spelled Tutorail is wrong! The correct one is Tutorial! Afro
Back to top Go down
MF Tlaxcala

MF Tlaxcala

Posts : 399
Group : Forum Founder
Location : Above Earth

How to make a speed modifier code _
PostSubject: Re: How to make a speed modifier code   How to make a speed modifier code Icon_minitime1August 24th 2010, 3:54 am

AsPika2219 wrote:
You spelled Tutorail is wrong! The correct one is Tutorial! Afro
Oops.. Thanks Aspika Razz
Back to top Go down
http://nintendq.ephpbb.com
AsPika2219

AsPika2219

Posts : 28
Group : Advanced AR Hacker
Location : Kuching, Sarawak, Malaysia

How to make a speed modifier code _
PostSubject: Re: How to make a speed modifier code   How to make a speed modifier code Icon_minitime1August 24th 2010, 7:28 am

Thank you! Cool
Back to top Go down
Sponsored content




How to make a speed modifier code _
PostSubject: Re: How to make a speed modifier code   How to make a speed modifier code Icon_minitime1

Back to top Go down
 

How to make a speed modifier code

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: Game Hacking :: Nintendo DS :: Help :: AR Code Creating Tutorials-