- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource_code.py
More file actions
Latest commit
22 lines (20 loc) · 508 Bytes
/
Copy pathsource_code.py
File metadata and controls
22 lines (20 loc) · 508 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
importcodecs
import__main__asm
print("\033[0;32mMade by A&C Development: YbicG#1258 on Discord\033[0m'\n")
x=input("Enter the code: ")
#encode
defobfuscate(input):
byte=bytes(input, "utf-8")
hexEn=byte.hex()
returnhexEn
#test
#decode
defbajesk(input):
binary_string=codecs.decode(input, "hex")
res=str(binary_string, 'utf-8')
returnres
file=open(m.__file__+".txt", "a+")
file.write(obfuscate(x))
file.close()
exec(bajesk(obfuscate(x)))
print("\nResult: "+obfuscate(x))