1)TéléchargezCe lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris! et Bypass
2)Ajoutez ca a votre Script
2)Ajoutez ca a votre Script
Code:
#include <_DLLInjection.au3>
While 1
If ProcessExists("S4Client.exe") <> 0 Then
_Start()
Sleep(Random(800,1000))
EndIf
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Func _start()
$PID = ProcessExists("S4Client.exe")
$open = _memoryopen($pid)
$sDLLToInject="DCB.dll"
$hInjectedDLL=_DLLInject("S4Client.exe",$sDLLToInj ect)
EndFunc
Have Fun :D