|
You last visited: Today at 17:04
Advertisement
Tailor Made Tools/Programs for You - AHK
Discussion on Tailor Made Tools/Programs for You - AHK within the CO2 Programming forum part of the Conquer Online 2 category.
08/12/2009, 20:26
|
#676
|
elite*gold: 0
Join Date: Aug 2008
Posts: 42
Received Thanks: 2
|
i know im not so specific but can u make abot witch u can chat while using it
i think its like the idea of pathfinding or so
|
|
|
08/12/2009, 20:41
|
#677
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
mk1992@
ok i get the first part, u say u want a bot which u can chat, but chat where? in client? in MSN/AIM/etc?
then the second part confuse me, what has chat has to "alike" with the idea of pathfinding?
outside client to chat works with trillian
if u are using trillian, u can use this:
Code:
msgbox, activiate the chatting box and press Ctrl+H to hook onto it`nTurn on/off this feature by pressing Ctrl+O
^h::
WinGet, ID, ID, A
Hotkey,q,function
Hotkey,w,function
Hotkey,e,function
Hotkey,r,function
Hotkey,t,function
Hotkey,y,function
Hotkey,u,function
Hotkey,i,function
Hotkey,o,function
Hotkey,p,function
Hotkey,a,function
Hotkey,s,function
Hotkey,d,function
Hotkey,f,function
Hotkey,g,function
Hotkey,h,function
Hotkey,j,function
Hotkey,k,function
Hotkey,l,function
Hotkey,z,function
Hotkey,x,function
Hotkey,c,function
Hotkey,v,function
Hotkey,b,function
Hotkey,n,function
Hotkey,m,function
Hotkey,1,function
Hotkey,2,function
Hotkey,3,function
Hotkey,4,function
Hotkey,5,function
Hotkey,6,function
Hotkey,7,function
Hotkey,8,function
Hotkey,9,function
Hotkey,0,function
Hotkey,space,function
Hotkey,enter,function
Hotkey,?,function
Hotkey,bs,function
Suspend
Pause,,1
return
^o::
Suspend
Pause,,1
return
function:
ControlSend, Trillian Window2, {%A_ThisHotkey%}, ahk_id %id%
return
|
|
|
08/12/2009, 22:25
|
#678
|
elite*gold: 0
Join Date: Aug 2008
Posts: 42
Received Thanks: 2
|
Quote:
Originally Posted by Evan Lim
mk1992@
ok i get the first part, u say u want a bot which u can chat, but chat where? in client? in MSN/AIM/etc?
then the second part confuse me, what has chat has to "alike" with the idea of pathfinding?
outside client to chat works with trillian
if u are using trillian, u can use this:
Code:
msgbox, activiate the chatting box and press Ctrl+H to hook onto it`nTurn on/off this feature by pressing Ctrl+O
^h::
WinGet, ID, ID, A
Hotkey,q,function
Hotkey,w,function
Hotkey,e,function
Hotkey,r,function
Hotkey,t,function
Hotkey,y,function
Hotkey,u,function
Hotkey,i,function
Hotkey,o,function
Hotkey,p,function
Hotkey,a,function
Hotkey,s,function
Hotkey,d,function
Hotkey,f,function
Hotkey,g,function
Hotkey,h,function
Hotkey,j,function
Hotkey,k,function
Hotkey,l,function
Hotkey,z,function
Hotkey,x,function
Hotkey,c,function
Hotkey,v,function
Hotkey,b,function
Hotkey,n,function
Hotkey,m,function
Hotkey,1,function
Hotkey,2,function
Hotkey,3,function
Hotkey,4,function
Hotkey,5,function
Hotkey,6,function
Hotkey,7,function
Hotkey,8,function
Hotkey,9,function
Hotkey,0,function
Hotkey,space,function
Hotkey,enter,function
Hotkey,?,function
Hotkey,bs,function
Suspend
Pause,,1
return
^o::
Suspend
Pause,,1
return
function:
ControlSend, Trillian Window2, {%A_ThisHotkey%}, ahk_id %id%
return
|
the first part i ment chatting in client
the second part i ment that i need abot i can chat while using it in client like we do in autopath we can chat in the client and ur acc do the autopath finding in the same time
|
|
|
08/12/2009, 22:57
|
#679
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
mk1992@
ok try this:
Code:
msgbox, Turn on/off this feature by pressing Ctrl+O
#IfWinActive, [Con
q::
w::
e::
r::
t::
y::
u::
i::
o::
p::
a::
s::
d::
f::
g::
h::
j::
k::
l::
z::
x::
c::
v::
b::
n::
m::
1::
2::
3::
4::
5::
6::
7::
8::
9::
0::
numpad1::
numpad2::
numpad3::
numpad4::
numpad5::
numpad6::
numpad7::
numpad8::
numpad9::
numpad0::
?::
list = %list%%space%%A_ThisHotkey%
tooltip, %list%,1,1
space=
return
space::
space:=" "
return
~enter::
oldclipboard = %clipboard%
clipboard = %list%
send, {enter}^v{enter}
clipboard = %oldclipboard%
list=
tooltip,
return
bs::
StringTrimRight, list, list, 1
tooltip, %list%,1,1
return
^o::
Suspend
Pause,,1
return
|
|
|
08/13/2009, 13:17
|
#680
|
elite*gold: 0
Join Date: Aug 2008
Posts: 42
Received Thanks: 2
|
sry for this but can u tell me how and where to code this
ill +k anyway worked with me or not
thnx
|
|
|
08/13/2009, 20:36
|
#681
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
mk1992@
u go install autohotkey from autohotkey.com
then either run it as a script or compile it with the ahk2exe compiler
|
|
|
08/14/2009, 13:56
|
#682
|
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
|
Is it possible to make a spirit healer macro which uses a +0 steed and a +1 steed? Not too bothered about what the hotkeys need to be set to. Also, it needs to run on Windows 7 64bit - another SH leveler I tried didn't like my OS, hence my asking here.
Thanks, pokey.
|
|
|
08/14/2009, 15:47
|
#683
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
pokey2@
ur other "SH leveler", just set the compatibility mode to vista or lower, should be fine
or u can provide the coordinates where to click, i will write out the script for u
example:
1. press F1
2. press F2..etc
|
|
|
08/14/2009, 19:00
|
#684
|
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
|
Quote:
Originally Posted by Evan Lim
pokey2@
ur other "SH leveler", just set the compatibility mode to vista or lower, should be fine
or u can provide the coordinates where to click, i will write out the script for u
example:
1. press F1
2. press F2..etc
|
Tried compatibility mode and it still doesn't work - my guess is that it is a 64bit issue.
As for the script, something like:
F1 (sit)
Right click twice on the first item slot with ~1sec delay between the clicks (windowed mode 1024x768 if that's an issue)
Wait 6 seconds
F8 (spirit heal)
Rinse and repeat
I think that should work nicely
|
|
|
08/15/2009, 01:13
|
#685
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
pokey2@
Code:
loop
{
send {F1}
click, 123,456, right[color=green] ; change the 123, 456 to whatever the x,y coordinate the first item slot is[/color]
sleep 1000
click, 123,456, right [color=green] ; same here [/color]
sleep 6000
send {F8}
[color=green];what is rinse?[/color]
}
^q::pause[color=green] ;Ctrl+Q to pause[/color]
|
|
|
08/15/2009, 14:53
|
#686
|
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
|
Quote:
Originally Posted by Evan Lim
pokey2@
Code:
loop
{
send {F1}
click, 123,456, right[color=green] ; change the 123, 456 to whatever the x,y coordinate the first item slot is[/color]
sleep 1000
click, 123,456, right [color=green] ; same here [/color]
sleep 6000
send {F8}
[color=green];what is rinse?[/color]
}
^q::pause[color=green] ;Ctrl+Q to pause[/color]
|
That's superb, thank you. You wouldn't happen to know of a good tool for finding out co-ordinates would you?
|
|
|
08/15/2009, 20:35
|
#687
|
elite*gold: 0
Join Date: Oct 2008
Posts: 47
Received Thanks: 3
|
hi there tell me how to auto pot plz,, if there's something to edit plz tell me in what ani or ini or somethingy plz xD
|
|
|
08/15/2009, 20:56
|
#688
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
pokey2@
either use window spy that comes with ahk installation (slow)
or use the following script
Code:
loop
{
mousegetpos, x, y
tooltip, x%x% y%y%
sleep 300
}
rceclmn@
autopot has nothing to do witih editing ANI or INI files
but it can be done by either color searching pixels or proxy reading hp data directly
|
|
|
08/18/2009, 03:16
|
#689
|
elite*gold: 0
Join Date: Jan 2009
Posts: 10
Received Thanks: 0
|
hey... I use to have an account with 5bot which was a complete botter software for conquer online. I wonder if you could immitate it... even if simpler.
I was looking for a auto looter in which i can specify radius of loot, pick up every type of money, drop normal items and keep the higher items.
The other part would be the leveler. I like the archer and the ninja. Archer can scatter and aim shoot one after the other. That means I can both attack one or/and many monsters at a time. Of course humanly is impossible to do both but if the bot could do it, i would gain both level and bow skill.
Another important tool would be XP Skills which only happen a couple of time allowing playing to have extra strenght, or extra protection, or fly, or poison... for a certain period of time. It is jus a button that pops up at the corner of the screen, and voila!
I know this is a lot, if you have any questions i will be glad to answer, and its ok if you say this is past you or you dont have time. Thank you if you read this far.
|
|
|
08/18/2009, 03:32
|
#690
|
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
|
thenrique87@
5bot not related to me, rejected
autolooter too specific, only proxy can achieve what u are stating, rejected
COELSE does have that option of both attacking with right and left clicks
thats just xp spam, it exists a lot in here, including COELSE
|
|
|
 |
|
Similar Threads
|
Tailer-made Tools thread - make ur dreams come true
10/28/2008 - Conquer Online 2 - 1577 Replies
Closed
Thread discontinued due to personal reasons
Thanks for the previous support
Hi elite users,
I am Evan. Not quite well-known in forum due to the fact i only release wicky and unpopular programs...Thx for a1 and others to scan/explain when others flame or questioned me. anyhow, i am a AHK (autohotkey) user, and i like programming more than games.
Lets get to the main point:
Tell me your ideas, i will try to create a tool that satisfy ur needs
Please be specific, examples:
|
Packet Crafter/CO2/CO 2/Hacks/Tools/Programs
06/27/2007 - CO2 Exploits, Hacks & Tools - 13 Replies
================================================== ==================
TCP/IP Packet Injector
====-v1.4-======================================= ===================
This Project is designed to be a command line based, portable human IP
stack for UNIX-like and Windows systems. The suite is broken down by protocol,
and should allow for useful scripting of injected packets from simple shell
scripts.
|
Net Tools /EXE Binder/CO2/Tools/Hacks/Programs
06/26/2007 - CO2 Exploits, Hacks & Tools - 22 Replies
Net Tools is cutting-edge security and network monitoring software for the Internet and Local Area Networks, providing clients with the ability and confidence to meet the challenges of tomorrow's technology. Keeping pace with the industry trends, we offer professional tools that support the latest standards, protocols, software, and hardware for both wired and wireless networks. The main goal is the creation of high quality software. Net Tools is a very strong combination of network scanning,...
|
All times are GMT +1. The time now is 17:06.
|
|