Search found 1272 matches

by Scr1pter
23 May 2022, 17:31
Forum: Gaming Help (v1)
Topic: Working with GUIs on other monitor = Cheating?
Replies: 2
Views: 424

Working with GUIs on other monitor = Cheating?

Hello, A general question: When using different monitors, can it be considered as hacking if any stuff is being done on a display where the game is not running to? I have 3 displays: Monitor 1 (left) - has different GUIs which show me for example cpu, ram, volume, clock Monitor 2 (center) - is my ma...
by Scr1pter
21 May 2022, 09:28
Forum: Ask for Help (v1)
Topic: Controling Logitech LEDs with AHK
Replies: 7
Views: 1757

Re: Controling Logitech LEDs with AHK

Hello again,

I reinstalled GHub and now it works, but let's see if it will stop working again...

Thanks anyway.
by Scr1pter
21 May 2022, 09:25
Forum: Ask for Help (v1)
Topic: Speed of mouse reduced
Replies: 3
Views: 292

Re: Speed of mouse reduced

Hi,

Without any details it's difficult to tell.
What mouse and software do you use?
Can it be that the dpi were changed independently of AHK?

You don't need to post your whole AHK script anyway, just the relevant lines.

And what's the aim of your script at all?

Cheers!
by Scr1pter
19 May 2022, 18:43
Forum: Ask for Help (v1)
Topic: Controling Logitech LEDs with AHK
Replies: 7
Views: 1757

Controling Logitech LEDs with AHK

Hey all, Long time no see - hope you're all fine. I got a new mouse (Logitech G502 LS) and needed to install GHub and uninstall the Logitech Gaming Software. Unfortunately I can't control the LEDs with AHK anymore. It didn't work, then it worked and now it does not work again - and I have no clue wh...
by Scr1pter
16 Jan 2022, 07:48
Forum: Ask for Help (v1)
Topic: Experiences with SoundBlaster Command?
Replies: 1
Views: 212

Experiences with SoundBlaster Command?

Hello, I'm thinking about buying a SoundBlaster X AE-5 Plus. I checked that it uses a new software named Soundblaster Command where you can create different profiles for applications. I read its manual but it says that you can change profiles manually - I didn't see any automatic way. Is there any p...
by Scr1pter
15 Nov 2021, 04:05
Forum: Off-topic Discussion
Topic: Chess [Online]
Replies: 4
Views: 2872

Re: Chess [Online]

I did a voice command script a while ago.
Using Dragon Naturally Speaking to trigger AHK scripts to move pieces.

Was fun, but I haven't used it for a long time.

Cheers!
by Scr1pter
15 Nov 2021, 03:54
Forum: Ask for Help (v1)
Topic: Joytokey not working with script. Topic is solved
Replies: 2
Views: 553

Re: Joytokey not working with script. Topic is solved

Hi, Why don't you try to use the specific joy button instead of \ ? As I understood: You map your button within joytokey to \ in order to trigger AHK. Try the direct way instead: Joy7:: ; You will need to specify the correct button SoundSet, 1,, Mute KeyWait, \ SoundSet, 0,, Mute return Then, in Joy...
by Scr1pter
11 Sep 2021, 14:11
Forum: Ask for Help (v1)
Topic: ControlSend not working with Studio One Plugin
Replies: 2
Views: 285

ControlSend not working with Studio One Plugin

Hello, I'm trying to change the preset of a plugin inside of Studio One (Music program). The ahk_class of Studio One is CCLWindowClass, the ahk_class of any plugin inside of Studio One is CCLShadowWindowClass. Changing the preset is done with Alt+PgDn (next) or Alt+PgUp (previous). When the plugin i...
by Scr1pter
09 Sep 2021, 06:32
Forum: Other Utilities & Resources
Topic: Looking for USB-Boot Manager (for Windows)
Replies: 4
Views: 2748

Re: Looking for USB-Boot Manager (for Windows)

Thanks, whatever I tried, it did not work. I sent back the SSD and bought another one for my other device (laptop) and there was no issue. On the tablet it didn't work. It was not even shown in bios even though windows found it during install menu, but refused to format it. Looks like that tablet ha...
by Scr1pter
06 Aug 2021, 09:14
Forum: Other Utilities & Resources
Topic: Looking for USB-Boot Manager (for Windows)
Replies: 4
Views: 2748

Re: Looking for USB-Boot Manager (for Windows)

