How do i set a hotkey to Scope? It doesn't have a timer so how would i set a hotkey to it?
How do i set a hotkey to Scope? It doesn't have a timer so how would i set a hotkey to it?
timer1 = interval = 100
if getkeypress(vbkeyrbutton) then
call writealong("warrock", &Adress, 1)
else:
call writealong("warrock", &Adress, 0)
end if
end sub
amm i think this work^^
It works and by the way what is the timer1 = interval = 100 for?
wr194t can you add my msn?
I can help you whit Visual Basic etc.
My msn = Sterf_@live.nl
That code/format is wrong, the correct format is:
Timer1.Interval = 100
That would mean, It sets the timer interval to 100 (miliseconds).. So every 100ms, it will process whatever code is inside the Timer1's code properties.