|
You last visited: Today at 14:00
Advertisement
Mouse wheel button
Discussion on Mouse wheel button within the CO2 Bots & Macros forum part of the Conquer Online 2 category.
04/28/2007, 01:34
|
#16
|
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
|
i didnt use it yet, cuz i dont have CO anymore. however, i decompile your program. it looks perfectly fine to me =)
lol, doesnt it looks much simpler than your autoit script =)
Code:
Mbutton::
{
IfWinActive , [Conquer2.0]
{
if wheelset=0
{
Send, {Control down}
Click
Send, {Control up}
return
}
else if wheelset=1
{
MouseGetPos, coordx, coordy
Click
Sleep, 250
MouseMove, 550, 30, 0
Sleep, 150
Click
MouseMove, %coordx%, %coordy%, 0
return
}
else
{
send, {F10}
return
}
}
Else
{
send, {Mbutton}
return
}
}
|
|
|
04/28/2007, 02:21
|
#17
|
elite*gold: 0
Join Date: Mar 2007
Posts: 608
Received Thanks: 365
|
Quote:
Originally posted by evanxxxm@Apr 28 2007, 01:34
i didnt use it yet, cuz i dont have CO anymore. however, i decompile your program. it looks perfectly fine to me =)
lol, doesnt it looks much simpler than your autoit script =)
Code:
Mbutton::
{
IfWinActive , [Conquer2.0]
{
if wheelset=0
{
Send, {Control down}
Click
Send, {Control up}
return
}
else if wheelset=1
{
MouseGetPos, coordx, coordy
Click
Sleep, 250
MouseMove, 550, 30, 0
Sleep, 150
Click
MouseMove, %coordx%, %coordy%, 0
return
}
else
{
send, {F10}
return
}
}
Else
{
send, {Mbutton}
return
}
}
|
wow man! that code you just posted is almost exactly the same code on the MButton part of the new version I posted like 2 days ago =P
I agree, autohotkey language is much easier than Autoit, thats why this new version was made on autohotkey ^^ I think u forgot to take a look on the first page again before posting lol I even gave u credit for letting me know about Autohotkey =P
btw, here is the code if anyone wanna take a look at it
Quote:
wheelset := 0
MsgBox, 0, Wheel Mouse button, - Keys - `n WHEELUP/WHEELDOWN *to change between modes `n SHIFT+ESC *to exit `n`n - Modes - `n (1) JUMP: jump using wheel button`n(2) DROP: press wheel button over an item to drop it `n(3) F10: press wheel button to activate F10
MsgBox, Jump mode selected by default
WheelUp::
{
*IfWinActive , [Conquer2.0]
*{
* if wheelset = 0
* {
* MsgBox , 48, Wheel mode, Jump mode selected, 0.6
* return
* }
* else if wheelset = 1
* *{
* wheelset := 0
* MsgBox , 48, Wheel mode, Jump mode selected, 0.6
* return
* }
* else
* {
* wheelset := 1
* MsgBox , 48, Wheel mode, Drop mode selected, 0.6
* return
* } *
}
Else
{
send, {WheelUp}
return
}
}
WheelDown::
{
IfWinActive , [Conquer2.0]
{
* if wheelset = 2
* {
* MsgBox , 48, Wheel mode, F10 mode selected, 0.6
* return
* }
* else if wheelset = 1
* *{
* wheelset := 2
* MsgBox , 48, Wheel mode, F10 mode selected, 0.6
* return
* }
* else
* {
* wheelset := 1
* MsgBox , 48, Wheel mode, Drop mode selected, 0.6
* return
* } *
}
Else
{
send, {WheelDown}
return
}
}
Mbutton::
{
IfWinActive , [Conquer2.0]
{
if wheelset=0
{
Send, {Control down}
Click
Send, {Control up}
return
}
else if wheelset=1
{
MouseGetPos, coordx, coordy
Click
Sleep, 250
MouseMove, 550, 30, 0
Sleep, 150
Click
MouseMove, %coordx%, %coordy%, 0
return
}
else
{
send, {F10}
return
}
}
Else
{
send, {Mbutton}
return
}
}
+ESC::
{
ExitApp *
}
|
|
|
|
04/29/2007, 02:00
|
#18
|
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
|
.........i said i decompile from ur bot
yes thats correct, of course they are the same. those codes are from your bot, just that i open it up to see how its done.
|
|
|
04/29/2007, 03:03
|
#19
|
elite*gold: 0
Join Date: Mar 2007
Posts: 608
Received Thanks: 365
|
Quote:
Originally posted by evanxxxm@Apr 29 2007, 02:00
.........i said i decompile from ur bot
yes thats correct, of course they are the same. those codes are from your bot, just that i open it up to see how its done.
|
rofl, i just understood what u were saying lol
u are **** right man, I prefer autohotkey over AutoIt, thx again for letting me know about it ^^
my bad =P
|
|
|
04/29/2007, 07:51
|
#20
|
elite*gold: 20
Join Date: Oct 2006
Posts: 2,707
Received Thanks: 2,525
|
when u compile ur bot, u can set a password to it
i usually dont, cuz i post out the script right away anyways
besides, i like encouraging people to learn the idea of programming
|
|
|
04/30/2007, 22:34
|
#21
|
elite*gold: 0
Join Date: Apr 2007
Posts: 11
Received Thanks: 0
|
OMG been looking for a working dropper like this for soooo long ty ty ty
|
|
|
05/02/2007, 20:44
|
#22
|
elite*gold: 0
Join Date: Apr 2007
Posts: 38
Received Thanks: 4
|
thanks s s s s s s,-
|
|
|
06/02/2007, 02:28
|
#23
|
elite*gold: 0
Join Date: Feb 2007
Posts: 19
Received Thanks: 0
|
lol i cant +k alreadt added 1 for Kira2 Bot  i do it tomorrow
|
|
|
06/03/2007, 05:26
|
#24
|
elite*gold: 0
Join Date: Jul 2005
Posts: 149
Received Thanks: 1
|
@Hieitk, any luck with the scroll wheel function?
|
|
|
06/14/2007, 09:01
|
#25
|
elite*gold: 0
Join Date: Apr 2006
Posts: 17
Received Thanks: 0
|
Doesnt work for me... I click down on the wheel and i make sure it on Jump function, yet it doesnt jump
Like wtf...
|
|
|
06/14/2007, 10:50
|
#26
|
elite*gold: 0
Join Date: Oct 2006
Posts: 619
Received Thanks: 40
|
ow cool
|
|
|
06/16/2007, 18:49
|
#27
|
elite*gold: 0
Join Date: Sep 2006
Posts: 2
Received Thanks: 0
|
thx alot
|
|
|
06/20/2007, 04:16
|
#28
|
elite*gold: 0
Join Date: May 2007
Posts: 4
Received Thanks: 0
|
Quote:
Originally posted by hieitk@Apr 21 2007, 23:43
*uptaded*
Added SELL option (tested on 1024*768)
This mini program will allow your wheel mouse button to make 4 different actions:
(1) Jump: press wheel mouse button and u'll jump
(is like doing CTRL+left click)
(2) Drop: press the wheel button over an item on your inventory to drop it
(3) F10: press wheel button to activate some actions or pots on F10 key
(4) Sell: press the wheel button over an item on your inventory to sell it to an NPC
To change between modes use:
Wheel Up / Wheel down
Is really easy to use and after pressing "OK" will go to the system tray, while in [Conquer2.0] window, mouse wheel will respond to Mode selected, but in any other window mouse wheel will have normal functions like scroll down/up (on internet explorer) so u can just leave it on system tray.
v1.0 made on AutoIt: 56 downloads
v1.1 made on AHK: 417 downloads
v1.2 made on AHK: last version updated 19/06/07
|
oh thanks so much! i will give as much karma as i possibly can for using my idea! you are the best +kkkkkkkkkk
|
|
|
06/20/2007, 04:24
|
#29
|
elite*gold: 0
Join Date: Mar 2007
Posts: 608
Received Thanks: 365
|
@gonewitdawind
thx for the idea
|
|
|
06/20/2007, 14:44
|
#30
|
elite*gold: 0
Join Date: Oct 2006
Posts: 12
Received Thanks: 0
|
nice thx 
drop is easy now
+k
|
|
|
 |
|
Similar Threads
|
Potting with Mouse Wheel
04/16/2011 - CO2 Exploits, Hacks & Tools - 48 Replies
I made a simple tool with AHK that pots when you scroll the mouse.
Ctrl+WheelDown=Click F10 where you should put pots
Ctrl+WheelUp=Clicks F1 good if you have full stamina and want to do medi(for taos)
WheelDown=Click F10 also
WheelUp=Click F9 (for mana)
I made two combos to click F10 one if for "while jumping" other is for while you don't jump and just want to pot
|
[MACRO/AHK/Mouse shortcut] hieitk's "mouse wheel button", REVISITED
04/12/2009 - CO2 Exploits, Hacks & Tools - 11 Replies
Since after discovering it I've been an affectoinate user of mbutton. Saves fingers and keys. And stress. Especially when you have to drop/sell stuff.
But I had several issues with some of the "features", namely:
1) I couldn't scroll fast enough between the functions, let's say I had it on Jump, and wanted to sell. I had to do three scrolls, but between each there was a delay of more than one second
2) The F10 function wasn't really necessary
3) The functions didn't cycle, when you were...
|
Mouse Wheel Jumper
05/02/2007 - CO2 Bots & Macros - 12 Replies
Think i saw two programs with similar function to this one, but i was disappointed because they were kinda missing 'lagging' with the game...
This one is made in Delphi and it is in my opinion faster than those two...
My DH is two times faster now!!!
This is just the first version, so its just a blank window for now, going to put a lot of stuff in it, but im really busy with school right now.
Opinions and suggestions are welcome...
First proggie here, so dont be tough on me :)
...
|
All times are GMT +1. The time now is 14:01.
|
|