Updated project: https://github.com/wwwwwwzx/PyNXBot
A useful python script which softresets Pokémon SwSh Dens. It will read Den Seed from Switch RAM and search the spread you're looking for!
I won't be liable if your Switch get damaged or banned. Use at your own risk.
- Sofreset for a good Den Seed (perfect IVs, shiny at low frame, etc.)
- Softreset for event raids
- Softreset for rare beam raids
- Softreset for stars
- CFW
- Internet Connection
- sys-botbase(https://github.com/olliz0r/sys-botbase)
- ldn_mitm(https://github.com/spacemeowx2/ldn_mitm)
- luxray(https://github.com/3096/luxray) (for stars_finder only)
To check Den id, use CaptureSight
Raid Finder:
- Install the latest release of Python
- Connect your Switch to Interet
- Start sys-botbase and ldn_mitm
- Go to System Settings, check your Switch IP and write it in the script
- Set game text speed to normal
- Save in front of an empty Den. You must have at least one Wishing Piece in your bag
- Modify script filters research according to what is written below
- Start the script with game closed and selection square over it
Stars Finder:
- Install the latest release of Python
- Connect your Switch to Interet
- Start sys-botbase, ldn_mitm and luxray (the yellow cursor of luxray has to be over "+3" button)
- Go to System Settings, check your Switch IP and write it in the script
- Save in front of an Den whose beam has been generated through Wishing Piece
- Start the script with game closed and selection square over it
Sometimes button inputs of your joycons won't work. This because the fake controller isn't detached from your Switch. So, everytime you want to stop the bot, always press CTRL+C and follow the instructions. The bot will detach the fake controller and buttons will work correctly.
- r.ShinyType == 'None'/'Star'/'Square' (!= 'None' for both square/star)
- r.Nature == 'NATURE'
- r.Ability == 1/2/'H'
- r.IVs == spread_name (spread_name = [x,x,x,x,x,x])
- spacemeowx2 for his livesafer sys-module. It avoids Switch to disconnect from wifi once game is opened
- olliz0r for his amazing sys-module
- wwwwwwzx for G8RNG code
- Admiral-Fish for cleaning G8RNG code
- zaksabeast for CaptureSight (all addresses/checks are taken from there)