Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *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
Advertisement
Add Comment
Please, Sign In to add comment