Jump to content

Did this thread help you make a shiny SID?  

19 members have voted

  1. 1. Did this thread help you make a shiny SID?

    • Yes
      6
    • No
      7
    • I already knew how or learned somewhere else
      6


Recommended Posts

Posted (edited)

How to make a shiny SID.

  Reveal hidden contents

Thanks to Preston for teaching me how to do this on IRC.

Edited by FLOOTENKERP
Posted

he has already made one in the old forum ... :)

too bad the windows calculator can't do addition on the binaries number like that...

so i have to manually calculate that addition xD

Posted

anyway

  Quote
Did this thread help you make a shiny SID?

the one shiny is the pokemon , not SID >_< ...

anyway this is a great guide and should not be published outside PP .. because if everyone knows this .. then GTS will be full of "legal" shinies >_<

Posted
  xeomyr said:
anyway

the one shiny is the pokemon , not SID >_< ...

anyway this is a great guide and should not be published outside PP .. because if everyone knows this .. then GTS will be full of "legal" shinies >_<

Well GTS full of legal shiny seems like a better option that GTS full of illegal shinies.

Posted
  xeomyr said:
he has already made one in the old forum ... :)

too bad the windows calculator can't do addition on the binaries number like that...

so i have to manually calculate that addition xD

There's an option to turn the Windows calculator into Scientific. Click View, then select Scientific. You can then select Binary on the left.

Posted

Umm, at the step where u add the 3 binary things together, I got 0 T_T. What do I do? I had:

ID: 25580

PID: 2729034053

1010001010101001

1100000101000101

0110001111101100

________________ add them...

2220002222202202 replace 2s with 0s

0000000000000000

Or should I just generate a new PID? :/

Posted
  Nahte108 said:
Umm, at the step where u add the 3 binary things together, I got 0 T_T. What do I do? I had:

ID: 25580

PID: 2729034053

1010001010101001

1100000101000101

0110001111101100

________________ add them...

2220002222202202 replace 2s with 0s

0000000000000000

Or should I just generate a new PID? :/

this is amazing... your shiny sid is 0. 0_0

I've never seen a id pid combo like that. to answer your question, your sid is either 0, 01, 02, 03, 04, 05, 06, or 07. any of those sid's should work.

Edit* i recommend generating a new pid. to make it more believable.

Posted

ok so im a complete nub... once i have the shiny SID what do i do to get pokemon with nice IV or are shiny or both?

is there some sort of AR code?

Can legendaries be used to get shiny and nice IV's this way?

help?

edit: So is this with Pokesav right?

Posted
  SCV said:
Well GTS full of legal shiny seems like a better option that GTS full of illegal shinies.

>_< LOL

  Zafur said:
There's an option to turn the Windows calculator into Scientific. Click View, then select Scientific. You can then select Binary on the left.

when u add

somethin like

1010001010101001 + 1100000101000101 + 0110001111101100

the result will be

11100011111011010

intead of 2220002222202202 =_=

that;s why i say ... it can't do addtion on binary numbers ^^

Posted

With windows calculator

Paste the PID in Decimal notation, check the "Hex" radio button, copy the results, enter the last 4 digits, check "Dec", write that down, this is your TID or SID, then get the first 4 (or less, depending on the PID) and convert that to Dec like before, that is your TID or SID, depending on which you chose earlier.

Posted
  damio said:
With windows calculator

Paste the PID in Decimal notation, check the "Hex" radio button, copy the results, enter the last 4 digits, check "Dec", write that down, this is your TID or SID, then get the first 4 (or less, depending on the PID) and convert that to Dec like before, that is your TID or SID, depending on which you chose earlier.

  Quote

1010001010101001 + 1100000101000101 + 0110001111101100

the result will be

11100011111011010

intead of 2220002222202202 =_=

your method won't do, damio ... even if i change the all of the value to decimal .. and sum all together , and after that change the dec value into binary, .. the result will not be 2220002222202202

it will still the same 11100011111011010

>_<

somehow i got confused with addition of binary numbers using windows scientific calculator =_=

Posted

I made an AR code that does this exact same thing to any Pokemon you use it on, with no need for messy numbers.

  Reveal hidden contents

It loads the PID, splits it into two halves, and XORs them together. Loads the ID, and XORs that with the previous number. Stores the resulting number in the SID part of the Pokemon. Viola, an automatic shiny.

XOR means "Exclusive OR", and it's what you're actually doing to the numbers. The addition thing is just an easy way to calculate it.

XOR compares two bits. The comparison results in 1 if and only if one of the bits is 1. If they are both 1 or both 0, it results in 0.

1 xor 1 = 0

1 xor 0 = 1

0 xor 1 = 1

0 xor 0 = 0

Posted
  Jiggy-Ninja said:
I made an AR code that does this exact same thing to any Pokemon you use it on, with no need for messy numbers.
  Reveal hidden contents

It loads the PID, splits it into two halves, and XORs them together. Loads the ID, and XORs that with the previous number. Stores the resulting number in the SID part of the Pokemon. Viola, an automatic shiny.

XOR means "Exclusive OR", and it's what you're actually doing to the numbers. The addition thing is just an easy way to calculate it.

XOR compares two bits. The comparison results in 1 if and only if one of the bits is 1. If they are both 1 or both 0, it results in 0.

1 xor 1 = 0

1 xor 0 = 1

0 xor 1 = 1

0 xor 0 = 0

Are they legit when you pass them through the legality checker?

Posted
  xeomyr said:
your method won't do, damio ... even if i change the all of the value to decimal .. and sum all together , and after that change the dec value into binary, .. the result will not be 2220002222202202

it will still the same 11100011111011010

>_<

somehow i got confused with addition of binary numbers using windows scientific calculator =_=

Don't use binary. You don't need to.

Posted
  edes said:
Are they legit when you pass them through the legality checker?

it's legal, not legit ^^

that depends on what SID that you put ^^ ..

if you put the wrong one ..

then say good bye to your pokemon xD :grog:

Posted
  xeomyr said:
it's legal, not legit ^^

that depends on what SID that you put ^^ ..

if you put the wrong one ..

then say good bye to your pokemon xD :grog:

Its just a normal shiny code then?

Posted

It seems like some people are trying to use a calculator in binary mode to do the addition part of this method. It won't work.

What's going on in that step is not addition of binary numbers, since there are 2s and 3s in the answer, and binary by definition only has 2 possible digits, 1 and 0. Like I said before, it's a shortcut for calculating XOR operations.

If you must use a calculator for that step, keep it in Dec mode.

  edes said:
Are they legit when you pass them through the legality checker?

If they're legit by this method, they're legit by my codes, since they use literally the exact same method. (And were made several days before this was posted, too.)

Posted
  damio said:
No. Just check 'shiny' under Generate.

I loved the answer :kikkoman:

Well, why people care about it???? when almost of pokémon can born from a egg and you can set all the iv's to 31 and made him shiny???

Just to catch Suicune/Zapdos and another legends shiny?

Posted
  Jiggy-Ninja said:
It seems like some people are trying to use a calculator in binary mode to do the addition part of this method. It won't work.

not "some" but only one .. and that's my ..

and thanks for clarifying ^^

  Quote
Just to catch Suicune/Zapdos and another legends shiny?

don't mess with suicune ... it's not as easy as you think ...

because the IV in the original GBA is glitched .. and you need to hex it so it will look like it was migrated from GBA game ^^

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...