|
General Altitude Discussion Discuss anything Altitude related that doesn't belong in another forum. |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
yo Walt
EDIT2, solved some more stuff
EDIT3, This only works when having Alti open and active, it's just a way to not get kicked while watching a game, it doesn't work when alt tabbed. It changes camera when speccing. This seems to work... So you press 'End' key and it sends Click in a loop, you press again and it stops. Probably there's better ways to do so but i did learn by copy/pasting and adapting scripts to my needs so no real programing background of any kind. (It pretends to stop you from getting kicked when waiting on ladder, AutoHotkey) #If WinActive("Altitude") #MaxThreadsPerHotkey 2 End:: toggle:= !toggle Loop { if toggle { Send Click Sleep, 2000 } else break } return Last edited by mssv; 08-28-2014 at 09:56 PM. |
|
|