Cam Hack Patch 21 (32 , 64 )

    Publicités

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

Evaelis

La Voix de la Sagesse
V
Ancien staff
Apr 28, 2010
22,949
468
1,699
Valhalla
Voici mon dernier hack :
Fonctions :
Axe Y

Je chercherais des valeurs plus tard
Code source :
Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_icon=..\..\..\..\..\Program Files\alaplaya\S4League\S4League.ico
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$tbAxeY = 0x00CEEA70
#Region ### START Koda GUI section ### Form=
$formMDP = GUICreate("Demande du Passe", 241, 118, 192, 124)
$tbMDP = GUICtrlCreateInput("Mot de Passe ", 72, 8, 97, 21)
$btnTestMDP = GUICtrlCreateButton("Go !!", 72, 32, 97, 25, $WS_GROUP)
$lMDP1 = GUICtrlCreateLabel("Si le mot de passe est faux", 16, 64, 205, 26)
GUICtrlSetFont(-1, 12, 800, 0, "Palatino Linotype")
$lMDO2 = GUICtrlCreateLabel("Rien ne se passeras  ", 45, 88, 207, 26)
GUICtrlSetFont(-1, 12, 800, 0, "Palatino Linotype")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

$Pass = "progsource.fr.cr"

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit
		Case $btnTestMDP
			If(GUICtrlRead($tbMDP) = $Pass) Then
				Create()
				Main()
			EndIf
	EndSwitch
WEnd

Func Create()
	GUIDelete($formMDP)

	Global $formMain = GUICreate("Le hack", 144, 103, 192, 124)
	Global $tbAxeY = GUICtrlCreateInput("Axe Y", 8, 32, 121, 21)
	Global $btnHack = GUICtrlCreateButton("Go Hack", 8, 56, 123, 41, $WS_GROUP)
	GUICtrlSetFont(-1, 14, 400, 0, "Palatino Linotype")
	GUISetState(@SW_SHOW)
EndFunc

Func Main()
	while 1
		$nMsg = GUIGetMsg()
		Switch $nMsg
			Case $GUI_EVENT_CLOSE
				Exit
			Case $btnHack
				$READY = GUICtrlRead($btnHack)
				ToolTip("En attente de S4League", 0, 0)
				$PROCESS = ProcessWait("S4Client.exe")
				Local $OPEN = _MEMORYOPEN(ProcessExists("S4Client.exe"))
				Sleep(400)
Do
	ToolTip("Patientez", 0, 0)
	$WRITEY = _MEMORYWRITE($btnHack, $OPEN, $READY,"float")
Until _MEMORYREAD($btnHack, $OPEN, "float") = $READY
_MEMORYCLOSE($OPEN)
Exit
		EndSwitch
	WEnd
EndFunc
Un merci à la personne qui m'a aidé pour le mot de passe :
Ragnarock
Téléchargement :
Ce lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris!
Ce lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris!

J'oublie le mot de passe ^^
Progsource.fr.cr
 
Last edited: