This Scrip wont work

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Nathan
Posts: 1
Joined: 23 Mar 2017, 23:55

This Scrip wont work

24 Mar 2017, 00:12

This is for minecraft I can do /block then /block then /sell all but it dose not work can you help me fix it pls

F9:: Pause, Toggle

^o::
Loop, 5
{
Sleep, 1000
Send, {T down}
Sleep, 500
Send, {UP 1}
Sleep, 500
Send, {Enter Down}
Sleep, 1000
Send, {T down}
Sleep, 500
Send, {UP 1}
Sleep, 500
Send, {Enter Down}
Sleep, 1000
Send, {T down}
Sleep, 500
Send, {UP 2}
Sleep, 500
Send, {Enter Down}
}
return
Nightwolf85
Posts: 302
Joined: 05 Feb 2017, 00:03

Re: This Scrip wont work

24 Mar 2017, 12:47

You don't seem to ever be sending the keys back up. I see lots of {T down} but no {T up}

https://autohotkey.com/docs/commands/Se ... Down_a_Key

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], Joey5, mikeyww, wpulford and 385 guests