Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

LButton Down



  • Please log in to reply
5 replies to this topic
XH88HF
  • Members
  • 24 posts
  • Last active: Jan 31 2015 06:34 AM
  • Joined: 24 Dec 2014

remove thank dilof for idea



XH88HF
  • Members
  • 24 posts
  • Last active: Jan 31 2015 06:34 AM
  • Joined: 24 Dec 2014

still no answer pls. help :(



XH88HF
  • Members
  • 24 posts
  • Last active: Jan 31 2015 06:34 AM
  • Joined: 24 Dec 2014

i found this piece of script  " LButton::_auto := ! _auto "         but i dont know how to implement it



Dilof
  • Members
  • 74 posts
  • Last active: Jun 28 2015 11:52 AM
  • Joined: 24 Jul 2014
#SingleInstance force
#NoEnv

~LButton::
    while GetKeyState("LButton")
    {
	MoveMouse(0,1)
        Sleep, 15
	}
return

MoveMouse(x, y) {
    DllCall("mouse_event", "UInt", 0x01, "UInt", x, "UInt", y)
}

*f12::
Suspend, permit
if (State = 0) {
	SoundPlay *-1
	State++
}
else {
	State := 0 
	SoundPlay *16
}
Suspend, toggle
return

If you want it to move quicker/slower change sleep time below MoveMouse(0,1).



XH88HF
  • Members
  • 24 posts
  • Last active: Jan 31 2015 06:34 AM
  • Joined: 24 Dec 2014
#SingleInstance force
#NoEnv

~LButton::
    while GetKeyState("LButton")
    {
	MoveMouse(0,1)
        Sleep, 15
	}
return

MoveMouse(x, y) {
    DllCall("mouse_event", "UInt", 0x01, "UInt", x, "UInt", y)
}

*f12::
Suspend, permit
if (State = 0) {
	SoundPlay *-1
	State++
}
else {
	State := 0 
	SoundPlay *16
}
Suspend, toggle
return

If you want it to move quicker/slower change sleep time below MoveMouse(0,1).

 

not working  ... i need a solution for my question not new macro :(



XH88HF
  • Members
  • 24 posts
  • Last active: Jan 31 2015 06:34 AM
  • Joined: 24 Dec 2014
✓  Best Answer

thank dolaf