Jump to content

smitfraudfix runner


engjcowi
 Share

Recommended Posts

Hi Guys

just thought id share with you my smitfraudfix script. Been trying to figure out how to update first and get program to know when its back at the main page but had no joy. if you have any ideas please let me know cheers. otherwise use to your hearts content

#include <Constants.au3>
Local $smit = "c:\smitfraudfix.exe"
Local $pid = Run(@ComSpec & " /k " & $smit)


Sleep(7000)
Send ("C")
Sleep(5000)
Send ("1")
Sleep(100)
Send ("{ENTER}")
;ProcessClose("cmd.exe")

while ProcessExists("cmd.exe")
    if ProcessExists("notepad.exe") then
        ProcessClose("notepad.exe")
        sleep(1000)
        ProcessClose("cmd.exe")
ProcessClose("cmd.exe")

EndIf
WEnd

Drunken Frat-Boy Monkey Garbage

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...