Search found 494 matches

by SpeedMaster
24 Oct 2020, 15:14
Forum: Scripts and Functions (v1)
Topic: ImagePut - A core library for images in AutoHotkey (Now supports HEIC & WEBP)
Replies: 52
Views: 18192

Re: ImagePut - Windows Image Transformation Library

Sometimes I change my cursor to Taylor Swift and turn on mouse trails. 8-) :lol: she inspired me... Press Win + F1 to toggle a big cursor ; Script name: Toggle Big Cursor ; Shortcut: press Win + F1 to toggle big cursor #SingleInstance force #include imageput.ahk onexit,exit if !FileExist("big_yello...
by SpeedMaster
24 Oct 2020, 06:58
Forum: Scripts and Functions (v1)
Topic: A 'Tap and Hold' script
Replies: 4
Views: 1862

Re: A Donaton to the community.

Thank you for this "Tap or Hold" snippet. but the script you posted doesn't work. :cry: I fixed it here. ;) I guess there are other ways to do that. :think: ; triple Tap or Hold key snippet ;??????????????????????????????????????\ .----------------------------------------+ return ; ¦ Timer: ; - - tr...
by SpeedMaster
10 Oct 2020, 13:43
Forum: Scripts and Functions (v1)
Topic: CENSOR BOX
Replies: 12
Views: 5803

Re: CENSOR BOX

New version (v1.4)

I've added some additional shortcuts that might be useful. if you don't need them, feel free to disable them... ;)
  • F5:: hide/show all boxes
  • F6:: make current box semi-transparent or opaque
Cheers
by SpeedMaster
01 Oct 2020, 17:36
Forum: Scripts and Functions (v1)
Topic: PNG TO SCREEN
Replies: 2
Views: 888

Re: PNG TO SCREEN

Great script, ... I'm glad you like the script. :) 1. I have big picture and script only loads upperpart of that image, can you show it whole on screen? I do not recommend resizing an image directly with AHK as the quality can be affected :problem: ... but anyway I have introduced the possibility t...
by SpeedMaster
29 Sep 2020, 06:59
Forum: Scripts and Functions (v1)
Topic: PNG TO SCREEN
Replies: 2
Views: 888

PNG TO SCREEN

Hello, This script loads to the screen all the images contained in the script directory so that you can move them with the mouse. 8-) The script detects keywords contained in file name to trigger some actions when you click on the image. :!: (ex. "my_file exit.png" to exit) SHORTCUTS:: F1 .............
by SpeedMaster
15 Jul 2020, 01:36
Forum: Scripts and Functions (v1)
Topic: DIMMER BOX
Replies: 6
Views: 3654

Re: DIMMER BOX

- anchor the overlay to the dimmed window so that they move and resize together - destroy the overlay if the dimmed window is closed if you press Alt + F1 again after resizing or closing a window the script will do that. :thumbup: Doing this automatically would be better but I have no idea how to d...
by SpeedMaster
14 Jul 2020, 18:33
Forum: Scripts and Functions (v1)
Topic: DIMMER BOX
Replies: 6
Views: 3654

DIMMER BOX

I know there are lots of screen dimmers and probably much better than this one but I found the idea of targeting only certain windows quite interesting. (Especially Notepad :mrgreen: 8-) ) usage: Press Alt + F1 to dim selected windows Press Alt + F2 to destroy all overlay boxes ; ===================...
by SpeedMaster
14 Jul 2020, 17:37
Forum: Scripts and Functions (v1)
Topic: CENSOR BOX
Replies: 12
Views: 5803

Re: CENSOR BOX

MancioDellaVega wrote:
11 Jul 2020, 01:07
What do you think about to add the possibility of censor or highlight part of the screen?... i was thinking something like this....
Nice addition thanks :)
updated the script to v1.3

Cheers
by SpeedMaster
10 Jul 2020, 04:21
Forum: Scripts and Functions (v1)
Topic: CENSOR BOX
Replies: 12
Views: 5803

Re: CENSOR BOX

P.s.: Press and hold Shift, press LButton, move mouse to positon x-cross, release Shift, move mouse to draw rectangle, release LButton. Reposition, resize, get background color and (un)freeze remain unchanged. Thanks rommmcek for the mouse version. It takes a little bit of practice at the beginning...
by SpeedMaster
04 Jul 2020, 06:54
Forum: Scripts and Functions (v1)
Topic: CENSOR BOX
Replies: 12
Views: 5803

CENSOR BOX

