Hi im really new to this and dont know anything about making scripts. But i really need a script that could do the stuff im showing in the video below.
If anyone could do this you would be a life saver. And if you could do so i can adjust the speed and check what works best would be great to
Thanks in advance!
https://youtu.be/eNsuiDpGQdM
Macro that click drag things
-
- Posts: 2
- Joined: 18 Jan 2021, 22:41
Re: Macro that click drag things
You can simply use MouseClickDrag for that
For example
That would click at coordinates 50,50 and drag to 100,100 before unclicking.
For example
Code: Select all
F1::
MouseClickDrag,left,50,50,100,100
return
Some of my AHK programs: 3D Voxel Game - Platformer Game - Langton's Ant - Raycast light/Pixel Water - Creating HD map of any game
Or check out my Youtube for these plus many more projects!
Or check out my Youtube for these plus many more projects!

-
- Posts: 2
- Joined: 18 Jan 2021, 22:41
Re: Macro that click drag things
@Spawnova
Okay, but like i dont know anything about making scripts so was hoping if anyone could help me a little
Okay, but like i dont know anything about making scripts so was hoping if anyone could help me a little