YUGIOH Crc Fixer

RedHulk Dec 28, 2013

  1. RedHulk

    RedHulk I Can't Die XPG Developer Lifetime Gold
    0/47

    Joined:
    Feb 6, 2012
    Messages:
    574
    Likes Received:
    444
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Your moms bedroom
    Console:
    Playstation 4
  2. Bu

    Bullet Guest

    Welcome back ;)
     
  3. Homura

    Homura Creator of Avalon XPG Developer Lifetime Gold
    85/94

    Joined:
    Mar 8, 2011
    Messages:
    857
    Likes Received:
    793
    Trophy Points:
    85
    Gender:
    Male
    Location:
    Wouldn't you like to know.
    Console:
    Xbox
    public static class YuGiOh
    {
    private static uint[] crc;

    public static uint YuGiOhCRC(this byte[] data)
    {
    uint maxValue = uint.MaxValue;
    for (int i = 0; i < data.Length; i++)
    {
    maxValue = (maxValue >> 8) ^ crc[(int)((IntPtr)((maxValue & 0xff) ^ data))];
    }
    return maxValue;
    }
    }


    pretty simple one but nice work nonetheless >.> and before you ***** no I didn't steal this shitty one from you lol it is pointless to do so. it was simple as hell to figure out, I was going to release it public but I noticed you made this tool. Good job on tool, didn't bother checking if your tool works or not but I will assume it is correct and working.
     
  4. gold972

    gold972 团队XPG影响 Effect XPG Developer TeamXPG
    205/282

    Joined:
    Dec 6, 2010
    Messages:
    6,833
    Likes Received:
    14,939
    Trophy Points:
    205
    Gender:
    Male
    Location:
    France Kernal XDK
    Console:
    Xbox
    great job red hulk >.<
     
  5. RedHulk

    RedHulk I Can't Die XPG Developer Lifetime Gold
    0/47

    Joined:
    Feb 6, 2012
    Messages:
    574
    Likes Received:
    444
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Your moms bedroom
    Console:
    Playstation 4
    I'm glad u know the crc homura. Im sure I speak for everyone, we don't care. I made this as it was requested in a pm I got.

    More than half of the modding scene is stolen work, do I care no. People use other people stuff all the time.

    Then you have the ones who get help from a ton of people but claim they did it all their selfs.

    Again I don't care nor does anyone else.

    Thank you bullet and gold.

    To the person who pm ed me let me know if all is good. Thanx
     
  6. srgblade

    srgblade Newbie
    0/47

    Joined:
    Dec 28, 2013
    Messages:
    12
    Likes Received:
    2
    Trophy Points:
    0
    What exactly is this Crc Fixer? Im a modding?(moding?) noob who's trying to get all cards and wondering if this has anything to do with it.
     
  7. RedHulk

    RedHulk I Can't Die XPG Developer Lifetime Gold
    0/47

    Joined:
    Feb 6, 2012
    Messages:
    574
    Likes Received:
    444
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Your moms bedroom
    Console:
    Playstation 4
    It fixes the security in the save after you manually mod it, so it can be used on your xbox without errors.
     
  8. srgblade

    srgblade Newbie
    0/47

    Joined:
    Dec 28, 2013
    Messages:
    12
    Likes Received:
    2
    Trophy Points:
    0
    Oh okay. So how do i find out how to manually mod?
     
  9. RedHulk

    RedHulk I Can't Die XPG Developer Lifetime Gold
    0/47

    Joined:
    Feb 6, 2012
    Messages:
    574
    Likes Received:
    444
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Your moms bedroom
    Console:
    Playstation 4
    Google how to mod a xbox 360 save or use youtube. Those should get you on your way
     

Share This Page

Close