Search found 49 matches

by ThewarII
06 Jan 2019, 03:46
Forum: Ask for Help (v1)
Topic: I got error color in SciTE4AutoHotkey
Replies: 3
Views: 861

Re: I got error color in SciTE4AutoHotkey

Oh shit for bad resolution, sorry for about that. https://imgur.com/POXkyFz (full size: 1403x652) In that you can see: - In line 17 color is no longer clear. - In line 18 the text is discolored & unclear. Look at it of word "Hello World" look like "Iello horlc". - Number line is error like that, ver...
by ThewarII
04 Jan 2019, 12:07
Forum: Ask for Help (v1)
Topic: I got error color in SciTE4AutoHotkey
Replies: 3
Views: 861

I got error color in SciTE4AutoHotkey

I got error color in SciTE4AutoHotkey https://imgur.com/POXkyFz how can i fix it ? (full size: 1403x652) In that you can see: - In line 17 color is no longer clear. - In line 18 the text is discolored & unclear. Look at it of word "Hello World" look like "Iello horlc". - Number line is error like th...
by ThewarII
16 Oct 2018, 01:59
Forum: Ask for Help (v1)
Topic: I have problem with script turn off all programs
Replies: 3
Views: 912

Re: I have problem with script turn off all programs

Yes it's full by someone. I tried excluded but i can't i have another way use with if & Array ArrayT := ["Task Manager", "Program Manager", "NVIDIA GeForce Overlay"] WinGet, id, List,,, %excluded% Loop, %id% { TurnOff := 0 StringTrimRight, this_id, id%a_index%, 0 WinGetTitle, this_title, ahk_id %thi...
by ThewarII
15 Oct 2018, 04:34
Forum: Ask for Help (v1)
Topic: I have problem with script turn off all programs
Replies: 3
Views: 912

I have problem with script turn off all programs

Hello everyone, I got problem when use this script. It close some programs i don't want it close. WinGet, id, list, , ,%excluded% Loop, %id% { StringTrimRight, this_id, id%a_index%, 0 WinGetTitle, this_title, ahk_id %this_id% Winclose,%this_title% } Return That script made by someone, not me. Exampl...
by ThewarII
03 Oct 2018, 14:35
Forum: Ask for Help (v1)
Topic: Detect application icon change ?
Replies: 3
Views: 888

Re: Detect application icon change ?

Greate, thanks.
by ThewarII
03 Oct 2018, 14:32
Forum: Ask for Help (v1)
Topic: INIREAD returns ERROR Topic is solved
Replies: 8
Views: 3332

Re: INIREAD returns ERROR Topic is solved

Something error in Notepad++
So i choice notepad except specical something notepad can't work.
by ThewarII
03 Oct 2018, 14:10
Forum: Ask for Help (v1)
Topic: Custom script?
Replies: 1
Views: 459

Re: Custom script?

Basic/simple with hotkey Z Z:: Send, [text you want] Return with hotstring Z ::Z:: Send, [text you want] Return you also add like If (your_value = another_value) Else Loop, ;from blank to some number for loop permanent or limit loop Break ;use in loop Continue ;use in loop if really need. A := B is ...
by ThewarII
03 Oct 2018, 13:56
Forum: Ask for Help (v1)
Topic: FormatTime | ddd | showing day isn't working Topic is solved
Replies: 8
Views: 1365

Re: FormatTime | ddd | showing day isn't working Topic is solved

- The date can change between running the two FormatTime lines. This might seem minor, but it's an avoidable bug. Perhaps a daylight-saving time change could still cause an error in my script. - The same principle, retrieving the date multiple times and hoping it will still be the same, can have mo...
by ThewarII
03 Oct 2018, 13:42
Forum: Ask for Help (v1)
Topic: Can't figure out how to do this.
Replies: 1
Views: 528

Re: Can't figure out how to do this.

I guess you want use ahk in GTA SAMP Is it correct ? If correct, I guess you want: Try with this Numpad1:: ;Injuries Send t/me Kneels down and inspect the individual for any signs of injuries. Loop, { If (State := GetKeyState("enter","D")) { Send t/do What would i see?{enter} Break } If (State := Ge...
by ThewarII
03 Oct 2018, 13:26
Forum: Ask for Help (v1)
Topic: combine alt and ctrl into one key like macos & disable other shortcuts?
Replies: 3
Views: 960

Re: combine alt and ctrl into one key like macos & disable other shortcuts?

Too hard for understand all of that. Did you meant when you pressed Alt with F, alt f doesn't appear in application but send X to application ? Did you meant when you pressed Ctrl with F, ctrl f doesn't appear in application but send Y to application ? Is it right ? If it right, try to use it. !f:: ...
by ThewarII
03 Oct 2018, 13:14
Forum: Ask for Help (v1)
Topic: Plea for help
Replies: 2
Views: 575

Re: Plea for help

Too much error so I guess you want loop permanently like that: Loop, { Click, 337, 474 ; can't use "Left, 1", it's automatic use left click. Sleep, 500 Loop { CoordMode, Pixel, Window ImageSearch, FoundX, FoundY, 294, 369, 336, 415, C:\Program Files\MacroCreator\Screenshots\Screen_20181003014042.png...
by ThewarII
03 Oct 2018, 13:03
Forum: Ask for Help (v1)
Topic: I need a custom script with the following instruction, any help please?
Replies: 2
Views: 527

Re: I need a custom script with the following instruction, any help please?

I think you wanna hack something by ahk.
If that true, I ignore answer.
by ThewarII
03 Oct 2018, 12:58
Forum: Ask for Help (v1)
Topic: Script stops working (often) after lock/unlock screen Topic is solved
Replies: 4
Views: 1051

Re: Script stops working (often) after lock/unlock screen Topic is solved

I never got that in win 10 pro & my pc only can use win10 home or higher.
I can't help you now.
by ThewarII
03 Oct 2018, 12:50
Forum: Ask for Help (v1)
Topic: FormatTime | ddd | showing day isn't working Topic is solved
Replies: 8
Views: 1365

Re: FormatTime | ddd | showing day isn't working Topic is solved

- Hello ThewarII. What you say is true, however, if you use the approach that doesn't store the variable, and you run the script at midnight, you could get a mismatch. - These situations are unlikely, but they do happen and are avoidable. Cheers. hello, why you say that? It also use automatic get c...
by ThewarII
02 Oct 2018, 13:04
Forum: Ask for Help (v1)
Topic: Infinite loop to monitor a certain window
Replies: 4
Views: 594

Re: Infinite loop to monitor a certain window

Use

Code: Select all

#NoTrayIcon
Wanna control it

Code: Select all

DetectHiddenWindows, On
Select... (I don't remember name), 2
SendMessage, 0x111, 0x65300, [name of ahk with *.ahk] - autohotkey
P/S: I can't remember exactly code so you need search some where for exactly name code of it.
by ThewarII
02 Oct 2018, 12:51
Forum: Ask for Help (v1)
Topic: FormatTime | ddd | showing day isn't working Topic is solved
Replies: 8
Views: 1365

Re: FormatTime | ddd | showing day isn't working Topic is solved

Thanks Jeeswg.
That also i want to say.
Or you also don't realy need use datetime := A_Now
Because you use current time.

Code: Select all

!+2::
FormatTime, ddd,, ddd
FormatTime, datetime,, yyyyMMdd@HHmmss-
SendInput, % datetime ddd
Return
by ThewarII
02 Oct 2018, 12:14
Forum: Ask for Help (v1)
Topic: On 'W' release, input 'S'.
Replies: 4
Views: 868

Re: On 'W' release, input 'S'.

Yea I forgot show you another way. I show you more something, maybe it can help you. ~ $ ! + ^ # ! is alt key ^ is ctrl key + is shift key # is window key $ i don't know how to say about it. ~ for don't repeat hotkey btw press the hotkey also send in display. All of it use for hotkey. This is for ho...
by ThewarII
30 Sep 2018, 13:03
Forum: Ask for Help (v1)
Topic: creating first script - help
Replies: 4
Views: 1214

Re: creating first script - help

Use Send if you don't need immediately. ^!I:: Send, > Return ^!u:: Send, < Return Or use Send with SetKeyDelay if you want faster, fastest or slower or slowest, etc... SetKeyDelay, -1, -1 is fastest and same as SendInput. ^!I:: SetKeyDelay, -1, -1 Send, > Return ^!u:: SetKeyDelay, -1, -1 Send, < Ret...
by ThewarII
30 Sep 2018, 12:53
Forum: Ask for Help (v1)
Topic: AHK Compiler not working correctly after update
Replies: 13
Views: 3513

Re: AHK Compiler not working correctly after update

I long time ago (I guess it in 2013) I got virus blocked download ahk.
So check & kill virus & disable block ahk if antivirus block it.
by ThewarII
30 Sep 2018, 12:48
Forum: Ask for Help (v1)
Topic: On 'W' release, input 'S'.
Replies: 4
Views: 868

Re: On 'W' release, input 'S'.

I guess you want this
w up::
Send, s
Return

Go to advanced search