03-20-2012, 08:14 PM
Atm i got this Code :
Run( "OLLYDBG")
WinWait("OllyDbg")
WinActivate("OllyDbg")
Send("{F3}",0)
WinWait("Open 32-bit executable")
WinActivate("Open 32-bit executable")
Send("{ENTER}",0)
WinWait("OllyDbg - Connector.exe")
WinActivate("OllyDbg - Connector.exe")
Sleep(3000)
Send("{F9}",0)
Sleep(4000)
Send("{F9}",0)
Its Very Simple and Start the Connector, now i Only need the Restart Function and i can use it

