Results 1 to 13 of 13
  1. #1
    Liquify's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    777420
    Posts
    455
    Reputation
    40
    Thanks
    55
    My Mood
    Psychedelic

    Lightbulb Legal auto-sprint key bind

    Hello

    recently my hand got hurt from pressing w + shift for running and i decided to look for a bind for auto sprint

    i couldn't find a proper one so i decide to make my own automatic run key for hands-free forward motion. Forward or backward motion stops script for natural feel in combat.



    To use that you will need first to go to your game location and then cfg folder.

    default location is C:\Program Files (x86)\Origin Games\Apex\cfg

    Now you will need to create a file called autoexec txt file and change it to cfg.

    paste this script inside the autoexec.cfg

    in case you already got an autoexec you can just paste the script and it will work fine
    //WalkToggle

    alias "+WalkToggle" "walk1"

    alias "walk1" "+forward; +speed; alias WalkToggle walk2"

    alias "walk2" "-forward; -speed; alias WalkToggle walk1"

    bind "capslock" "+WalkToggle"

    alias +WalkStop "walk2; +forward"

    alias -WalkStop "walk2; bind w +WalkStop"

    bind w "+WalkStop"

    alias +StopBack "walk2; +backward"

    alias -StopBack "-backward; bind s +StopBack"

    bind s "+StopBack"
    Now go to origin, right click the game in the library and click game proprieties

    Now go to advanced options and type

    +exec autoexec

    and now whenever you click capslock it will start run handsfree forward motion. Forward or backward motion stops script for natural feel in combat. Restoring items can be used while running.

    in case you want to change the key in the script edit "capslock" to something else

    here the list of the keys you may use



    • Key on Physical Keyboard Key Code for the script
    • Space Bar space
    • Caps Lock capslock
    • Escape escape
    • F1 f1
    • F2 f2
    • F3 f3
    • F4 f4
    • F5 f5
    • F6 f6
    • F7 f7
    • F8 f8
    • F9 f9
    • F10 f10
    • F11 f11
    • F12 f12
    • Pause pause
    • Left Quote `
    • Equals Sign *]
    • Backspace backspace
    • Tab Key tab
    • Left Bracket ]
    • Right Bracket [
    • Forward Slash /
    • Semicolon semicolon
    • Right Quote '
    • Back Slash
    • Shift Key shift
    • Enter enter
    • Comma ,
    • Control ctrl
    • Alt alt
    • One 1
    • Two 2
    • Three 3
    • Four 4
    • Five 5
    • Six 6
    • Seven 7
    • Eight 8
    • Nine 9
    • Zero 0
    • A a
    • B b
    • C c
    • D d
    • E e
    • F f
    • G g
    • H h
    • I i
    • J j
    • K k
    • L l
    • M m
    • N n
    • O o
    • P p
    • Q q
    • R r
    • S s
    • T t
    • U u
    • V v
    • W w
    • X x
    • Y y
    • Z z
    • Up Arrow uparrow
    • Down Arrow downarrow
    • Right Arrow rightarrow
    • Left Arrow leftarrow
    • Insert ins
    • Home home
    • Page Up pgup
    • Page Down pgdn
    • Delete del
    • End end
    • Mouse Button 1 mouse1
    • Mouse Button 2 mouse2
    • Mouse Button 3 mouse3
    • Mouse Button 4 mouse4
    • Mouse Button 5 mouse5
    • Mouse Wheel Up mwheelup
    • Mouse Wheel Down mwheeldown
    • 1 kp_end
    • 2 kp_downarrow
    • 3 kp_pgdn
    • 4 kp_leftarrow
    • 5 kp_5
    • 6 kp_rightarrow
    • 7 kp_home
    • 8 kp_uparrow
    • 9 kp_pgup
    • 0 kp_ins
    • + kp_plus
    • - kp_minus
    • / kp_slash
    • . kp_del
    • * *
    • Enter kp_enter


    This is not ban-able and complete legit and allowed since you are not editing game files but only the config.

    Sorry for long post i aint very familiar with guides and its my first guide i made

    I'm not a man if I can't make the girl I love smile!

  2. The Following 4 Users Say Thank You to Liquify For This Useful Post:

    Ciolliximu (03-05-2019),leonathdo (03-06-2019),markjose (03-06-2019),proreload (03-12-2019)

  3. #2
    Ally's Avatar
    Join Date
    Dec 2014
    Gender
    female
    Location
       ♥
    Posts
    8,697
    Reputation
    1610
    Thanks
    8,500
    My Mood
    Angelic
    //approved

    Premium Member 22/4/16
    Steam Minion 22/12/2017
    OFPS Minion 5/2/2019
    MMO Minion 5/2/2019
    Minion+ 5/2/2019
    Mod 8/11/2020
    Retired 3/10/2022
    22 / Dec 7, 2001

  4. The Following User Says Thank You to Ally For This Useful Post:

    Liquify (03-05-2019)

  5. #3
    Skymask's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    If anyone wants a simple "combo" config, instead of the toggle - i used (same way - autoexec.cfg):

    bind w "+forward; +speed"

  6. #4
    Cadok34's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    this is what im trying to do,but when i put W as toggle sprint,my legernd never stop running,no time to rest,lol.. could you help me sir

  7. #5
    Cadok34's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    Quote Originally Posted by Skymask View Post
    If anyone wants a simple "combo" config, instead of the toggle - i used (same way - autoexec.cfg):

    bind w "+forward; +speed"
    this is what im trying to do,but when i bind W as toggle sprint,it never stop running, could you help me sir

  8. #6
    Skymask's Avatar
    Join Date
    Mar 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Cadok34 View Post
    this is what im trying to do,but when i bind W as toggle sprint,it never stop running, could you help me sir
    I'm not using it as a toggle - it's permanently used when keeping W pressed (it also presses Shift).

  9. #7
    Cadok34's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    1
    My Mood
    Amazed
    Quote Originally Posted by Skymask View Post
    I'm not using it as a toggle - it's permanently used when keeping W pressed (it also presses Shift).
    yes i ,i managed to edit make when i press W,it also presses shift, but.. it will interupted my healing. i cant press W or S while healing,

  10. #8
    Ciolliximu's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    So if i press capslock i start running and i can heal, pressing 4) while running?

  11. #9
    W4RL10N's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    I would just like to point out, to all of those unaware that, if you Press Shift + W in game (without any scripts) and your character starts running, you can release Shift and just hold W, your character will still be running until you stop it. This was in game since the game came out, i don't know why you would make a script for something that already exists. Also, you can just tap the Shift key while you are walking with W and you will initiate the running sequence.

  12. #10
    Feral-'s Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Ciolliximu View Post
    So if i press capslock i start running and i can heal, pressing 4) while running?
    No. You would heal/recharge shield but go forward while walking, not running

  13. #11
    KyleWg's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Forward or backward motion stops script for natural feel in combat.

    can i ask whats the meaning about this? i dont understand
    i press W and S will stop the script? how i enable back when is stop?

  14. #12
    KyleWg's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    i did everythings you said but when im in game i press caplock and didnt sprint also. still walk like normal. pls help

  15. #13
    LittleLace's Avatar
    Join Date
    Jan 2017
    Gender
    female
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Flirty
    Quote Originally Posted by Liquify View Post
    Hello

    recently my hand got hurt from pressing w + shift for running and i decided to look for a bind for auto sprint

    i couldn't find a proper one so i decide to make my own automatic run key for hands-free forward motion. Forward or backward motion stops script for natural feel in combat.



    To use that you will need first to go to your game location and then cfg folder.

    default location is C:\Program Files (x86)\Origin Games\Apex\cfg

    Now you will need to create a file called autoexec txt file and change it to cfg.

    paste this script inside the autoexec.cfg

    in case you already got an autoexec you can just paste the script and it will work fine


    Now go to origin, right click the game in the library and click game proprieties

    Now go to advanced options and type

    +exec autoexec

    and now whenever you click capslock it will start run handsfree forward motion. Forward or backward motion stops script for natural feel in combat. Restoring items can be used while running.

    in case you want to change the key in the script edit "capslock" to something else

    here the list of the keys you may use







    This is not ban-able and complete legit and allowed since you are not editing game files but only the config.

    Sorry for long post i aint very familiar with guides and its my first guide i made

    Hey, is there any chance you could make one for auto punching? with the hotkey P? please let me know!

Similar Threads

  1. [Release] Simple Key Binds For Notebook Users
    By thedoctor2010 in forum Vindictus Hacks & Cheats
    Replies: 18
    Last Post: 05-15-2011, 05:22 PM
  2. key bind cmds
    By kabodle in forum Vindictus Help
    Replies: 6
    Last Post: 04-28-2011, 06:51 PM
  3. [Help] How to do keys binds ?
    By wezljkz in forum Visual Basic Programming
    Replies: 0
    Last Post: 03-29-2011, 11:55 AM
  4. Auto Hot Key?
    By .Aeon in forum Combat Arms Help
    Replies: 2
    Last Post: 10-14-2009, 03:18 AM
  5. Trade: WOW digital game code for legal cod4 pc key
    By eliteop in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 09-07-2009, 01:39 PM