| 
					Anmeldungsdatum: Jun 2015 Beiträge: 202 Benutzer-Bewertung: | ;180 Turnaround F3::
 
 Hotkey, *~$t, toggle
 SoundPlay, %A_ScriptDir%\11.mp3
 return
 *~$t::
 DllCall("mouse_event", "UInt", 0x01, "UInt", 223*modifier, "UInt", 0)
 sleep 1
 DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
 sleep 1
 DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
 sleep 1
 DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
 sleep 1
 DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
 sleep 1
 DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
 sleep 1
 DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
 sleep 1
 DllCall("mouse_event", "UInt", 0x01, "UInt", 432*modifier, "UInt", 0)
 sleep 200
 return
 #MaxHotkeysPerInterval 2000000
 
 Please change the key to middlemouse and to mouse 4, thank you very much. I need help
 |