Hello, Sometimes you just want to hide parts of the screen with a color... :cry: :think: Here's an easy way to do it. 8-) The script creates a resizable box in the center of the screen that you can move to hide parts of the screen. You can create as many boxes as you want by pressing the F1 key. sho...
by SpeedMaster
02 Jul 2020, 17:16
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 250021

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Grid-based interface with some b64 images but no sound. :lolno: OnMessage(0x201, "WM_LBUTTONDOWN") gosub, decode gui, add, pic, y10 , % bg opt:="gclick backgroundtrans" r:=c:=0, rows:=4, cols:=2 While r++ < rows { while c++ < cols{ gui 1: add, pic, % opt " v" c "_" r . (c=1&&r=1 ? " x60 y170 section...
by SpeedMaster
23 Jun 2020, 08:03
Forum: Scripts and Functions (v1)
Topic: Reduce Flicker dramatically (Double Buffer)
Replies: 30
Views: 14996

Re: Reduce Flicker dramatically (Double Buffer)

Thank you for that tip. :bravo:
I tested it with my vintage "Basic Hello" clone game.
That game was full of screen flickering and now the problem is solved. :thumbup:
Basic Hello v1.2:
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=56717
Thanks.
by SpeedMaster
19 Jun 2020, 10:03
Forum: Gaming Scripts (v1)
Topic: [Game] List of all AHK Games
Replies: 54
Views: 78891

Re: [Game] List of all AHK Games

Game Many tetris

the link to download this great game is dead. :( So I'm putting it back here. ;)
ManyTetris.zip
(103.36 KiB) Downloaded 498 times
by SpeedMaster
19 Jun 2020, 07:45
Forum: Scripts and Functions (v1)
Topic: Dot Game
Replies: 2
Views: 2669

Re: Dot Game

Every been playing a game and though to yourself "I could script this game in AutoHotKey."? No? It's just me then? If you're interested, you can find a list of most of them here. https://www.autohotkey.com/boards/viewtopic.php?f=19&t=36744 I've tested this game and it works fine. Thanks for sharing...
by SpeedMaster
03 Jun 2020, 04:03
Forum: Scripts and Functions (v1)
Topic: Paste Image to Screen like Snipaste
Replies: 2
Views: 1411

Re: Paste Image to Screen like Snipaste

Amazing, works very well on win 7 and win 10. :bravo: I've been looking for something like this for quite some time. The options for this script could be greatly expanded. ;) for example by offering an option to choose a file directly instead of using only the clipboard. (F4 = load a file) like this...
by SpeedMaster
15 May 2020, 06:19
Forum: Scripts and Functions (v1)
Topic: NotStr() : Switch between multiple states
Replies: 43
Views: 6236

Re: NotStr() : Switch between multiple states

Hello, Code updated: CycleStr() v1.2 ;) New feature [*] Minor bug fix: (when no starting value is set and going in backward direction the script was returning value Max-1 instead of Max as first value) See previous post above for code and demos. https://www.autohotkey.com/boards/viewtopic.php?f=6&t=...
by SpeedMaster
05 May 2020, 03:34
Forum: Scripts and Functions (v1)
Topic: NotStr() : Switch between multiple states
Replies: 43
Views: 6236

Re: NotStr() : Switch between multiple states

Hello, Code updated: CycleStr() v1.1 New feature [*] Added support for padding zeros to the numbers when creating a range. :!: New syntax is "R:Min:Max:Padding" for ex. num:=CycleStr(num, "R:1:120:4") will build a range from 0001 to 0120 :!: Up to 99 zeros can be padded See previous post above for c...
by SpeedMaster
27 Apr 2020, 08:28
Forum: Scripts and Functions (v1)
Topic: NotStr() : Switch between multiple states
Replies: 43
Views: 6236

Re: NotStr() : Switch between multiple states

You shouldn't decide for others. I just gave my point of view, that's all. :silent: :roll: I wonder what application you have in mind for CycleStr() One use I can think of: Say my list is a bunch of windows handles, I can do Alt-tab switching with NotStr() With CycleStr(), I could additionally do S...
by SpeedMaster
27 Apr 2020, 03:05
Forum: Scripts and Functions (v1)
Topic: NotStr() : Switch between multiple states
Replies: 43
Views: 6236

Re: NotStr() : Switch between multiple states

The above snippet is already super slower than the ternary equivalent Not A_IsUnicode ? 1 : 2 I couldn't agree more. If you want to process a large amount of data and speed is important to you don't use these two functions CycleStr() & NotStr() or even better don't use AHK :!: (use machine code or ...

Go to advanced search