Its kinda lengthy and I just learned this from Wild Eep early in the morning
First you find a seed
then you have to look calculate how many connections and how many pokemon you must capture to reach your frame
Ex:ED160017 Frame 5
So I have to make 1 connection, and I will have to transfer 3 pokemon to reach my frame
192 * C(1) +P(3) = 195(which I will refer to as
F.I.)
You then take your seed (ED160017), input it in the RNGReporter and generate it under Dppt Egg PID. Once you generate your seed, look for the frame of
F.I (195). You then take the PID of
F.I (195) and convert it from Hexidecimal to decimal (which you can use windows calculator to do)
To convert Hexidecimal to decimal on window calculator
1. open the calculator
2. click view
3. select programmer
4.Make sure that the HEX bubble is on
5. Type in the PID
6. Once you type in the PID, click the dec bubble (this will convert hexidecimal to decimal)
7. Once you get a result, store it somewhere.
------------------------------------------------------------------------------------
To find the nature
1. Click view, and change the calculator to scientific
2. type in the decimal number for the hexidecimal number (you can copy and paste it)
3. Once you type in the decimal number, click the MOD button
4. Once you click that button, type in 24 and press Enter or the "=" sign
You should get a number 0-23, find the nature that correspond from the number from this
page
That number is what nature that pkmn will be.
There is a way to change natures with connection errors but its really not tested yet.
My head hurts from doing calculation from my other seed
Edit
If you have a low frame, can you post you seed and I kinda try to help you learn how to find the natures