Guys, all i want is a faster cbug script, i use to have one really fast but i lost it, it looks like this
LALT::
While GetKeyState("LALT", "P")
{
Click down Right
sleep 40
click down Left
sleep 20
click up Right
click up Left
sleep 5
SendInput {c down}
sleep 40
SendInput {c up}
sleep 20
}
return
I Tried my self , but i failed :c , i want it really faster ,thx
LALT::
While GetKeyState("LALT", "P")
{
Click down Right
sleep 40
click down Left
sleep 20
click up Right
click up Left
sleep 5
SendInput {c down}
sleep 40
SendInput {c up}
sleep 20
}
return
I Tried my self , but i failed :c , i want it really faster ,thx