AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 88 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Cool screen lock - USB is the key (Try to crack!)
fures

Replies: 32
Views: 3054

PostForum: Scripts & Functions   Posted: Sun Mar 06, 2011 6:18 am   Subject: Cool screen lock - USB is the key (Try to crack!)
Two things you could do to lock computer:

1. Dim control keys:

Hotkey, LWin, KeyDim
Hotkey, RWin, KeyDim
Hotkey, LCtrl, KeyDim
Hotkey, RCtrl, KeyDim
Hotkey, LAlt, KeyDim
Hotkey, RAlt, ...
  Topic: Webcam capture (WDM) with motion detection in AHK
fures

Replies: 35
Views: 11128

PostForum: Scripts & Functions   Posted: Fri Feb 25, 2011 7:07 pm   Subject: Webcam capture (WDM) with motion detection in AHK
Something like this...

;#NoTrayIcon
#SingleInstance FORCE
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Thu Sep 03, 2009 8:48 pm   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
@valenock
Its done.
I've included a dropdownlist to select naming convention.
You can make your choice (the 2nd) and save as default.
I hope it works well - just tested lightly.
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Thu Aug 27, 2009 9:08 am   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
Thanks for the report.

Current version 6.0.0.2 solves this issue.

Background:
The type of URL you mentioned links to the native flash object (the player) and therefore no html code to ripp from ...
  Topic: TreeView Issue
fures

Replies: 5
Views: 798

PostForum: Ask for Help   Posted: Tue Aug 18, 2009 6:31 am   Subject: TreeView Issue
Hi Jeniffer,

%favorites% does not seem to be a defined variable - but that might be done elsewhere in the cript.

you can use %UserProfile%\Favorites
or simply use %FileDir% you get from your LV ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Mon Aug 17, 2009 7:09 am   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
Yes, there is a way to do it:

1. Browse to your user's YT page, click "see all" in the "videos" box
2. Copy the URL - this is the URL of the user's video channel page.
3. Past ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Sun Aug 16, 2009 2:55 pm   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
it will automatically download all the videos in
the page.
Not only that, but it will follow each link on the page (as if you'd click them all) and grab anything you want from those pages. And then ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Sun Aug 16, 2009 2:14 pm   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
dear fincs,
Try to download e.g. all Michael Jackson clips that does not contain the word 'concert'. This is what VidRipper does - not downloading 1 video.
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Sun Aug 16, 2009 10:47 am   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
YouTube has changed - so has the script...
And now
version 6.0 ([url=http://wfures.eqnet.hu/my_ahk_updates/VidRipper.ahk].ahk and [url=http://wfures.eqnet.hu/my_ahk_updates/VidRipper.exe].exe)
wor ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Mon Aug 10, 2009 5:49 pm   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
@guest
force download function is very complicated to implement because it is against all the logic of multi screening. sorry, I have no idea how to do it at the moment, but you can always try to imp ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Sun Aug 02, 2009 10:02 am   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
UPDATE
version 5.8

- Now you can ripp flash games too (.swf inserted as data=xyz.swf)
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Sun Aug 02, 2009 8:52 am   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
A major UPDATE:
version 5.7

All above requests are done:
- Context menu in the ripping tree (Copy, Open)
- save as Default Settings
- ripper tree management on the fly - in the ripper tree tab ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Sat Aug 01, 2009 7:36 pm   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
UPDATE
version 5.6.3


Try search in youtube for: albert einstein (Add to link list)
File name include list: albert einstein
File extension list: default

Albert Einstein on Gandhi
http://www ...
  Topic: Mass Video (+YouTube) Ripper with Multi-thread Downloader
fures

Replies: 75
Views: 14623

PostForum: Scripts & Functions   Posted: Sat Aug 01, 2009 5:00 pm   Subject: Mass Video (+YouTube) Ripper with Multi-thread Downloader
YEAAAAAH! I see what you mean. it will take a bit of time to hunt for the bug. I'll be back then.
  Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher
fures

Replies: 348
Views: 93468

PostForum: Scripts & Functions   Posted: Sat Aug 01, 2009 11:24 am   Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher
@sabot7726,

The shared config file could cause problems - I would say it might not even work. This is because the script almost continuously writes data to the config file.

But you'll have to te ...
 
Page 1 of 6 Goto page 1, 2, 3, 4, 5, 6  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group