AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[Help] Im new
Goto page Previous  1, 2
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
BoBoĻ
Guest





PostPosted: Fri Mar 07, 2008 1:36 pm    Post subject: Reply with quote

Quote:
I can read guys.. >.>
That's really good news!!! Very Happy
So take Moki's advise and [here] we go!
Back to top
spunky



Joined: 06 Mar 2008
Posts: 8

PostPosted: Fri Mar 07, 2008 2:13 pm    Post subject: Reply with quote

Moki wrote:
look up send modes and try the sendplay command and just play with a few different combinations you'll get it Smile

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
View user's profile Send private message
Moki



Joined: 22 Feb 2008
Posts: 101
Location: North Carolina

PostPosted: Fri Mar 07, 2008 2:26 pm    Post subject: Reply with quote

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 Smile

also did you try sendplay instead of send event?
_________________
http://www.mofiki.com
Back to top
View user's profile Send private message
spunky



Joined: 06 Mar 2008
Posts: 8

PostPosted: Fri Mar 07, 2008 3:01 pm    Post subject: Reply with quote

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 Smile

also did you try sendplay instead of send event?

5 bill???? OMG!!!
can u edit that script please?
how's sendplay? Question
Back to top
View user's profile Send private message
sendplay
Guest





PostPosted: Fri Mar 07, 2008 3:05 pm    Post subject: Reply with quote

Quote:
how's sendplay?
Thanks I'm fine Very Happy
Back to top
Moki



Joined: 22 Feb 2008
Posts: 101
Location: North Carolina

PostPosted: Fri Mar 07, 2008 3:09 pm    Post subject: Reply with quote

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
View user's profile Send private message
spunky



Joined: 06 Mar 2008
Posts: 8

PostPosted: Sat Mar 08, 2008 1:38 am    Post subject: Reply with quote

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... Crying or Very sad

i've tried sendinput.. but same..
any idea left?
Back to top
View user's profile Send private message
Elesar



Joined: 28 Jun 2007
Posts: 98

PostPosted: Sat Mar 08, 2008 3:02 am    Post subject: Reply with quote

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
View user's profile Send private message
spunky



Joined: 06 Mar 2008
Posts: 8

PostPosted: Sat Mar 08, 2008 3:17 am    Post subject: Reply with quote

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
View user's profile Send private message
Elesar



Joined: 28 Jun 2007
Posts: 98

PostPosted: Sat Mar 08, 2008 4:06 am    Post subject: Reply with quote

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
View user's profile Send private message
Moki



Joined: 22 Feb 2008
Posts: 101
Location: North Carolina

PostPosted: Mon Mar 10, 2008 2:13 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group