Notes:
Added v1.6
New functions include:
Sound beep when detected Pink and Low HP (optional)
More settings in ADV tab to save me debugging trouble
PATCH 5060
CharName address for un-modify [Conquer2.0] clients: 0x56E134
Debug cases will be automatically ignored/rejected
unless provided a screenshot for me to debug.
(Read the solving problem section first, or Debug v1.2 program )
This program can pick up quality items if u use my ANIeditor

This program can works better if u disable the guards health bar

Instructions:
1. Open CO-1024x768
2. Make sure "show name"
3. Open ELSEpath and set your settings
4. Press OK in tab "File" when u are done
5. Input CharName for checking memory address
6. If correct, the program will ask u to set path points
7. After u set certain path points, press Cancel in order to start
8. Done!
Screenshot:
Video Example:
Melee Function:
Skill Function:
(sorry for the noob actor...thats the best tao that i have...)
Path Function:
ELSE Disruptions:
PHP Code:
* 2 steps pixel area search
* Auto pot when low health
* Auto DC when double low health (ran out of pots or got pk)
* DC timer
* DC will activate printscreen (so u know what/who causes DC)
* Pick up purple color items, mets/db..etc (if want to pick up super/elite etc items, please download ANIeditor in my other thread)
* Skill and Melee function
* Read X,Y coordinate to set Paths
HowToFindCharNameAddress:
If u have wrong address, it means either it is using a outdated address, or u have a modify client. and u can do the following steps to get it work quickly
Method1.
1. Download the Debug (at the download section below this)
2. Open the program, and type in your character name while your client is login
3. Wait 20-30 seconds, and copy down the character address
4. Open ELSE
5. Go to ADV tab
6. In the CharName box, type in the new address that u found
7. Check the "Confirm edit" CheckBox
8. Go to File Tab, and press OK to save setting + start
Method2.
for advance people
1. Open cheatengine (Can be downloaded in

)
2. Hook CO client
3. In the SearchBar, type in your CharacterName
4. below it, change the ScanType to text
5. Press "First Scan" button
6. Copy down the first address in the result lists on the left column
7. Change the 00ABCDEF to 0xABCDEF

7. Open ELSE
8. Go to ADV tab
9. In the InputBox, type in the new address that u found
10. Check the "Confirm edit" CheckBox
11. Go to File Tab, and press OK to save setting + start
Debug:
use it for fun / if u cant run the program properly
well, this is a program exactly what it sounds like..Debug the possible errors that u have with ELSEpath
Debug is a program that check exactly all the requirements that ELSEpath needs
for example, first step, u need to input character name
then after few seconds of searching memory address
it will produce something like this:
Problem solving section:
Code:
[B]if it is related to can not open the program:[/B]
- You need to have unzip programs like winRAR or winZip to open it.
- For virus scanner users, delete/disable your virus scanner or install Autohotkey and run the script. because your scanner has probably delete some parts of the program.
[B]If it is related to wrong address name:[/B]
- Client name must be [Conquer2.0]. If not, you can use a renamer.
- Edited cleints, different versions of clients, using hack programs can lead to shift of memory address. You have to use Debug or Cheatengine to find the correct address and inserted it in the ADV setting tab in ELSEpath with "confirm edit" checked.
[B]
If it is related to functions not working:[/B]
- Vista users need to right click and use admin mode, in order for the controlclicks to work in my program.
- Don't forget to "option > show name" in CO client, in order for the program to search the red health bar.
- it must be 1024x768 window/fullscreen mode.
- If program cant find monster, always use Mana, or wont pickup pink objects, then it might be related to wrong hex color, just go in the ADV tab and re-"set" everything with "confirm edit" box checked
- If program attack few times and jump to next path point, it might be related to the anti-stuck value too low
Download:
Script included inside in AHK format, you can open it with notepad.