Search found 7 matches

by Player
26 Jan 2020, 11:42
Forum: Gaming Scripts (v1)
Topic: Age of Empires II: Definitive Edition macros
Replies: 1
Views: 7767

Age of Empires II: Definitive Edition macros

Here are looping scripts you can use with the numpad. Pressing a key activate the loop, pressing it again disable it. The key ` will quit the loop if you struggle to get out. Economy: 1: create villagers from all your Town Centers 2: move idle villagers to your cursor, it is advised to use the minim...
by Player
15 Nov 2019, 16:03
Forum: Gaming Scripts (v1)
Topic: Age of Empires II: Definitive Edition macros
Replies: 0
Views: 4579

Age of Empires II: Definitive Edition macros

Toggle = 0 #MaxThreadsPerHotkey 2 delay = 1 Numpad1:: ;create villagers Toggle := !Toggle While Toggle{ SendInput, h sleep delay SendInput, g sleep delay SendInput, q sleep delay } return Numpad2:: ;move idle villagers Toggle := !Toggle While Toggle{ SendInput, . sleep delay Click, right } return N...
by Player
01 Apr 2018, 11:19
Forum: Gaming Help (v1)
Topic: How to run several loops at once? Topic is solved
Replies: 2
Views: 963

Re: How to run several loops at once? Topic is solved

Thank you for the fast answer. I have seen that the SetTimer was needed but your script is I think the most simplified and easy to setup version of all the scripts I have seen. :) Edit: I have added accolades for those that wants to use multiple lines (for example to add key inputs and clicks in the...
by Player
01 Apr 2018, 11:01
Forum: Gaming Help (v1)
Topic: How to run several loops at once? Topic is solved
Replies: 2
Views: 963

How to run several loops at once? Topic is solved

Hi, I want to create a script that can toogle several loops. The problem is that the latest loop enabled override the previous active loop. For example I have created a script, by pressing F1 the "a" key gets looped and F2 loops the "b" key. If I enable F1 first then enable F2 only "b" will be writt...
by Player
09 Feb 2018, 11:36
Forum: Gaming Scripts (v1)
Topic: Macros for Age of Empires II HD
Replies: 0
Views: 11025

Macros for Age of Empires II HD

Here is a script with macros for Age of Empires II. It works with the numbpad and you just have to press a key to enable it and press any macros to disable the loop. This script works well if you have a lot of building to create the same units so they spawn in wave all at once. With the goth I sugge...
by Player
09 Feb 2018, 09:59
Forum: Ask for Help (v1)
Topic: A sleep of 0.9 is almost 20 times shorter than a sleep of 1
Replies: 5
Views: 1616

A sleep of 0.9 is almost 20 times shorter than a sleep of 1

The sleep timer is bugged once we go bellow 1, if I want to make the sleep slightly shorter from 1 with 0.9 it behaves like if I had used the value 0.05 because it's executed approximately 20 times faster.
by Player
03 Feb 2018, 15:54
Forum: Gaming Scripts (v1)
Topic: Dota macros - Dota 2 scripts AutoHotkey
Replies: 0
Views: 37753

Dota macros - Dota 2 scripts AutoHotkey

Important: Enable Quickcast. The default shortcuts are used. The neutral item key is set to 'J'. All macros start by closing the game chat and shop with the Escape key and press F1 to select your hero. Loop Macro The loop macros will first trigger all your items because they have no cast animation;...

Go to advanced search