Search found 11 matches

by deama
26 Mar 2023, 11:58
Forum: Scripts and Functions (v1)
Topic: [Class] Monitor (Brightness, Contrast, Gamma Ramp)
Replies: 75
Views: 53071

Re: [Class] Monitor (Brightness, Contrast, Gamma Ramp)

Hello! I have been struggling to get this working and I am failing. I use MonitorFromWindow(), return value is 65537, but both GetMonitorBrightness and GetMonitorContrast fail, return nothing. I tried GetDeviceGammaRamp as well . It does not work. Any idea why? Best regards, Marius. Hello, For futu...
by deama
26 Jul 2021, 22:12
Forum: Ich brauche Hilfe
Topic: Bildschirmhelligkeit per Maustasten ändern
Replies: 6
Views: 10598

Re: Bildschirmhelligkeit per Maustasten ändern

z.B. so #Persistent OnExit, EOF ; =============================================================================================================================== ; Win + Numpad 4 (oder Numpad Pfeil Links) ==> Gamma -1 (runter) (Min: 0) #Numpad4:: AdjustBrightness(-1) ; Win + Numpad 5 (oder Numpad 5...
by deama
06 Apr 2021, 13:15
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 325
Views: 114772

Re: MouseGestureL

I'm having some trouble with trying to get the gestures to work on explorer, it simply doesn't seem to recognize it, works fine on everything else though. I tried going to the targets tab and trying out different types, like control class, file name, title, etc... but it doesn't seem to recognize th...
by deama
18 Jan 2021, 23:43
Forum: Ask for Help (v1)
Topic: film grain effect
Replies: 3
Views: 259

Re: film grain effect

Let us know after you try it. :) If you are currently using a static image and having success with it, you can replace it with another static image that has film grain. The film grain has to be moving, otherwise it won't be authentic. I suppose you can use the ActiveX stuff and put on a gif, then j...
by deama
16 Jan 2021, 15:42
Forum: Ask for Help (v1)
Topic: film grain effect
Replies: 3
Views: 259

film grain effect

I was wondering if it can be done? Adding a film grain effect ontop of the desktop? I guess It could work, I managed to make a type of transparent filter (black) that is basically RGB 100,100,100 and makes the screen darker; so you could probably make some sort of random generator that generates the...
by deama
11 Jun 2020, 20:23
Forum: Ask for Help (v1)
Topic: How to get icon path from file?
Replies: 8
Views: 2069

Re: How to get icon path from file?

Ah, cheers, thanks.
by deama
11 Jun 2020, 16:00
Forum: Ask for Help (v1)
Topic: How to get icon path from file?
Replies: 8
Views: 2069

How to get icon path from file?

So I'm trying to display an icon onscreen using splash image. I figured out the splash image to display images, but I can't figure out a way to extract icons from files. So far I got: FilePath = C:\Users\Public\Desktop\Dragon Age Origins.lnk h_icon := DllCall("Shell32\ExtractAssociatedIcon" (A_IsUni...
by deama
12 Aug 2019, 14:51
Forum: Ask for Help (v1)
Topic: Black frame insertion with autohotkey?
Replies: 3
Views: 902

Re: Black frame insertion with autohotkey?

Toggled Example: #NoEnv Gui, 96: +E0x20 +ToolWindow -Caption +AlwaysOnTop +LastFound Gui, 96: Color, 000000 Gui, 96: Show, % "x" 0 " y" 0 " w" 1920 " h" 1080 " NA", Gui, 96: Hide WinSet, Transparent, 255 return F8::Reload F12:: if (toggle := !Toggle) Gui, 96: Show else Gui, 96: Hide return Uhh, ok,...
by deama
12 Aug 2019, 13:19
Forum: Ask for Help (v1)
Topic: Black frame insertion with autohotkey?
Replies: 3
Views: 902

Black frame insertion with autohotkey?

I was thinking of creating a black frame insertion script via autohotkey. I tried using GUIs to insert a black GUI infront, but that ended up being kinda slow because it slowed down my system? Also, I had some trouble clicking through even though I set the clickthrough parameter. Is there perhaps a ...
by deama
04 May 2017, 12:29
Forum: Ask for Help (v1)
Topic: CTRL, control send, and block input
Replies: 3
Views: 1464

CTRL, control send, and block input

Loop { BlockInput On ControlSend,, {Alt down}{Enter}{Alt up}, ahk_exe %window% ControlSend,, {Alt down}%msg% %count%{Alt up}, ahk_exe %window% BlockInput Off Sleep 1100 BlockInput On ControlSend,, {Alt down}{Enter}{Alt up}, ahk_exe %window% BlockInput Off ... Ok, so I need it to perform those vario...
by deama
05 Jan 2017, 17:15
Forum: Gaming Help (v1)
Topic: Aura Kingdom controlClick/ControlSend doesn't work
Replies: 0
Views: 726

Aura Kingdom controlClick/ControlSend doesn't work

F4::Reload return F3:: SetTitleMatchMode, 3 window = Aura Kingdom Online a StringTrimRight, window, window, 1 rand = 0 Loop { Sleep 320 ;Send {Click Down} ControlClick, x590 y690, %window%,,,, D Sleep 225 ;Send {Click Up} ControlClick, x590 y690, %window%,,,, U Random, rand, 0, 100 if( rand <= 25 )...

Go to advanced search