Hi so if youve tried Conquer Clicky before then you will pretty much no wut this is. Its basicly the same thing were it will let u lvl ur meditation and stig and crap and make plvling and crap reely easy. but with Xtreme Click, you can control all of the function keys, and control how long it waits inbetween each click/press. There is also a function that makes u always sit down without even having to have "sit" on a function key. Unlike Conquer Clicky, Xtreme Click can be hidden.
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.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
The "Help" button on the New Macro window currently does not do anything. Am lazy :D. But if you need help with writing macros, you can goto [Only registered and activated users can see links. Click Here To Register...]
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.
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.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
The "Help" button on the New Macro window currently does not do anything. Am lazy :D. But if you need help with writing macros, you can goto [Only registered and activated users can see links. Click Here To Register...]
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.