Custimizable Macros
The reel power of Xtreme Click comes from its Custimizable Macros. I havent reely messed with it very much but i no it has much potential. I will probably post my macros for download once i have made sum although anybody can make there own.
This is an example of a macro i created:
_________________________________
WinActivate( "[Conquer2.0]")
WinWaitActive( "[Conquer2.0]")
send("{f7}")
send("{f9}")
sleep( 10000)
send("{f7}")
send("{f9}")
sleep( 10000)
send("{f7}")
send("{f9}")
sleep( 10000)
send("{f7}")
send("{f9}")
___________________________________
in this macro i assigned "sit" to f7 and "meditate" to f9
sleep just pauses it for how ever many milliseconds i told it to. in this case 10k which is the same as 10 seconds. ( thats how long it takes for stamina to completely fill. i no. i counted)
i actually updated the code after i made this u cud also just type F7 to make it push f7 which is alot quicker to type.
I used autoit to make this and you can use most autoit codes in the macros including making graphical user interfaces(gui) for your macros but you need to create code to close it or you will have to close Xtreme Click to get the gui to close. try ( if GUIGetMsg() = $GUI_EVENT_CLOSE then GUIdelete( "name of your gui")) that mite work.
If you make a good useful macro I would very much appreciate it if you posted it.
The "Help" button on the New Macro window currently does not do anything. Am lazy

Code that I have created
F1 - presses f1
F2-10 - same ^
GotoLine( linenumber)
CreateGui( "name") - same as GUICreate() but more efficient. ( Find GUICreate() at the link I gave earlier)
and thats about it.






