User Profile

Collapse

Profile Sidebar

Collapse
blady20
blady20
Last Activity: Oct 6 '09, 11:02 PM
Joined: Oct 3 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blady20
    replied to simple help!
    thanks

    thanks alot :)
    /~@-@~\ <-- teh glasses!
    See more | Go to post

    Leave a comment:


  • blady20
    started a topic simple help!

    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')
    ...
    See more | Go to post
No activity results to display
Show More
Working...