Register

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

Page 1 of 3 123 LastLast
Results 1 to 20 of 41
  1. #1
    Banned
    Join Date
    Mar 2009
    Age
    30
    Posts
    11
    In-Game Name(s)
    Francis
    Post Thanks / Like

    [Guide] Legal and illegal AHK binds

    [[ More will be written later when I can be bothered. If you want you can write in binds of your own below and I may add them in.
    If you can think of an illegal bind feel free to post it below and I'll add that too. ]]

    This guide will be kept simple and short. Binds that are legal will be lime, while illegal binds will be red. I will also include some useful binds that can help shorten the time spent with certain actions. All binds are merely a guide and you don't need to use them or can edit them as you wish.

    List of contents:
    1. Mechanic Binds
    2. Arms Dealer Binds
    3. Weapon Binds
    4. Advertisement Binds
    5. Description Binds
    6. Faction Binds
    7. Spam Binds
    8. Miscellaneous Binds
    9. Bodyguard Binds
    10. Pickpocket Binds




    Mechanic Binds
    There are not many binds for the Mechanic job as it is a pretty basic job, mostly used for LEO's only.
    KEY::
    SendInput t/hyd{Enter}
    Return
    KEY::
    SendInput t/refill{Space}
    Return
    KEY::
    SendInput t/repair{Enter}
    Return

    KEY::
    SendInput t/me opens the car hood.{Enter}
    SendInput t/me checks on the engine for the cause of the issue.{Enter}
    SendInput t/me locates some loose bolts and pulls out his spanner.{Enter}
    Return




    Arms Dealer
    The Arms Dealer job has only 2 commands, however binds for it are the most useful as it saves time while running materials.
    KEY::
    SendInput t/getmats{Enter}
    SendInput t/me reaches into the garbage and takes out some packages.{Enter}
    Return
    KEY::
    SendInput t/sellgun{Space}

    Binds to quickly level up by selling Colt45's to yourself are the most useful for leveling up.
    KEY::
    SendInput t/sellgun . colt45{left 6}
    Return
    Remove the . from the Hotkey, it's just a placeholder to allow both spaces to show on vBulletin.
    Looping the bind so it will automatically sell you the gun every 10 seconds is illegal.




    Weapon Binds
    While roleplaying taking out a weapon or putting one away is not required on SARP, people will usually complain "gun out of ass" it can be useful to have a bind for it, just so they won't cry. You can have one for taking out a weapon, or have seperate ones for each gun or each gun type (small, large).
    KEY::
    SendInput t/me (un)holsters his firearm.{Enter}
    Return
    KEY::
    SendInput t/me (un)straps his firearm.{Enter}
    Return
    KEY::
    SendInput t/me withdraws/conceals his weapon.{Enter}
    Return





    Advertisement Binds
    Since people like to spam their Advertisements constantly it can be hard to get your Advertisement in (especially while their is 100 people online). It is also good to setup different Advertisements for the same type of thing instead of just the same one. I will include my bind for F-Mart here.
    F2::
    Random, Mart, 1, 9
    if (Mart = 1) {
    SendInput t/ad F-Mart™ is open. Dumpcake® now for just $69,000{!} Located in Unity Station{Enter}
    }
    if (Mart = 2) {
    SendInput t/ad F-Mart™ is open. Pissh® now for just $15,000{!} Located in Unity Station{Enter}
    }
    if (Mart = 3) {
    SendInput t/ad F-Mart™ is open. Briquettes® now for just $50,000{!} Located in Unity Station{Enter}
    }
    if (Mart = 4) {
    SendInput t/ad F-Mart™ is open. Fishy Finger® now for just $500{!} Located in Unity Station{Enter}
    }
    if (Mart = 5) {
    SendInput t/ad F-Mart™ is open. Monkey Juice® now for just $30,000{!} Located in Unity Station{Enter}
    }
    if (Mart = 6) {
    SendInput t/ad F-Mart™ is open. Slick-o-Grease® now for just $63,000{!} Located in Unity Station{Enter}
    }
    if (Mart = 7) {
    SendInput t/ad F-Mart™ is open. Bitch'n'® now for just $2,800{!} Located in Unity Station{Enter}
    }
    if (Mart = 8) {
    SendInput t/ad F-Mart™ is open. Rasberry Ripples® now for just $6,000{!} Located in Unity Station{Enter}
    }
    if (Mart = 9) {
    SendInput t/ad F-Mart™ is open. Chocolate Chunks® now for just $2,000{!} Located in Unity Station{Enter}
    }
    Return





    Description Binds
    These are binds that you can use to add emotion or description to your RP so you don't have to type them. They can look nice, but overuse would be annoying.
    KEY::
    SendInput t/me taps his foot quickly.{Enter}
    Return
    KEY::
    SendInput t/me puts his hands together and cracks his knuckles.{Enter} t/do Crack crack.{Enter}
    Return
    KEY::
    SendInput t/me raises his hand to his head and scratches his forehead.{Enter}
    Return





    Faction Binds
    These binds are used within factions to simplify actions so that they can do their job more effectively. Each faction will have it's own set of binds and I will not include them here.
    KEY::
    Sleep 3000
    SendInput t/me takes out their ticketing book.{Enter}
    Sleep 3000
    SendInput t/me writes up a ticket.{Enter}
    Sleep 3000
    SendInput t/me rips out the ticket.{Enter}
    SendInput t/ticket{Space}
    Return




    Spam Binds
    Spam binds are not permitted here as they are just a massive pain in the ass. While a lot of people on WT7 have them (including me) you can get in trouble for it. Most people will have a bind for /o as well, but a proper spam bind will loop and have multiple messages sent every second. Any bind that has 4 or more lines is illegal as well, as it will spam the chat and distract from a proper situation, if you have a bind with more than 4 lines it should have Sleep on it so that it doesn't all appear at once (Use Send to type and Sleep 3000)




    Miscellaneous Binds
    These are binds that usually won't affect an RP situation at all, there are many kinds of binds that don't really fit under other sections. These are also binds that remap a key (press F1 and it will press LButton instead for example).
    MButton::
    IfWinNotActive, GTA:SA:MP, , Send {w up}
    if Toggle = 0
    Send {w up}
    else
    Send {w down}
    Toggle := Toggle<1 ? 1 : 0
    Return

    ~z & x::
    SendInput t/enter{Enter}
    Return

    ~x & c::
    SendInput t/exit{Enter}
    Return
    ; Press the two keys at the same time and the bind will activate. Will also activate if you press it within a small amount of time (about 1 second).




    Bodyguard Binds
    This job is very popular and most people will hang out at the Gym basically spam offering anybody they see, even if they have armour. You can use this bind to save you from having to type the /sellvest and 2000 and just their name or ID.
    KEY::
    SendInput t/sellvest . 2000{left 5}
    Return
    Remove the . in the bind, it's just a placeholder so the double spacing works on vBulletin.
    A bind that will give them an offer and then, after a time, send another offer with a higher price.




    Pickpocket Binds
    This command, probably one of the most hated on SARP, is actually really good. The only issue with it is that people abuse it by being Non-RP, mostly using it on AFK / Alt-Tabbed people, or by just doing it without any RP involved.
    ; Just press the two buttons and the same time and it will go off.
    ; 7000 = 7 seconds, enough time to type their ID and for the menu to show.
    ; Increase the time if needed.

    ~1 & q::
    SendInput t/pickpocket{Space}
    Sleep 7000
    SendInput {Enter}
    Return
    ; Cash

    ~2 & q::
    SendInput t/pickpocket{Space}
    Sleep 7000
    SendInput {down 1}
    SendInput {Enter}
    Return
    ; Crack

    ~3 & q::
    SendInput t/pickpocket{Space}
    Sleep 7000
    SendInput {down 2}
    SendInput {Enter}
    Return
    ; Pot

    ~4 & q::
    SendInput t/pickpocket{Space}
    Sleep 7000
    SendInput {down 3}
    SendInput {Enter}
    Return
    ; Materials
    Basically any bind that will do the RP for you is bad news.

    Written by Jack Francis.


    Please note that I haven't tested all of the binds that I wrote up in this thread. I usually format my binds to make it organized, but these aren't.
    Last edited by Jack Francis; 3rd February 2011 at 11:04 AM.

  2. Thanks Mathias thanked for this post
    Likes Frank Malcom liked this post
  3. #2
    Banned
    Join Date
    Mar 2009
    Age
    30
    Posts
    11
    In-Game Name(s)
    Francis
    Post Thanks / Like
    Updates

    3rd February 2011
    - Added in 10. Pickpocket Binds.
    - Added in 4 binds under Pickpocket.
    - Reformatted all of the binds so they're organized.
    - Removed or remade some binds.
    - Put all binds inside [QUOTE][SIZE=1] BBCode and removed anything with [CODE].

    2nd February 2011
    - Added in 9. Bodyguard Binds.
    - Added 1 bind under Bodyguard.

    1st February 2011
    - Added in a bind under Arms Dealer.

    31st January 2011
    - Thread created.
    - Thread written and formatted.
    - Created binds quickly and included several of my own binds (within [CODE] boxes).
    Last edited by Jack Francis; 3rd February 2011 at 08:40 AM.

  4. Thanks Mathias thanked for this post
  5. #3
    Old-School Veteran Jack's Avatar
    Join Date
    Jan 2010
    Location
    Sydney, Australia - McKee Street
    Posts
    2,241
    In-Game Name(s)
    Once upon a time there was a dude and the dude simply said "No need to share it"
    Post Thanks / Like
    Nice guide
    404 Signature not found , please look elsewhere
    Nobody that matters

    Platforms : N/A

    Some people are better ignored.

  6. Thanks Mathias thanked for this post
  7. #4
    Newbie Melfer's Avatar
    Join Date
    Dec 2010
    Location
    Somewhere in the moon
    Age
    32
    Posts
    5
    In-Game Name(s)
    Melfer_Albania/Cardenas
    Post Thanks / Like
    Nice guide.. Helpfu'
    Always will be a Cardenas.


    Left.
    Miss u my bff Hanna♥.

  8. Thanks Mathias thanked for this post
  9. #5
    7 Year Veteran Salvatore's Avatar
    Join Date
    Aug 2010
    Location
    ok
    Posts
    339
    In-Game Name(s)
    pat tatos
    Post Thanks / Like
    Quote Originally Posted by Jack Francis View Post
    Updates

    31st January 2011
    - Thread created.
    - Thread written and formatted.
    - Created binds quickly and included several of my own binds (within [CODE] boxes).
    fucking nice guide Francis, but can yo teach me something?
    if i want to create a /sellvest bind i will do it like this
    F1::
    SendInput t/sellvest [I WANT THE CURSOR HERE] 2000
    but.. how can i place the cursor somewere, if i try it IG it just says: /sellvest 2000 [ WITH THE CURSOR HERE ]

    how can i put it at the ''IWANTTHECURSORHERE'' place,
    thanks !
    jeg er i kjempeform

  10. Thanks Mathias thanked for this post
  11. #6
    Old n' Gold Bert VanReeth's Avatar
    Join Date
    Aug 2010
    Location
    Belgium
    Posts
    350
    In-Game Name(s)
    Bert VanReeth
    Post Thanks / Like
    Very helpfull, thank you for posting.

  12. Thanks Mathias thanked for this post
  13. #7
    Banned
    Join Date
    Mar 2009
    Age
    30
    Posts
    11
    In-Game Name(s)
    Francis
    Post Thanks / Like
    Quote Originally Posted by Salvatore Zacarias View Post
    fucking nice guide Francis, but can yo teach me something?
    if i want to create a /sellvest bind i will do it like this
    F1::
    SendInput t/sellvest [I WANT THE CURSOR HERE] 2000
    but.. how can i place the cursor somewere, if i try it IG it just says: /sellvest 2000 [ WITH THE CURSOR HERE ]

    how can i put it at the ''IWANTTHECURSORHERE'' place,
    thanks !
    Making it set your mouse there would be annoying and unnecessary. Try this out (tested)

    KEY:: SendInput t/sellvest 2000{left 5}

    (You need to add a space between the t and 2, vBulletin won't allow the 2nd space to show.)
    Last edited by Jack Francis; 31st January 2011 at 09:41 PM.

  14. Thanks Mathias thanked for this post
  15. #8
    Newbie
    Join Date
    Nov 2010
    Posts
    1
    In-Game Name(s)
    Olivo_Wizzle
    Post Thanks / Like
    Damned Usefull thanks Bro

  16. Thanks Mathias thanked for this post
  17. #9
    2 Year Veteran 500 Posts Jay Brookside's Avatar
    Join Date
    Aug 2010
    Location
    Latvia, Rīga
    Age
    29
    Posts
    870
    In-Game Name(s)
    Jay_Brookside((Current)) Names that I had: Janis_Eislers Jay_Bone Jay_McHarley Jay_Bloodz Jay_
    Post Thanks / Like
    Nice man, god work.

  18. Thanks Mathias thanked for this post
  19. #10
    1 Year Veteran
    Join Date
    Aug 2010
    Posts
    1
    In-Game Name(s)
    Kevin Cardenas Lorenzo Cardenas Kevin White Someone.
    Post Thanks / Like
    Quote Originally Posted by Jack Francis View Post
    Making it set your mouse there would be annoying and unnecessary. Try this out (tested)

    KEY:: SendInput t/sellvest 2000{left}{left}{left}{left}{left}

    (You need to add a space between the t and 2, vBulletin won't allow the 2nd space to show.)
    Even easier than that /sellvest 2000{left 5} (add two spaces)

  20. Thanks Mathias thanked for this post
  21. #11
    Newbie Krayzie Bone's Avatar
    Join Date
    Oct 2010
    Posts
    1
    In-Game Name(s)
    Jay_Sean Krayzie_Bone
    Post Thanks / Like
    Sexy guide ..

  22. Thanks Mathias thanked for this post
  23. #12
    Banned
    Join Date
    Oct 2010
    Posts
    1
    In-Game Name(s)
    Iyaz McHarley,Sieg Wolf
    Post Thanks / Like
    guide Guide nice nice.

  24. Thanks Mathias thanked for this post
  25. #13
    Old-School Veteran 500 Posts
    Join Date
    Jan 2011
    Posts
    632
    Post Thanks / Like
    Nice Guide

  26. Thanks Mathias thanked for this post
  27. #14
    Retired Head Administrator
    Join Date
    Jan 2010
    Location
    Norway
    Posts
    4,881
    In-Game Name(s)
    Sindre_Asus
    Post Thanks / Like
    Nice guide!

    10/10
    aa

  28. Thanks Mathias thanked for this post
  29. #15
    Old-School Veteran
    7 Year Veteran
    Jenkins Crew
    Travis Jenkins's Avatar
    Join Date
    Oct 2010
    Location
    Latvia
    Posts
    354
    In-Game Name(s)
    Travis Jenkins
    Post Thanks / Like
    Nicee Good job Francis


  30. Thanks Mathias thanked for this post
  31. #16
    Retired Administrator
    8 Year Veteran
    John Sargo's Avatar
    Join Date
    May 2009
    Location
    In the bush
    Age
    27
    Posts
    130
    In-Game Name(s)
    John_Sargo
    Post Thanks / Like
    lol I remember doing this

    Numpad1::SendInput t/guard(now /sellvest) |two spaces| 2000{left}{left}{left}{left}{left}

    I had that bind for AGESSSSSSSSSS


    April 12th, 2009.

  32. Thanks Mathias thanked for this post
  33. #17
    Newbie
    Join Date
    Feb 2011
    Location
    Egypt
    Posts
    8
    In-Game Name(s)
    Robert_Botch
    Post Thanks / Like
    nice guide keep goin'

  34. Thanks Mathias thanked for this post
  35. #18
    Newbie
    Join Date
    Feb 2011
    Posts
    1
    In-Game Name(s)
    Laura_Pianta
    Post Thanks / Like
    Guys,
    I have written a wrong code and now I can't run the program because of this wrong code. When I double-click it, it says that:

    And when I press "OK", the program closes down. Can you help me?

  36. Thanks Mathias thanked for this post
  37. #19
    Pot Head Gal Lamovsek's Avatar
    Join Date
    Jan 2011
    Location
    Slovenia, Ljubljana
    Age
    28
    Posts
    139
    In-Game Name(s)
    /
    Post Thanks / Like
    Laura, PM me whole bind of this and I will fix it for you. You might forgot 'Return', bind key, or something else.

    PM me and I'll fix it.
    Steam: lamk0
    Skype: fibslsrp

    (:

  38. Thanks Mathias thanked for this post
  39. #20
    Old-School Veteran David™'s Avatar
    Join Date
    Dec 2010
    Location
    New Delhi, India
    Age
    28
    Posts
    172
    In-Game Name(s)
    David_Mercer
    Post Thanks / Like
    Good Work.







    Quote Originally Posted by Rio Pratama View Post
    For David, 9.5/10 - Hitman :)

 

 

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