This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| # Imports extra modules | |
| def pause(): # Defines pause function | |
| print(" ") | |
| time.sleep(1) | |
| character = ["1. Itadori", "2. Satoru", "3. Fushiguro"] # List of characters | |
| rerun = 'y' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 1) Open https://popcat.click | |
| 2) Open console (F12) | |
| 3) Insert code & run | |
| */ | |
| var event = new KeyboardEvent('keydown', { | |
| key: 'g', | |
| ctrlKey: true |