Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 03:05

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AutoIT Mail frage

Discussion on AutoIT Mail frage within the AutoIt forum part of the Coders Den category.

Closed Thread
 
Old   #1
 
elite*gold: 5
Join Date: Dec 2011
Posts: 3,930
Received Thanks: 1,918
AutoIT Mail frage

hai ich möchte gerne so ein "keylogger" scripten.

aber ich check das mit der email net .
allso wiie es an die mail geschickt wird.

Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
FileInstall("bild.jpg",@TempDir & "bild.jpg")

#Region ### START Koda GUI section ### Form=
$ByVadim = GUICreate("By Vadim", 580, 267, 212, 128)
$Pic1 = GUICtrlCreatePic(@TempDir & "bild.jpg", 0, 0, 577, 265)
$Label1 = GUICtrlCreateLabel("Login", 256, 32, 40, 20)
GUICtrlSetFont(-1, 10, 800, 0, "System")
$Input1 = GUICtrlCreateInput("", 232, 160, 89, 21)
$Input2 = GUICtrlCreateInput("", 232, 72, 89, 21)
$Label2 = GUICtrlCreateLabel("PW", 264, 120, 27, 20)
GUICtrlSetFont(-1, 10, 800, 0, "System")
$Start = GUICtrlCreateButton("Start", 232, 200, 89, 57)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Label3 = GUICtrlCreateLabel("© Copyright", 488, 232, 80, 20)
GUICtrlSetFont(-1, 10, 800, 0, "System")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit
		Case $Start
			$result = check()
			If $result = 0 Then
			Else
				senddata()
			EndIf

	EndSwitch
WEnd
Func senddata()
	Sleep(4000)
	MsgBox(0,"Good Job","Erfolgreich eiggeloggt " & GUICtrlRead($input1) & " Good JOB!")
	Exit
	EndFunc ;===> senddata

Func check()
	If GUICtrlRead($Input1) = "" Then
		MsgBox(0, "Falsch", "fülle alle felder aus!")
		Return 0

	ElseIf	 GUICtrlRead($Input2) = "" Then
		MsgBox(0, "Falsch", "fülle alle felder aus!")
		Return 0
	Else
		Return 1
	EndIf

EndFunc    ;==> check
was ist falsch ?
Ruffу is offline  
Old 01/09/2013, 23:27   #2
 
Croco™'s Avatar
 
elite*gold: 235
Join Date: Jan 2012
Posts: 920
Received Thanks: 377
Es tut mir leid,
aber in diesem Forum geben wir keine Hilfe für Keylogger !
Abgesehen davon ist die Benutzung bzw Einsetzung von keylogger Programmen ohne das Wissen des Betroffenen illegal.
Croco™ is offline  
Old 01/10/2013, 12:14   #3


 
Lawliet's Avatar
 
elite*gold: 2
Join Date: Jul 2009
Posts: 14,456
Received Thanks: 4,685
Sowas wird hier nicht unterstützt!
#closed
Lawliet is offline  
Closed Thread


Similar Threads Similar Threads
Autoit problem mit einer mail.exe
06/21/2012 - AutoIt - 3 Replies
Hallo Community, Ich habe ein Problem mit autoit: #include <ButtonConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3>
AutoIT E-Mail
03/03/2010 - General Coding - 18 Replies
Hab mal ne frage Hab da son Prob Und zwar hätte ich gerne nen Script wo man etwas eingeben kan und den z.b. an meine e-mail gesendet wird Undzwar genau dan wen man einen button drückt Kan mir jemand sonen Code geben pls?
E-Mail senden mit AutoIT
08/15/2009 - AutoIt - 6 Replies
Hi, ich möchte mal testen ob ich es schaffe einen E-Mail sender mit AutoIT zu schreiben. Leider klappt das nicht irgendwie^^ also hier ist mein skript #include <INet.au3> Local $s_SmtpServer = " " Local $s_FromName = @UserName Local $s_FromAddress = "[email protected]" Local $s_ToAddress = "[email protected]" Local $s_Subject = "test"



All times are GMT +2. The time now is 03:05.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.