Search found 494 matches

by SpeedMaster
27 May 2023, 19:21
Forum: Gaming Scripts (v1)
Topic: Flappy Bird but Bad [Game]
Replies: 14
Views: 3045

Re: Flappy Bird but Bad [Game]

Thank you for the images and installation instructions. The game works fine (AHK 1.1.36.02 Unicode x32 on WIN_7 64bit) :thumbup: I've changed the background color of the GUI to black and inverted the colors of the images. It now looks like an old atari game. :HeHe: Also if you can explain to me why ...
by SpeedMaster
27 May 2023, 09:46
Forum: Gaming Scripts (v1)
Topic: Flappy Bird but Bad [Game]
Replies: 14
Views: 3045

Re: Flappy Bird but Bad [Game]

Extracting the archive file doesn't work. Can you post the images directly ?
by SpeedMaster
02 May 2023, 10:31
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

New Extension Update :

Open Snip Folder : viewtopic.php?f=83&t=115622&p=519894#p519894
(added "explore " to the run command)
by SpeedMaster
01 May 2023, 07:21
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

SM - Snipper - Extensions Snipper - Extension - MoveClip.ahk Usage: Press arrow keys or Ctrl + arrow keys to move the clip image by 1 or 10 pixel ; Snipper - Extension - MoveClip /* ;--------------------------------------------------------------------------------------------------------------------...
by SpeedMaster
01 May 2023, 07:20
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

Updated in First Post Change Log: 2023 04 29 Added Settings that are saved to ini file and loaded on script startup Dynamic creation of context menu Streamlined context menu where the saving or coping of borders is indicated by a checkmark that can be controlled through the Settings dialog More mod...
by SpeedMaster
24 Apr 2023, 15:59
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

In my next release version, put the additional GetPos in as a final check before returning Area. It's great thanks. :thumbup: Moving the Include section from under the SETTINGS to under the AUTO-EXECUTE really only changes if it is above or below the INITIALIZATION - GUI and it needs to be above th...
by SpeedMaster
23 Apr 2023, 14:40
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129554

Re: Screen clipping

New updates: New update for the main files : V1.7 :arrow: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=12088&start=240#p506077 New update for SM_RotateFlip.ahk : V1.7 :arrow: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=12088&start=240#p506431 New update for GK_OCR.ahk : V1.1 :arr...
by SpeedMaster
23 Apr 2023, 14:37
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129554

Re: Screen clipping

Is your version of the script stable? Mine keeps active, but the hotkey (Win+LButton) stops working all the time. I had to create a separate script with a hotkey to reload this one so I can use it. Also, I think the script would be greatly improved if it automatically copied the clipped image to th...
by SpeedMaster
23 Apr 2023, 14:14
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129554

Re: Screen clipping

- I believe that "Gdip_Shutdown("pToken")" does nothing. It should be: Gdip_Shutdown(pToken). (no quotations) Thanks :thumbup: I also had an issue with the "SM_RotateFlip" plugin because, unlike "sm_resize", which works fine, "SM_RotateFlip" gets the hwnd of any Autohotkey GUI, which made it interf...
by SpeedMaster
23 Apr 2023, 08:12
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

Added minor changes to try to support Windows 7 but I am not sure how long Windows 7 can keep up. The changes have negligent effect on later Windows and at least make it run on Windows 7 even if some functionality is lost. Thanks for making the script compatible with win 7. :thumbup: It works quite...
by SpeedMaster
19 Apr 2023, 05:32
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

Yeah same issue here. The images when I save to file are all cropped with black borders... I work around the problem by creating another GUI that shows where the selected snip is. You can destroy it by clicking on it. I think it would be possible to use the same idea to create external buttons. [PL...
by SpeedMaster
19 Apr 2023, 04:11
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

Version 2023 04 15 (main) is not working on Windows 7 . Error at line 77 . (Call to non existant function) I fixed the error with try try DllCall("SetThreadDpiAwarenessContext", "ptr", -3, "ptr") Error at line 185. (this setting is not supported by win 7) I fixed the error with A_OSVersion if instr...
by SpeedMaster
15 Apr 2023, 10:07
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129554

Re: Screen clipping

New update for Draw Shape plugin: V. 2023 04 15 :arrow: viewtopic.php?f=6&t=12088&p=517218#p517218
  • Added free hand drawing (Press Shift + Left mouse) 8-)
  • Shortcut to draw a line is moved to Shift + Right mouse
Regards
by SpeedMaster
12 Apr 2023, 07:00
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129554

Re: Screen clipping

[PLUGIN] Draw Shapes v. 2023 04 15 .002 Usage: Press P to activate basic drawing mode. how to install this plugin ? 1° download FG ScreenClipper at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put this plugin "SM_DrawShape.ahk" in the Lib folder of the main script (RUN_Screen...
by SpeedMaster
12 Apr 2023, 06:57
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129554

Re: Screen clipping

Avastgard wrote:
11 Apr 2023, 20:52
Hey, @SpeedMaster, any news on that basic drawing plugin?
I had forgotten about this one because it was not very easy to use and sometimes unstable.
But as promised I post it anyway. :D
by SpeedMaster
09 Apr 2023, 09:01
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

Version 2023 04 05 , not working on Windows 7.
Error at line 71. (Call to non existant function)

I fixed the error with "try"
try DllCall("SetThreadDpiAwarenessContext", "ptr", -3, "ptr")
by SpeedMaster
09 Apr 2023, 08:44
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 129554

Re: Screen clipping

@InterestingHmm
No it doesn't work with version 2.
For version 2 there is a clone you can find it here: viewtopic.php?f=83&t=115622
For version 2 I have provided only one plugin (the resizer). viewtopic.php?p=515617#p515617
by SpeedMaster
09 Apr 2023, 08:26
Forum: Scripts and Functions (v2)
Topic: Hotstring Manager
Replies: 7
Views: 2191

Re: Hotstring Manager

Very Nice 8-)

The "X" option for Run does not work.
Could you implement it?
For ex.
:X:ntp::run "notepad.exe"
it was easy to do this manually with the script provided in the help file (I just had to replace the T with the X ignore warning and reload the script).
by SpeedMaster
02 Apr 2023, 11:48
Forum: Scripts and Functions (v2)
Topic: Snipper - Window Snipping Tool
Replies: 125
Views: 26284

Re: Snipper - Window Snipping Tool

Thank you very much for making your script compatible for version 2. 8-) Although I myself don't use many extension plugins, I missed the possibility to resize the image with the mouse wheel. So I adapted a previous plugin script to make that. :) how to install this extention plugin ? 1° download Im...
by SpeedMaster
28 Mar 2023, 18:31
Forum: Scripts and Functions (v2)
Topic: [V2] [Function] Select screen region with mouse
Replies: 12
Views: 2965

Re: [V2] Selcet screen région and save it to clipboard

Here is a simplified version as a function: At some point I would like to do a complete rewrite of Screen Clipper to get familiar with the v2 Gdip. This is my start. FG It's amazing. :D Thanks for sharing. :thumbup: I updated my previous post with your function... https://www.autohotkey.com/boards/...

Go to advanced search