AutoHotkey Community

It is currently May 26th, 2012, 9:23 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: July 31st, 2009, 6:47 am 
Offline

Joined: July 31st, 2009, 6:38 am
Posts: 1
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2009, 8:41 am 
Quote:
z::ControlSend,, ^a, I Can Football
To trigger a game is something special. Good luck. 8)

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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 31st, 2009, 10:33 am 
LetsHateCheaters wrote:
Quote:
z::ControlSend,, ^a, I Can Football
To trigger a game is something special. Good luck. 8)

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

I dont know :)

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 )<<<<


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 1st, 2009, 7:06 am 
Offline

Joined: November 26th, 2008, 4:16 pm
Posts: 32
Code:
sendmode, Play
IfWinActive, ahk_class WindowsForms10.Window.8.app.0.33c0d9d
z::^a
Return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 1st, 2009, 2:59 pm 
Code:
SetTitleMatchMode, 2
z::ControlSend,, ^a, I Can Football
:roll:


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Google [Bot], wolverineks and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group