Search found 4 matches

by yuu453
28 Apr 2024, 11:22
Forum: Gaming Help (v1)
Topic: I need help for my conflict
Replies: 1
Views: 304

I need help for my conflict

Code: Select all

$LButton::
    While GetKeyState("LButton", "P"){
    Click
    Sleep 20  ;  milliseconds  
    }
Return
$w::
Send {w down}
send {w up}
Sleep 55
Send {w down}
KeyWait w
Send {w up}
Return
My macro is like this, when I hold w and LButton at the same time game freezing so bad.
by yuu453
26 Apr 2024, 16:47
Forum: Gaming Help (v1)
Topic: I need a W run macro please help...
Replies: 1
Views: 260

I need a W run macro please help...

Code: Select all

$w::
Send w{w down}
KeyWait w
Send {w up}
Return
It was my last macro, I need a macro that when I hold w it just clicks once then holds it... like w + w hold
by yuu453
24 Apr 2024, 07:11
Forum: Gaming Help (v1)
Topic: I need a Tap and Hold W sprint macro
Replies: 0
Views: 209

I need a Tap and Hold W sprint macro

Code: Select all

$w::
Send w{w down}
KeyWait w
Send {w up}
Return
My last macro was like this, Exactly what I want is w+[w hold] when I m holding W
by yuu453
24 Apr 2024, 05:57
Forum: Gaming Help (v1)
Topic: Whilegetkeystate click lag Topic is solved
Replies: 1
Views: 212

Whilegetkeystate click lag Topic is solved

Code: Select all

$n::
IF NDown Send 6
{
While GetKeyState("n")
Click
Sleep 20
    }
IF NUp Send 1
even if I manage to make it work clicks making my mouse freeze :cry:

Go to advanced search