Deverixz fast login

    Publicités

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

Status
Not open for further replies.

EcoLow

Membre Banni
Jun 18, 2015
62
1
71
Look At My Taser LeL
Salut toutle monde je vais presenter mon new fast login
comment ca marche:
baaah mettez le rar dans le dossier d's4league
ouvrez mon fast login
have fun^^
screen
Ce lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris!
Un petit bonus pour vous :3
Code:
#RequireAdmin
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <IE.au3>

$oIE = _IECreateEmbedded()
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("https://www.aeriagames.com/dialog/oauth?response_type=code&client_id=a354ab1d089...", 615, 438, 192, 124)
GUICtrlCreateObj($oIE, 0, 0, 1, 1)
$Label1 = GUICtrlCreateLabel("Username:", 48, 24, 91, 24)
GUICtrlSetFont(-1, 14, 400, 0, "KiddyDB")
GUICtrlSetColor(-1, 0x000000)
$Label2 = GUICtrlCreateLabel("Password:", 48, 88, 87, 24)
GUICtrlSetFont(-1, 14, 400, 0, "KiddyDB")
GUICtrlSetColor(-1, 0x000000)
GUICtrlCreateInput("", 168, 24, 185, 21)
GUICtrlCreateInput("", 168, 96, 185, 21)
$fUsername = GUICtrlCreateInput("", 168, 24, 185, 21)
$fPassword = GUICtrlCreateInput("", 168, 96, 185, 21, BitOR($GUI_SS_DEFAULT_INPUT,$ES_PASSWORD))
$fLoginbutton = GUICtrlCreateButton("Login",416, 224, 145, 49, $BS_DEFPUSHBUTTON)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

If FileExists(@scriptdir&"/logindata.ini") Then
   GUICtrlSetData($fUsername, IniRead(@scriptdir&"/logindata.ini", "Logindata", "username", ""))
   GUICtrlSetData($fPassword, IniRead(@scriptdir&"/logindata.ini", "Logindata", "password", ""))
EndIf


While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit
         Case $fLoginbutton
            LoginProcess(GUICtrlRead($fUsername or email ), GUICtrlRead($fPassword))

   EndSwitch
WEnd

Func LoginProcess($user, $pass)
   IniWrite(@scriptdir&"/logindata.ini", "Logindata", "username", $user)
   IniWrite(@scriptdir&"/logindata.ini", "Logindata", "password", $pass)
   $sURL = "https://www.aeriagames.com/dialog/oauth?response_type=code&client_id=a354ab1d0894ba2ecaac12bf5ad86fd905373a07f&redirect_uri=https://www.aeriagames.com/content_only_launcher&theme=api_ignite"
   _IENavigate($oIE, $sURL)
   $oForm = _IEFormGetCollection($oIE, 0)
   $oUsername = _IEFormElementGetObjByName($oForm, "edit[id]")
   $oPassword = _IEFormElementGetObjByName($oForm, "edit[pass]")
   _IEFormElementSetValue($oUsername, $user)
   _IEFormElementSetValue($oPassword, $pass)
   _IEFormSubmit($oForm, 0)
   _IELoadWait($oIE)

   If _IEPropertyGet($oIE, "innertext") == "." Then
      $code = _IEPropertyGet($oIE, "locationurl")
      $code = StringTrimLeft($code, StringInStr($code, "code=")+4)
      Run('"S4Client.exe" -rc:eu -lac:ger -auth_server_ip:83.220.134.84 -aeria_acc_code:'&$code)
      Exit
   Else

   EndIf
EndFunc
 

Attachments

  • login.zip
    461.2 KB · Views: 15
Last edited:

ioplol04

Membre actif
Apr 15, 2011
190
0
922
26
Discord
Unfaillable.#1335
tu modifies le code au pire des cas si ça te dérange tant...
 

ioplol04

Membre actif
Apr 15, 2011
190
0
922
26
Discord
Unfaillable.#1335
On est bien tous pareil.. :) mais je penses savoir changer le code de la fenêtre mais bon moi ça me gène pas
 

Deserd

Membre Banni
Apr 16, 2015
24
0
61
32
Tu partages ton logiciel c'est bien , mais si on te dis quelque chose qui peut gêner et que tu peux le régler je vois pas pourquoi tu le ferais pas sous prétexte que toi sa ne te gêne pas.
 

†Death†

Membre actif
Aug 14, 2013
435
0
141
27
PHP:
$Form1 = GUICreate("https://www.aeriagames.com/dialog/oauth?response_type=code&client_id=a354ab1d089...",615, 438, 192, 124)
Tu changes les chiffres la, c'est pas difficile, même facile à déduire.
Aucune reconnaissance je vous jure...
Merci du partage.
 

[WonderFul

Membre
Dec 10, 2014
58
0
66
Parcontre c'est pas le tien les source son donner sur epvp donc stp site tes sources cordialement.
 
Last edited:
Status
Not open for further replies.