Maxdace66

[LUA] Ofuscater

Apr 9th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. import os
  2. import time
  3.  
  4. scripttoencrypted = input("Quels Script Tu Veut Encoder ??: ")
  5.  
  6.  
  7. fichier1 = open("obf.lua","w")
  8. time.sleep(1)
  9. fichier1.write(scripttoencrypted)
  10. time.sleep(1)
  11. fichier1.close()
  12.  
  13. time.sleep(2)
  14.  
  15. os.system("python __main__.py --input obf.lua --output backdoors.lua --level 3")
Add Comment
Please, Sign In to add comment