Search found 18 matches

by aydinAGF
05 Dec 2022, 10:20
Forum: Ask for Help (v1)
Topic: can we change windows Brightness with ahk?
Replies: 2
Views: 213

can we change windows Brightness with ahk?

can we change windows Brightness with ahk?
by aydinAGF
05 Dec 2022, 09:49
Forum: Ask for Help (v1)
Topic: why my FileAppend script doesent word Topic is solved
Replies: 2
Views: 166

why my FileAppend script doesent word Topic is solved

hi its mty script and i dont know why i cant do it with script its work perfectly when send normal massage
but doesent work in this type

Code: Select all

FileAppend,Loop {`n SoundSet, 15`n SoundBeep, 1500`n WinWaitActive, ahk_exe notepad.exe`n}, %A_Desktop%\test.txt
by aydinAGF
02 Dec 2022, 10:56
Forum: Ask for Help (v1)
Topic: hidden text Topic is solved
Replies: 4
Views: 335

Re: hidden text Topic is solved

thank you :thumbup:
by aydinAGF
02 Dec 2022, 05:32
Forum: Ask for Help (v1)
Topic: hidden text Topic is solved
Replies: 4
Views: 335

Re: hidden text Topic is solved

i dont understand
by aydinAGF
02 Dec 2022, 03:58
Forum: Ask for Help (v1)
Topic: hidden text Topic is solved
Replies: 4
Views: 335

hidden text Topic is solved

i have some button with same name. how i make difference between them for different command? my code Gui, Add, Tab2,, Sound|Brightness|keyboard keybind gui, add, text, x22 y125, Set sound volume: gui, add, slider , x22 y145 w245 tooltip range0-100, 50 gui, add, text, x22 y50, chose app: Gui, Add, Ed...
by aydinAGF
01 Dec 2022, 15:50
Forum: Ask for Help (v1)
Topic: show file address Topic is solved
Replies: 2
Views: 252

Re: show file address Topic is solved

thank you man its work right
by aydinAGF
01 Dec 2022, 13:37
Forum: Ask for Help (v1)
Topic: show file address Topic is solved
Replies: 2
Views: 252

show file address Topic is solved

hi i want to do when we select file from ... button show them in the edit Gui, Add, Tab2,, Sound|Brightness gui, add, text, x22 y140, Set sound volume: gui, add, slider , x22 y160 w245 tooltip range0-100, 50 Gui, Add, Edit , h21 w210 x22 y75, Gui, Add, Button, y74 x240 , &... gui, Show return Button...
by aydinAGF
04 Nov 2022, 02:52
Forum: Ask for Help (v1)
Topic: why is this closed Topic is solved
Replies: 3
Views: 211

Re: why is this closed Topic is solved

thank you its work i used loop to fix it
and this is the correct code for anyone who wants it

Code: Select all

 loop{
    IfWinActive, Untitled - Notepad
 {
        SoundSet, 50
 }

    IfWinNotActive, Untitled - Notepad
 {
        SoundSet, 15
 }
}
by aydinAGF
04 Nov 2022, 02:16
Forum: Ask for Help (v1)
Topic: why is this closed Topic is solved
Replies: 3
Views: 211

why is this closed Topic is solved

thats my code IfWinActive, Untitled - Notepad { SoundSet, 50 Return } IfWinNotActive, Untitled - Notepad { SoundSet, 35 Return } And it closes after a few seconds. How can I make it not close? [Mod edit: Added [code][/code] tags. Please use them yourself when posting code.]
by aydinAGF
28 Oct 2022, 10:31
Forum: Ask for Help (v1)
Topic: sound level control
Replies: 1
Views: 173

sound level control

how i can make a code that limit the sound
i need this for different app that have loud sound
by aydinAGF
28 Oct 2022, 10:22
Forum: Ask for Help (v1)
Topic: usb control
Replies: 3
Views: 427

Re: usb control

it doesent work
by aydinAGF
27 Oct 2022, 08:10
Forum: Ask for Help (v1)
Topic: usb control
Replies: 3
Views: 427

usb control

i want to make a command that can enable and disable my usb
i wnat it to on\off my laptop coolpad
is this posible


[Mod action: Topic moved from "Scripts and Functions > Gaming" to "Ask For Help"]
by aydinAGF
22 Feb 2022, 00:10
Forum: Gaming Help (v1)
Topic: enable script after some cps Topic is solved
Replies: 8
Views: 998

Re: enable script after some cps Topic is solved

@mikeyww
how reset recency?
by aydinAGF
21 Feb 2022, 10:49
Forum: Gaming Help (v1)
Topic: enable script after some cps Topic is solved
Replies: 8
Views: 998

Re: enable script after some cps Topic is solved

@mikeyww
ok i have a problem
Deactivate not working
by aydinAGF
21 Feb 2022, 02:41
Forum: Gaming Help (v1)
Topic: enable script after some cps Topic is solved
Replies: 8
Views: 998

Re: enable script after some cps Topic is solved

@mikeyww

thank you thats very cool script but i need something like that


if CPS going above 3

run "C:\Users\NG\Desktop\example.ahk"

and if going below 3
close "C:\Users\NG\Desktop\example.ahk"
by aydinAGF
20 Feb 2022, 01:58
Forum: Gaming Help (v1)
Topic: enable script after some cps Topic is solved
Replies: 8
Views: 998

enable script after some cps Topic is solved

I need a code that turns on the script after my CPS going above 3 and off when it go down 3

Go to advanced search