Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Programming
You last visited: Today at 04:07

  • Please register to post and access all features, it's quick, easy and FREE!

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.

Reply
 
Old 11/13/2008, 17:31   #16
 
elite*gold: 0
Join Date: Mar 2006
Posts: 22
Received Thanks: 5
Tyvm i appreciated ill have to try it out when i get home
crimsonreaper is offline  
Old 11/13/2008, 22:17   #17
 
elite*gold: 0
Join Date: Feb 2008
Posts: 12
Received Thanks: 0
ty very much
dunnohow is offline  
Old 11/14/2008, 00:15   #18
 
elite*gold: 0
Join Date: Sep 2007
Posts: 73
Received Thanks: 80
hi
there has been a new patch which stopped sv speed hacks multis and else multiclass
ok i used debug v1.2 to get my new char address did that ok
but now when i use else it wont jump and it wont follow the path i set
can u help please

my mistake it works fine with new address i had 2 pink blades on my tro thats why he went silly and wouldnt stay on path
srry
danielaussie is offline  
Old 11/14/2008, 04:52   #19
 
Evan Lim's Avatar
 
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
danielaussie@
probably the debug found the wrong value
try using 0x58F1B4
Evan Lim is offline  
Old 11/14/2008, 06:57   #20
 
elite*gold: 0
Join Date: Sep 2007
Posts: 73
Received Thanks: 80
Evan Lim
yeah thats the same address i got
it all works good ty
my tro had pink blades on so it kept clicking on them so as i change blade color again worked perfect ty
danielaussie is offline  
Old 11/17/2008, 19:23   #21
 
elite*gold: 0
Join Date: Nov 2008
Posts: 2
Received Thanks: 0
Okay, i know it is possible, because i saw this before
i searched already but could not find it
i need the hotkey program for CID commands
Naze is offline  
Old 11/17/2008, 19:25   #22
 
elite*gold: 0
Join Date: Nov 2008
Posts: 2
Received Thanks: 0
if u could find it for me or re-make it, thanks
Naze is offline  
Old 11/17/2008, 20:31   #23
 
Evan Lim's Avatar
 
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
Naze@
since u didnt tell me which hotkey u want to activate those commands
the following hotkeys:

0 = !record path
1 = !asit
2 = !ahunt
3 = !aloot
4 = !abot
5 = !c
6 = !c2
7 = !wh
8 = !f
9 = !nbot
- = !repair
= = !dc
Code:
#Persistent
#IfWinActive, [C

0:: 
send {enter}
send {!}
send record path
send {enter}
return

1:: 
send {enter}
send {!}
send asit
send {enter}
return

2::
send {enter}
send {!}
send ahunt
send {enter}
return


3::
send {enter}
send {!}
send aloot
send {enter}
return


4::
send {enter}
send {!}
send abot
send {enter}
return

5::
send {enter}
send {!}
send c
send {enter}
return


6::
send {enter}
send {!}
send c2
send {enter}
return


7::
send {enter}
send {!}
send wh
send {enter}
return

8::
send {enter}
send {!}
send f
send {enter}
return

9::
send {enter}
send {!}
send nbot
send {enter}
return

-::
send {enter}
send {!}
send repair
send {enter}
return

=::
send {enter}
send {!}
send dc
send {enter}
return
Evan Lim is offline  
Old 11/25/2008, 03:41   #24
 
elite*gold: 0
Join Date: Sep 2007
Posts: 73
Received Thanks: 80
hi could you make a background bot to use health pots at 50% or 25% would be better
i want to use it with cidproxy !ahunt in the background
i found auto pot/xpskill and autohp/mp you made but i dont think they work in background
cheers
danielaussie is offline  
Old 11/25/2008, 04:28   #25
 
Evan Lim's Avatar
 
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
danielaussie@
unless u can make HP value to store in a static memory address
background potting is impossible
other than that, as mention before, control background clicks will lead to autoclick jail, no escape
Evan Lim is offline  
Old 11/25/2008, 04:56   #26
 
elite*gold: 0
Join Date: Sep 2007
Posts: 73
Received Thanks: 80
ok thank you
danielaussie is offline  
Old 11/25/2008, 07:53   #27
 
warriorchamp's Avatar
 
elite*gold: 0
Join Date: May 2007
Posts: 171
Received Thanks: 41
Quote:
Originally Posted by Evan Lim View Post
danielaussie@
unless u can make HP value to store in a static memory address
background potting is impossible
other than that, as mention before, control background clicks will lead to autoclick jail, no escape
Unless the character it is not moved by ControlClick() you cannot be sent to BotJail, so clicking on hotkeys won't send you into BotJail.
warriorchamp is offline  
Thanks
2 Users
Old 12/01/2008, 00:55   #28
 
elite*gold: 0
Join Date: Feb 2006
Posts: 988
Received Thanks: 45
Evan Lim
hot keys for cid proxy
0 - !record path
1 - !asit
2 - !ahunt
3 - !aloot
4 - !abot
5 - !c
6 - !timer1 1000
7 - !wh
8 - !f
9 - !nbot
- - !repair
= - !dc
alt+c - !auto cyclone
alt+s - !auto superman

thanks in advance
Acidburncx is offline  
Old 12/01/2008, 14:22   #29
 
Evan Lim's Avatar
 
elite*gold: 20
Join Date: Oct 2008
Posts: 976
Received Thanks: 668
vegetasupersaiyan6@
Here:
0 - !record path
1 - !asit
2 - !ahunt
3 - !aloot
4 - !abot
5 - !c
6 - !timer1 1000
7 - !wh
8 - !f
9 - !nbot
- - !repair
= - !dc
alt+c - !auto cyclone
alt+s - !auto superman
Code:
#Persistent
#IfWinActive, [C

0:: 
send {enter}
send {!}
send record path
send {enter}
return

1:: 
send {enter}
send {!}
send asit
send {enter}
return

2::
send {enter}
send {!}
send ahunt
send {enter}
return


3::
send {enter}
send {!}
send aloot
send {enter}
return


4::
send {enter}
send {!}
send abot
send {enter}
return

5::
send {enter}
send {!}
send c
send {enter}
return


6::
send {enter}
send {!}
send timer1 1000
send {enter}
return


7::
send {enter}
send {!}
send wh
send {enter}
return

8::
send {enter}
send {!}
send f
send {enter}
return

9::
send {enter}
send {!}
send nbot
send {enter}
return

-::
send {enter}
send {!}
send repair
send {enter}
return

=::
send {enter}
send {!}
send dc
send {enter}
return

!c::
send {!}
send auto cyclone
send {enter}
return

!s::
send {!}
send auto superman
send {enter}
return
Evan Lim is offline  
Thanks
1 User
Old 12/02/2008, 00:30   #30
 
elite*gold: 0
Join Date: Feb 2006
Posts: 988
Received Thanks: 45
Evan Lim dont work when i press alt+c to cast auto cyclone can u help me fix it?
Acidburncx is offline  
Reply

« :) | question »

Similar Threads 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 04:08.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.