Monday, December 24, 2012

new Battlefield Dual Weapon AHK script

Ins::Suspend
XButton1::Suspend
$LButton::
Loop
{
GetKeyState,LButtonState,LButton, P
if LButtonState = U
break
Send {LButton down}
Sleep, 40
Send {LButton up}
sleep 50
send {WheelUp}
sleep 500
GetKeyState,LButtonState,LButton, P
if LButtonState = U
break
Send {LButton down}
Sleep, 40
Send {LButton up}
sleep 50
GetKeyState,LButtonState,LButton, P
if LButtonState = U
break
send {WheelDown}
sleep 500
Send {LButton down}
Sleep, 40
Send {LButton up}
sleep 50
}
return
Xbutton1 is a button on the side of your mouse!

This script is for:
Dual long range shotgun
Dual knife

First:
Install Autohotkey
Create a new txt file, paste the code and save as "Dual.ahk"

The script will auto load, so suspend it with mouse side button or insert if u don't have mouse side button.

Ingame:
Get into the control settings:
set "slot 1" as "scroll mouse down"
set "slot 2" as "scroll mouse up"


than change "previous weapon" and "next weapon" for exaple to "[" and "]" so it won't block the weapons slots...

Now put one LRS/knife to slot nr 1
put another LRS/knife to slot nr 2.

If u press and hold left mouse button(LMB) the two weapons will do this:
1 fire, switch, 2 fire, switch, 1 fire,...
Now enter a game and !!turn it on!! by presing mouse side button or insert if u don't have mouse side button
Now you'll be able to shoot in a long distance with a shotgun

sincerly
Cato

-Jorndel-
I added the script in case any of you wonder
(You mostly like need to get: Auto Hot Key (Google it )
Scans:
http://virusscan.jotti.org/en/scanre...0a83bf5837e417
https://www.virustotal.com/file/52ff...is/1342640058/

Ditulis Oleh : techexe // 12:46 PM
Kategori: