Mein Erster Script für Autoeinloggen auf den ich Stolz Bin =D

  • Hallo erstmal an alle =)
    Ich habe gestern abend angefangen mit Scripten und habe auch sehr viel spaß dabei =D
    ich will euch gerne einen AutoLogger für SchuelerVZ,StudiVZ,MeinVZ,Facebook und MySpace vorstellen =)
    das ist der erste auf den ich stolz bin ^^

    mfg grüßen Fabi aka Cracky :rock:

  • Hallo Fabi aka Cracky,

    das mit dem Upload war noch nix.

    Zum Einen werden die wenigsten Deine .exe herunterladen.
    Zum Zweiten ist das rar-Archiv defekt.

    MfG Schnuffel

    "Sarkasmus ist die niedrigste Form des Witzes, aber die höchste Form der Intelligenz."
    Val McDermid

    über mich...

    ich habe meine Erfahrungen hauptsächlich gesammelt in (grobe Übersicht):

    - RibbonBar Automation
    - MySQL Nutzung
    - GUIs in vielerlei Ausprägung
    - Nutzung von Powershell / Batch in AutoIt
    - Windows Automatisierung

    außerhalb von AutoIt:

    - Sprachen: PS, Batch, php, html(5), javascript, (perl eingeschränkt), vbs
    - Powershell (AD, WPF inkl. Multi-Threading, ...)
    - Deployment-Automatisierung ohne SCCM
    - Office-Nutzung mit COM-Object (AutoIt, PowerShell)
    - ActiveDirectory und alles was damit zusammenhängt
    - Hyper-V Clustering (Converged / Hyper Converged)
    - Serverhardware (Konfiguration, Aufbau, Architektur, Betrieb)

    Lieblingsthema:

    günstige Automatisierung von Vorgängen, für die andere Firmen viel Geld nehmen

    more to come ...

  • bitte code hochstellen sonst wird niemand dein programm ausführen

    na das hoffe ich auch mal

    Virustotal:
    http://www.virustotal.com/de/analisis/81…a757-1270063193

    @Fabi:
    Stell doch bitte die Source hoch. So bekommste sowieso kein lob oder verbesserungsvorschläge oder sonst irgendwas....

  • habe hier mal sein code für euch das ihr seht ist kein Virus

    [autoit]

    GLOBAL CONST $GUI_EVENT_CLOSE=-3
    GLOBAL CONST $GUI_EVENT_MINIMIZE=-4
    GLOBAL CONST $GUI_EVENT_RESTORE=-5
    GLOBAL CONST $GUI_EVENT_MAXIMIZE=-6
    GLOBAL CONST $GUI_EVENT_PRIMARYDOWN=-7
    GLOBAL CONST $GUI_EVENT_PRIMARYUP=-8
    GLOBAL CONST $GUI_EVENT_SECONDARYDOWN=-9
    GLOBAL CONST $GUI_EVENT_SECONDARYUP=-10
    GLOBAL CONST $GUI_EVENT_MOUSEMOVE=-11
    GLOBAL CONST $GUI_EVENT_RESIZED=-12
    GLOBAL CONST $GUI_EVENT_DROPPED=-13
    GLOBAL CONST $GUI_RUNDEFMSG="GUI_RUNDEFMSG"
    GLOBAL CONST $GUI_AVISTOP=0
    GLOBAL CONST $GUI_AVISTART=1
    GLOBAL CONST $GUI_AVICLOSE=2
    GLOBAL CONST $GUI_CHECKED=1
    GLOBAL CONST $GUI_INDETERMINATE=2
    GLOBAL CONST $GUI_UNCHECKED=4
    GLOBAL CONST $GUI_DROPACCEPTED=8
    GLOBAL CONST $GUI_NODROPACCEPTED=4096
    GLOBAL CONST $GUI_ACCEPTFILES=$GUI_DROPACCEPTED
    GLOBAL CONST $GUI_SHOW=16
    GLOBAL CONST $GUI_HIDE=32
    GLOBAL CONST $GUI_ENABLE=64
    GLOBAL CONST $GUI_DISABLE=128
    GLOBAL CONST $GUI_FOCUS=256
    GLOBAL CONST $GUI_NOFOCUS=8192
    GLOBAL CONST $GUI_DEFBUTTON=512
    GLOBAL CONST $GUI_EXPAND=1024
    GLOBAL CONST $GUI_ONTOP=2048
    GLOBAL CONST $GUI_FONTITALIC=2
    GLOBAL CONST $GUI_FONTUNDER=4
    GLOBAL CONST $GUI_FONTSTRIKE=8
    GLOBAL CONST $GUI_DOCKAUTO=1
    GLOBAL CONST $GUI_DOCKLEFT=2
    GLOBAL CONST $GUI_DOCKRIGHT=4
    GLOBAL CONST $GUI_DOCKHCENTER=8
    GLOBAL CONST $GUI_DOCKTOP=32
    GLOBAL CONST $GUI_DOCKBOTTOM=64
    GLOBAL CONST $GUI_DOCKVCENTER=128
    GLOBAL CONST $GUI_DOCKWIDTH=256
    GLOBAL CONST $GUI_DOCKHEIGHT=512
    GLOBAL CONST $GUI_DOCKSIZE=768
    GLOBAL CONST $GUI_DOCKMENUBAR=544
    GLOBAL CONST $GUI_DOCKSTATEBAR=576
    GLOBAL CONST $GUI_DOCKALL=802
    GLOBAL CONST $GUI_DOCKBORDERS=102
    GLOBAL CONST $GUI_GR_CLOSE=1
    GLOBAL CONST $GUI_GR_LINE=2
    GLOBAL CONST $GUI_GR_BEZIER=4
    GLOBAL CONST $GUI_GR_MOVE=6
    GLOBAL CONST $GUI_GR_COLOR=8
    GLOBAL CONST $GUI_GR_RECT=10
    GLOBAL CONST $GUI_GR_ELLIPSE=12
    GLOBAL CONST $GUI_GR_PIE=14
    GLOBAL CONST $GUI_GR_DOT=16
    GLOBAL CONST $GUI_GR_PIXEL=18
    GLOBAL CONST $GUI_GR_HINT=20
    GLOBAL CONST $GUI_GR_REFRESH=22
    GLOBAL CONST $GUI_GR_PENSIZE=24
    GLOBAL CONST $GUI_GR_NOBKCOLOR=-2
    GLOBAL CONST $GUI_BKCOLOR_DEFAULT=-1
    GLOBAL CONST $GUI_BKCOLOR_TRANSPARENT=-2
    GLOBAL CONST $GUI_BKCOLOR_LV_ALTERNATE=-33554432
    GLOBAL CONST $GUI_WS_EX_PARENTDRAG=1048576
    #Region ### START Koda GUI section ### Form=
    $FORM1=GUICREATE("Form1",625,253,495,172)
    $LABEL1=GUICTRLCREATELABEL("Schneller Logger für die Faulen Leute =D",64,48,513,36)
    GUICTRLSETFONT(-1,17,400,0,"Arial Black")
    $BUTTON1=GUICTRLCREATEBUTTON("SchülerVZ.net",8,136,193,41,0)
    GUICTRLSETFONT(-1,17,400,0,"Arial Black")
    GUICTRLSETCOLOR(-1,32768)
    $BUTTON2=GUICTRLCREATEBUTTON("StudiVZ.net",200,176,193,41,0)
    GUICTRLSETFONT(-1,17,400,0,"Arial Black")
    GUICTRLSETCOLOR(-1,32768)
    $BUTTON3=GUICTRLCREATEBUTTON("MeinVZ.net",392,136,193,41,0)
    GUICTRLSETFONT(-1,17,400,0,"Arial Black")
    GUICTRLSETCOLOR(-1,32768)
    $BUTTON4=GUICTRLCREATEBUTTON("Facebook",200,96,193,41,0)
    GUICTRLSETFONT(-1,17,400,0,"Arial Black")
    GUICTRLSETCOLOR(-1,32768)
    $BUTTON5=GUICTRLCREATEBUTTON("MySpace",200,136,193,41,0)
    GUICTRLSETFONT(-1,17,400,0,"Arial Black")
    GUICTRLSETCOLOR(-1,32768)
    $MENUITEM1=GUICTRLCREATEMENU("Datei")
    $MENUITEM2=GUICTRLCREATEMENUITEM("Info",$MENUITEM1)
    GUISETSTATE(@SW_SHOW)
    #EndRegion ### END Koda GUI section ###
    WHILE 1
    $NMSG=GUIGETMSG()
    SWITCH $NMSG
    CASE $GUI_EVENT_CLOSE
    EXIT
    CASE $BUTTON1
    $ID=INPUTBOX("ID","Wie ist deine ID?")
    $PW=INPUTBOX("PW","Wie ist dein Passwort?","","*")
    SHELLEXECUTE("http://www.schuelervz.net/Login")
    SLEEP(3000)
    MOUSEMOVE(591,270)
    SLEEP(1000)
    MOUSECLICK("left")
    SLEEP(1000)
    SEND($ID)
    SLEEP(1000)
    MOUSEMOVE(559,309)
    SLEEP(1000)
    MOUSECLICK("left")
    SEND($PW)
    SLEEP(2000)
    SEND("{enter}")
    CASE $BUTTON2
    $ID=INPUTBOX("ID","Wie ist deine ID?")
    $PW=INPUTBOX("PW","Wie ist dein Passwort?","","*")
    SHELLEXECUTE("https://secure.studivz.net/Login")
    SLEEP(3000)
    MOUSEMOVE(593,272)
    SLEEP(1000)
    MOUSECLICK("left")
    SLEEP(1000)
    SEND($ID)
    SLEEP(1000)
    MOUSEMOVE(561,307)
    SLEEP(1000)
    MOUSECLICK("left")
    SEND($PW)
    SLEEP(2000)
    SEND("{enter}")
    CASE $BUTTON3
    $ID=INPUTBOX("ID","Wie ist deine ID?")
    $PW=INPUTBOX("PW","Wie ist dein Passwort?","","*")
    SHELLEXECUTE("https://secure.studivz.net/Login")
    SLEEP(3000)
    MOUSEMOVE(621,272)
    SLEEP(1000)
    MOUSECLICK("left")
    SLEEP(1000)
    SEND($ID)
    SLEEP(1000)
    MOUSEMOVE(558,310)
    SLEEP(1000)
    MOUSECLICK("left")
    SEND($PW)
    SLEEP(2000)
    SEND("{enter}")
    CASE $BUTTON4
    $ID=INPUTBOX("ID","Wie ist deine ID?")
    $PW=INPUTBOX("PW","Wie ist dein Passwort?","","*")
    SHELLEXECUTE("http://de-de.facebook.com/")
    SLEEP(3000)
    MOUSEMOVE(937,214)
    SLEEP(1000)
    MOUSECLICK("left")
    SLEEP(1000)
    SEND($ID)
    SLEEP(1000)
    MOUSEMOVE(1074,210)
    SLEEP(1000)
    MOUSECLICK("left")
    SEND($PW)
    SLEEP(2000)
    SEND("{enter}")
    CASE $BUTTON5
    $ID=INPUTBOX("ID","Wie ist deine ID?")
    $PW=INPUTBOX("PW","Wie ist dein Passwort?","","*")
    SHELLEXECUTE("http://www.myspace.com/")
    SLEEP(3000)
    MOUSEMOVE(1090,591)
    SLEEP(1000)
    MOUSECLICK("left")
    SLEEP(1000)
    SEND($ID)
    SLEEP(1000)
    MOUSEMOVE(1057,634)
    SLEEP(1000)
    MOUSECLICK("left")
    SEND($PW)
    SLEEP(2000)
    SEND("{enter}")
    CASE $MENUITEM2
    MSGBOX(0,"Info","Mady By Fabi aka Cracky")
    ENDSWITCH
    WEND

    [/autoit][autoit][/autoit][autoit][/autoit]