This file contains 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
if (top.location == self.location) { | |
window.location = "https://abyss.to"; | |
} else { | |
function p() { | |
(this.s = !1), (this.l = null), (this.B = void 0), (this.j = 1), (this.C = this.F = 0), (this.o = null); | |
} | |
function t(e) { | |
if (e.s) throw new TypeError("Generator is already running"); | |
e.s = !0; | |
} |
This file contains 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
#!/usr/bin/python | |
import smtplib | |
from email.mime.multipart import MIMEMultipart | |
from email.mime.text import MIMEText | |
import getpass | |
import time | |
# Sender Info Here | |
EMAIL_ADRESS = input("What is your email address?\n» ") |