Register

If you already have an account with us, please use the login panel below to access your account.

Results 1 to 6 of 6
  1. #1
    Old-School Veteran 500 Posts500 Posts Bani Raheja's Avatar
    Join Date
    Jan 2011
    Age
    32
    Posts
    1,234
    In-Game Name(s)
    Bani_Raheja
    Post Thanks / Like

    Some Helpful Auto hot key binds

    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

    Code:
    !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


    Code:
    !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
    Code:
    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

    Code:
    !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
    Code:
    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.....
    Code:
    !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


    Code:
    !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...
    Last edited by Bani Raheja; 31st December 2012 at 01:01 PM.
    - Controversial Signature -

  2. Thanks Justin Fakie, Batman. thanked for this post
    Likes Ofir liked this post
  3. #2
    Snitch
    Join Date
    Nov 2012
    Age
    32
    Posts
    56
    In-Game Name(s)
    No
    Post Thanks / Like
    give me an cool weapon holster and unholster bind

  4. #3
    Old-School Veteran 500 Posts500 Posts Bani Raheja's Avatar
    Join Date
    Jan 2011
    Age
    32
    Posts
    1,234
    In-Game Name(s)
    Bani_Raheja
    Post Thanks / Like
    Quote Originally Posted by HelloP View Post
    give me an cool weapon holster and unholster bind
    Added ...
    - Controversial Signature -

  5. #4
    4 Year Veteran Batman.'s Avatar
    Join Date
    Jul 2011
    Location
    Skopje, Macedonia.
    Posts
    1,610
    In-Game Name(s)
    Oneyseven_Frawns
    Post Thanks / Like
    Nice, lmao. *thumbsup*
    Can't con the Don.

  6. Likes Bani Raheja liked this post
  7. #5
    Snitch
    Join Date
    Nov 2012
    Age
    32
    Posts
    56
    In-Game Name(s)
    No
    Post Thanks / Like
    Thanks man!

  8. #6
    5 Year Veteran Mausi Homeland's Avatar
    Join Date
    Sep 2011
    Location
    Netherlands
    Posts
    1,997
    In-Game Name(s)
    Mausi_Homeland
    Post Thanks / Like
    t/me [Takes/Hides] his weapon of choice and turns the safety [on/off]
    t/do Click Clack [Weapon Steady]
    Ex Famed Member!
    Ex Community Representative
    Ex Senior Helper
    Ex Cartel R5 -Luis Rodrigo/Luis R Garcia (multiple times)
    #ImNot>In-Active!

    Credits to Eiht East
    Quote Originally Posted by Kofi_Mensah View Post

    But long live Tha homie Mausberg Slim aka Tha Mausman aka Sir Maus-A-Lot also known as Grand-maus-ter Flash.


    CUTE

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Click to connect to Discord (San Andreas Roleplay)Click to go to the official San Andreas Multiplayer websiteDownload Teamspeak