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 

Bad English i need your help (From Turkey)

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
zaferalm



Joined: 31 Jul 2009
Posts: 1

PostPosted: Fri Jul 31, 2009 5:47 am    Post subject: Bad English i need your help (From Turkey) Reply with quote

Hi guys,

That is my code which i want to use.

Code:
z::^a


But there is a problem.Although this code works on notepad-explorer, it doesnt work on my game.

My game's window info is;

>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
I Can Football - v0.8.4.0
ahk_class WindowsForms10.Window.8.app.0.33c0d9d

I used search engine to fix my problem.But i didn't understand ControlSend command because of my poor english.What should i write in my code?

Thank you
Back to top
View user's profile Send private message
LetsHateCheaters
Guest





PostPosted: Fri Jul 31, 2009 7:41 am    Post subject: Reply with quote

Quote:
z::ControlSend,, ^a, I Can Football
To trigger a game is something special. Good luck. Cool

What kind of relation do you see between: Turkey <> "I can Football". Wink
No, I'm not from Greece Laughing
Back to top
Guest






PostPosted: Fri Jul 31, 2009 9:33 am    Post subject: Reply with quote

LetsHateCheaters wrote:
Quote:
z::ControlSend,, ^a, I Can Football
To trigger a game is something special. Good luck. Cool

What kind of relation do you see between: Turkey <> "I can Football". Wink
No, I'm not from Greece Laughing

I dont know Smile

Your code doesnt work bro.what should i do?

>>>>>>>>>>( Window Title & Class )<<<<<<<<<<<
I Can Football - v0.8.4.0
ahk_class WindowsForms10.Window.8.app.0.33c0d9d

>>>>>>>>>>>>( Mouse Position )<<<<<<<<<<<<<
On Screen: 1313, 554 (less often used)
In Active Window: 1313, 554

>>>>>>>>>( Now Under Mouse Cursor )<<<<<<<<

Color: 0xF0F0F0 (Blue=F0 Green=F0 Red=F0)

>>>>>>>>>>( Active Window Position )<<<<<<<<<<
left: 0 top: 0 width: 1030 height: 794

>>>>>>>>>>>( Status Bar Text )<<<<<<<<<<

>>>>>>>>>>>( Visible Window Text )<<<<<<<<<<<

>>>>>>>>>>>( Hidden Window Text )<<<<<<<<<<<

>>>>( TitleMatchMode=slow Visible Text )<<<<

>>>>( TitleMatchMode=slow Hidden Text )<<<<
Back to top
bqw371



Joined: 26 Nov 2008
Posts: 32

PostPosted: Sat Aug 01, 2009 6:06 am    Post subject: Reply with quote

Code:

sendmode, Play
IfWinActive, ahk_class WindowsForms10.Window.8.app.0.33c0d9d
z::^a
Return
Back to top
View user's profile Send private message
LetsHateCheaters
Guest





PostPosted: Sat Aug 01, 2009 1:59 pm    Post subject: Reply with quote

Code:
SetTitleMatchMode, 2
z::ControlSend,, ^a, I Can Football
Rolling Eyes
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
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