Search:

Type: Posts; User: Win32-0

Search: Search took 0.00 seconds.

  1. Replies
    136
    Views
    81,799

    [Release] You can fix that with this code ...

    You can fix that with this code


    DllCall("SystemParametersInfo", UInt, 0x0017, UInt, 0, UInt, 0, UInt, 0x01)

    So your new code is this;


    #NoEnv
    SendMode Input
  2. [Help] To correctly inject a jump instruction into...

    To correctly inject a jump instruction into another proces, you need to ensure that the target process is running in the same architecture (32-bit or 64-bit) as the injector, and that the jump...
Results 1 to 2 of 2