ITS EASY? YOU ARE A GOD.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
luciosk8
Posts: 1
Joined: 13 Aug 2018, 17:49

ITS EASY? YOU ARE A GOD.

13 Aug 2018, 17:52

my script moving to DOWN \/... i need only he move to UP /\ !
PLEEEEASEEE
have people for change it for me?




#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

; iloveesl
NRA := 1

; SS
CapsLock::Suspend

; NR
~LButton::
while GetKeyState("LButton") & NRA
{
DllCall("mouse_event", uint, 1, int, 0, int, 3, uint, 0, int, 0)
Sleep, 15
DllCall("mouse_event", uint, 1, int, 0, int, 4, uint, 0, int, 0)
Sleep, 5
}
return

; Nades
~MButton::
if GetKeyState("LButton")
{
NRA := 0
Sleep, 3000
MouseClick, Left,,,,, U
NRA := 1
}
return

Insert::ExitApp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: SimmoF, uchihito and 207 guests