Need help with simple script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Lichy12
Posts: 1
Joined: 05 Mar 2017, 14:42

Need help with simple script

05 Mar 2017, 14:54

Hello, im new and i dont know really how i can do it but i need a script that will do some things
click a Left win key for 90 times every 5 secs
then gonna press p button choose a thing in menu and just type 90 in menu box and press remove and again, is this even possible? if not i`ll appreciate just a script that will click 90 times l win every 5s please
User avatar
aztec3
Posts: 177
Joined: 07 Apr 2014, 12:05

Re: Need help with simple script

06 Mar 2017, 13:38

This will get you started. Don't know what menu item you want to select...is it accessible via a hotkey once the menu is displayed??? Where does the REMOVE appear, is it too a hotkey that can be used? Yes, most things are possible, even more so with enough information, lol.

Code: Select all

Loop, 90
	{
		Send, {LWin} ; Send Left WIN Keystroke
		Sleep, 5000 ; 5000 milliseconds = 5 seconds
	}
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: JKJadan, peter_ahk and 299 guests