| Author |
Message |
Forum: Support Topic: Dota - Shoot+AHK |
| fredramone |
|
Posted: December 10th, 2010, 5:23 pm
|
|
Replies: 1 Views: 504
|
| Hello! I'm trying to integrate the program shoot and autohotkey to play dota using voice commands, just for experience. Shoot can identify voice comands and send keystrokes, key sequences, or key pressing, but cannot make complex actions. I wanted to set one voice command to pick heroes and buy iten... |
|
 |
Forum: Support Topic: Trouble with GUIcontrol |
| fredramone |
|
Posted: January 27th, 2010, 11:11 pm
|
|
Replies: 3 Views: 314
|
| Oh sorry. it worked. My variable was wrong. Thank you !!! |
|
 |
Forum: Support Topic: Trouble with GUIcontrol |
| fredramone |
|
Posted: January 27th, 2010, 11:08 pm
|
|
Replies: 3 Views: 314
|
When I did leave the parameter blank the picture simply vanish... I want to change the picture.
thank you by the reply  |
|
 |
Forum: Support Topic: Trouble with GUIcontrol |
| fredramone |
|
Posted: January 27th, 2010, 10:53 pm
|
|
Replies: 3 Views: 314
|
I Have this code
Code: GUIControl, Picture, Static12, %VAR%
when i try to run my script opens a msgbox:
Error: Param #1 invalid
specifically: picture
what is wrong??? |
|
 |
Forum: Support Topic: Help with TicTacToe |
| fredramone |
|
Posted: January 27th, 2010, 6:45 pm
|
|
Replies: 4 Views: 383
|
| I Just Read about GuiControl. I'm going to fix my script. |
|
 |
Forum: Support Topic: Help with TicTacToe |
| fredramone |
|
Posted: January 27th, 2010, 6:34 pm
|
|
Replies: 4 Views: 383
|
| Thank you ! This is just my 2° script and the first complex one, so is this kind of help i need. about the twice sub2: when i tested with just one gosub the GUI loaded with the old variables. I'm about to try it again. and you said about use just G1-G9 and player, but how can i change the images whe... |
|
 |
Forum: Support Topic: Game hacking |
| fredramone |
|
Posted: January 26th, 2010, 6:02 pm
|
|
Replies: 10 Views: 1226
|
| you will need to measure the buttons that you need to press. type the coordinates where QWAS are. q is the top left a is the bottom left etc... ^d:: ; to sell inventories $Right:: ; cancel loop with Right Loop 100 { If GetKeyState("Right", "P") Break ; Break out of t... |
|
 |
Forum: Support Topic: Help with TicTacToe |
| fredramone |
|
Posted: January 26th, 2010, 4:11 pm
|
|
Replies: 4 Views: 383
|
| Im programming a tic tac toe game on AHK, just for train my skills and learn more about the program. But i get some trouble. When the X player wins the game my script cant recognize it. here is the script and the complements http://dl.dropbox.com/u/4098668/jogodavelha2.rar im using the variables G1,... |
|
 |
| Sort by: |