Jump to content

marcoroc

Members
  • Posts

    4
  • Joined

  • Last visited

marcoroc's Achievements

Seeker

Seeker (1/7)

1

Reputation

  1. ahahahahahah i'm a fucking dumbass. Thanks everybody, problem solved.
  2. I tryed removing all the lines, one at time, starting from the last one. run("notepad.exe") winwaitactive("Senza nome - Blocco note") If i leave only these lines (1st and 2nd), running the script gives me back the same error. (CPU usage over 95% and over 150-200-300... (and so on) processes in the task manager. With the first line left only run("notepad.exe") I still have the CPU usage "error", but the number of processes remains constant. Conclusion Running notepad mess my pc. you have to Switch "send("!N")" with the last line, but it works fine. I would like to know why
  3. Please forgive my poor english (and noob question). INTRODUCTION I'm completely untrained in scripting, and i'm following a guide trying to learn something about autoit. TROUBLES During an exercise i wrote down the script below. run("notepad.exe") winwaitactive("Senza nome - Blocco note");("senza nome - blocco note" is the italian version of "untitled - notepad", yea we use "nameless" instead of "untitled" don't know why). send("some text here") winclose("Senza nome - Blocco note") winwaitactive("Blocco note") sleep(3000) send("!N") As i said, the result is an overwhelming cpu usage (and processes overcrowding (notepad.exe ofc)) that force me to reboot my pc. I tryed removing the "sleep(3000)" line, but it didn't improve my result. All i described happens only on the "compiled script" (script.exe) and not on the .au3 file.
  4. This bot works very well on 90% of the area, you have only to customize the colour (EACH SCREEN HAVE HIS OWN COLOUR ), predefined colours DONT WORK, the creator of this bot is a genius, the user have only to know a little bit of Hexadecimal XD Sorry for my bad english, my knowledge of Hexadecimal is better of my english. THANKS A LOT
×
×
  • Create New...