I decided to release this bunny macro because it's art.
( AHK Source Code )
Note : For pple who doesnt know what bunny is check this video ^^
If u have lag it wont work good.
( AHK Source Code )
Code:
$*TheButtonUWannaPressOn::
Loop
{
if not GetKeyState("TheButtonUWannaPressOn","P")
break
SendInput {Z Down}
Sleep 010
SendInput {Space Down}
Sleep 010
SendInput {Z Up}
Sleep 010
SendInput {Space Up}
Sleep 010
SendInput {Q Down}
Sleep 010
SendInput {Space Down}
Sleep 010
SendInput {Q up}
Sleep 010
SendInput {Space Up}
Sleep 010
SendInput {CsSlotNumber Down}
Sleep 010
SendInput {RButton Down}
Sleep 500
SendInput {RButton Up}
}
Return
|
|