| Author |
Message |
Topic: ImageSearch acting a little weird. |
Alexander
Replies: 2
Views: 182
|
Forum: Ask for Help Posted: Mon Jul 02, 2007 9:58 pm Subject: ImageSearch acting a little weird. |
yes they are, but I don't use anything related to windows theme... The script works on a website
I forgot to mention that I used my Image Editing program to load the screenshot given from the other ... |
Topic: ImageSearch acting a little weird. |
Alexander
Replies: 2
Views: 182
|
Forum: Ask for Help Posted: Mon Jul 02, 2007 9:53 pm Subject: ImageSearch acting a little weird. |
| Hi everyone, I used ImageSearch a couple times on one of my scripts that allows the automation of some boring tasks. While everything works fine on my comp (I used screenshot to grab the pictures I wa ... |
Topic: empty recycle bin |
Alexander
Replies: 8
Views: 478
|
Forum: Ask for Help Posted: Mon Jul 02, 2007 8:48 pm Subject: empty recycle bin |
Why not use
This is definatly better than my suggestion, it's just that it won't be supported if you don't have Internet Explorer 4 or higher. |
Topic: Copying text without ^c ? |
Alexander
Replies: 4
Views: 345
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 10:33 pm Subject: Copying text without ^c ? |
| the OCR would be hard to do IMO... I will give a try to the controlgettext. Even if it takes more than what i have selected, I can always remove the non-wanted parts! As long as i am able to get the t ... |
Topic: [Help needed] Open Windows Live conversation window |
Alexander
Replies: 2
Views: 289
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 7:10 pm Subject: [Help needed] Open Windows Live conversation window |
| I don't have the knowledge to help you out with that but as i understand you make your script open the contact list where you can search for who to send instant message to. You can reach that window b ... |
Topic: Runescape Auto Clicker With Time Constraint |
Alexander
Replies: 8
Views: 6171
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 7:01 pm Subject: Runescape Auto Clicker With Time Constraint |
Just so you know that runescape got different ways to find out that you are macroing Yep, i came up with a nice script once but they still found me... Luckily I was just there to macro it!
Just ... |
Topic: duplicate line |
Alexander
Replies: 22
Views: 910
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 6:56 pm Subject: duplicate line |
| I've tried to tweaked the script a little and replaced the send of the enter key by a linefeed... But it still gets recognised as if you pressed enter in the IE and Firefox behavior... |
Topic: Assign two hotkeys to one button... |
Alexander
Replies: 1
Views: 318
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 6:44 pm Subject: Assign two hotkeys to one button... |
| I am not sure what exactly you mean since I see in your code that you already have something for play/pause toggle... I haven't found any other comments to help me figure out there was another place w ... |
Topic: How can I check if a file is open before I try to move it? |
Alexander
Replies: 5
Views: 453
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 6:29 pm Subject: How can I check if a file is open before I try to move it? |
| I believe that if a file is currently open on a network drive, there is no way to know if it is or not. The file can be transfered even if it is open by someone else, when they will try to save it, it ... |
Topic: Remotely run a .exe through cell phone text |
Alexander
Replies: 8
Views: 555
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 6:19 pm Subject: Remotely run a .exe through cell phone text |
| That is something that would be quite usefull to me... Do you mind if i grab that code for my use? |
Topic: how to get current cursor positon? |
Alexander
Replies: 3
Views: 277
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 6:13 pm Subject: how to get current cursor positon? |
Retrieves the current position of the mouse cursor, and optionally which window and control it is hovering over.
MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]
It's ... |
Topic: fire when crosshair is red |
Alexander
Replies: 1
Views: 252
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 6:08 pm Subject: fire when crosshair is red |
Use the info proggy to determine an exact point where the color of the crosshair is the most red (when it is) keep the value of that red and not use something like that
wantedColor = 0xFF0000 ; c ... |
Topic: Request Script |
Alexander
Replies: 2
Views: 202
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 5:58 pm Subject: Request Script |
That kind of script is damn easy for anyone to make... Do it yourself that way you will be able to improove it when you need to.
you will just need the commands "send", "winactive ... |
Topic: empty recycle bin |
Alexander
Replies: 8
Views: 478
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 5:54 pm Subject: empty recycle bin |
| That command will require you to have MSIE 4 or higher to work. Although almost everyone has it, I got some friends who always uninstall it as fast as possible on their new computers... Here would be ... |
Topic: understanding the ImageSearch function |
Alexander
Replies: 2
Views: 201
|
Forum: Ask for Help Posted: Sun Jul 01, 2007 5:42 pm Subject: understanding the ImageSearch function |
| If you wanna do an automation that will be able to run on different environment (ie: resolutions, computers, windows installations) The chances that all the shortcuts, the buttons, the applications an ... |
| |