Quote:
$WEBFILELOC = "http://faneq.zzl.org/login.php"
ich hoff erstmal das ich das so richtig eingefügt habe oOQuote:
Func _LOGIN()
$USERNAMEINPUT = GUICtrlRead($USER)
$PASSWORDINPUT = GUICtrlRead($PASS)
If $USERNAMEINPUT = "" Or $PASSWORDINPUT = "" Then
MsgBox(0, "ERROR", "Please Enter a Username and Password")
Else
$WEBDATA = _INetGetSource($WEBFILELOC & "?user=" & $USERNAMEINPUT & "&pass=" & $PASSWORDINPUT)
If $WEBDATA = "02" Then
MsgBox(0, "Error", "Unable to Login" & @LF & "Username was incorrect")
ElseIf $WEBDATA = "0102" Then
MsgBox(0, "Error", "Unable to Login" & @LF & "Wrong password")
Else
$AFTERLOGIN = 1
GUISetState(@SW_HIDE, $LOGIN)
ProgressOn("Loading...", "Be patient", "0%")
For $I = 10 To 100 Step 20
Sleep(500)
ProgressSet($I, $I & "%")
Next
ProgressSet(100, "Succes login", "Complete gratz...")
Sleep(500)
ProgressOff()
TrayTip("Login", "Login successful gratz, BOT WORK WITH 1025x768 RESOLUTION IN LOL", 4)
$POLOG = GUICreate("farm b0t v1.0, Step by step", 426, 357, 562, 114)
AFTERLOGIN()
EndIf
EndIf
EndFunc
ok zu meiner frage das ganze ist für League of Legend hab mir mal son bot angeschaut und werdmit dem ding ned schlau
vor dem _Login kommt #Includ <inet> und son seugs und irgendwas memory auslesen ka
ist das sowas wie keyloger oder sowas??? bin anfänger hab angst das sich das script mein pw ect schnappt xD
oder ist das ein login per web für das script damit man das überhaupt benutzen kann???






