Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 10 von 13
  1. #1
    I <3 Pancakes Avatar von PancakeBear
    Registriert seit
    14.02.2010
    Beiträge
    84

    Reden [Python] Text Tipp Script by Me

    Hier is ein kleines Text Tipp Script von mir aus :

    Dieses kann für Intros in Python Programmen verwendet werden...
    Z.b ein Exploit oder ein Crack ...
    Hier is noch der Ascii Generator in dem ich meinen Namen geschrieben habe:
    http:www.network-science.de/ascii/

    Linux Version:
    PHP-Code:
    #!/usr/bin/python

    # ---------------------
    # |   by Chillerz     |
    # |       for         |
    # |    Freehack.com   |
    # ---------------------

    import sys 
    import time
    import os
    import string

    yourtext 
    '''
            CCCCCCCCCCCCChhhhhhh               iiii  lllllll lllllll                                                          
         CCC::::::::::::Ch:::::h              i::::i l:::::l l:::::l                                                          
       CC:::::::::::::::Ch:::::h               iiii  l:::::l l:::::l                                                          
      C:::::CCCCCCCC::::Ch:::::h                     l:::::l l:::::l                                                          
     C:::::C       CCCCCC h::::h hhhhh       iiiiiii  l::::l  l::::l     eeeeeeeeeeee    rrrrr   rrrrrrrrr   zzzzzzzzzzzzzzzzz
    C:::::C               h::::hh:::::hhh    i:::::i  l::::l  l::::l   ee::::::::::::ee  r::::rrr:::::::::r  z:::::::::::::::z
    C:::::C               h::::::::::::::hh   i::::i  l::::l  l::::l  e::::::eeeee:::::eer:::::::::::::::::r z::::::::::::::z 
    C:::::C               h:::::::hhh::::::h  i::::i  l::::l  l::::l e::::::e     e:::::err::::::rrrrr::::::rzzzzzzzz::::::z  
    C:::::C               h::::::h   h::::::h i::::i  l::::l  l::::l e:::::::eeeee::::::e r:::::r     r:::::r      z::::::z   
    C:::::C               h:::::h     h:::::h i::::i  l::::l  l::::l e:::::::::::::::::e  r:::::r     rrrrrrr     z::::::z    
    C:::::C               h:::::h     h:::::h i::::i  l::::l  l::::l e::::::eeeeeeeeeee   r:::::r                z::::::z     
     C:::::C       CCCCCC h:::::h     h:::::h i::::i  l::::l  l::::l e:::::::e            r:::::r               z::::::z      
      C:::::CCCCCCCC::::C h:::::h     h:::::hi::::::il::::::ll::::::le::::::::e           r:::::r              z::::::zzzzzzzz
       CC:::::::::::::::C h:::::h     h:::::hi::::::il::::::ll::::::l e::::::::eeeeeeee   r:::::r             z::::::::::::::z
         CCC::::::::::::C h:::::h     h:::::hi::::::il::::::ll::::::l  ee:::::::::::::e   r:::::r            z:::::::::::::::z
            CCCCCCCCCCCCC hhhhhhh     hhhhhhhiiiiiiiillllllllllllllll    eeeeeeeeeeeeee   rrrrrrr            zzzzzzzzzzzzzzzzz'''
    # Attention! If you put here in your Text let the ''' stand. 
    #And for cool Text's like this visit: http:www.network-science.de/ascii/.

    def doleft():
     
    thelines yourtext.split('\n')
     
    var1 # The current Linie.
     
    var2 # The current Letter.
     
    var4 # A Counter.
     
    while var4 != len(thelines[1]) * len(thelines) * len(thelines):
      while 
    var1 != len(thelines):
       
    now thelines[var1][:var2]
       print 
    now
       var1 
    var1 1
       var4 
    var4 len(thelines)
       
    time.sleep(0.0025)
       if 
    var1 == len(thelines):
        
    var2 var2 1
        
    if var4 len(thelines[1]) * len(thelines) * len(thelines):
         print 
    "---------------------------"
         
    print ""
         
    print "By Chillerz - Freehack.com"
         
    exit(0)
        else:
         
    var1 1
         time
    .sleep(0.1)
         
    os.system("clear")
     
       
    def doright():
     
    thelines yourtext.split('\n')
     
    var1 # The current Linie.
     
    var2 = -# The current Letter.
     
    var4 # A Counter.
     
    while var4 != len(thelines[1]) * len(thelines) * len(thelines):
      while 
    var1 != len(thelines):
       
    now thelines[var1][var2:]
       print 
    " " var2  ,now
       var1 
    var1 1
       var4 
    var4 len(thelines)
       
    time.sleep(0.0025)
       if 
    var1 == len(thelines):
        
    var2 var2 -1
        
    if var4 len(thelines[1]) * len(thelines) * len(thelines):
         print 
    "---------------------------"
         
    print ""
         
    print "By Chillerz - Freehack.com"
         
    exit(0)
        else:
         
    var1 1
         time
    .sleep(0.1)
         
    os.system("clear")
     

    def dotop():
     
    stack = []
     
    thelines yourtext.split('\n')
     
    var1 # The Current Line.
     
    while var1 != len(thelines):
       
    now thelines[var1]
       print 
    now
       var1 
    var1 1
       time
    .sleep(0.01)
       if 
    var1 == len(thelines):
         print 
    "---------------------------"
         
    print ""
         
    print "By Chillerz - Freehack.com"
         
    exit(0)
       else:
         
    time.sleep(0.1)
         
      

    def dobottom():
     
    thelines yourtext.split('\n')
     
    var1 len(thelines) - # How much '\n' must got printed...
     
    var2 1
     outtext 
    ""
     
    while var1 != 0:
      
    var3 var1 1
      outtext 
    outtext '\n' thelines[var2]  
      
    outtext2 =  '\n' var3  outtext 
      
    print outtext2
      var1 
    var1 -
      var2 
    var2 1
      
    if var1 == 0:
       print 
    "---------------------------"
       
    print ""
       
    print "By Chillerz - Freehack.com"
       
    exit(0)
      else:
       
    time.sleep(0.1)
       
    os.system("clear")
       


    # Check if you mode is valid, if not there is an Error and you see the Instructions.
    def doit():
     if 
    sys.argv[1] == "left":
      
    doleft()
     
    elif sys.argv[1] == "right":
      
    doright()
     
    elif sys.argv[1] == "top":
      
    dotop()
     
    elif sys.argv[1] == "bottom":
      
    dobottom()
     else: 
      print 
    "You took a invalid mode!"
      
    print ""
      
    print "-------------------------"
      
    print ""
      
    howto()


    def howto(): # This Part explain how you must run the Program:
     
    print "Wich mode you wanna take?"
     
    print "-------------------------"
     
    print ""
     
    print "Left to Right : left"
     
    print "Right to Left : right"
     
    print "Top to Bottom : top"
     
    print "Bottom to Top : bottom"
     
    print ""
     
    print "-------------------------"
     
    print ""
     
    print "Run it like that: type.py left"
     
    print ""
     
    print "-------------------------"


    # If you don't inputed two values the Program shows you the Instructions.
    if len(sys.argv) != 2:
     
    howto()
    else:
     
    doit() 
    Windows Version:

    PHP-Code:
    # ---------------------
    # |   by Chillerz     |
    # |       for         |
    # |    Freehack.com   |
    # ---------------------

    import sys 
    import time
    import os
    import string

    yourtext 
    '''
            CCCCCCCCCCCCChhhhhhh               iiii  lllllll lllllll                                                          
         CCC::::::::::::Ch:::::h              i::::i l:::::l l:::::l                                                          
       CC:::::::::::::::Ch:::::h               iiii  l:::::l l:::::l                                                          
      C:::::CCCCCCCC::::Ch:::::h                     l:::::l l:::::l                                                          
     C:::::C       CCCCCC h::::h hhhhh       iiiiiii  l::::l  l::::l     eeeeeeeeeeee    rrrrr   rrrrrrrrr   zzzzzzzzzzzzzzzzz
    C:::::C               h::::hh:::::hhh    i:::::i  l::::l  l::::l   ee::::::::::::ee  r::::rrr:::::::::r  z:::::::::::::::z
    C:::::C               h::::::::::::::hh   i::::i  l::::l  l::::l  e::::::eeeee:::::eer:::::::::::::::::r z::::::::::::::z 
    C:::::C               h:::::::hhh::::::h  i::::i  l::::l  l::::l e::::::e     e:::::err::::::rrrrr::::::rzzzzzzzz::::::z  
    C:::::C               h::::::h   h::::::h i::::i  l::::l  l::::l e:::::::eeeee::::::e r:::::r     r:::::r      z::::::z   
    C:::::C               h:::::h     h:::::h i::::i  l::::l  l::::l e:::::::::::::::::e  r:::::r     rrrrrrr     z::::::z    
    C:::::C               h:::::h     h:::::h i::::i  l::::l  l::::l e::::::eeeeeeeeeee   r:::::r                z::::::z     
     C:::::C       CCCCCC h:::::h     h:::::h i::::i  l::::l  l::::l e:::::::e            r:::::r               z::::::z      
      C:::::CCCCCCCC::::C h:::::h     h:::::hi::::::il::::::ll::::::le::::::::e           r:::::r              z::::::zzzzzzzz
       CC:::::::::::::::C h:::::h     h:::::hi::::::il::::::ll::::::l e::::::::eeeeeeee   r:::::r             z::::::::::::::z
         CCC::::::::::::C h:::::h     h:::::hi::::::il::::::ll::::::l  ee:::::::::::::e   r:::::r            z:::::::::::::::z
            CCCCCCCCCCCCC hhhhhhh     hhhhhhhiiiiiiiillllllllllllllll    eeeeeeeeeeeeee   rrrrrrr            zzzzzzzzzzzzzzzzz'''
    # Attention! If you put here in your Text let the ''' stand. 
    #And for cool Text's like this visit: http:www.network-science.de/ascii/.

    def doleft():
     
    thelines yourtext.split('\n')
     
    var1 # The current Linie.
     
    var2 # The current Letter.
     
    var4 # A Counter.
     
    while var4 != len(thelines[1]) * len(thelines) * len(thelines):
      while 
    var1 != len(thelines):
       
    now thelines[var1][:var2]
       print 
    now
       var1 
    var1 1
       var4 
    var4 len(thelines)
       
    time.sleep(0.0025)
       if 
    var1 == len(thelines):
        
    var2 var2 1
        
    if var4 len(thelines[1]) * len(thelines) * len(thelines):
         print 
    "---------------------------"
         
    print ""
         
    print "By Chillerz - Freehack.com"
         
    exit(0)
        else:
         
    var1 1
         time
    .sleep(0.1)
         
    os.system("cls")
     
       
    def doright():
     
    thelines yourtext.split('\n')
     
    var1 # The current Linie.
     
    var2 = -# The current Letter.
     
    var4 # A Counter.
     
    while var4 != len(thelines[1]) * len(thelines) * len(thelines):
      while 
    var1 != len(thelines):
       
    now thelines[var1][var2:]
       print 
    " " var2  ,now
       var1 
    var1 1
       var4 
    var4 len(thelines)
       
    time.sleep(0.0025)
       if 
    var1 == len(thelines):
        
    var2 var2 -1
        
    if var4 len(thelines[1]) * len(thelines) * len(thelines):
         print 
    "---------------------------"
         
    print ""
         
    print "By Chillerz - Freehack.com"
         
    exit(0)
        else:
         
    var1 1
         time
    .sleep(0.1)
         
    os.system("cls")
     

    def dotop():
     
    stack = []
     
    thelines yourtext.split('\n')
     
    var1 # The Current Line.
     
    while var1 != len(thelines):
       
    now thelines[var1]
       print 
    now
       var1 
    var1 1
       time
    .sleep(0.01)
       if 
    var1 == len(thelines):
         print 
    "---------------------------"
         
    print ""
         
    print "By Chillerz - Freehack.com"
         
    exit(0)
       else:
         
    time.sleep(0.1)
         
      

    def dobottom():
     
    thelines yourtext.split('\n')
     
    var1 len(thelines) - # How much '\n' must got printed...
     
    var2 1
     outtext 
    ""
     
    while var1 != 0:
      
    var3 var1 1
      outtext 
    outtext '\n' thelines[var2]  
      
    outtext2 =  '\n' var3  outtext 
      
    print outtext2
      var1 
    var1 -
      var2 
    var2 1
      
    if var1 == 0:
       print 
    "---------------------------"
       
    print ""
       
    print "By Chillerz - Freehack.com"
       
    exit(0)
      else:
       
    time.sleep(0.1)
       
    os.system("cls")
       


    # Check if you mode is valid, if not there is an Error and you see the Instructions.
    def doit():
     if 
    sys.argv[1] == "left":
      
    doleft()
     
    elif sys.argv[1] == "right":
      
    doright()
     
    elif sys.argv[1] == "top":
      
    dotop()
     
    elif sys.argv[1] == "bottom":
      
    dobottom()
     else: 
      print 
    "You took a invalid mode!"
      
    print ""
      
    print "-------------------------"
      
    print ""
      
    howto()


    def howto(): # This Part explain how you must run the Program:
     
    print "Wich mode you wanna take?"
     
    print "-------------------------"
     
    print ""
     
    print "Left to Right : left"
     
    print "Right to Left : right"
     
    print "Top to Bottom : top"
     
    print "Bottom to Top : bottom"
     
    print ""
     
    print "-------------------------"
     
    print ""
     
    print "Run it like that: type.py left"
     
    print ""
     
    print "-------------------------"


    # If you don't inputed two values the Program shows you the Instructions.
    if len(sys.argv) != 2:
     
    howto()
    else:
     
    doit() 
    Geändert von PancakeBear (02.10.2010 um 17:56 Uhr) Grund: Kleiner Fehler

  2. #2
    eicar Avatar von sarex
    Registriert seit
    20.04.2009
    Beiträge
    311

    Standard

    ^^ oO wenn ich das bei der windows cmd öffne bekomm ich augenkrebs^^ das blinkt die ganze zeit lol...
    aber warum sollte man das benutzen sehe keinen sinn und das rz fehlt auch in der cmd ...
    mfg
    BM-Profil


  3. #3
    I <3 Pancakes Avatar von PancakeBear
    Registriert seit
    14.02.2010
    Beiträge
    84

    Reden

    Zitat Zitat von sarex Beitrag anzeigen
    das blinkt die ganze zeit
    Sorry , ch weiss hätte ne Form Application erstellen sollen mit einem Label...

    Zitat Zitat von sarex Beitrag anzeigen
    aber warum sollte man das benutzen
    Naja, z.b in einem Intro oder einem Spiel... Soll auch nur zeigen wie man sowas coded... Also für mich wars eine interessante Übung

    Zitat Zitat von sarex Beitrag anzeigen
    das rz fehlt auch in der cmd ...
    Sorry, was meinst du damit? :surprised

    Mfg Chillerz...

  4. #4
    eicar Avatar von sarex
    Registriert seit
    20.04.2009
    Beiträge
    311

    Standard

    naja da wird nur Chille angezeigt warte mache eben screen und edit...
    Link : http://img135.imageshack.us/img135/6605/123hf.png
    Geändert von sarex (02.10.2010 um 19:36 Uhr)
    BM-Profil


  5. #5
    I <3 Pancakes Avatar von PancakeBear
    Registriert seit
    14.02.2010
    Beiträge
    84

    Reden

    Du musst die Cmd Console zuerst vergrössern bevor du das Script startest...
    Sonst wird das nicht korrekt angezeigt

    Mfg Chillerz.

  6. #6
    Bugbear Wurm
    Registriert seit
    29.03.2009
    Beiträge
    261

    Standard

    Seit Vista kann man die "cmd.exe" nicht mehr im Vollbildmodus starten.
    Don't drink and drive, smoke weed and fly!

    Biete:


    Suche:

    Mein BM-Profil:
    (6|2|0)

  7. #7
    eicar Avatar von sarex
    Registriert seit
    20.04.2009
    Beiträge
    311

    Standard

    aso ok duffman ^^ wusst ich net...

    mfg
    BM-Profil


  8. #8
    ist kein Terrorist Avatar von Terrorist
    Registriert seit
    21.09.2007
    Beiträge
    465

    Standard

    Mit einem Befehl und einem Klick funktioniert der Vollbildmodus wieder:

    [ame]http://www.youtube.com/watch?v=li2rjmUNyfY[/ame]



  9. #9
    Der `Toastflüsterer` Avatar von AlterHacker
    Registriert seit
    27.09.2008
    Beiträge
    690

    Standard

    Oder einfach ein mode con cols=200.

    So mach ich das zumindest unter XP immer

    Security is an illusion.
    Cheater : 8=o
    Normaluser : 8=======o
    Ich : 8================o

    BM: (4|2|0)

  10. #10
    bomdidengdidengdigigi Avatar von hersch24
    Registriert seit
    09.12.2006
    Beiträge
    985

    Standard

    filter doch das System herraus.... dann brauchst keine 2 Dateien ^^

    os.name ?
    hallo

Seite 1 von 2 12 LetzteLetzte

Ähnliche Themen

  1. Text tipp Effekt
    Von Trietop im Forum (X)HTML & CSS
    Antworten: 4
    Letzter Beitrag: 15.09.2010, 11:15
  2. Python Verschlüsslung Script
    Von Impi im Forum Python
    Antworten: 2
    Letzter Beitrag: 22.04.2009, 13:12
  3. PC tipp......
    Von Bello im Forum Hardware
    Antworten: 10
    Letzter Beitrag: 06.10.2008, 17:45
  4. Allgemeiner Tipp
    Von b0ne im Forum GFX Tipps & Tutorials
    Antworten: 0
    Letzter Beitrag: 28.08.2008, 03:02

Stichworte

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •