Results 1 to 5 of 5
  1. #1
    BabyRhiino321's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    2
    My Mood
    Amused

    Simple Autospring/Walking Script

    Simple auto sprinting/walking script. Use AutoHotKey. ALL CREDIT GOES TO PERSON WHO MADE THIS.
    To activate it press Ctrl+R
    Code:
    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    ; Author Brent Plays
    #IfWinActive, Hurtworld
    ^r::
    SprintToggle := !SprintToggle
    If (SprintToggle)
    { Send, {lshift Down}
      Send, {w Down}
    }
    else
    { Send, {lshift up}
      Send, {w up}
    }
    return

  2. The Following User Says Thank You to BabyRhiino321 For This Useful Post:

    dominikgola123 (03-19-2016)

  3. #2
    berselon's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I do not understand, explain ((

  4. #3
    rataman20's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Where do you inject this?

  5. #4
    zJIoDeI's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by rataman20 View Post
    Where do you inject this?
    read first post Use AutoHotKey.

  6. #5
    BabyRhiino321's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    2
    My Mood
    Amused
    HOW TO USE....

    1. DOWNLOAD AUTOHOTKEY
    2. MAKE A NEW SCRIPT
    3. PASTE THE CODE INTO THE SCRIPT
    4. GO INTO THE GAME
    5. PRESS CTRL+R

  7. The Following User Says Thank You to BabyRhiino321 For This Useful Post:

    cLuSt3r (01-27-2016)

Similar Threads

  1. Is the spirit walking script still working?
    By soipelez in forum Garry's Mod Discussions & Help
    Replies: 2
    Last Post: 08-01-2013, 11:57 PM
  2. [Request] Super Simple Auto-Disguise Script
    By andre02203 in forum Team Fortress 2 Hacks
    Replies: 7
    Last Post: 11-01-2012, 01:14 PM
  3. A simple zombie spawn script?
    By blitzer31 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 1
    Last Post: 09-18-2012, 09:22 AM
  4. [Source Code] Simple time passed script. [autoit]
    By DanK in forum Vindictus Hacks & Cheats
    Replies: 3
    Last Post: 10-25-2011, 09:35 PM
  5. [Unity Scripts]Simple AI Behavioral script
    By OBrozz in forum Unity / UDK / GameStudio / CryEngine Development
    Replies: 6
    Last Post: 07-17-2011, 01:33 PM