which works on Windows Vista

11/20/2007 14:25 digitaldevil#1
In ConquerONLINE 2.0 which program that works effectively with Windows Vista?

CO2 COTOBO? CoSpeed byFujiy? Sv Bot?
11/20/2007 21:11 Lake292#2
what works on xp works on vista...
11/20/2007 21:17 evanxxxm#3
not necessary true
autohotkey and autoIT programs does not work properly with vista
11/20/2007 21:24 -= Re@p3r =-#4
hm... delete vista and install XP
this would be the best i think
11/21/2007 04:14 nataro#5
Quote:
Originally Posted by evanxxxm View Post
not necessary true
autohotkey and autoIT programs does not work properly with vista
autohotkey and autoIt work perfect on Vista.

[Only registered and activated users can see links. Click Here To Register...]

The Rules includes programs such as autohotkey and autoIt. Example: Open the AutoIt Run Script program, and Run as Administrator (Refer 2 the link above). With the AutoIt Run Script program Running as Administrator, You select the Script you wish to run. Easy as that!
11/21/2007 05:46 evanxxxm#6
according to one of the senior programmer, lexikos, in autohotkey forum, he stated that
Quote:
"To send messages to, send keystrokes to or intercept hotkeys from an application that is running with elevated (i.e. admin) priveleges, the script must also have elevated priveleges.

The UAC prompt runs in the "secure desktop" by default. You cannot send keystrokes or messages to it (even from a script with elevated priveleges.)"
or Skan (more well-known programmer in ahk)
Quote:
UAC will not respond to artificial input, I guess.
clearly stated that even admin mode has some trouble with certain priveleges, like UAC commands
well, usually my bots base on controlclick functions, which can work in minimize or background mode. in vista, it doesnt work

btw, it is also known that autohotkey is not fully functional in window 2000 or 9x or NT
due to the different structure of command sending. for example some of the functions will stat that "Has no effect except on Windows 2000 or later." or for winget function, it stats that "is not supported by Windows 2000".
since the topic is about vista, i am not going to details about other non-common windows

anyways, all ahk codes are 100% functional in winXP though since thats the main platform. vista, not sure, with admin mode 90% of the codes should work, depends on which function u decide to use. (even send a mouse click have at least 8+ different functions that i know of)