AutoHotkey Community

It is currently May 23rd, 2012, 4:47 am

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Support   Topic: Finding the base mem address of a .dll

Posted: December 29th, 2009, 7:14 am 

Replies: 5
Views: 432


I got figured out the integer to float thing. Next....

 Forum: Support   Topic: Finding the base mem address of a .dll

Posted: December 27th, 2009, 7:28 pm 

Replies: 5
Views: 432


Still need some help if anyone can answer my questions.

 Forum: Support   Topic: Finding the base mem address of a .dll

Posted: December 25th, 2009, 7:23 pm 

Replies: 5
Views: 432


Anyone have any ideas?

 Forum: Support   Topic: Finding the base mem address of a .dll

Posted: December 25th, 2009, 3:48 am 

Replies: 5
Views: 432


This is the gist of what I am trying to do, have a bunch of offsets listed, so i don't have to change tailor them to individual computers. As and example HealthOffset:=0x00001 ManaOffset:=0x00002 Expoffset:=0x00003 etc... Then add them with the base address of the program. Heath:=Healthoffset+Game.d...

 Forum: Support   Topic: Question about timing and some variables

Posted: October 10th, 2009, 1:37 am 

Replies: 16
Views: 586


Trying to get my timers to work out right. Took Master Focus's code and edited alittle trying to get this to work as a test for me to see how it works out. It kicks the timers out as the target label doesn't exist. Im doing something wrong I know. What I am trying todo with this is: The timers are t...

 Forum: Support   Topic: Pixelgetcolor and Color Variation

Posted: October 3rd, 2009, 11:07 pm 

Replies: 1
Views: 329


Here is what I am trying to do. I want to use pixelgetcolor to see if something is there or not. But I want to ignore the blue saturation and only use the red or green a few points say 5 up or 5 down. Anyone show me a sample code of how this might work that I may look at and figure out? I guess anot...

 Forum: Scripts   Topic: WaitPixelColor()

Posted: October 3rd, 2009, 10:54 pm 

Replies: 16
Views: 8184


I want to do something simple using this script. I want to look at a coordinate of 200,700 for the color 0. And tell me what it found, so: #Include WaitPixelColor.ahk ^a:: WaitPixelColor(0,225,700,10000) If errorlevel = 0 ( Msgbox Found it. Return ) Else if errorlevel = 1 ( Msgbo...

 Forum: Support   Topic: Question about timing and some variables

Posted: August 25th, 2009, 2:51 am 

Replies: 16
Views: 586


Pictures := "" Loop, 3 Pictures .= [color=red]( Pictures ? "|" : "" )[/color] [color=darkred]A_ScriptDir[/color] [color=red]"\Images\subimagetypes\Type"[/color] [color=darkred]A_Index[/color] [color=red]".bmp"[/color] Alright, thank you! Tha...

 Forum: Support   Topic: Question about timing and some variables

Posted: August 25th, 2009, 2:28 am 

Replies: 16
Views: 586


pictures= %A_ScriptDir%\Images\subimagetypes\Type1.bmp|%A_ScriptDir%\Images\subimagetypes\Type2.bmp|%A_ScriptDir%\Images\subimagetypes\Type3.bmp Loop Loop,Parse,pictures,| { If (!InStr(foundImage,"|" A_LoopField "|")){ ImageSearch,x,y,0,0,% A_ScreenWidt...

 Forum: Support   Topic: Question about timing and some variables

Posted: August 24th, 2009, 11:15 pm 

Replies: 16
Views: 586


I got all that. Now I want to add a timer to that. So far pictures=c:\pic1.jpg|c:\pic2.jpg|c:\pic3.jpg|c:\pic4.jpg Loop Loop,Parse,pictures,| { If (!InStr(foundImage,"|" A_LoopField "|")){ ImageSearch,x,y,0,0,% A_ScreenWidth,% A_ScreenHeight,% A_LoopFiel...

 Forum: Support   Topic: Question about timing and some variables

Posted: August 24th, 2009, 9:25 pm 

Replies: 16
Views: 586


pictures=c:\pic1.jpg|c:\pic2.jpg|c:\pic3.jpg|c:\pic4.jpg Loop Loop,Parse,pictures,| { If (!InStr(foundImage,"|" A_LoopField "|")){ ImageSearch,x,y,0,0,% A_ScreenWidth,% A_ScreenHeight,% A_LoopField If ErrorLevel=2 Break Else if Errorlevel=1 Continue els...

 Forum: Support   Topic: Question about timing and some variables

Posted: August 24th, 2009, 9:14 pm 

Replies: 16
Views: 586


Okay just to clarify, The:

Code:
(!InStr(foundImage,"|" A_LoopField "|"))


The foundImage is the list from which A_LoopField is selected.

Am I understanding correctly?

 Forum: Support   Topic: Question about timing and some variables

Posted: August 24th, 2009, 8:10 pm 

Replies: 16
Views: 586


Both methods will work in theory, though option 2 is probably your best bet. It would help us to know what kind of format you will be using this in. There may be other paths besides image search that may be of use. You can test this out by making a simple image search for 1 image, and once you lear...

 Forum: Support   Topic: Question about timing and some variables

Posted: August 24th, 2009, 5:06 pm 

Replies: 16
Views: 586


Okay let me explain what question I need answered. This is what I need help with. And I don't want people to write the code for me, because that doesn't help me learn for the future no? Code yes, but logic of the code is more welcome than just code itself. Thank you all in advance. This is what my s...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group