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[3], $CFG_OFFSET_TAR = "Target_OffSet", $MOVETONPC = 0, $NOTARGETS = 0, $DEAD = 0
$OFFSET_TAR[1] = IniRead($SOFTWARE_OFFSET_CONFIG, $CFG_OFFSET_ROOT_KEY, $CFG_OFFSET_CHARSTRUCT1, "52")
$OFFSET_TAR[2] = IniRead($SOFTWARE_OFFSET_CONFIG, $CFG_OFFSET_ROOT_KEY, $CFG_OFFSET_TAR, "")
$tar_temp = _MemoryPointerRead($APP_BASE_ADDRESS, $PROCESS_INFORMATION, $OFFSET_TAR)
$tar_temp is always 0.
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[3], $CFG_OFFSET_TAR = "Target_OffSet", $MOVETONPC = 0, $NOTARGETS = 0, $DEAD = 0
$OFFSET_TAR[1] = IniRead($SOFTWARE_OFFSET_CONFIG, $CFG_OFFSET_ROOT_KEY, $CFG_OFFSET_CHARSTRUCT1, "52")
$OFFSET_TAR[2] = IniRead($SOFTWARE_OFFSET_CONFIG, $CFG_OFFSET_ROOT_KEY, $CFG_OFFSET_TAR, "")
$tar_temp = _MemoryPointerRead($APP_BASE_ADDRESS, $PROCESS_INFORMATION, $OFFSET_TAR)
$tar_temp is always 0.