AutoHotkey Community

It is currently May 24th, 2012, 1:15 pm

All times are UTC [ DST ]


Search found 69 matches
Search these results:

Author Message

 Forum: Support   Topic: Imagesearch help

 Post subject: Imagesearch help
Posted: December 20th, 2005, 12:33 am 

Replies: 1
Views: 550


im trying to use image search to search for a image withing a rectangle of coordinates, im using the example in the ahk help file as my base for learning it all i did was changed which picture to look for and the variation in shade and hotkeyed and looped it because in the end ill want it to continu...

 Forum: Support   Topic: Full tutorial for newbie

Posted: November 28th, 2005, 6:04 pm 

Replies: 8
Views: 1162


Yeah id have to agree the help file is just that very helpful very well organized must say best organized ive seen in *thinks real hard* hrmm prolly forever. the only thing in the help file is some of the examples or documentations on some of the commands is hard to follow. granted i am still new to...

 Forum: Support   Topic: im working with readmem, gui, loops but stuck

Posted: November 28th, 2005, 5:59 pm 

Replies: 6
Views: 809


ok i tried the changes the text box change works fine and updates as it should. but the equation is still buggy i have to check with my friend make sure they didnt update the mem values for health but if they didnt i get a problem still where current_hp returns the value 33 after a few times the fir...

 Forum: Support   Topic: im working with readmem, gui, loops but stuck

Posted: November 28th, 2005, 5:59 pm 

Replies: 6
Views: 809


ok i tried the changes the text box change works fine and updates as it should. but the equation is still buggy i have to check with my friend make sure they didnt update the mem values for health but if they didnt i get a problem still where current_hp returns the value 33 after a few times the fir...

 Forum: Support   Topic: im working with readmem, gui, loops but stuck

Posted: November 28th, 2005, 4:02 am 

Replies: 6
Views: 809


ok im still stuck maybe someone can look at my full code . right now what it does is it returns the msg box no matter what my hp is. both variables come out correct IE current_hp and Healat but it doesnt compare them properly. anyone have any ideas? also in the GUI how can i make it so the text box ...

 Forum: Support   Topic: MouseClick in any window is OK, but my 2D game is not

Posted: November 21st, 2005, 10:23 am 

Replies: 7
Views: 681


what game is it and you may need to use controlsend some games have a "anti cheat" feature the blocks "non true" input as well so that could be the case also. hard to tell without more info tho

 Forum: Support   Topic: im working with readmem, gui, loops but stuck

Posted: November 21st, 2005, 10:12 am 

Replies: 6
Views: 809


hrmm ill try that after i get some sleep also would it help more if i post my full source ? maybe theres something im missing somewhere else or something i dunno lol but im stumped *sighs*

 Forum: Support   Topic: Timed Startup? Launch programs at a certain time after start

Posted: November 21st, 2005, 7:03 am 

Replies: 2
Views: 539


it could potentially help personally id just leave my comp on or id remove almost everything from startup except the essentials that win needs to boot and start things as i need them but i do understand what you mean and for that you would wanna do like Sleep, 20000 run, iexplore.exe http://www.goog...

 Forum: Support   Topic: im working with readmem, gui, loops but stuck

Posted: November 21st, 2005, 6:57 am 

Replies: 6
Views: 809


ok this is part of my code the part that seems to have the problem that i cant figure out. both my variables have values %current_hp% has a value of 1980 and %heal% a value of 1960 yet it still gives me the msg box. what i need to accomplish is after the program is started info is entered and the us...

 Forum: Support   Topic: gimme something 2 write..a semi-noob looking for a challenge

Posted: November 20th, 2005, 8:40 am 

Replies: 7
Views: 669


paste your code so we can see how yer going about it

 Forum: Support   Topic: Why this script works, but whis one don't?

Posted: November 20th, 2005, 8:34 am 

Replies: 5
Views: 544


you might wanna try using controlsend and choose the window/place to send the letter using just send will send to whatever the active window is.

 Forum: Support   Topic: How do i get an animated gif to be animated when using...

Posted: November 20th, 2005, 6:54 am 

Replies: 14
Views: 1061


how do i get my animated gif to be animated when using

Code:
Gui, Add, Picture, x230 y70 w110 h140 vmypix, wolf.gif


the picture shows up where i want but its not animated is this a bug?
or is there another way to do it so the animation shows?

 Forum: Support   Topic: Help using variables in an INI file

Posted: October 26th, 2005, 7:23 pm 

Replies: 5
Views: 541


im trying to write a script for a friend and need to use an ini file as she has many lines of text she needs to pass to a chat window some of the text is unchanged but variables like person a, person b, etc need to be edited now when i read from the ini file the variables all check out but when i us...

 Forum: Support   Topic: Simple , i guess, error with the mouseclick and closinga win

Posted: July 23rd, 2005, 11:45 am 

Replies: 7
Views: 850


i should of seen the problem from the start lol ok what the problem is is that your closing the ahk file before it can close the game so try this :) #x::run, c:\program files\tibia\tibia.ahk , c:\program files\tibia #c:: Process, Close, Tibia exitapp, c:\program files\tibia\tibia.ahk , c:\program fi...

 Forum: Support   Topic: Simple , i guess, error with the mouseclick and closinga win

Posted: July 23rd, 2005, 11:28 am 

Replies: 7
Views: 850


ok first one try this #z::run, C:\Program Files\Tibia\Tibia.exe , C:\Program Files\Tibia winwaitactive, tibia mouseclick, left, 115, 778 return the only difference is the spacing and removal of , after return ahk is real picky at times with spacing :) now for your next prob #x::run, c:\program files...
Sort by:  
Page 1 of 5 [ Search found 69 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group