Search found 96 matches

by MrDodel
02 Mar 2024, 14:10
Forum: Gaming
Topic: Gaming Master List
Replies: 2
Views: 512

Re: Gaming Master List

Interesting resource, just fyi

The below two lead to 404s.

Radial Menu v4 How To
Intro To Free Power Automate Desktop From Microsoft (Automate Chrome Windows 10)
by MrDodel
28 Feb 2024, 16:13
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 28275

Re: Snipper - Window Snipping Tool

I found this ages ago, sorry I can't remember where, add below the CLASSES & FUNCTIONS - GUI section, to enable dark mode. ; Applying dark theme for Pop-up Menu & Tray Menu. Class DarkMode { Static __New(Mode := 1) => ( DllCall(DllCall("GetProcAddress", "ptr", DllCall("GetModuleHandle", "str", "uxth...
by MrDodel
19 Feb 2024, 11:58
Forum: Ask for Help (v2)
Topic: Auto delete "chrome_url_fetcher*" folders
Replies: 8
Views: 388

Re: Auto delete "chrome_url_fetcher*" folders

You must have DA (Domain Admin) rights to delete from the folder in question.
by MrDodel
09 Feb 2024, 13:11
Forum: Ask for Help (v2)
Topic: huge request
Replies: 6
Views: 252

Re: huge request

I have tried 2 tools: Recuva EaseUS Data Recovery Wizard (Server seems to be down atm but there is plenty external sites I think) Recuva seems to get the job done, however I have to say that EaseUS Data Recovery Wizard is way more effective, I managed to restore like more than 100 GB of files (most...
by MrDodel
19 Jan 2024, 02:42
Forum: Scripts and Functions (v2)
Topic: WinTune - Tweak & optimize your Windows System
Replies: 14
Views: 1940

Re: WinTune - Tweak & optimize your Windows System

May want to add it requires 32bit 2.0. (==> This script requires AutoHotkey 2.0 32-bit.)

Also, is it safe for 23H2?
by MrDodel
18 Dec 2023, 15:10
Forum: Forum Issues
Topic: Slow forum
Replies: 111
Views: 11873

Re: Slow forum

I've experienced it over the last 2 days, Yesterday it was just the morning, today it was most of the day even opening one tab, since the rbt, seems to be resolved.
by MrDodel
11 Dec 2023, 16:14
Forum: Ask for Help (v2)
Topic: Clipboard history. Topic is solved
Replies: 7
Views: 533

Re: Clipboard history. Topic is solved

First of all I would like to greet all the users of this forum. I would like to kindly ask for help in order to delete the entire history of the clipboard without having to do it manually every time. Before writing this request I tried to look for the solution in the previous post but I couldn't fi...
by MrDodel
11 Dec 2023, 11:30
Forum: Gaming
Topic: Help Request: Motion Tracking script
Replies: 10
Views: 971

Re: Help Request: Motion Tracking script

@MrDodel, which rule are you referring to exactly? I thought I'd read it here: https://www.autohotkey.com/boards/viewtopic.php?f=2&t=29155 but as it's marked as draft, I've put 2 and 2 together to get 5. ""2. Any kind of AutoHotkey script that removes intended drawbacks from the game or its element...
by MrDodel
06 Dec 2023, 15:37
Forum: Gaming
Topic: Help Request: Motion Tracking script
Replies: 10
Views: 971

Re: Help Request: Motion Tracking script

No matter how you word this, you're aiming (no pun intended) for an anti-recoil "moderately stabilize" script, no assistance will be provided, see the forum rules.
by MrDodel
11 Oct 2023, 07:38
Forum: Ask for Help (v2)
Topic: HyperLink & OnMessage Topic is solved
Replies: 1
Views: 406

Re: HyperLink & OnMessage Topic is solved

WM_MOUSEMOVE was the trick.
by MrDodel
11 Oct 2023, 06:59
Forum: Ask for Help (v2)
Topic: HyperLink & OnMessage Topic is solved
Replies: 1
Views: 406

HyperLink & OnMessage Topic is solved

Howdy, Simple code below, presents a draggable GUI with a Hyperlink and using OnMessage(0x201, WM_LBUTTONDOWN) prevents the hyperlink being opened, what am I missing ? #Requires AutoHotkey v2 #SingleInstance Force oGui := Gui("AlwaysOnTop -Caption +Border +DPIScale", "") oGui.Add("Text", "x70 y30", ...
by MrDodel
07 Sep 2023, 04:14
Forum: Scripts and Functions (v2)
Topic: XInput - Xbox Controller API
Replies: 8
Views: 5954

Re: XInput - Xbox Controller API

maffle wrote:
06 Sep 2023, 11:24
How do other tools detect it though? For example reWASD
reWASD uses its own kernel drivers written by the reWASD devs, hence why it also costs money to buy.
by MrDodel
27 Aug 2023, 14:57
Forum: Ask for Help (v2)
Topic: Help close Opera using the UIA library.
Replies: 4
Views: 374

Re: Help close Opera using the UIA library.

@LAPIII, you're really not helping yourself at all. This forum isn't for people just to supply a plugin answer you can run with, that's not how it works. It's time you started reading and understanding what is offered by the countless people who have helped you historically and reading the AutoHotke...
by MrDodel
26 Aug 2023, 02:46
Forum: Ask for Help (v2)
Topic: Convert Notepad++ script to version 2. Topic is solved
Replies: 6
Views: 768

Re: Convert Notepad++ script to version 2. Topic is solved

@LAPIII, yes it is possible to set up a hotkey, I suggest you check your multiple historical posts on this same subject.
by MrDodel
24 Aug 2023, 11:34
Forum: Ask for Help (v2)
Topic: WinActivate "ahk_pid" not working?
Replies: 11
Views: 815

Re: WinActivate "ahk_pid" not working?

@Bull123, are you running Win11 by anychance ?

I'm running 10 on my laptop it works fine, On Win 11 (22H2 22621.2134) I get the same error.
by MrDodel
21 Aug 2023, 03:59
Forum: Ask for Help (v1)
Topic: Why did this happen?
Replies: 10
Views: 707

Re: Why did this happen?

Could be anything, try reducing the size of the code for a start, expecting someone to trawl through the attached source is nonsense.
by MrDodel
07 Aug 2023, 10:45
Forum: Ask for Help (v1)
Topic: Define a fixed letter for an external USB drive Topic is solved
Replies: 5
Views: 488

Re: Define a fixed letter for an external USB drive Topic is solved

@fmildemberger

Outside AHK, check a tool called USBDLM.
by MrDodel
06 Aug 2023, 01:42
Forum: Ask for Help (v2)
Topic: ahk running too slow
Replies: 4
Views: 465

Re: ahk running too slow

@xerzsh

Move your scripts out of that folder and test, until you find the culprit, if it is indeed an AHK script causing it, not really a puzzle.

Go to advanced search