| Author |
Message |
Forum: Support Topic: AHK pokerstars Help! |
| Fatal_Error |
|
Posted: February 27th, 2010, 12:18 am
|
|
Replies: 12 Views: 1059
|
| If the text of your game is in a photo format, it can be "intercepted" by taking a screenshot of said text, cropping text to an imagefile.bmp, and then using ImageSearch to locate said text. Downside to this method is you would have to take a screenshot for every possibly combination of te... |
|
 |
Forum: Support Topic: Send keystroke to non-focused window. |
| Fatal_Error |
|
Posted: February 27th, 2010, 12:07 am
|
|
Replies: 8 Views: 773
|
what game are you refering to?
SendInput works with limited success for me for some applications or games. It does seem to be quite buggy though. |
|
 |
Forum: Support Topic: wrcrft3(inven hot key) |
| Fatal_Error |
|
Posted: December 11th, 2009, 10:43 am
|
|
Replies: 4 Views: 505
|
| easy peasy short and breezy `::NumPad8 ;tilde activates top left item slot !1::NumPad7 ;alt+1 activates top right item slot !2::NumPad4 ;alt+2 activates middle left item slot !3::NumPad5 ;alt+3 activates middle right item slot !4::NumPad1 ;alt+4 activates bottom left item slot !5::NumPad2 ;alt+5 act... |
|
 |
Forum: Support Topic: Breakball games Bot |
| Fatal_Error |
|
Posted: December 11th, 2009, 10:30 am
|
|
Replies: 30 Views: 1258
|
| Assuming the graphic of the ball and the pixel arrangement of the ball remain consistent while it moves (no funky image compression), and assuming the paddle's x axis attempts to stay with your mouses x axis, it could be something as simple as this: Loop { sleep 10 ImageSearch, BallX, BallY, 0,... |
|
 |
Forum: Support Topic: Need really simple script |
| Fatal_Error |
|
Posted: August 3rd, 2009, 8:12 am
|
|
Replies: 6 Views: 526
|
| If you set the script up as a hotkey then yes. As for automation of this, a little more complicated. I might be able to devise a script for it, but I currently do not know how to do it and would have to look through the help file (very useful, go take a look!) |
|
 |
Forum: Support Topic: Imagesearch isn't functioning properly in Vista |
| Fatal_Error |
|
Posted: July 28th, 2009, 6:41 am
|
|
Replies: 12 Views: 505
|
| No luck with the WinSet, Transparent, 255 thing =( |
|
 |
Forum: Support Topic: Imagesearch isn't functioning properly in Vista |
| Fatal_Error |
|
Posted: July 26th, 2009, 9:42 am
|
|
Replies: 12 Views: 505
|
Apparently I have to reitterate for you 7usabball:
A new screenshot of the image was taken on the vista machine. That's not the problem. |
|
 |
Forum: Support Topic: Imagesearch isn't functioning properly in Vista |
| Fatal_Error |
|
Posted: July 25th, 2009, 8:15 pm
|
|
Replies: 12 Views: 505
|
I'll keep looking for a solution. If someone knows how to solve this problem I would really appreciate it.
If I manage to find the solution and the cause of the problem I'll try to post it here. |
|
 |
Forum: Support Topic: Imagesearch isn't functioning properly in Vista |
| Fatal_Error |
|
Posted: July 25th, 2009, 7:46 am
|
|
Replies: 12 Views: 505
|
|
 |
Forum: Support Topic: Imagesearch isn't functioning properly in Vista |
| Fatal_Error |
|
Posted: July 25th, 2009, 7:09 am
|
|
Replies: 12 Views: 505
|
/bump
Still need help please  |
|
 |
Forum: Support Topic: WoW - World of Warcraft |
| Fatal_Error |
|
Posted: July 25th, 2009, 5:29 am
|
|
Replies: 2 Views: 616
|
Pretty sure you can accomplish this with ControlSend. I messed around with it a bit, and due to my lack of experience and knowledge I was unable to make it work consistently. Intermittently at best. If you get it working let me know  |
|
 |
Forum: Support Topic: Imagesearch isn't functioning properly in Vista |
| Fatal_Error |
|
Posted: July 24th, 2009, 11:46 pm
|
|
Replies: 12 Views: 505
|
| Does anyone have a solution to this issue? |
|
 |
Forum: Support Topic: Imagesearch isn't functioning properly in Vista |
| Fatal_Error |
|
Posted: July 24th, 2009, 5:54 pm
|
|
Replies: 12 Views: 505
|
| I am not super savy with scripting and know nothing about programming. Call me a novice at best, so if the solution isn't glaringly obvious in your explanation it may very well go over my head. Heres the code: ImageSearch,,, 1173, 726, 1216, 770, *100 %A_ScriptDir%\test.bmp IF(ErrorLevel=0) ... |
|
 |
| Sort by: |