AutoHotkey Community

It is currently May 27th, 2012, 11:53 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject:
PostPosted: May 2nd, 2011, 3:21 am 
Offline

Joined: May 1st, 2011, 3:49 am
Posts: 8
nimda wrote:
=no info for me to fix

Duck wrote:
won't work if you are pressing Ctrl. Or if you click 1st then hold alt.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 2nd, 2011, 3:38 am 
Offline

Joined: December 26th, 2010, 7:40 pm
Posts: 4172
Location: Awesometown, USA
fine. At least change your "getkeystate...If state=u"s to If GetKeyState()
and change your loop with a conditional break to a while-loop, which does the same thing.
*twitch* ;)

_________________
Autofire, AutoClick, Toggle, SpamWindow Control Tools
Recommended: AutoHotkey_L


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 2nd, 2011, 2:49 pm 
Offline

Joined: May 1st, 2011, 3:49 am
Posts: 8
nimda wrote:
fine. At least change your "getkeystate...If state=u"s to If GetKeyState()

That's what was driving me crazy before. I can't make it work like that.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 3rd, 2011, 11:28 pm 
Offline

Joined: September 2nd, 2010, 12:33 am
Posts: 12
What about games like counter strike source. If you single click there is no recoil but if you hold down the left mouse button there is a lot of recoil. Is there anyway to work around this problem?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2011, 1:04 pm 
Offline

Joined: May 1st, 2011, 3:49 am
Posts: 8
Mine was written for, tested in, and fine tuned in, counter strike source.


http://www.autohotkey.com/forum/post-440942.html#440942


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 6th, 2011, 1:33 am 
it rapid fires very fast, and i cant get it too slow down:P


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 8th, 2012, 8:30 pm 
Offline

Joined: September 25th, 2010, 4:33 pm
Posts: 3
Hi guys, I have the following AutoFire script:

#Persistent
SetTitlematchmode, 2
SetKeyDelay, 0, 0

#Ifwinactive, ePSXe - Enhanced PSX emulator
~$*h::
Loop
{
GetKeyState, Lbvar, h, P
If Lbvar = U
Break
Send {h}
sleep 1 ;
}
#Ifwinnotactive, ePSXe - Enhanced PSX emulator

How can I make that the key "h" is doing autofire without pressing on it. That is just launch the programe "ePSXe - Enhanced PSX emulator" and without pressing anything, it fires "h".
Please can you give the full script.

Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject: autofire for ff9
PostPosted: January 30th, 2012, 7:04 pm 
ok heres the thing, ive been trying to find an autofire method that works for the hippaul racing in final fantasy 9, it requires you to press two different buttons alternatively as fast as you can, but all ive been finding is hap hazard ones that cause the charecter to stagger because the buttons are being pressed too fast that the game thinks theyre being pressed at the same time. can anyone give me a full complete no bug version of an aotufire script please?


Report this post
Top
  
Reply with quote  
 Post subject: help
PostPosted: March 6th, 2012, 9:31 am 
i am looking for a macro or script for swtor - i want to use my left arrow key - every time i hit it i want it to spam thru key 1-4 over and over setting up priority on the key 1-4 also be able to change in the macro the left arrow key to the down arrow key and 1-4 to 5-8 etc

would appericate any help thank you very much for ya time


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 54 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Google Feedfetcher, rrhuffy and 31 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