Jump to content

RBCC

Active Members
  • Posts

    32
  • Joined

  • Last visited

RBCC's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Is AU3Record the software I used to record mouse movement and clicks? What would happen if I created it in windows 7 and ran it in WIndows 10 . Is there going to be version that is going to aui3record alike in it? John
  2. Could someone please write a simpe program that will use the the three and drop down list box 1drop down chose directory (/d) 2 destination : the original installation directory of program 3 source : the directory where you want it to go show the code please! John
  3. What editor do I use in autoit. So I can use my mouse and keyboard . I would like to have it the code entered automatically . John
  4. I am making a script that has a dialog box with three buttons and none of them has a hotkey. next, previous and quit. I created the script: MouseClick("left",154,180,1), but I'd like to move the cursor and click on ok.. can someone help me with this? John
  5. What should I use to have no wait for window to pop up? John
  6. Still getting the dll load error message! John
  7. Is there a tutorial showing how to map mouse clicks? Or how to develope a script for autoit? John
  8. I have looked and looked and can't find a solution to this: Input file is UTF16LE encoded, Au3Check/Obfuscator do not support UNICODE. When I use RUN("DOCK") and if I use RUN('DOCK'). UTFILE16LE? Is there a solution to this? John
  9. Instead of telling me to read the manual please come up some ideas for a solution! If you did, thank you it was greatly appreciated. If you could please tell me where to look in the manual! I may have looked in the wrong place. I am new at this :) and am using SciTE4AutoIt3.exe and it seems to create nothing but errors. Thank you for your understanding! John
  10. Here is my code: I have read the f*cking manual! Ihave tried to find code! Can Someone help me? Run("Z:\appssilent\disk\Diskeeper 2011 Pro Premier 15.0.951.exe") _WinWaitActivate("Diskeeper 2011 - InstallShield Wizard","") MouseClick("left",340,356,1) MouseClick("left",340,356,1) MouseClick("left",181,288,1) MouseClick("left",364,359,1) MouseClick("left",200,251,1) MouseClick("left",349,358,1) MouseClick("left",239,305,1) MouseClick("left",355,355,1) MouseClick("left",114,195,1) MouseClick("left",356,360,1) MouseClick("left",354,361,1) MouseClick("left",354,362,1) MouseClick("left",354,362,1) MouseClick("left",207,180,1) MouseClick("left",368,363,1) What is wrong? It keeps pausing, I know that _WinWaitActivate is either an archaic or bogus function. Is there a function that I should use instead?? I have tried most of them. Thank you, John
  11. can Someone please edit this line so it will work? WinWaitActive("SUPERAntiSpyware Professional Setup",""). Or where can I find a place where it shows how to do this? John
  12. Is there something out on the web that works with autoit that run programs, traps keystrokes and traps the mouse movement an clicks that works in Windows 7 x64 service pack 1 instead of Au3Record_x64.exe, au3record and autoitrecorder? I have done everything suggested and I still get unable to dll in Au3Record_x64.exe, Au3Record doesn't trap keystrokes or mouse movement or clicks and I don't understand autoit recorder! How do I record movement in scripting? thank you John
  13. Did that still got it! I got unable to load dll! John
  14. Hello all you nice people: In my path statement is this line: C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Windows Imaging\;C:\Program Files (x86)\Universal Extractor;C:\Program Files (x86)\Universal Extractor\bin;C:\Program Files (x86)\AutoIt3\Extras\Au3Record In my: C:\Program Files (x86)\AutoIt3\Extras\Au3Record folder are the files :ASWhook.dll,Au3Record.exe and the Au3Record_x64.exe files. I still can't get au3record_64.exe to Work on Windows 7 x64 Ultimate Service Pack 1. What am doing wrong? I am getting the unable to load dll. Does this work with Service Pack 1? Thank you, John
×
×
  • Create New...