Jump to content

Chaki

Members
  • Posts

    3
  • Joined

  • Last visited

Chaki's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Before I start studying your script, I would like to know if I'm just going to waste my time. It is my understanding that both Dynamic and Static addresses are called pointers, because they point to a different address, which is inside the Memory Viewer. What I'm trying to do is read the value of that address that is found inside the Memory Viewer. Can your script do that? Or does your script only deal with static addresses?
  2. Found it. WinWaitActive("GPS") Opt("WinDetectHiddenText", 1) ;0=don't detect, 1=do detect $text = WinGetText("GPS", "") MsgBox(0, "Text read was:", $text)
  3. Hi everyone! I'm a noob. This is my 2nd day using autoit and I've been working on my first script for almost 10 hours straight. I'm addicted to autoit now haha! Ok so.. I have "Window Info tool" running and it has some information i want to use. But I don't know how to assign it to a variable. >>>> Hidden Text <<<< 2195,2705 I'll try to explain but please bare with me and remember i'm a noob. For example: $position=@hiddentext So whatever hiddentext is, it will be stored into $position. I don't know how to do that. At the moment Window Info Tool shows Hidden Text as 2195,2705. So $position would equal 2195,2705. Cuz what I want to is IF
×
×
  • Create New...