Search found 7 matches

by loadingx86
26 Apr 2017, 23:05
Forum: Scripts and Functions (v1)
Topic: CPULoad() : CPU usage percentage ( Demos for XGraph )
Replies: 21
Views: 23859

Re: CPULoad() : CPU usage percentage ( Demos for XGraph )

I know the thread is old, but has anyone used XGraph to track CPU/mem usage of a single process with PID as an input ?
by loadingx86
22 Jan 2016, 14:55
Forum: Ask for Help (v1)
Topic: Game launcher password input
Replies: 7
Views: 2009

Re: Game launcher password input

If the last 5 characters stay the same, then yes, using RegExMatch can do it. I'll take a crack at the RegEx syntax, but I'm very much a novice with it. If you know how to do it, feel free to. The goal is merely to match from ATL: to the string E8902`n , and then using that extracted Match (which g...
by loadingx86
22 Jan 2016, 14:45
Forum: Ask for Help (v1)
Topic: Game launcher password input
Replies: 7
Views: 2009

Re: Game launcher password input

Can you verify that the name of the control has not changed? It might change with every launch. In fact, can you run this code and copy and paste the result into here? With a MsgBox (not only AHK Message Boxes, but anything), you can just press Ctrl+C to copy it. F1:: WinGet, myList, ControlList, A...
by loadingx86
22 Jan 2016, 13:07
Forum: Ask for Help (v1)
Topic: Game launcher password input
Replies: 7
Views: 2009

Re: Game launcher password input

Exaskryz wrote:This would hopefully work. If it doesn't at first, try running your script as an administrator.

Code: Select all

F1::ControlSend, ATL:00EFE8902, password, ahk_exe NCLauncherR.exe
Hm.. it doesn't work.
by loadingx86
21 Jan 2016, 17:07
Forum: Ask for Help (v1)
Topic: Game launcher password input
Replies: 7
Views: 2009

Game launcher password input

Hello, I'm trying to focus the game launcher password control and enter my password in it using controlget, controlsend or similar (without mouse clicks).
Can anyone help ?

Image
by loadingx86
17 Jun 2014, 17:45
Forum: Ask for Help (v1)
Topic: Simple gui that runs other scripts
Replies: 3
Views: 1853

Re: Simple gui that runs other scripts

Thanks for your time mate ! This is the current version and it does the job. http://i.imgur.com/E77vKRd.png #NoEnv #Warn SendMode Input SetWorkingDir %A_ScriptDir% Gui, +AlwaysOnTop +ToolWindow +Owner Gui, Margin, 5, 2 Menu, Tray, Icon, icon.ico ;sets a tray icon from the parent folder FileList = ; ...
by loadingx86
16 Jun 2014, 14:15
Forum: Ask for Help (v1)
Topic: Simple gui that runs other scripts
Replies: 3
Views: 1853

Simple gui that runs other scripts

Hello. I am new with Autohotkey, and I need your help. Im trying to do a simple gui that runs others scripts. So when I run the script I get a window with the content of a certain folder in a list of buttons or table, then I simple click the script I want to run. like this: http://i.imgur.com/kzrKaA...

Go to advanced search