[AutoIt]Need help with Coding
#1

I was working on a Connector restarter for my Server that works with Ollydbg so it was Easy to let him Start but

if the Connector is crashing the Process dont Close, because Olly Paused it

 

Is there any way to check ollydbg if the Programm run or is Paused? (With AutoIt)

#2

You could try(to automate the ollydbg process):

2

#3

Thanks but i dont Undstand this Sad

 

I only need something what Restart the Connector then Odbg paused it

#4

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

#5
Since this has changed to coding Ill have to move it to the programming section.

#6

Its Very Simple and Start the Connector, now i Only need the Restart Function and i can use it

Restart is CTRL+F2

 

^ - CTRL
! - ALT
+ - SHIFT
# - WINDOWS KEY

Send("{^F2}",0)

#7
yes but idk how to check if the Connector is paused^^



Forum Jump:


Users browsing this thread: 1 Guest(s)