Skip to content

Instantly share code, notes, and snippets.

View DarkBeamerYT's full-sized avatar
😪
FLOWCHARTS?!?!?!?!

Dark DarkBeamerYT

😪
FLOWCHARTS?!?!?!?!
View GitHub Profile
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'
/*
1) Open https://popcat.click
2) Open console (F12)
3) Insert code & run
*/
var event = new KeyboardEvent('keydown', {
key: 'g',
ctrlKey: true