Bhop .ahk / NEED HELP
YOU CANNOT BE BANNED FOR THIS.
Press "Alt+X" to enable/disable.
The Bhop script:
!x::Suspend
*~$Space::
Sleep 100
Loop
{
GetKeyState, SpaceState, Space, P
If SpaceState = U
break
Sleep 1
Send, {Blind}{Space}
}
Return
----------------------------------------------------------------------------------------
The thing I need help with is a automatic YouTube downloader. I've just recently started "scripting" and I haven't learned much, so I need help making it. If you can help me it would be much obliged.
Skype - okdrae
If you would like to work on it, I've "started" on it. Feel free to use the script below.
#z::suspend
Loop,
{
x::
Send, {LCtrl Down}x{LCtrl Up}
RETURN
c::
Send, {LCtrl Down}c{LCtrl Up}
RETURN
v::
Send, {LCtrl Down}v{LCtrl Up}
RETURN
}