Skip to content

An RNG Timer specifically designed for Generation 3 Pokémon games. It aids players in precisely timing their actions to manipulate the game's RNG for desired outcomes.

Notifications You must be signed in to change notification settings

T0T0W/G3-Sniper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An RNG Timer specifically designed for Generation 3 Pokémon games. It aids players in precisely timing their actions to manipulate the game's RNG for desired outcomes.

programme

NOICE

The script is compiled into a .exe file using Pyinstaller. Windows Defender will think the file is unsafe. It's a false positive.

If you want to use the python script directly:

Create a folder which include the following files:

  • G3_Sniper.exe
  • icon.png
  • logo.png

And simply run the .py file :D

If you want to compile it yourself using pyinstaller:

Create a folder which include the following files:

  • G3_Sniper.exe
  • icon.png
  • logo.png
  • icon.ico

Open CMD into the folder and run this command:

pyinstaller -w --onefile --icon=icon.ico --add-data "logo.png;." --add-data "icon.png;." G3_Sniper.py

About

An RNG Timer specifically designed for Generation 3 Pokémon games. It aids players in precisely timing their actions to manipulate the game's RNG for desired outcomes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages