hocam cok anlamam ama belki yardimci olur niyetine yaziyorum zamaninda haxball oynarken su sekilde kullaniyorduk programi ve kolayca duvardan rocket falan atiyorduk buralari kendine gore ayarlayip denesen belki olabilir
~CapsLock::Suspend, % GetKeyState(“CapsLock”,”t”) ? “Off” : “On” ; CAPS LOCK kapalı olduğunda kilitlenir
Z:: ; hızlı
While GetKeyState(“Z”,”P”)
{
Send, {x down}
sleep, 25
Send, {x up}
sleep, 25
}
C:: ; çok hızlı
while GetKeyState(“C”, “P”)
{
Send, {x down}
sleep, 5
Send, {x up}
sleep, 5
}
Return