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 

Search found 14 matches
AutoHotkey Community Forum Index
Author Message
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Fri Jun 27, 2008 9:03 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
Chipbuffao who you calling a newbie MR. 13 posts.

Hey Guest, if you are still lurking around, the guy who blew a gasket at Alekoz for not just writing him a script (which is posted all over this fo ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Wed Jun 25, 2008 5:39 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
Hey man take a chill pill Exclamation Alekoz is right, There are lots of scripts posted already that do just what your asking for. Both Alekoz and my solo heli scritps already do almost just what your aski ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Sun Jun 22, 2008 1:25 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
hmm still nothing

nothing happens in BF2?

I have the script loaded and running

outside of BF2 its working.


I agree with AZA, the "Ifwinactive" was giving me a huge headache. I ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Fri Jun 20, 2008 12:37 am   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
Wow! I didn't realize how constructive it could be to call someone a cabbage. LOL


You might have a point there... Any how, I went through a dozen tries and fails to get it working, and glad th ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Thu Jun 19, 2008 2:35 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
OK, AZA and Mysterious Dude,

Thank you both for the suggestions. I have finally written a script that works in BF2

~LALT::
Loop,
{
Send {lbutton down}
sleep 100
send {lbutton up}
Sleep, 30 ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Thu Jun 19, 2008 4:05 am   Subject: BF2 MACROS (SUMMARY) - post all working macros here please

Man, you are a cabbage!


Thanks AZA, You Da-Man!
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Wed Jun 18, 2008 10:12 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please

BF2 doesn't like the click command. Try using send instead. also this script would never end! This is not a good idea. I assume you want a script that will let you go AFK for long periods with ou ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Wed Jun 18, 2008 3:16 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
Hi Alekoz,

Can you take a look at this and tell me why it is not working in BF2:

#Lalt::
Loop,
{
IfWinActive, BF2
{
Click
sleep 5000
}
return

I need to run scri ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Tue Jun 17, 2008 11:59 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
Thats what the script that Mysterious Dude posted does.

Not according to his post, he says it is a rapid fire script...

I want a slow fire (1 every 5 seconds) and dont want to be holding down th ...
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Tue Jun 17, 2008 10:18 pm   Subject: BF2 MACROS (SUMMARY) - post all working macros here please
Actually, I want to do single fire (one click) every 4 or 5 seconds until I disable the script.

CB
  Topic: BF2 MACROS (SUMMARY) - post all working macros here please
chipbuffalo

Replies: 1820
Views: 337098

PostForum: Scripts & Functions   Posted: Tue Jun 17, 2008 6:56 pm   Subject: Need help on simple mouse click for bf2
Hi All, I need to get some help on a simple script for mouse click;

Here is the script:

#Lalt::
Loop,
{
Click
sleep 5000
}
return

The thing is, I am wanting to get it ...
  Topic: Please help - left mouse auto click
chipbuffalo

Replies: 7
Views: 220

PostForum: Ask for Help   Posted: Tue Jun 17, 2008 6:46 pm   Subject: Please help - left mouse auto click
Thank you Engunneer, I will do more research and get something posted.

CB
  Topic: Please help - left mouse auto click
chipbuffalo

Replies: 7
Views: 220

PostForum: Ask for Help   Posted: Tue Jun 17, 2008 5:13 pm   Subject: Please help - left mouse auto click
BTW, I just noticed I was not logged in on those last two replies.

CB
  Topic: Please help - left mouse auto click
chipbuffalo

Replies: 7
Views: 220

PostForum: Ask for Help   Posted: Tue Jun 17, 2008 5:21 am   Subject: Please help - left mouse auto click
I am new here, and this has to be a very easy script, but I need something that will simulate a left mouse click every 5 seconds.

I would like it to be something like, when I press the (windows key ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group