Advertisement
FlyFar

custom_spam.py

Mar 29th, 2023
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | Cybersecurity | 0 0
  1. import argparse
  2. import os
  3. import sys
  4. import time
  5. try:
  6.         os.system("python src/version.py")
  7.         time.sleep(1)
  8.         os.system("python src/custom_spam.cpython-310.opt-2.pyc")
  9. except KeyboardInterrupt:
  10.         sys.exit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement