 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Mustang
Joined: 17 May 2007 Posts: 415 Location: England
|
Posted: Mon Jan 21, 2008 4:35 pm Post subject: Re: \/0|x |
|
|
| Volx wrote: | | Yes, but when you play bf2 for two years it gets kinda boring. |
Maybe time to play a new game then  |
|
| Back to top |
|
 |
Volx Guest
|
Posted: Mon Jan 21, 2008 8:20 pm Post subject: \/0|x |
|
|
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
|
Posted: Tue Jan 22, 2008 2:00 am Post subject: Re: \/0|x |
|
|
| 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 |
|
 |
b2gamegeek Guest
|
Posted: Wed Feb 06, 2008 7:10 am Post subject: hey bud |
|
|
| 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
|
Posted: Wed Feb 06, 2008 12:49 pm Post subject: Re: hey bud |
|
|
| 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 |
|
 |
bf2nerd1 Guest
|
Posted: Wed Feb 06, 2008 11:44 pm Post subject: OK |
|
|
| 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
|
Posted: Thu Feb 07, 2008 1:12 am Post subject: Re: OK |
|
|
| 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 |
|
 |
bf2nerd1 Guest
|
Posted: Thu Feb 07, 2008 6:02 pm Post subject: Thanks |
|
|
| Hey thanks bud I'll try it out now.. |
|
| Back to top |
|
 |
BF2 fan Guest
|
Posted: Wed Feb 20, 2008 8:32 pm Post subject: |
|
|
Hi Alekoz , im just trying your sniper script out and so far its pretty sweet
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
|
Posted: Thu Feb 21, 2008 8:58 pm Post subject: |
|
|
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 |
|
 |
GermanBaum Guest
|
Posted: Fri Feb 22, 2008 4:50 pm Post subject: |
|
|
| Can anyone give me Macros ? |
|
| Back to top |
|
 |
anyone Guest
|
Posted: Fri Feb 22, 2008 5:13 pm Post subject: |
|
|
No I can't.  |
|
| Back to top |
|
 |
Birand Guest
|
Posted: Mon Mar 10, 2008 4:01 pm Post subject: |
|
|
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
|
Posted: Sat Mar 15, 2008 1:24 pm Post subject: |
|
|
| its alt gr + 9 |
|
| Back to top |
|
 |
LxzErOxP Guest
|
Posted: Fri Mar 28, 2008 10:13 am Post subject: where...? |
|
|
Where do i put these scripts...
they look good but i do not know where to put them
thanx |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|