| View previous topic :: View next topic |
| Author |
Message |
BoBoĻ Guest
|
Posted: Fri Mar 07, 2008 1:36 pm Post subject: |
|
|
| Quote: | | I can read guys.. >.> | That's really good news!!!
So take Moki's advise and [here] we go! |
|
| Back to top |
|
 |
spunky
Joined: 06 Mar 2008 Posts: 8
|
Posted: Fri Mar 07, 2008 2:13 pm Post subject: |
|
|
| Moki wrote: | look up send modes and try the sendplay command and just play with a few different combinations you'll get it  |
some example will be good ^^
i think there's something wrong with my script..
| Code: | Loop, ; 10
{ ;
sendEvent {F9}
sendEvent {enter}
} |
i get windows error when run it.. =/ |
|
| Back to top |
|
 |
Moki
Joined: 22 Feb 2008 Posts: 101 Location: North Carolina
|
Posted: Fri Mar 07, 2008 2:26 pm Post subject: |
|
|
show the code that you currently have and people can help ... without your code nobody knows exactly what your talking about.
If above is all you have then its gonna hit those buttons 5 bizzillion times a second
also did you try sendplay instead of send event? _________________ http://www.mofiki.com |
|
| Back to top |
|
 |
spunky
Joined: 06 Mar 2008 Posts: 8
|
Posted: Fri Mar 07, 2008 3:01 pm Post subject: |
|
|
| Moki wrote: | show the code that you currently have and people can help ... without your code nobody knows exactly what your talking about.
If above is all you have then its gonna hit those buttons 5 bizzillion times a second
also did you try sendplay instead of send event? |
5 bill???? OMG!!!
can u edit that script please?
how's sendplay?  |
|
| Back to top |
|
 |
sendplay Guest
|
Posted: Fri Mar 07, 2008 3:05 pm Post subject: |
|
|
Thanks I'm fine  |
|
| Back to top |
|
 |
Moki
Joined: 22 Feb 2008 Posts: 101 Location: North Carolina
|
Posted: Fri Mar 07, 2008 3:09 pm Post subject: |
|
|
| Code: |
Loop, 10 ;runs 10 cycles
{
sleep 2000 ;waits for 2 seconds
sendplay {F9}
sleep 2000 ;waits for 2 seconds
sendplay {enter}
}
|
does this not work? _________________ http://www.mofiki.com |
|
| Back to top |
|
 |
spunky
Joined: 06 Mar 2008 Posts: 8
|
Posted: Sat Mar 08, 2008 1:38 am Post subject: |
|
|
| Moki wrote: | | Code: |
Loop, 10 ;runs 10 cycles
{
sleep 2000 ;waits for 2 seconds
sendplay {F9}
sleep 2000 ;waits for 2 seconds
sendplay {enter}
}
|
does this not work? |
it's not working =/
awwwwwwwwwwwww! im frustrated now...
i've tried sendinput.. but same..
any idea left? |
|
| Back to top |
|
 |
Elesar
Joined: 28 Jun 2007 Posts: 98
|
Posted: Sat Mar 08, 2008 3:02 am Post subject: |
|
|
What is the program that you are trying to implement this on?
Certain applications do not like certain types of input. Some applications will ignore AHK almost completely.
Another thing that is being pushed pretty hard by all the other posts is that you need to try stuff for your own.
AHK comes packed with THE MOST useful help file I have ever seen. On top of that, one of the best communities that I have participated in provided you are not asking for handouts!!!
If you show that you are putting in a bit of effort on your own, then allot more people will be willing to help you out. |
|
| Back to top |
|
 |
spunky
Joined: 06 Mar 2008 Posts: 8
|
Posted: Sat Mar 08, 2008 3:17 am Post subject: |
|
|
| Elesar wrote: | What is the program that you are trying to implement this on?
Certain applications do not like certain types of input. Some applications will ignore AHK almost completely.
Another thing that is being pushed pretty hard by all the other posts is that you need to try stuff for your own.
AHK comes packed with THE MOST useful help file I have ever seen. On top of that, one of the best communities that I have participated in provided you are not asking for handouts!!!
If you show that you are putting in a bit of effort on your own, then allot more people will be willing to help you out. |
i believe i dont need to tell everyone how much method i have tried.
it just dont work with the game. one more, it's nprotect gameguard protected. (but it does't shows any error) |
|
| Back to top |
|
 |
Elesar
Joined: 28 Jun 2007 Posts: 98
|
Posted: Sat Mar 08, 2008 4:06 am Post subject: |
|
|
Well, the point that I was making is that you didn't post any of your previous attempts, so to us, it just looks like you are asking for handouts.
Also, if it is protected by a program designed to not allow exterior macros, botting, etc. I would definitely NOT recommend trying to bypass it. If you do get detected, you will most likely get banned.
The program is likely detecting that AHK is trying to send it commands, but it is ignoring them because the programmers don't want people to use these kinds of methods to manipulate their software. |
|
| Back to top |
|
 |
Moki
Joined: 22 Feb 2008 Posts: 101 Location: North Carolina
|
Posted: Mon Mar 10, 2008 2:13 pm Post subject: |
|
|
I tried to create a hotkey script for 9dragons which uses nProtect and never could get it working. Personally if it has gameguard I would leave it be even if its not cheating on your mind. _________________ http://www.mofiki.com |
|
| Back to top |
|
 |
|