xKiian / Hyperion-deobfuscator

Fully deobfuscate hyperion by Billythegoat356 lmao
35 stars 9 forks source link

out.py thrown error #6

Closed copycopyhumancat closed 1 year ago

copycopyhumancat commented 1 year ago

out.py had error in this line

I ran out.py and got this error

SyntaxError: unterminated string literal (detected at line 366)

Line 366: sys.stdout.write('+color(progress_message[1],fore=jambuair,back=(0,0,0)))

copycopyhumancat commented 1 year ago

And i fixed it by

sys.stdout.write('\033[1;33;40m' + progress_message[1] + '\033[0m')

thanks to chatgpt

copycopyhumancat commented 1 year ago

But you need to check why it has messed up with this line