lil help with usb gecko

Started by Nicc, May 27, 2009, 07:22:29 AM

Previous topic - Next topic

Nicc

Can anyone help me out a bit I am pretty new to this whole usb gecko, and I finally made a code for donkey kong counrty (unlimited lifes) so now that I kinda got the hang of finding a value using numbers, (sorta)

I would like to move onto a wii game,for example animal crossing city folk. I want to be able to find the slots in inventory/pockets, I cant understand how to find a value when there is no numbers involved. Please help :) or like how is it possible to find a value to make your running much faster. Thanks :)

Nicc

Romaap

For those kind of thing you will need to use the "unknown value" search.
Like for health with only a health bar you will have to search for a unknown value.
Then when you get hit in the game and loose some health, search for lower than previous value.
Then get hit another time and search for lower than previous value again, repeat this a couple of times untill you have just a few addresses left.
If you still have too much addresses just use a potion or something like that to get more health and search for greater than previous value.

The inventory/pockets are a bit different, because all the items have their own value, for example:
an apple has 9000 and an orange has 9004
so if you want to hack those you will start an unknown search again and then change the item in the first slot and search for not equal to previous value, then search for equel to previous value, change the item of the first slot again and search for not equal... and so on.

Nicc

#2
I figured out how to find an value for just about any item in animal crossing. now I am wondering how you would find the value that makes you run and how it is being sped up with a sprint faster code? Also the value for wifi how would you find that.

Also would you have to use breakpoint mode to make a code like all flowers watered or somthing like cant destroy flowers/running over a flower takes no affect? would that have to do with using break point?

>As for the health that doesn't show numbers, just a health bar I practiced on vc games and that made a lot of sense I got the hang of that  quick.