Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import os
- import time
- scripttoencrypted = input("Quels Script Tu Veut Encoder ??: ")
- fichier1 = open("obf.lua","w")
- time.sleep(1)
- fichier1.write(scripttoencrypted)
- time.sleep(1)
- fichier1.close()
- time.sleep(2)
- os.system("python __main__.py --input obf.lua --output backdoors.lua --level 3")
Add Comment
Please, Sign In to add comment