Jump to content

SwieTy

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by SwieTy

  1. I tried it with "Little Fighter 2" game and I was getting clear MsgBox each time. Can it be because of wrong adress? I am almost 100 % sure that adress is correct.
  2. #include <nomadmemory.au3> MsgBox(0,"HP", "HP " & CurrentHP()) Func CurrentHP() $ID=_MemoryOpen(1100) $Address=0x01C7F968 $CurrentHP=_MemoryRead($Address,$ID) EndFunc Got smt like that. But there is another problem. The script is showing 0 HP each time. Adress is proper 100%. Any ideas, please.
  3. Heya. I got question about reading from memory. I am trying to make simple app that will read HP from a game and MsgBox me with it. I should rather say read a value from a specifided adress. Adress is const, always the same (so no pointer needed?). It is Little Fighter 2. Adress of that value is 01C7F964. What func I should use WinApi or from maybe any other, like NomadMemory. I spend like 2-3 hours, and still cant find proper one. I was earching forum too, but no simple scripts, which from I can learn. As You know there aint much turtorials about IT, and memory reading for me is a lil hard. For getting adress i was getting cheat engine. Maybe someone can wrote simple script simmilar to mine so I can see how the script should looks like. Thanks, Bye.
×
×
  • Create New...