PDA

View Full Version : Some Helpful Auto hot key binds



Bani Raheja
31st December 2012, 12:31 PM
Hello guys, I am going to post some of useful AutoHotKey Binds....
I will work on em' and keep updating this thread, so please avoid any kind of post whoring comments here
First of all, I will put an IPOD bind



!I::
Random, song, 1, 3;You can edit number '3' to the number of songs you want to put
SendInput t/ipod{enter}
Sleep 500
SendInput {down 4}
SendInput {enter}
Sleep 500
if(song==1)
{
SendInput https://dl.dropbox.com/s/toc6d0gmwyf6m52/gangnamstyle.mp3{enter}
string = Gangnam Style;this store the name of the song which you're going to listen
}
if(song==2)
{
SendInput https://dl.dropbox.com/s/pgjx0r47wma4yvd/SexyLMFAO.mp3{enter}
string = I am Sexy and I know it
}
if(song==3)
{
SendInput http://bindassmp3.com/upload_file/3005/3227/3307/02---Angreji-Beat-Ft.-Gippy-Grewal(BindassMp3.Com).mp3{enter}
string =Angreji Beat
}
SendInput t/me adjusts their headset and plays the song %string% on their IPOD{enter}
Return


LSPD Binds



!L::
Random, song, 1, 8
SendInput t/lspd{enter}
Sleep 500
SendInput {Enter}
SendInput t/lspd{enter}
Sleep 500
SendInput {down 3}
SendInput {enter}
Sleep 500
SendInput {down 4}
SendInput {enter}
Return

The above bind is used for going on duty and getting Mp5 in /lspd


as=0
!Z::
if(as==1)
{
SendInput t/bkc{enter}
as = 0
}
else if(as==0)
{
SendInput t/me presses a button on their utility belt{enter}
SendInput t/bk{enter}
as = 1
}
Return

The above bind is used for Backup Request... On pressing the button once it sends/cancels the backup request


!A::
SendInput t/me draws out a vest from their locker and straps it on{enter}
SendInput t/lspd{enter}
Sleep 500
SendInput {down 4}
SendInput {enter}
Sleep 500
SendInput {down 1}
SendInput {enter}
Sleep 500
SendInput {down 2}
SendInput {enter}
SendInput t/lspd{enter}
Sleep 500
SendInput {down 2}
SendInput {enter}
SendInput {enter}
Sleep 200
i = 0
rank = 1;You should edit this variable according to your rank, and add 1 to your rank untill you're Captain, for example, Cadet is R0, so he puts it 1, Officer is R1, so he puts it 2
while i<rank
{
SendInput tnext{enter}
i := i+1
}
SendInput tdone{enter}
Return

The above bind only works if you're R2+ in LSPD....
This bind is used for getting armor from SWAT locker and changing back your skin


skin = 0
!B::
SendInput t/lspd{enter}
Sleep 500
SendInput {down 2}
SendInput {enter}
SendInput {enter}
Sleep 200
if(skin == 0)
{
SendInput tnext{enter}
SendInput tnext{enter}
SendInput tnext{enter}
SendInput tnext{enter}
SendInput tnext{enter}
SendInput tnext{enter}
skin = 1
SendInput t/me takes out their biker clothes and puts them on{enter}
}
else
{
i = 0
rank = 1;Edit this according to the instructions I gave for armor bind...
while i<rank
{
SendInput tnext{enter}
i:=i+1
}
skin = 0
SendInput t/me takes out their normal duty uniform and puts it on{enter}
}
SendInput tdone{enter}
Return
The above bind is used for switching biker skin and normal duty skins at Lockers area.....

!X::
SendInput t/lspd{enter}
Sleep 500
SendInput {down 3}
SendInput {enter}
Sleep 500
SendInput {down 6}
SendInput {enter}
Return
The above bind is used to draw M4 gun from the locker in LSPD....

Gun Binds


!G::
if(gun==0)
{
SendInput t/me draws out their heavy gun from their back and reloads it{enter}
SendInput t/reload 1{enter}
gun = 1
}
else if(gun==1)
{
SendInput t/me holsters their gun back{enter}
gun = 0
}
Return
In the above bind, you can edit the text yourself, on pressing G at first, it will show unholster message, if you press it again, it shows holster back message.
I will be adding more binds...

HelloP
31st December 2012, 12:35 PM
give me an cool weapon holster and unholster bind

Bani Raheja
31st December 2012, 12:45 PM
give me an cool weapon holster and unholster bind

Added ...

Batman.
31st December 2012, 12:55 PM
Nice, lmao. *thumbsup*

HelloP
31st December 2012, 01:08 PM
Thanks man!

Mausi Homeland
31st December 2012, 04:49 PM
t/me [Takes/Hides] his weapon of choice and turns the safety [on/off]
t/do Click Clack [Weapon Steady]