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 

[BF2 Scripts]
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Mustang



Joined: 17 May 2007
Posts: 415
Location: England

PostPosted: Mon Jan 21, 2008 4:35 pm    Post subject: Re: \/0|x Reply with quote

Volx wrote:
Yes, but when you play bf2 for two years it gets kinda boring.

Maybe time to play a new game then Razz
Back to top
View user's profile Send private message
Volx
Guest





PostPosted: Mon Jan 21, 2008 8:20 pm    Post subject: \/0|x Reply with quote

I love bf2
I just wana to tweak a few things to experiment with.

So Alkezo would you ever be so kind and help me out plz
Back to top
Alekoz



Joined: 17 Jun 2007
Posts: 157

PostPosted: Tue Jan 22, 2008 2:00 am    Post subject: Re: \/0|x Reply with quote

Volx wrote:
Yes, but when you play bf2 for two years it gets kinda boring. So you probably wana make something that would give you the advantage in most parts of the game like infantry only.

All im asking is if it's possible to make it?


its not possible to move the mouse on all those directions at the same time...
and as i says if it was possible it would only make things worse
_________________
My BF2 Scripts
Back to top
View user's profile Send private message
b2gamegeek
Guest





PostPosted: Wed Feb 06, 2008 7:10 am    Post subject: hey bud Reply with quote

I'm using the current release, and I notice the ak shoots rather slow on full auto.. Is there a way I can speed that up bud?
Back to top
Alekoz



Joined: 17 Jun 2007
Posts: 157

PostPosted: Wed Feb 06, 2008 12:49 pm    Post subject: Re: hey bud Reply with quote

b2gamegeek wrote:
I'm using the current release, and I notice the ak shoots rather slow on full auto.. Is there a way I can speed that up bud?


lowering the sleep times should work
go to section "RAPID FIRE \ ANTI RECOIL SWITCH"
and change those 4 sleep times
on my system it works perfectly..but propably wont on other systems with different pings/etc
try finding out what works best for you
_________________
My BF2 Scripts
Back to top
View user's profile Send private message
bf2nerd1
Guest





PostPosted: Wed Feb 06, 2008 11:44 pm    Post subject: OK Reply with quote

So I think they are set to 50, 20, 50, 20 // I'll try lowering them, what is the 50 sleep for and the 20 sleep??
Back to top
Alekoz



Joined: 17 Jun 2007
Posts: 157

PostPosted: Thu Feb 07, 2008 1:12 am    Post subject: Re: OK Reply with quote

bf2nerd1 wrote:
So I think they are set to 50, 20, 50, 20 // I'll try lowering them, what is the 50 sleep for and the 20 sleep??


50 is for the whole loop
and 20 if for the time between clicks
its in miliseconds if you dont know
_________________
My BF2 Scripts
Back to top
View user's profile Send private message
bf2nerd1
Guest





PostPosted: Thu Feb 07, 2008 6:02 pm    Post subject: Thanks Reply with quote

Hey thanks bud I'll try it out now..
Back to top
BF2 fan
Guest





PostPosted: Wed Feb 20, 2008 8:32 pm    Post subject: Reply with quote

Hi Alekoz , im just trying your sniper script out and so far its pretty sweet Smile

may i ask if its possible to AIM the pistol straight after the 1 shot from the rifle

so aim with sniper rifle>fire one shot>swap to pistol>aim pistol> then i manually shoot pistol ?

I use mouse button 3 to aim , so what would i need to change to add this feature ?
Back to top
Alekoz



Joined: 17 Jun 2007
Posts: 157

PostPosted: Thu Feb 21, 2008 8:58 pm    Post subject: Reply with quote

sry but i have stopped making anything for those scripts..
i dont have the time anymore and i have almost stopped playing BF2 too
anyway i still think the best way to play BF2 is without any macros at all..well atleast on infantry
movement is much better and "free" with your own fingers
_________________
My BF2 Scripts
Back to top
View user's profile Send private message
GermanBaum
Guest





PostPosted: Fri Feb 22, 2008 4:50 pm    Post subject: Reply with quote

Can anyone give me Macros ?
Back to top
anyone
Guest





PostPosted: Fri Feb 22, 2008 5:13 pm    Post subject: Reply with quote

No I can't. Mad
Back to top
Birand
Guest





PostPosted: Mon Mar 10, 2008 4:01 pm    Post subject: Reply with quote

Guys if u need only click makro


Code:

;===============================================
;HOTKEYS ON/OFF
;===============================================

onoff = 0

$Home::
if (!onoff)
{
onoff:=1

Hotkey,$MButton, On

return
}
else
{
Gui, 1:Default
Hotkey,$MButton, Off

onoff:=0
}
return

;===============================================
;CLICKING
;===============================================

$MButton::
   Loop
{
   if (GetKeyState("MButton", "P") = 0)
   {
      break
   }
   else
   {
      MouseClick, Left, , , 1, 0, D
      Sleep, 30
      MouseClick, Left, , , 1, 0, U
     Sleep 30
   }
}
Sleep 100
MouseClick, Right, , , 1, 0, D
Sleep, 30
MouseClick, Right, , , 1, 0, U
Send {C down}
Sleep 30
Send {C up}
return
Back to top
lolerT
Guest





PostPosted: Sat Mar 15, 2008 1:24 pm    Post subject: Reply with quote

its alt gr + 9
Back to top
LxzErOxP
Guest





PostPosted: Fri Mar 28, 2008 10:13 am    Post subject: where...? Reply with quote

Where do i put these scripts...
they look good but i do not know where to put them
thanx
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 4 of 7

 
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