Search found 84 matches

by Dick99999
Tue Nov 19, 2013 6:56 pm
Forum: Technical / Scripting
Topic: Disable onEvent not working? And how to make ripple through?
Replies: 3
Views: 4344

Disable onEvent not working? And how to make ripple through?

The following script reacts on a left mouse click. When the first click is caught by the event handler, the handler is disabled by my code. However, it seems that the disabling the handler is not working. The handler is being called by all clicks after the first click. One more question I have, it s...
by Dick99999
Wed Sep 18, 2013 11:56 am
Forum: General Discussion
Topic: Build string of last names form a list of artists and roles
Replies: 6
Views: 15687

Since this post has been viewed over 3000 times, I just wanted to let readers know that I maintain this script and publish it here. (now at version 1.4)
by Dick99999
Thu Aug 08, 2013 6:32 pm
Forum: Scripts and Tips
Topic: Basic Password Strength Meter
Replies: 8
Views: 154652

Rain wrote: Time to crack is extremely unreliable for real-world scenarios. [..........]
I am in the middle of discussions about this because some sites impose a really low limit on the length of passwords. Do you happen to have some reference about time to crack in real-world scenarios? Thanks in advance.
by Dick99999
Mon Jul 29, 2013 7:40 am
Forum: Scripts and Tips
Topic: Basic Password Strength Meter
Replies: 8
Views: 154652

It seems like an elaborate script that searches for weak patterns in a password. It may not find anything in randomly generated strings and thus give them a high rating. A bit of an off-topic: there may not be an official password strength standard, but what about time to crack or expected number of...
by Dick99999
Mon Jul 29, 2013 7:24 am
Forum: Scripts and Tips
Topic: Script example: find dates of 'unknown' format in a string
Replies: 0
Views: 9323

Script example: find dates of 'unknown' format in a string

This example finds dates in a string. The format of the dates are not known in advance, and can be for example: 0: INPUTSTRING= 2013 12 04 11-2-2013 1-feb-2012 december 5, 2013 march 12,2013 5 maart 2014 2013-06-30 2013/06/30 6/12/2013 20130709 20131225 02022012 24122015 7 false look alikes 24122020...
by Dick99999
Thu Jun 27, 2013 7:28 am
Forum: Scripts and Tips
Topic: Script Example: execute menu entry of system tray icon/app
Replies: 0
Views: 11442

Script Example: execute menu entry of system tray icon/app

System tray icons most times display a menu when clicked. This sample script executes a script-selected menu item after displaying the menu of a script-selected icon. The version below does this for LastPass, a password vault. The user selects an application requiring a password (i.e. Skype, Remote ...
by Dick99999
Thu Jun 27, 2013 7:00 am
Forum: Technical / Scripting
Topic: Screen scraping at text cursor position vs. mouse position
Replies: 2
Views: 4568

Thanks. One of the problems was indeed finding the (class) name of the window, since it had no window name. In the notification area (system tray) all popup menus (appear when a tray icon is clicked) appear to have the same class name: #32768 and no window name. Besides that, I chose to do a GetText...
by Dick99999
Tue Jun 25, 2013 8:04 am
Forum: Scripts and Tips
Topic: Alternate CTRL C/V in case those don't work in an App
Replies: 0
Views: 32151

Alternate CTRL C/V in case those don't work in an App

These 2 simple scripts may come at hand in cases where CTRL C or CNTL V do not work. For example copying from a window with only an error message or when pasting by CTRL V seems to be inhibited. I have these scripts under short keys ALT C and ALT V ALT V sends key presses in stead of a paste by CRTL...
by Dick99999
Sun Jun 23, 2013 1:13 pm
Forum: Technical / Scripting
Topic: Screen scraping at text cursor position vs. mouse position
Replies: 2
Views: 4568

Screen scraping at text cursor position vs. mouse position

The screen scraping at the mouse position works fine for me. I am now trying to feed a program running in the system tray. Activating that program in the tray in this case results in a menu being displayed. The up and down and return keys select and execute the menu items. That all works fine. Howev...
by Dick99999
Mon May 27, 2013 8:15 am
Forum: General Discussion
Topic: Build string of last names form a list of artists and roles
Replies: 6
Views: 15687

Thanks. I have edited my posting, it's a contribution to the 'script data base'. I must say that I liked writing the script more than writing the comments. But the comments do help if you look at your own script after a few month.
by Dick99999
Sun May 26, 2013 1:28 pm
Forum: General Discussion
Topic: Build string of last names form a list of artists and roles
Replies: 6
Views: 15687

Build string of last names form a list of artists and roles

When I record music from an Internet radio transmissions, I like to include the artist names (Musicals, Opera or Operetta) in the name of the recorded file. I always had to edit the announcements, since they include the character played and voice type for example, not just a list a names. By using t...
by Dick99999
Mon Jan 14, 2013 1:12 pm
Forum: Technical / Scripting
Topic: Tried v13:'a monitor program has been found" by WinLice
Replies: 4
Views: 7469

Tried v13:'a monitor program has been found" by WinLice

Since I have some difficulties with capturing text in v12, I tried v13. Install went OK. When v13 starts, a message is displayed: 'A monitor program has been found running in your system. Please unload it ...." It seems this message is cumming from: nlsX86cc This service enables products that use th...
by Dick99999
Thu Jul 05, 2012 2:12 pm
Forum: General Discussion
Topic: Anyway MS generated chars can't be intercepted by keylogers?
Replies: 3
Views: 11386

Thanks for the eleboate answer, I'll try a few. And yes I meant a (logon) field in a browser page. [.................] I ought to add that I don't know why you are wanting to circumvent a keylogger, or whether it is legit or not, and we cannot condone breaking terms and conditions of services which ...
by Dick99999
Wed Jul 04, 2012 5:37 pm
Forum: General Discussion
Topic: Anyway MS generated chars can't be intercepted by keylogers?
Replies: 3
Views: 11386

Anyway MS generated chars can't be intercepted by keylogers?

Is there any way to make it difficult for keyloggers to intercept keystrokes generated by MS scripts? For example any way to directly insert a string into a browser field?
by Dick99999
Mon Dec 06, 2010 11:07 am
Forum: Technical / Scripting
Topic: what does FTP_RESULT - (dash) mean?
Replies: 0
Views: 3476

what does FTP_RESULT - (dash) mean?

My FTPput suddenly returns only a dash character in FTP_RESULT. The script did run for about 5 days. If I try to do a manual debug step of only an FTP operation, while the other script (EXE) still runs, that manual debug step also return a dash. After a boot all is well again. What does the dash mean?
cron
Sign up to our newsletter for free automation tips, tricks & discounts