Results 1 to 7 of 7
  1. #1
    malemale's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw

    Interested in making speed hack + super jump

    I understand the basics of dotnetresolver etc however i'm not sure what files i'll need to be editing inside of the "Assembly-CSharp", any help?

  2. #2
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    We'll start with the keycode for space (32 i believe, give me a second)

  3. #3
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Jump hack Update 1:

    Code:
      public static KeyCode \u0881 = (KeyCode) PlayerPrefs.GetInt("inputSettings_Space", 32);

  4. #4
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Jump Hack Update 2

    Code:
        PlayerPrefs.SetInt("inputSettings_Space", (int) InputSettings.\u0881);

  5. #5
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Jump Hack Update 3

    Code:
          if (Movement.\u0801 && !Player.\u080B.\u0017 && ((Object) Footsteps.\u001B != (Object) null && !Movement.\u0081) && (Input.GetKeyDown(InputSettings.\u0881) && !Player.\u080B.\u0846 && (Stance.\u0815 == 0 && Screen.lockCursor)))
          {
            if (Player.\u080B.\u08E1 >= 10 - (int) ((double) Player.\u086B.endurance() * 10.0))
            {
              Player.\u080B.exhaust(10 - (int) ((double) Player.\u086B.endurance() * 10.0));
              Movement.\u0887 = Movement.\u08EC * Player.\u08FE.\u0809 * Footsteps.\u0080.normal.y;
            }
            else
              HUDGame.openError("Sorry: Not Enough Energy", "Textures/Icons/error");
          }
    /end of jump hack finding

  6. #6
    DylanGM's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    HKEY_CURRENT_USER
    Posts
    229
    Reputation
    25
    Thanks
    358
    My Mood
    In Love
    You won't be able to use these on multiplayer. If you move to fast on a server, and you aren't the host, you get kicked for suspected teleporting.

  7. #7
    malemale's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    I understand but i had a mod for it before and i could jump a reasonable distance and not get kicked, so i'll take my chances.

Similar Threads

  1. [Patched] BACKD00R - Speed Hack - Bunny Jump - Wallhack - OHK Knife - See Ghosts
    By BACKD00R in forum CrossFire Latin America / Brazil Hacks
    Replies: 30
    Last Post: 06-22-2012, 05:11 PM
  2. how to make speed hack to work.
    By [Crazy]P.?]Boy] in forum CrossFire Tutorials
    Replies: 15
    Last Post: 08-18-2011, 07:21 PM
  3. Make a no menu hack with Speed and Super JUMP (idiot Friendly)
    By boboben1 in forum Programming Tutorials
    Replies: 2
    Last Post: 09-18-2010, 01:59 PM
  4. How do u make speed hack work?
    By Hackulous in forum Combat Arms Hacks & Cheats
    Replies: 10
    Last Post: 03-04-2009, 08:04 AM
  5. Trainer Multi-Hack, (super jump, no fall, chams, ect)
    By faking-cool in forum Combat Arms Hacks & Cheats
    Replies: 44
    Last Post: 08-12-2008, 05:56 PM