1st. Evan thanx for the advice on my other posts =3
2nd. Can you make somthing that will follow a player of my choice when **** clicked (can follow jump pattens)
3rd. thanx
mynameisqwerty@
same computer following, possible, but will send u to autoclick jail because of the background clicks
different computer following, also possible, but u will have to provide the XY coordinate address of the person u would like to follow
you mean i would have to plat the XY like on COELSE and then just jump in the same XY as plotted? i was thinking following like jproxy follow =/ if u can do summet like that
I need unlock my fps from Conquer...
my fps is always 39 and my computer can handle like 60+
i found a topic with a flash video to how do it but the link is broken..
can u help me?
Left_click_speed = 1000 ; in mil-second
Right_click_speed = 1000
F_key_speed = 5000
msgbox, Hold Left or Right Click more than 2 seconds and release to spam`nHold Left Ctrl more than 2 seconds and release to hold Ctrl`nHold F keys more than 2 seconds and release to spam`nTab keys to disable hold or spam`nWorks only in CO client`nPress Ctrl+E to pause
~$LButton::
settimer, lclick, off
s := A_TickCount
KeyWait, LButton
e := A_TickCount - s
if e > 2000
settimer, lclick, %Left_click_speed%
return
~$RButton::
settimer, rclick, off
s := A_TickCount
KeyWait, RButton
e := A_TickCount - s
if e > 2000
settimer, rclick, %Right_click_speed%
return
~$f1::
settimer, f1, off
s := A_TickCount
KeyWait, f1
e := A_TickCount - s
if e > 2000
settimer, f1, %F_key_speed%
return
~$f2::
settimer, f2, off
s := A_TickCount
KeyWait, f2
e := A_TickCount - s
if e > 2000
settimer, f2, %F_key_speed%
return
~$f3::
settimer, f3, off
s := A_TickCount
KeyWait, f3
e := A_TickCount - s
if e > 2000
settimer, f3, %F_key_speed%
return
~$f4::
settimer, f4, off
s := A_TickCount
KeyWait, f4
e := A_TickCount - s
if e > 2000
settimer, f4, %F_key_speed%
return
~$f5::
settimer, f5, off
s := A_TickCount
KeyWait, f5
e := A_TickCount - s
if e > 2000
settimer, f5, %F_key_speed%
return
~$f6::
settimer, f6, off
s := A_TickCount
KeyWait, f6
e := A_TickCount - s
if e > 2000
settimer, f6, %F_key_speed%
return
~$f7::
settimer, f7, off
s := A_TickCount
KeyWait, f7
e := A_TickCount - s
if e > 2000
settimer, f7, %F_key_speed%
return
~$f8::
settimer, f8, off
s := A_TickCount
KeyWait, f8
e := A_TickCount - s
if e > 2000
settimer, f8, %F_key_speed%
return
~$f9::
settimer, f9, off
s := A_TickCount
KeyWait, f9
e := A_TickCount - s
if e > 2000
settimer, f9, %F_key_speed%
return
~$f10::
settimer, f10, off
s := A_TickCount
KeyWait, f10
e := A_TickCount - s
if e > 2000
settimer, f10, %F_key_speed%
return
lclick:
IfWinActive, [Conq
click, left
return
rclick:
IfWinActive, [Conq
click, right
return
f1:
IfWinActive, [Conq
send {f1}
return
f2:
IfWinActive, [Conq
send {f2}
return
f3:
IfWinActive, [Conq
send {f3}
return
f4:
IfWinActive, [Conq
send {f4}
return
f5:
IfWinActive, [Conq
send {f5}
return
f6:
IfWinActive, [Conq
send {f6}
return
f7:
IfWinActive, [Conq
send {f7}
return
f8:
IfWinActive, [Conq
send {f8}
return
f9:
IfWinActive, [Conq
send {f9}
return
f10:
IfWinActive, [Conq
send {f10}
return
^e::pause
elewa50@
easier way to do this is to find the id, then change the dds image to direct to some pink dds images, then use any regular pixel bots that pick up pink objects like mets/db
go around and ask someone, it should be a pretty popular id along with gems and tokens
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,...