Jump to content

Search the Community

Showing results for tags 'malware removal'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Trying to get a program automated. Had it at one point but not sure what happened. It gets stuck on a pop up from main program and won't continue. It gets activated but won't push the button. Program is portable don't need to install it even. Adware_Removal_Tool_by_TSA #RequireAdmin ;Give you admin rights ; By doing this you can have folder anywhere just as long as exe is in same folder as script. ; Always use this, it does mapping using the window versus the the whole screen, because every computer can have diff. resolutions. ; have to change it in the info getter too. options/coordmode/windows AutoItSetOption('MouseCoordMode', 0) ;~ ;Sleep(12000) WinWait("Adware Removal Tool by TSA") WinActivate("Adware Removal Tool by TSA") Sleep(300) MouseClick('primary', 511, 543, 1, 0) Sleep(1200) MouseClick('primary', 84, 361, 1, 0) WinWait("Adware_Removal_Tool_by_TSA") WinActivate("Adware_Removal_Tool_by_TSA") MouseClick('primary', 430, 132, 1, 0) WinWait( "Adware") Sleep(900) WinActivate( "Adware") Sleep(900) MouseClick('primary', 512, 543, 1, 0) WinWait( "Adware" , "closed ones" ) Sleep(900) WinActivate( "Adware" , "closed ones" ) Sleep(900) MouseClick('primary', 430, 133, 1, 0) Sleep(900) WinWait( "Adware_Removal_Tool_by_TSA" , "OK" ) Sleep(900) WinActivate( "Adware_Removal_Tool_by_TSA" , "OK" ) Sleep(900) Send("{enter}") Sleep(900) Send("{enter}") Sleep(900) ;ControlClick ( "Adware_Removal_Tool_by_TSA", "OK", Button1 [, button = "left" [, clicks = 1 [, 321 [, 118]]]] ) ;this next line is my second attemp to get it to push button. ControlSend("Adware_Removal_Tool_by_TSA", "", "[CLASSNN:Button1]", "OK") MouseClick('primary', 321, 119, 1, 0) Sleep(900) WinWait("Adware Removal Tool by TSA") WinActivate("Adware Removal Tool by TSA") Sleep(300) MouseClick('primary', 511, 543, 1, 0) Sleep(300) MouseClick('primary', 80, 44, 1, 0) Send("{TAB}") Sleep(900) Send("{TAB}") Sleep(900) Send("{TAB}") Sleep(900) Send("{enter}") Sleep(300) MouseClick('primary', 510, 538, 1, 0) Sleep(300) MouseClick('primary', 510, 538, 1, 0) Thanks for any guidence.
×
×
  • Create New...