Search found 92 matches

by megnatar
18 Nov 2015, 06:54
Forum: Gaming Scripts (v1)
Topic: General program Launcher
Replies: 14
Views: 8868

Re: General program Launcher v1.0

Made this as final release and also some minor things changed.


-Writing variable name of A_ScriptFullPath to the admin script instead of it's content.
by megnatar
16 Nov 2015, 07:44
Forum: Gaming Scripts (v1)
Topic: General program Launcher
Replies: 14
Views: 8868

Re: General program Launcher

Then you should buy a real computer! Indeed not my problem :D laptops are not made to play games with.. Just because you can doesn't mean it's made for it.
Take a hike on the free way...you can, but I strongly advice against it. Unless you don't value you're life. :yawn:
by megnatar
14 Nov 2015, 21:23
Forum: Gaming Scripts (v1)
Topic: General program Launcher
Replies: 14
Views: 8868

Re: General program Launcher

Update: - Numpad0 hotkey added. It gets WindowTitle and Class in case they mismatch with those of the window to work with. If it seems the script is not working you can now press Numpad0 while the window is active to get the right value's. If the script still fails after that then press Numpad0 agai...
by megnatar
11 Nov 2015, 23:11
Forum: Ask for Help (v1)
Topic: Windows 10 messages
Replies: 2
Views: 939

Re: Windows 10 messages

Great this is a newer version then the one described in the manual
Thank you
by megnatar
11 Nov 2015, 10:20
Forum: Ask for Help (v1)
Topic: Windows 10 messages
Replies: 2
Views: 939

Windows 10 messages

Those who use windows10 know it comes with a virtual desktop. And its pretty feature less. Fore instance I miss a taskbarbutton to scroll desktop left/right. Thus I created a simple script that sends the shortcut key (ctrl+win+right/left) to the desktop. But sending a shortcut key is not really the ...
by megnatar
10 Nov 2015, 19:24
Forum: Tutorials (v1)
Topic: Beginners help. Variouse way's for sending/detecting key strokes
Replies: 2
Views: 8863

Beginners help. Variouse way's for sending/detecting key strokes

-------------------------A word from the author, Uhmm that would be me-------------------------- I've written this tutorial for those who having trouble sending key's and detecting mouse clicks and or key status And it's derived from my personal notes. I don't know it all so I might be wrong, and I...
by megnatar
09 Nov 2015, 05:57
Forum: Gaming Scripts (v1)
Topic: Send A key at interval
Replies: 0
Views: 2098

Send A key at interval

This is a very old script I made ages ago. It sends a key at user specified interval to some window. The key to send must be alphanumeric (aA-zZ/0-9), although I think the functionkeys (F1-F12) can be used to. I used this mainly in mmo games to always have my long buffs on since I always forgot to r...
by megnatar
08 Nov 2015, 01:05
Forum: Gaming Scripts (v1)
Topic: General program Launcher
Replies: 14
Views: 8868

General program Launcher

This is a ready to use scrip for launching/starting the application of you're choice and it's soul purpose is just that. Meaning you need to create you're own functions for sending key's or whatever you want to do with some application. It's well documented so you should be able to understand what e...
by megnatar
24 Oct 2015, 15:22
Forum: Scripts and Functions (v1)
Topic: ToggleNic, and DuMeter
Replies: 37
Views: 16023

ToggleNic, and DuMeter

Please take note! Running this script, will switch off you're internet connection right away when you're browser is not running! On first run the script will make a file NetAccess.acc and add Firefox/IE/Edge/Chrome as default apps. Right or double click the tray icon and select "Configure Appplist"...
by megnatar
15 Oct 2015, 15:26
Forum: Ask for Help (v1)
Topic: [Solved] Run script without elevation/admin and launch program that requires elevation/admin
Replies: 15
Views: 35006

Re: Run script without elevation/admin and launch program that requires elevation/admin

No not really true, you can use runas as if it was su or sudo, but you need a password. Unless you're admin blocked the execution of runas as a user... Anyway, you can specify this password in you're script. Once compiled and compressed it will be stored securely in the .exe. See start->run cmd /K r...
by megnatar
15 Oct 2015, 15:02
Forum: Ask for Help (v1)
Topic: [Solved] Run script without elevation/admin and launch program that requires elevation/admin
Replies: 15
Views: 35006

Re: Run script without elevation/admin and launch program that requires elevation/admin

To start a program with alleviated privileges using AHK, use code. Run *runas cmd Or the current script: Run *runas "%A_ScriptFullPath%" AHK is very well documented. This code above is explained in the manual It's also possible to create a registry key to accomplish this, This will be the context me...
by megnatar
15 Oct 2015, 14:13
Forum: Ask for Help (v1)
Topic: Reload as admin catch stdout in SciTe/IDE
Replies: 0
Views: 949

Reload as admin catch stdout in SciTe/IDE

Hey Folk, I have a question. Like most of you know some scripts need alleviated privileges to function properly. AHK makes use of the the windows shift feature (%*) to run something as admin (Run *RunAs.....). To avoid typing the same code to reload a script over and over again (like most i'm lazy)....

Go to advanced search