Quote:
Here's my homemade bot (with VB source code, so you can check and compile yourself if you believe has a trojan). I'm still working on it, and it is has been tested with my dwarf. Any suggestions or help decoding L2 would be appreciated.
Features:
- Can read text anywere on screen (checkpic class)
- Can read char. info from memory (HP, MP, Location)
- Simple macro to control dwarf (with simnple collision detection)
- Reads what is in the hotkeys
- Can send keyboard/mouse commands
- Reads target name/health off screen
- Reads target direction/distance on radar (very crude)
Here's a few current bugs:
- Location of character pointer is hardcoded (only 2 for C1 so far), so might not find yours. I need to make it more dynamic, but I haven't figured the best way to do it yet. Also, doesn't always get correct location address.
- Sometimes won't attack back when aggroed.
Here's what I'd really like to add/need help on:
- Pointer to current target (and location).
- Better macro. (SS, Health potions, etc.)
- A map. Objects added to it when collides with something. Or read UTX files.
- Pet control (for wolf/dragon).
- Inventory memory reader (Need memory location/pointer)
- A way to read exact exp (not percentage).
If anybodies finds/knows how to access some of the things above, let me know.
LInverse