AutoHotkey Community

It is currently May 23rd, 2012, 5:38 pm

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Offtopic   Topic: Trust NirSoft?

Posted: January 15th, 2008, 10:04 pm 

Replies: 8
Views: 1090


I would think that it might detect it as a threat as some of the exe's do many different things, some of which are pretty deep level tasks. Some tools sniff passwords and tcp packets, which could be seen as hacker tools.

 Forum: Scripts   Topic: Locking the computer

Posted: January 15th, 2008, 7:43 pm 

Replies: 16
Views: 2730


I personally have a similar script that I modded. It turns the whole screen black, and you have to put in the right password to show it again. I also blocked winkey r, winkey l, ctrl shift esc, and other such commands. It defeats all but the most computer literate, which aren't much around here. The...

 Forum: Offtopic   Topic: RuneScape - How macros are detected by RuneScape?

Posted: January 15th, 2008, 7:37 pm 

Replies: 76
Views: 32595


Overall, it's a bad idea to script for runescape. They're bound to catch you eventually, unless you spend a long time making it as real as possible, and even then why spend all that effort just to advance yourself in some pointless game? I love runescape, don't get me wrong, but writing scripts for ...

 Forum: Support   Topic: AltTab with the wheel

Posted: January 15th, 2008, 7:28 pm 

Replies: 11
Views: 935


Sorry for triple posting, but I've found this script: ~Rbutton & WheelUp::ShiftAltTab ~Rbutton & WheelDown::AltTab RButton::MouseClick, right,,,,, D RButton up::MouseClick, right,,,,, U It seems to mostly do what I want, and since I'm guessing our problems are stemming from using the Alt but...

 Forum: Support   Topic: AltTab with the wheel

Posted: January 15th, 2008, 7:04 pm 

Replies: 11
Views: 935


I've registered, so this is me now. Basically the effect now is that I hold alt, scroll up or down to scroll to the proper window to switch to, release alt, and it opens that window. Then, it keeps the alttab menu open, until I reload the script. I haven't got a clue why it does this, however. EDIT:...

 Forum: Support   Topic: AltTab with the wheel

Posted: January 15th, 2008, 6:58 pm 

Replies: 11
Views: 935


Ah, many thanks for your help. Unfortunately, it still does the action of keeping the AltTab menu open after releasing alt. If I add ~Alt::return to it then it doesn't keep the alt tab menu open, it just switches to the next window and closes the alt tab menu. Thanks again for your help, hopefully w...

 Forum: Support   Topic: AltTab with the wheel

Posted: January 15th, 2008, 6:18 pm 

Replies: 11
Views: 935


#SingleInstance force ;WinKey + Esc to lock computer #escape::GoSub, LockPC MonitorOff: Run D:\Tools\nircmd\nircmd.exe screensaver Run D:\Tools\nircmd\nircmd.exe monitor off return LockPC: Run rundll32 user32.dll LockWorkStation SetTimer, MonitorOff, -2000 return ;WinKey + Ctrl + Esc to lock comput...

 Forum: Support   Topic: AltTab with the wheel

Posted: January 15th, 2008, 1:44 pm 

Replies: 11
Views: 935


For somereason when I try to use this script it opens anywhere from 20-50 notepad windows. Any clue why?

 Forum: Support   Topic: AltTab with the wheel

Posted: January 15th, 2008, 5:30 am 

Replies: 11
Views: 935


Yes, I saw that, but that's not the funtionality I'm looking for. I want it a similar effect to this program: http://www.nirsoft.net/utils/volumouse.html I hold control and scroll down and it lowers the volume, then release control and it closes the window. I want to hold alt, scroll the mouse to sc...

 Forum: Support   Topic: AltTab with the wheel

 Post subject: AltTab with the wheel
Posted: January 15th, 2008, 12:05 am 

Replies: 11
Views: 935


I've got this: !WheelDown:: SendInput, {ALT down}{TAB} return !WheelUp:: SendInput, {ALT down}+{TAB} return It works almost as it should, only it keeps the ALT down once I activate it. I want it so I hold alt and scroll to scroll through the alt tab windows li...

 Forum: Scripts   Topic: Ghoster: Put a transparent image across your screen

Posted: January 14th, 2008, 5:00 am 

Replies: 24
Views: 12635


I modded this and removed the hole punching part to have a shade cover my screen. I then disabled Ctrl Shift Esc and Alt Tab and it's a sort of locking mechanism. I'm paranoid, so now when I lock my PC not only do I have to enter my password, but I then have to enter the right key combination. I'm a...

 Forum: Scripts   Topic: Multiple virtual desktops

Posted: January 13th, 2008, 11:02 pm 

Replies: 50
Views: 27202


I have 2 suggestions: 1) Allow for, as an alternative to keycommands, Alt + Scroll Wheel. I've envisioned (but have been unable to produce) a virtual desktop where you hold alt and start scrolling, and an alt + tab-esque window comes up with the available desktops, then scroll to the right one and r...

 Forum: Scripts   Topic: Crazy Scripting : Cursor Navigator 1.05 [ by Andreone ]

Posted: January 13th, 2008, 9:10 pm 

Replies: 36
Views: 9025


Yeah, can you post your mod? I have a dual monitor, and it would be great to be able to jump over with this but currently I can't. I've got it sorta working, I can still normally move between monitors but moving left jumps to the right side of the left monitor, and I don't have anything going on the...

 Forum: Scripts   Topic: Move windows between left and right monitor

Posted: January 13th, 2008, 8:40 pm 

Replies: 0
Views: 689


I wrote this for myself, but modified it a little bit to work for others. Basically Ctrl + Left and Ctrl + Right to move the currently active window to the left and right monitor. It loops, so Ctrl + Left on a window on the left monitor moves it to the right, and vice versa. It assumes the following...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group