
script
By: a guest on
May 4th, 2012 | syntax:
None | size: 0.72 KB | hits: 14 | expires: Never
*y::
if (raycycle = "0")
{
sendinput {numpad1}
raycycle = 1
SetTimer, KeyWine, -6000
} ELSE if (raycycle = "1")
{
sleep 50
sendinput {numpad2}
raycycle += 1
SetTimer, KeyWine, -10000
} ELSE IF (raycycle = "2")
{
sleep 50
sendinput {numpad3}
raycycle+= 1
SetTimer, KeyWine, -8000
} ELSE IF (raycycle = "3")
{
sleep 50
sendinput {numpad4}
raycycle += 1
SetTimer, KeyWine, -6000
} ELSE IF (raycycle = "4")
{
sleep 50
sendinput {numpad5}
raycycle += 1
SetTimer, KeyWine, -6000
} ELSE IF (raycycle = "5")
{
sleep 50
sendinput {numpad6}
raycycle = 0
} ELSE {
raycycle = 0
}
return
KeyWine:
SetTimer, KeyWine, off
If (raycycle >= "0")
{
raycycle = 0
}ELSE{
raycycle = 0
}
return
pause::suspend