Jump to content

Search the Community

Showing results for tags 'c#'.

  • Search By Tags

    • c# ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. GitHub Source Code Download Latest Release About This tool aims to make past Mystery Gift event contents back again in all the Pokémon games for Nintendo Switch. Since those games won't allow event injection in the SAV file, this tool creates a forged BCAT package, injectable with hom...
  2. Tera Finder allows users to view, edit and calculate Raids and Mass Outbreaks for Scarlet & Violet, by loading a Save File or by Live RAM reading/editing. Both a standalone program and a PKHeX plugin are available for use. The .NET Desktop Runtime 8.0 is required for this tool to work! Com...
  3. The problem is that I cant get the bits from 0x38-0x3B Might you help me please :smile: Im using this code for pokémon ID UInt16 pkmID = BitConverter.ToUInt16(pkm, 8); This code works fine :smile: for stats im using this code; UInt32 Stats = BitConverter.ToUInt32(pkm, (0x38 << 0)); This code...
  4. I'm only using this for personal use, just to calculate things.. but I need some help.. I use VisualStudio 2005 first, i used VB Private Function PRNG(ByVal seed As String) As String Dim temp As String = "" Dim t As UInt64 t = Convert.ToUInt64("0x41C64E6D", 16) * Convert.ToUInt64(seed, 16)...
×
×
  • Create New...