Jump to content

Help for send receive in a Dosbox


Recommended Posts

I am a new Autoit3 User. I see the (Functionality it very high). I Check may Examples, but i not Find specific example

I think my Problem it easy for a Auotit Crack. My Problem: I am using a very old Dos Applikation with Forms.

My stupid Script will run, but it is a Risk (Send, Delay, Dend), there it no Control about the response

Remarks: The last Charter is alway kown in the Mask.

Is there any Command as like Send, Receive and wait until a def. Character is received

A good exampes in the Dosbox is Send "time" wait until ":" is received

Send "12:00"

;my quick and Durty Script

; start Applikation

Run("PROFITEX %1-DL -NLC")

WinWaitActive("C:\WINDOWS\system32\cmd.exe")

AutoItSetOption("SendKeyDelay", 100)

sleep(1000)

; Passwordeingabe

Send("1234")

Sleep(1000)

; Select Mandant

Send("{enter}")

Sleep(2000)

; Datums Control

Send("{enter}")

Sleep(2000)

Send("{enter}")

Sleep(2000)

; Select Statistiken

Send("y")

Sleep(3000)

Link to comment
Share on other sites

I am a new Autoit3 User. I see the (Functionality it very high).

Welcome to AutoIt.

I Check may Examples, but i not Find specific example

I think my Problem it easy for a Auotit Crack.

There may be language issues with my understanding you, but this site does not support the use of AutoIt for "Cracking" (breaking any software security, license protections, passwords, etc.).

My Problem: I am using a very old Dos Applikation with Forms.

My stupid Script will run, but it is a Risk (Send, Delay, Dend), there it no Control about the response

Remarks: The last Charter is alway kown in the Mask.

Is there any Command as like Send, Receive and wait until a def. Character is received

A good exampes in the Dosbox is Send "time" wait until ":" is received

Send "12:00"

;my quick and Durty Script

; start Applikation

Run("PROFITEX %1-DL -NLC")

There is no way that is going to run as written. In addition, working with the cracking/keygen software PROFITEX makes this the kind of effort we don't want on this site.

I expect this topic will be locked, and if you continue on this line, your account will get banned.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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