wow......to me is kinda hard...i am not sure which to replace....abt the coord do i need to replace my code like tis?
MouseClick("right",392,416,1)
to
MouseClick("right",$Input1,1)
or can the coord box seperate into to? for each like X and Y so that it can become MouseClick("right",$Input1,$Input2,1)
and abt the hotkey...i am not sure wat u mean there....
the coord...is it each time the program launches the user need to retype the same coord everytime? i wanna make it static and only change when the user wanna change it.....