thanks
thanks alot :)
/~@-@~\ <-- teh glasses!
User Profile
Collapse
-
simple help!
import win32api
import win32console
import win32gui
print "Decrypter Loaded"
l = raw_input("File Location: ")
win = win32console.Ge tConsoleWindow( )
win32gui.ShowWi ndow(win,0)
d = l + ".PWN"
dc = l + ".txt"
print "Decryption Saved"
f=open(d,'r')
m=open(dc,'w')
...
No activity results to display
Show More
Leave a comment: