autoscroll

leobear

Известный
Автор темы
77
16
any code how to make a perfect autoscroll?
when i code i cant get the perfect code when 2shooting after a minute it will go to the next weapon
#singleinstance, force
#installmousehook
#installkeybdhook

#ifwinactive, GTA:SA:MP
setbatchlines, 0
~$*LButton::

loop
{
getkeystate, rmb , LButton
if rmb=D
{
keywait, RButton
sleep 40
click wheelup
sleep 400
click wheeldown
}
}

#ifwinactive
f2::pause