Learn About Computers

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Learn About Computers

Teaching about Computers


    21. Autoit v3 Script Danger with Windows 7

    avatar
    Aof
    Admin


    Posts : 97
    Join date : 2018-03-24

    21. Autoit v3 Script Danger with Windows 7 Empty 21. Autoit v3 Script Danger with Windows 7

    Post by Aof Sun May 27, 2018 1:36 am


    21. Autoit v3 Script Danger with Windows 7
    ----
    https://www.autoitscript.com/site/autoit/downloads/
    Autoit
    In the video I show a quick overview of the Autoit program and what it takes
    to write an autoit script if you have a perfect duplicated resolution sized
    version of windows as your Target's Pc.
    thef.exe script Contents, that was used in the Windows 7 Hacking Demo.
    I pressed "Print Screen" button on keyboard to copy a screenshot of the screen to the invisible clipboard in windows, "Ctrl+V" to paste the screenshot in the Paint Window.
    In Ms Paint, I used "Ctrl+E" to resize the pixels to 02 by 02 at 4:38 of the video.
    and you can
    =*=

    Code:
    AutoItSetOption('MouseCoordMode', 0)
    send ("! ")
    Sleep(100)
    send("{down down}")
    Sleep(100)
    send("{down up}")
    Sleep(100)
    send("{down down}")
    Sleep(100)
    send("{down up}")
    Sleep(100)
    send("{down down}")
    Sleep(100)
    send("{down up}")
    Sleep(100)
    send("{down down}")
    Sleep(100)
    send("{down up}")
    Sleep(100)
    send("{down down}")
    Sleep(100)
    send("{down up}")
    Sleep(2000)
    Send("{Enter down}")
    Sleep(100)
    Send("{Enter up}")
    Sleep(1000)
    MouseClick('primary',1008,48, 1,50)
    Sleep(1500)
    MouseClick('primary',825,407, 1,50)
    Sleep(1500)
    MouseClick('primary',31,120, 1,50)
    Sleep(3000)
    MouseClick('primary',89,385, 1,50)
    Sleep(1500)
    MouseClick('primary',135,464, 1,50)
    Sleep(1500)
    MouseClick('primary',308,288, 1,50)
    Sleep(1500)
    MouseClick('primary',763,553, 1,50)
    Sleep(1500)
    MouseClick('primary',1017,716, 9,50)
    Sleep(100)
    MouseClick('primary',762,252, 1,50)
    Sleep(100)
    MouseClick('primary',762,301, 1,50)
    Sleep(100)
    MouseClick('primary',762,351, 1,50)
    Sleep(100)
    MouseClick('primary',762,399, 1,50)
    Sleep(100)
    MouseClick('primary',762,447, 1,50)
    Sleep(100)
    MouseClick('primary',762,496, 1,50)
    Sleep(100)
    MouseClick('primary',762,546, 1,50)
    Sleep(100)
    MouseClick('primary',762,594, 1,50)
    Sleep(100)
    MouseClick('primary',762,644, 1,50)
    Sleep(100)
    MouseClick('primary',762,693, 1,50)
    Sleep(100)

      Current date/time is Mon May 06, 2024 9:45 am