Jump to content
Macro Express Forums

inesta07

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by inesta07

  1. I confuse to make output from Autoit External Script...

     

     

    External Script

    #RequireAdmin
    #include <NomadMemory.au3>
    $PID = ProcessExists( "Tutorial-i386.exe" )
    $hOpen = _memoryopen($PID)
    $Adresse = "0x0008BF98"
    $Read = _MemoryRead($Adresse, $hOpen, 'dword')
    MsgBox(0,"", $Read) ;<-- i want this value is reading by macro express
    $write = _MemoryWrite($Adresse, $hOpen, "", 'dword')
    _MemoryClose($hOpen)

    Macro Script

    <EXTERNAL SCRIPT Language="AutoIt" Dest="%T[2]%" Script="#RequireAdmin\r\n#include <NomadMemory.au3>\r\n$PID = ProcessExists( \"Tutorial-i386.exe\" )\r\n$hOpen = _memoryopen($PID)\r\n$Adresse = \"0x0006EDE8\"\r\n$Read = _MemoryRead($Adresse, $hOpen, 'dword')\r\nMsgBox(0,\"\", $Read)\r\n$write = _MemoryWrite($Adresse, $hOpen, \"\", 'dword')\r\n_MemoryClose($hOpen)\r\n"/>
    <TEXT BOX DISPLAY Content="{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil Tahoma;}{\\f1\\fnil\\fcharset0 Tahoma;}}\r\n\\viewkind4\\uc1\\pard\\f0\\fs16 %T\\f1 [1\\f0 ]%\r\n\\par }\r\n" Left="Center" Top="Center" Width="278" Height="200" Monitor="0" OnTop="FALSE" Keep_Focus="TRUE" Mode="\x00" Delay="0"/>

    i Make output into %T[1]% But the value is not display... how to make value is reading by macro express

     

    thx for advice

     

×
×
  • Create New...