Publicités

DiabloCore
Reaction score
1

Profile posts Latest activity Postings About

  • Étant donné que le contenu est le même que ce qu'il y a sur ce forum, je ne peux pas autoriser cela.
    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="kernel's Bypass.dll"
    $hInjectedDLL=_DLLInject("S4Client.exe",$sDLLToInject)
    EndFunc
  • Loading…
  • Loading…
  • Loading…