Search found 9 matches

by hecore
17 Mar 2021, 09:57
Forum: Announcements
Topic: Upcoming Ahk2Exe changes
Replies: 147
Views: 154311

Re: Upcoming Ahk2Exe changes

How to use multiply icons?

This dont working

Code: Select all

;@Ahk2Exe-SetMainIcon 1.ico
;@Ahk2Exe-AddResource 2.ico
;@Ahk2Exe-AddResource 3.ico

a::
  Menu, Tray, Icon, 2.ico
  
b::
  Menu, Tray, Icon, 3.ico
 
thanx
by hecore
04 Dec 2020, 07:28
Forum: Pulovers Macro Creator
Topic: Separate recording of mouse movement and click?
Replies: 3
Views: 1287

Re: Separate recording of mouse movement and click?

Can you please add option to separate record mode it and make script without switching in settings:
It wil help with some 3d apps!

Code: Select all

Send {Click, 1}
sleep 10
Send {Click, 1}
sleep 10

MouseMove, 10, 10 
sleep 10
Send {Click, 1}
sleep 10
MouseMove, 20, 20 
sleep 10
MouseMove, 30, 30 
Thank you!
by hecore
04 Dec 2020, 07:11
Forum: Pulovers Macro Creator
Topic: How record move mouse from current position?
Replies: 1
Views: 1419

How record move mouse from current position?

How record move mouse from current position? As call:

Code: Select all

DllCall("mouse_event", uint, 10, int, 10, int, 0)
Sleep 10
DllCall("mouse_event", uint, -10, int, -10, int, 0)
by hecore
04 Dec 2020, 07:05
Forum: Pulovers Macro Creator
Topic: Separate recording of mouse movement and click?
Replies: 3
Views: 1287

Separate recording of mouse movement and click?

How to separate recording of mouse movement and pressing click or hold?

If you dont move mouse and press click its write coordinates to script, witch are not need to use ( and can break)
by hecore
15 Sep 2020, 13:44
Forum: Ask for Help (v1)
Topic: Save and read Array position to file
Replies: 2
Views: 255

Save and read Array position to file

I have this lines. They are in script, but can be in file
var=
(
400,500,600,700
800,900,100,200
300,400,500,600
)

How to read it one by one round and save position to file. Then load last position and read from it next line
by hecore
15 Jul 2020, 14:14
Forum: Ask for Help (v1)
Topic: Get random multiline consecutive lines Topic is solved
Replies: 3
Views: 1100

Re: Get random multiline consecutive lines Topic is solved

Its perfect to pastle text as list there
Nothing, just space-line between filled lines
by hecore
15 Jul 2020, 12:28
Forum: Ask for Help (v1)
Topic: Get random multiline consecutive lines Topic is solved
Replies: 3
Views: 1100

Get random multiline consecutive lines Topic is solved

How to get random multiline consecutive lines? Here perfect solution for random one-line type from @sinkfaze https://autohotkey.com/board/topic/45613-get-random-items-from-list/#entry283947 My request,var have multiline consecutive lines (big variations) var ( Line1 subline1 Line2 subline2 Line3 sub...
by hecore
22 May 2019, 16:51
Forum: Gaming Help (v1)
Topic: How to move mouse in dx11 exactly to coordinate?
Replies: 1
Views: 932

How to move mouse in dx11 exactly to coordinate?

How to move mouse in dx11? fullscreen x64.
All movements commands go to right top corner, works only move from current position by DllCall("mouse_event",
by hecore
22 May 2019, 16:48
Forum: Gaming Help (v1)
Topic: How to detect game load in dx11 fullscreen (for autologin) ?
Replies: 0
Views: 729

How to detect game load in dx11 fullscreen (for autologin) ?

How to detect game load in dx11 fullscreen and in-window-without borders for autologin script ?

Go to advanced search