Hi and thanks for your quick reply. Yes, I know this tool and used it a while ago to create a bootable USB stick (which consists of 2 partitions). But I'm not sure if I expressed myself clearly: I need some USB boot device only for help to run my installed Windows which is on an SSD. I'm not actuall...
by Scr1pter
06 Aug 2021, 08:37
Forum: Other Utilities & Resources
Topic: Looking for USB-Boot Manager (for Windows)
Replies: 4
Views: 2748

Looking for USB-Boot Manager (for Windows)

Hello, I replaced the internal hard drive of a tablet (cloned it before), but it does not boot Windows 10 anymore. Inside of BIOS I can't see the new hard drive, even though its standard is the same (SSD M2 S-ATA). When I wanted to install Windows 10 (using Media Creation USB), it finds the HDD and ...
by Scr1pter
19 May 2021, 14:03
Forum: Ask for Help (v1)
Topic: Increase number within String with condition
Replies: 4
Views: 281

Increase number within String with condition

Hello friends, I have a text file with different lines which have this format: 1:E3:127:492 2:E4:127:732 1:B3:127:420 4:C6:127:372 I need to increase all numbers inside of the second block by 1, if any lines contain the number 3 (within the 2nd block). I use FileRead to read it in and assign its con...
by Scr1pter
25 Jan 2021, 19:35
Forum: Gaming Help (v1)
Topic: XBox One Controller - Guide Button programming
Replies: 3
Views: 3821

Re: XBox One Controller - Guide Button programming

Thank you, gregster! When I connect my Controller to my PC, it works the way you suggested. An overlay gets shown (Record, Audio, Performance), but the MsgBox gets shown as well. Unfortunately, it does not work when the controller is connected to my TV, which is linked to my PC via LAN (Steam Link)....
by Scr1pter
25 Jan 2021, 18:26
Forum: Forum Issues
Topic: Forums Slow to load
Replies: 33
Views: 5137

Re: Forums Slow to load

Yes, it is very slow for me as well.

Cheers!
by Scr1pter
25 Jan 2021, 18:24
Forum: Gaming Help (v1)
Topic: XBox One Controller - Guide Button programming
Replies: 3
Views: 3821

XBox One Controller - Guide Button programming

Hello, According to several internet sites, the Guide Button is: VK07SC000:: (I also checked it by pressing the button and viewing the key history inside of the ahk script.) The problem is that AHK says Error: invalid hotkey when I compile this script: VK07SC000:: MsgBox, Guide button return Any ide...
by Scr1pter
04 Jan 2021, 13:02
Forum: Allgemeines
Topic: 2020 -> 2021
Replies: 9
Views: 3057

Re: 2020 -> 2021

Vielen Dank!
Von mir auch alles Gute :)

Grüße
by Scr1pter
26 Dec 2020, 07:13
Forum: Allgemeines
Topic: Heise Adventskalender bis 26.12.2020
Replies: 3
Views: 2347

Re: Heise Adventskalender bis 26.12.2020

Ich las zuerst heiße Kalender :lol:
Doch dann kam die Enttäuschung :wtf:


Grüße und schöne Weihnachtszeit!
by Scr1pter
07 Dec 2020, 08:32
Forum: Ask for Help (v1)
Topic: DLLCall for mouse acceleration on/off
Replies: 0
Views: 642

DLLCall for mouse acceleration on/off

Hi guys, I found this script which adjusts the mouse speed via DLLCall on Windows 10: global SPIProc, User32Module User32Module := DllCall("GetModuleHandle", Str, "user32", "Ptr") SPIProc := DllCall("GetProcAddress", "Ptr", User32Module, "AStr", "SystemParametersInfoW", "Ptr") F1:: DllCall(SPIProc, ...
by Scr1pter
23 Nov 2020, 06:11
Forum: Off-topic Discussion
Topic: What keyboard you are using for AutoHotKey?
Replies: 18
Views: 6248

Re: What keyboard you are using for AutoHotKey?

Yes, that's the keyboard. G keys are programmable keys, like the additional mouse buttons (e.g. 7 buttons). I have a separate numblock on the left side. So my keyboard would be centered while my mouse would still be perfectly reachable. Regarding the missing media keys: I found an app that turns my ...
by Scr1pter
18 Nov 2020, 09:38
Forum: Off-topic Discussion
Topic: What keyboard you are using for AutoHotKey?
Replies: 18
Views: 6248

Re: What keyboard you are using for AutoHotKey?

I still use the 1st generation of the Logitech G15. QWERTZ layout :P I'm thinking about to replace it by the Logitech G Professional. I don't need all the G keys anymore (thanks to AHK) and Num block on the right side (where my mouse/touchpad is) is unergonomical. G Pro is very compact and mechanica...

Go to advanced search