How to find target info memory. 08/31/2013 - Aion - 3 Replies Long time lurker, first time poster. Hello.
I am an experienced programmer, but a little new to the bot scene. I have developed one bot in the past and though I'd do a small project for Aion. So I am in the middle of my programming and I have not been able to get the memory offset for my target's hp (or any other target info).
I am not sure if these are already out there, but I'd prefer to know how to figure it out so that I can update without waiting for anyone to post offsets.
I use...
About Target Info And Action Slot 06/06/2013 - Flyff Private Server - 0 Replies Here's the problem on my picture on the Target info ,
about the Action slot how can i change like on the picture
Function target info 09/11/2012 - PW Hacks, Bots, Cheats, Exploits - 6 Replies Hi,
Function to find the information on the target do not work in the source code of Prophet Bot. Yet when we launch the EXE information is displayed well.
Have you any idea of the problem?
Global $OFFSET_TAR, $CFG_OFFSET_TAR = "Target_OffSet", $MOVETONPC = 0, $NOTARGETS = 0, $DEAD = 0
$OFFSET_TAR = IniRead($SOFTWARE_OFFSET_CONFIG, $CFG_OFFSET_ROOT_KEY, $CFG_OFFSET_CHARSTRUCT1, "52")
$OFFSET_TAR = IniRead($SOFTWARE_OFFSET_CONFIG, $CFG_OFFSET_ROOT_KEY, $CFG_OFFSET_TAR, "")
$tar_temp...
Target Info (PWI) 06/02/2011 - PW Hacks, Bots, Cheats, Exploits - 1 Replies i make some research with AutoIt, coz many ppl here use that, so i try make piece of code, and here it is....
Target Info v 1.0 (PWI) other versions not implemented yet due different offsets
features:
Name
Current HP / Max HP
Current MP / Max MP
lvl, culti
coordinates, distance
Request Target info 07/05/2009 - Tutorials - 5 Replies Hi,
Requesting the theory, or Tutorial of how to find a Target Offset in a game.
I'll try to explain better what I mean,
As in to Target a Mob,
can be done in this game by,
Direct Mouse Click, or TAB key.
I have the base addresse,
that I notice from the program I am using (bot program) that it's relative to everything, by that i mean functions ie Health/Mp/X,Y,Z/etc. only the offsets are different in making the bot function.