Quote Originally Posted by Noss View Post
Thanx Johnny..You Know what helps alot..i noticed dat codes dat are ported from 1.5-1.6 are similar

#TauntBoot 1.5
0x00100F60 0x34080080
0x00102758 0x34080080

#taunt boot 1.6
;Ported by Noss
;Tested and works
;triggers 35 sometimes(idk y)
0x000df154 0x34080005
0x00101420 0x34080005

So wat i do sometimes before finding the hex on 1.6 ram
i get closer to da number 00102758

Example:
In the ps2dis with 1.6
If the 1.5 code thingy waz 0x00102758 , then go to ps2dis wit 1.6 ram, before trying to find hex code for the 1.5 code, press G. in the box that comes up wen yu press G i would put 00100700 or anything close to 00102758. Then i put in the Ctrl+f hex Code..Then press F5 to find similar code..This way it will make it faster and easier to find the new ported code, which in this case is 00101420

For more info pm me..i'll try to put up pics
Anyone can easily figure that out, but I however do not use this method. As I explained earlier, the address is not always higher. However If I did use that method I go in increments of 100000.

Example:
If the original code is 00457234, I'll press G and type 00400000. If it's closer to 00400000 then I'll use 00300000.


Quote Originally Posted by _stealth.killr_ View Post
can someone tell me how you can tell if a code that comes up is unique or not? thanks
If it's random. Choose something with random hex. Something like F2A44B32 would be unique. Values like FF000000 are not unique and are used throughout the data.